Add border style for default Tag

+ border-color: @border-color-split;
This commit is contained in:
RaoHai 2016-05-31 11:12:50 +08:00
parent 1a961f2adc
commit 8b6153686e

View File

@ -9,6 +9,7 @@
height: 22px;
padding: 0 8px;
border-radius: @border-radius-base;
border-color: @border-color-split;
background: #f3f3f3;
font-size: @font-size-base;
transition: all 0.3s @ease-in-out-circ;