global text-color variables

This commit is contained in:
Niels Lyngsø
2019-03-25 13:42:05 +01:00
parent 026ad4f2a8
commit 15d5c67cd3

View File

@@ -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;}