mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 13:10:14 +01:00
31 lines
501 B
SCSS
31 lines
501 B
SCSS
.report {
|
|
@include nice-margin();
|
|
display: grid;
|
|
grid-column-gap: theme('spacing.12');
|
|
|
|
&__results {
|
|
&--text {
|
|
margin: 0 theme('spacing.[1.5]') theme('spacing.[1.5]') 0;
|
|
|
|
+ .w-status {
|
|
margin-inline-start: 0;
|
|
}
|
|
}
|
|
|
|
&--comment {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
&__actions > div {
|
|
float: inline-end;
|
|
margin-inline-end: theme('spacing.3');
|
|
}
|
|
|
|
@include media-breakpoint-down(md) {
|
|
form {
|
|
margin-bottom: theme('spacing.3');
|
|
}
|
|
}
|
|
}
|