salix/front/core/components/treeview/style.scss

20 lines
252 B
SCSS
Raw Normal View History

2018-11-12 10:31:58 +00:00
vn-treeview {
ul {
margin: 0;
padding: 0;
li {
list-style: none;
a {
display: block;
padding: 0.5em
}
}
}
& > ul > li {
}
}