Commit 8de71d0c authored by Jikkai Xiao's avatar Jikkai Xiao Committed by hetech

Menu: make font-size constant into variable (#12239)

parent 8a2ed18d
......@@ -597,6 +597,7 @@ $--steps-padding: 20px !default;
/* Menu
--------------------------*/
$--menu-item-font-size: $--font-size-base !default;
$--menu-item-color: $--color-text-primary !default;
$--menu-item-fill: $--color-white !default;
$--menu-item-hover-fill: $--color-primary-light-9 !default;
......
......@@ -6,7 +6,7 @@
@mixin menu-item {
height: 56px;
line-height: 56px;
font-size: 14px;
font-size: $--menu-item-font-size;
color: $--menu-item-color;
padding: 0 20px;
list-style: none;
......
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