UNPKG
react-zeanium-ui-ui
Version:
latest (0.1.1)
0.1.1
Zeanium UI Framework for React.js
react-zeanium-ui-ui
/
src
/
ui
/
TreeMenu.less
23 lines
(19 loc)
•
443 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.c-list-view
{
.tree-row
{
.seps
{
display
: inline-block;
width
: auto;
.sep
{
display
: inline-block;
width
:
16px
;
height
:
16px
;
text-align
: center;
.c-icon
{
vertical-align
: top;
width
:
14px
;
height
:
14px
; } } } } }