Add @tag-font-size

This commit is contained in:
afc163 2017-08-10 21:45:19 +08:00
parent 9f75694c75
commit d98d7a451c
2 changed files with 2 additions and 1 deletions

View File

@ -303,6 +303,7 @@
// --
@tag-default-bg: #f3f3f3;
@tag-default-color: @text-color;
@tag-font-size: @font-size-base;
// TimePicker
// ---

View File

@ -11,7 +11,7 @@
border-radius: @border-radius-base;
border: @border-width-base @border-style-base @border-color-split;
background: @tag-default-bg;
font-size: @font-size-base;
font-size: @tag-font-size;
transition: all 0.3s @ease-in-out-circ;
opacity: 1;
margin-right: 8px;