Skip to content

Commit

Permalink
feat(Tag): 边框改成 1px
Browse files Browse the repository at this point in the history
  • Loading branch information
koppthe committed Aug 13, 2018
1 parent 8d6a19e commit 23d89e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/tag/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ $tag-height-sm: 40px;
color: $color-grey-1;
font-size: $font-size-base;
text-align: center;
line-height: $tag-height - 4;
line-height: $tag-height - 2;
vertical-align: middle;
border: 2px solid $color-grey-6;
border: 1px solid $color-grey-6;
border-radius: $border-radius-md;
background-color: $color-bg-grey;
box-sizing: border-box;

&--active {
color: $color-brand-light;
border: 2px solid $color-brand-light;
border: 1px solid $color-brand-light;
background-color: $color-bg;

&.at-tag--primary {
color: $color-text-base-inverse;
border: 2px solid $color-brand-light;
border: 1px solid $color-brand-light;
background-color: $color-brand-light;
}
}
Expand Down

0 comments on commit 23d89e7

Please sign in to comment.