Tweak tag styles

This commit is contained in:
afc163 2017-10-16 16:13:35 +08:00
parent e2c4ad3ba7
commit fe44e33689
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;