This commit is contained in:
zhigang.li 2017-12-18 17:52:20 +08:00
parent e6508e277f
commit 7d4b325be8
3 changed files with 88 additions and 14 deletions

View file

@ -27,6 +27,24 @@
}
}
&-color{
&-red{
color: @error-color !important;
}
&-green{
color: @success-color !important;
}
&-blue{
color: @link-color !important;
}
&-yellow{
color: @warning-color !important;
}
&-white{
color: rgb(255, 255, 255) !important;
}
}
&-dot{
height: 32px;
line-height: 32px;
@ -54,13 +72,13 @@
&-border{
height: 24px;
line-height: 24px;
border: 1px solid @border-color-split !important;
color: @text-color !important;
border: 1px solid @border-color-split;
color: @border-color-split;
background: #fff !important;
position: relative;
.@{tag-close-prefix-cls} {
color: #666 !important;
color: #666;
margin-left: 12px !important;
}
@ -68,7 +86,7 @@
content: "";
display: none;
width: 1px;
background: @border-color-split;
background: currentColor;
position: absolute;
top: 0;
bottom: 0;
@ -137,7 +155,7 @@
&,
a,
a:hover {
color: @text-color;
// color: @text-color;
}
&-text {
@ -146,6 +164,7 @@
margin: 0 -8px;
padding: 0 8px;
}
color: @text-color;
}
.@{tag-close-prefix-cls} {