Added first bits of the dark theme styles

This commit is contained in:
Alejandro Celaya
2021-01-28 23:09:09 +01:00
committed by Alejandro Celaya
parent f35be007c1
commit 13c681dc39
7 changed files with 40 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
.aside-menu {
width: $asideMenuWidth;
background-color: white;
background-color: var(--primary-color);
box-shadow: rgba(0, 0, 0, .05) 0 8px 15px;
position: fixed !important;
padding-top: 13px;
@@ -18,7 +18,7 @@
@media (min-width: $mdMin) {
padding: 30px 15px 15px;
border-right: 1px solid #eeeeee;
border-right: 1px solid rgba(0, 0, 0, .07);
}
@media (max-width: $smMax) {
@@ -50,7 +50,7 @@
}
.aside-menu__item:hover {
background-color: $lightColor;
background-color: var(--secondary-color);
}
.aside-menu__item--selected {