You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
519 B
Plaintext
24 lines
519 B
Plaintext
7 years ago
|
@import (once) "./unselectable.less";
|
||
|
@import (once) "./variables.less";
|
||
|
@import (once) "./colortheme.less";
|
||
|
|
||
|
.leftside-menu_main() {
|
||
|
}
|
||
|
.leftside-menu-category_main() {
|
||
|
.unselectable_make();
|
||
|
padding: 5px 20px;
|
||
|
margin: 15px 0;
|
||
|
cursor: pointer;
|
||
|
height: @variables_bar-height;
|
||
|
line-height: @variables_bar-height - 10px;
|
||
|
.fa {
|
||
|
width: 25px;
|
||
|
}
|
||
|
&:hover {
|
||
|
background: rgba(0,0,0,0.05);
|
||
|
}
|
||
|
&.cp-leftside-active {
|
||
|
background: @colortheme_sidebar-active;
|
||
|
}
|
||
|
}
|