Commit 65eaf94b authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Tree: use font size variable

parent 57fff58c
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
} }
@e label { @e label {
font-size: 14px; font-size: var(--font-size-base);
vertical-align: middle; vertical-align: middle;
display: inline-block; display: inline-block;
} }
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
margin-right: 4px; margin-right: 4px;
font-size: 14px; font-size: var(--font-size-base);
color: var(--color-light-silver); color: var(--color-light-silver);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment