mirror of
https://github.com/status-im/consul.git
synced 2025-01-20 02:29:09 +00:00
600f857531
* 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
23 lines
472 B
SCSS
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);
|
|
}
|