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