global text-color variables
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
@blueExtraDark: #1b264f;// added 2019
|
||||
@blueLight: #ADD8E6;
|
||||
@blueNight: #162335;// added 2019
|
||||
@orange: #f79c37;// updated 2019
|
||||
//@orange: #f79c37;// updated 2019
|
||||
@pink: #D93F4C;// #C3325F;// update 2019
|
||||
@pinkLight: #f5c1bc;// added 2019
|
||||
@pinkRedLight: #ff8a89;// added 2019
|
||||
@@ -199,6 +199,16 @@
|
||||
.turquoise{color: @turquoise;}
|
||||
.turquoise-d1{color: @turquoise-d1;}
|
||||
|
||||
.text-warning {
|
||||
color: @orange;
|
||||
}
|
||||
.text-error {
|
||||
color: @red;
|
||||
}
|
||||
.text-success {
|
||||
color: @green;
|
||||
}
|
||||
|
||||
|
||||
//icon colors for tree icons
|
||||
.color-red, .color-red i{color: @red-d1 !important;}
|
||||
|
||||
Reference in New Issue
Block a user