master
vinceliuice 3 years ago
parent d169ec78a5
commit c0f9cdcf20

@ -40,9 +40,12 @@
> viewport {
> list.navigation-sidebar {
padding: 16px 0 16px 0;
background: none;
@if ($theme == 'nord') {
background: background(e);
}
border-radius: $window-radius - $space-size;
> separator { background: none; }
@ -124,9 +127,11 @@
> revealer > box {
color: $primary;
@if ($theme == 'nord') {
background: background(g);
} @else{
} @else {
background-color: $base;
border-image-width: 10px 10px 10px 46px;
border-image-slice: 10 10 10 46;
border-image-repeat: stretch;

Loading…
Cancel
Save