WIP: sidebar overlay component.

This commit is contained in:
a.bouhuolia
2021-08-01 22:11:44 +02:00
parent 44edc990ae
commit 9dbd128236
13 changed files with 277 additions and 56 deletions

View File

@@ -6,6 +6,7 @@
color: $sidebar-text-color;
height: 100%;
z-index: $sidebar-zindex;
position: relative;
.ScrollbarsCustom-Track {
@@ -347,5 +348,11 @@
margin-left: 12px;
font-weight: 600;
}
&__divider{
margin: 4px 0;
height: 1px;
background: #ebebeb;
}
}
}