Tree: use font size variable

pull/5663/head
Leopoldthecoder 2017-06-23 16:25:19 +08:00 committed by 杨奕
parent 57fff58cb3
commit 65eaf94b38
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
}
@e label {
font-size: 14px;
font-size: var(--font-size-base);
vertical-align: middle;
display: inline-block;
}
@ -83,7 +83,7 @@
display: inline-block;
vertical-align: middle;
margin-right: 4px;
font-size: 14px;
font-size: var(--font-size-base);
color: var(--color-light-silver);
}