update tag custom color
This commit is contained in:
parent
7d4b325be8
commit
78fc1e14f1
2 changed files with 19 additions and 28 deletions
|
@ -30,15 +30,19 @@
|
|||
&-color{
|
||||
&-red{
|
||||
color: @error-color !important;
|
||||
border-color: @error-color !important;
|
||||
}
|
||||
&-green{
|
||||
color: @success-color !important;
|
||||
border-color: @success-color !important;
|
||||
}
|
||||
&-blue{
|
||||
color: @link-color !important;
|
||||
border-color: @link-color !important;
|
||||
}
|
||||
&-yellow{
|
||||
color: @warning-color !important;
|
||||
border-color: @warning-color !important;
|
||||
}
|
||||
&-white{
|
||||
color: rgb(255, 255, 255) !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue