mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
Tweak tag styles
This commit is contained in:
parent
e2c4ad3ba7
commit
fe44e33689
@ -251,7 +251,7 @@
|
||||
@input-color : @text-color;
|
||||
@input-border-color : @border-color-base;
|
||||
@input-bg : #fff;
|
||||
@input-addon-bg : #f7f7f7;
|
||||
@input-addon-bg : @background-color-light;
|
||||
@input-hover-border-color : @primary-color;
|
||||
@input-disabled-bg : @disabled-bg;
|
||||
|
||||
@ -320,7 +320,7 @@
|
||||
|
||||
// Tag
|
||||
// --
|
||||
@tag-default-bg: @background-color-base;
|
||||
@tag-default-bg: @background-color-light;
|
||||
@tag-default-color: @text-color;
|
||||
@tag-font-size: @font-size-sm;
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
line-height: 20px;
|
||||
height: 22px;
|
||||
padding: 0 8px;
|
||||
border-radius: @border-radius-base;
|
||||
border-radius: @border-radius-sm;
|
||||
border: @border-width-base @border-style-base @border-color-base;
|
||||
background: @tag-default-bg;
|
||||
font-size: @tag-font-size;
|
||||
|
Loading…
Reference in New Issue
Block a user