2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-02 14:20:39 +00:00
John Cowen 779f7f7b60
ui: Side navigation tweaks ()
* Remove footer and add the Consul version to the Help menu

* Tweak menu text and button styling

* Tweak some coloring and spacing

* Add slightly larger Consul logo
2021-02-25 09:35:53 +00:00

16 lines
321 B
SCSS

:root {
@extend %theme-light;
}
%main-header-horizontal,
%main-nav-vertical,
%main-nav-horizontal {
@extend %theme-dark;
}
%main-nav-vertical .nspaces .menu-panel > div {
@extend %theme-light;
}
%main-nav-vertical .menu-panel a:hover,
%main-nav-vertical .menu-panel a:focus {
background-color: var(--blue-500);
}