2021-05-24 12:32:23 +01:00
|
|
|
%app-view-title > *:first-child {
|
|
|
|
@extend %h100;
|
2020-05-07 09:57:15 -04:00
|
|
|
}
|
|
|
|
%app-view-title {
|
2021-10-07 19:21:11 +01:00
|
|
|
border-bottom: var(--decor-border-100);
|
2020-05-07 09:57:15 -04:00
|
|
|
}
|
2020-08-11 18:02:51 +01:00
|
|
|
%app-view-content form:not(.filter-bar) fieldset {
|
2021-10-07 19:21:11 +01:00
|
|
|
border-bottom: var(--decor-border-200);
|
2019-02-21 13:10:53 +00:00
|
|
|
}
|
2020-05-07 09:57:15 -04:00
|
|
|
%app-view-header h1 > em {
|
2021-10-07 19:21:11 +01:00
|
|
|
color: rgb(var(--tone-gray-600));
|
2020-05-07 09:57:15 -04:00
|
|
|
}
|
|
|
|
%app-view-header dd > a {
|
2021-10-07 19:21:11 +01:00
|
|
|
color: rgb(var(--tone-gray-999));
|
2018-10-19 16:17:02 +01:00
|
|
|
}
|
2020-05-07 09:57:15 -04:00
|
|
|
%app-view-content div > dl > dd {
|
2021-10-07 19:21:11 +01:00
|
|
|
color: rgb(var(--tone-gray-400));
|
2019-02-21 13:10:53 +00:00
|
|
|
}
|
2020-05-07 09:57:15 -04:00
|
|
|
%app-view-title,
|
2020-08-11 18:02:51 +01:00
|
|
|
%app-view-content form:not(.filter-bar) fieldset {
|
2021-10-07 19:21:11 +01:00
|
|
|
border-color: rgb(var(--tone-gray-200));
|
2018-10-19 16:17:02 +01:00
|
|
|
}
|