mirror of https://github.com/akveo/blur-admin
refactor(sidebar): apply new colors and hower effect
parent
e48807da86
commit
78962da8f4
|
@ -24,7 +24,7 @@ a.al-logo {
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
color: #41bee9;
|
color: $success;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -35,11 +35,12 @@ $angle-right: "\f101";
|
||||||
position: relative;
|
position: relative;
|
||||||
float: none;
|
float: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
&.selected {
|
&.selected:not(.with-sub-menu) {
|
||||||
|
background-color: $success;
|
||||||
a.al-sidebar-list-link {
|
a.al-sidebar-list-link {
|
||||||
color: $primary;
|
color: $default;
|
||||||
b {
|
b {
|
||||||
color: $primary;
|
color: $default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -58,9 +59,9 @@ a.al-sidebar-list-link {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $primary;
|
color: $success;
|
||||||
b {
|
b {
|
||||||
color: $primary;
|
color: $success;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
i {
|
i {
|
||||||
|
@ -124,13 +125,13 @@ a.al-sidebar-list-link {
|
||||||
height: auto;
|
height: auto;
|
||||||
line-height: 29px;
|
line-height: 29px;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $primary;
|
color: $success;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.selected {
|
&.selected {
|
||||||
a {
|
a {
|
||||||
color: $primary;
|
|
||||||
border: none;
|
border: none;
|
||||||
|
background-color: $success;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -142,7 +143,7 @@ a.al-sidebar-list-link {
|
||||||
|
|
||||||
.sidebar-hover-elem, .sidebar-select-elem {
|
.sidebar-hover-elem, .sidebar-select-elem {
|
||||||
width: 4px;
|
width: 4px;
|
||||||
background: $primary;
|
background: $success;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 176px;
|
left: 176px;
|
||||||
|
|
Loading…
Reference in New Issue