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