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