refactor(sidebar): apply new colors and hower effect

pull/3/head
alex 9 years ago
parent e48807da86
commit 78962da8f4

@ -24,7 +24,7 @@ a.al-logo {
line-height: 60px;
span {
color: #41bee9;
color: $success;
}
}

@ -35,11 +35,12 @@ $angle-right: "\f101";
position: relative;
float: none;
padding: 0;
&.selected {
&.selected:not(.with-sub-menu) {
background-color: $success;
a.al-sidebar-list-link {
color: $primary;
color: $default;
b {
color: $primary;
color: $default;
}
}
}
@ -58,9 +59,9 @@ a.al-sidebar-list-link {
overflow: hidden;
cursor: pointer;
&:hover {
color: $primary;
color: $success;
b {
color: $primary;
color: $success;
}
}
i {
@ -124,13 +125,13 @@ a.al-sidebar-list-link {
height: auto;
line-height: 29px;
&:hover {
color: $primary;
color: $success;
}
}
&.selected {
a {
color: $primary;
border: none;
background-color: $success;
}
}
}
@ -142,7 +143,7 @@ a.al-sidebar-list-link {
.sidebar-hover-elem, .sidebar-select-elem {
width: 4px;
background: $primary;
background: $success;
position: absolute;
top: 0;
left: 176px;

Loading…
Cancel
Save