Update schemas and resolve some warnings
This commit is contained in:
@@ -39,7 +39,7 @@ aside.menu {
|
||||
}
|
||||
|
||||
.dashboard-sidebar {
|
||||
display: flex;
|
||||
display: flex !important;
|
||||
flex-direction: column;
|
||||
background-color: #363636;
|
||||
width: 230px !important;
|
||||
@@ -49,3 +49,19 @@ aside.menu {
|
||||
.aside-footer {
|
||||
justify-self: end;
|
||||
}
|
||||
|
||||
.menu a {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.menu a:hover {
|
||||
color: #424242 !important;
|
||||
}
|
||||
|
||||
.menu .menu-label {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.menu {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user