Standardize css
This commit is contained in:
parent
a74056f101
commit
32fbdb4530
8 changed files with 28 additions and 35 deletions
|
@ -35,7 +35,7 @@
|
|||
.left-sidebar-item.active {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
background-color: #045343;
|
||||
background-color: $theme_color;
|
||||
|
||||
.sidebar-icon {
|
||||
color: white;
|
||||
|
@ -199,7 +199,7 @@
|
|||
}
|
||||
|
||||
.left-sidebar-item.active:hover {
|
||||
background-color: #045343;
|
||||
background-color: $theme_color;
|
||||
}
|
||||
|
||||
.sidebar-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue