mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 18:13:47 +00:00
Added first bits of the dark theme styles
This commit is contained in:
committed by
Alejandro Celaya
parent
f35be007c1
commit
13c681dc39
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user