mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
Add @tag-font-size
This commit is contained in:
parent
9f75694c75
commit
d98d7a451c
@ -303,6 +303,7 @@
|
||||
// --
|
||||
@tag-default-bg: #f3f3f3;
|
||||
@tag-default-color: @text-color;
|
||||
@tag-font-size: @font-size-base;
|
||||
|
||||
// TimePicker
|
||||
// ---
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user