mirror of https://github.com/ColorlibHQ/AdminLTE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
514 B
30 lines
514 B
8 years ago
|
// Tree view menu
|
||
|
.treeview-menu {
|
||
|
display: none;
|
||
|
list-style: none;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
padding-left: 5px;
|
||
|
.treeview-menu {
|
||
|
padding-left: 20px;
|
||
|
}
|
||
|
> li {
|
||
|
margin: 0;
|
||
|
> a {
|
||
|
padding: 5px 5px 5px 15px;
|
||
|
display: block;
|
||
|
font-size: 14px;
|
||
|
> .fa,
|
||
|
> .glyphicon,
|
||
|
> .ion {
|
||
|
width: 20px;
|
||
|
}
|
||
|
> .pull-right-container > .fa-angle-left,
|
||
|
> .pull-right-container > .fa-angle-down,
|
||
|
> .fa-angle-left,
|
||
|
> .fa-angle-down {
|
||
|
width: auto;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|