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 {
|
2020-10-05 15:02:15 +01:00
|
|
|
border-bottom: $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 {
|
2019-02-21 13:10:53 +00:00
|
|
|
border-bottom: $decor-border-200;
|
|
|
|
}
|
2020-05-07 09:57:15 -04:00
|
|
|
%app-view-header h1 > em {
|
2021-05-24 12:32:23 +01:00
|
|
|
color: var(--gray-600);
|
2020-05-07 09:57:15 -04:00
|
|
|
}
|
|
|
|
%app-view-header dd > a {
|
2021-05-24 12:32:23 +01:00
|
|
|
color: var(--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-05-24 12:32:23 +01:00
|
|
|
color: var(--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-05-24 12:32:23 +01:00
|
|
|
border-color: var(--gray-200);
|
2018-10-19 16:17:02 +01:00
|
|
|
}
|