diff --git a/src/styles/app.scss b/src/styles/app.scss index f874dc4..8d82bf1 100755 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -272,6 +272,36 @@ dl.dl-horizontal { color: $empty !important; } +.text-light-danger { + color: $light-danger !important; +} +.text-light-success { + color: $light-success !important; +} +.text-light-warning { + color: $light-warning !important; +} +.text-light-primary { + color: $light-primary !important; +} +.text-light-info { + color: $light-info !important; +} +.text-light-inverse { + color: $light-inverse !important; +} +.text-light-megna { + color: $light-megna !important; +} + +$light-danger: #f9e7eb; +$light-success: #e8fdf8; +$light-warning: #fff8ec; +$light-primary: #f1effd; +$light-info: #e3f3fd; +$light-inverse: #f6f6f6; +$light-megna: #e0f2f4; + /********************** * Background Colors * **********************/