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