mirror of https://github.com/ElemeFE/element
Tree: use font size variable
parent
57fff58cb3
commit
65eaf94b38
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue