2020-03-19 14:59:22 +01:00
|
|
|
.report {
|
|
|
|
display: grid;
|
2022-08-08 09:21:41 +02:00
|
|
|
grid-column-gap: theme('spacing.12');
|
2022-07-15 06:20:11 +02:00
|
|
|
|
2022-08-08 09:21:41 +02:00
|
|
|
@include nice-margin();
|
2020-03-19 14:59:22 +01:00
|
|
|
|
2020-06-10 11:51:09 +02:00
|
|
|
&__results {
|
|
|
|
&--text {
|
2022-08-08 09:21:41 +02:00
|
|
|
margin: 0 theme('spacing.[1.5]') theme('spacing.[1.5]') 0;
|
2020-06-10 11:51:09 +02:00
|
|
|
|
2023-03-20 07:14:38 +01:00
|
|
|
+ .w-status {
|
2022-03-15 14:21:06 +01:00
|
|
|
margin-inline-start: 0;
|
2020-06-10 11:51:09 +02:00
|
|
|
}
|
2020-03-19 14:59:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&--comment {
|
|
|
|
display: block;
|
2022-02-04 12:57:55 +01:00
|
|
|
}
|
|
|
|
}
|
2020-03-19 14:59:22 +01:00
|
|
|
|
2020-07-09 23:11:52 +02:00
|
|
|
&__actions > div {
|
|
|
|
float: right;
|
|
|
|
display: block;
|
2022-08-08 09:21:41 +02:00
|
|
|
margin-inline-end: theme('spacing.3');
|
2020-07-09 23:11:52 +02:00
|
|
|
}
|
|
|
|
|
2022-08-08 09:21:41 +02:00
|
|
|
@include media-breakpoint-down(md) {
|
2020-07-09 23:11:52 +02:00
|
|
|
form {
|
2022-08-08 09:21:41 +02:00
|
|
|
margin-bottom: theme('spacing.3');
|
2020-07-09 23:11:52 +02:00
|
|
|
}
|
2022-02-04 12:57:55 +01:00
|
|
|
}
|
2020-03-19 14:59:22 +01:00
|
|
|
}
|