0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 13:10:14 +01:00
wagtail/client/scss/layouts/_report.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
517 B
SCSS
Raw Normal View History

2020-03-19 14:59:22 +01:00
.report {
display: grid;
grid-column-gap: theme('spacing.12');
@include nice-margin();
2020-03-19 14:59:22 +01:00
&__results {
&--text {
margin: 0 theme('spacing.[1.5]') theme('spacing.[1.5]') 0;
+ .w-status {
margin-inline-start: 0;
}
2020-03-19 14:59:22 +01:00
}
&--comment {
display: block;
}
}
2020-03-19 14:59:22 +01:00
&__actions > div {
float: right;
display: block;
margin-inline-end: theme('spacing.3');
}
@include media-breakpoint-down(md) {
form {
margin-bottom: theme('spacing.3');
}
}
2020-03-19 14:59:22 +01:00
}