Added colorfont css classes

This commit is contained in:
andystrobel 2015-08-20 15:53:06 +02:00
parent 8ba354e3dd
commit f755f08231
2 changed files with 24 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -105,6 +105,29 @@
border-color: @danger !important;
}
/* Fonts */
.colorFont1 {
color: @font1 !important;
}
.colorFont2 {
color: @font2 !important;
}
.colorFont3 {
color: @font3 !important;
}
.colorFont4 {
color: @font4 !important;
}
.colorFont5 {
color: @font5 !important;
}
//
// General
// --------------------------------------------------