John Cowen 600f857531
ui: Add docs for AppView (#10265)
* ui: change coloring of secondary navigation elements

* Remove top border, this was probably from older designs/iterations

* ui: Move app-view styles into components also...

1. Remove dead %app-view-content-error
2. Remove TabNav border overwriting

* Bring into line with our 'project standard' class/attributes pattern

* Add docs for AppView
2021-05-24 12:32:23 +01:00

23 lines
472 B
SCSS

%app-view-title > *:first-child {
@extend %h100;
}
%app-view-title {
border-bottom: $decor-border-100;
}
%app-view-content form:not(.filter-bar) fieldset {
border-bottom: $decor-border-200;
}
%app-view-header h1 > em {
color: var(--gray-600);
}
%app-view-header dd > a {
color: var(--gray-999);
}
%app-view-content div > dl > dd {
color: var(--gray-400);
}
%app-view-title,
%app-view-content form:not(.filter-bar) fieldset {
border-color: var(--gray-200);
}