12 lines
136 B
SCSS
12 lines
136 B
SCSS
|
@import "variables";
|
||
|
|
||
|
.width{
|
||
|
width: 600px
|
||
|
}
|
||
|
|
||
|
.treeview{
|
||
|
max-height: 300px;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|