From 1a9aeb03c4cbc24d73788b4d5a4e73320f2fc752 Mon Sep 17 00:00:00 2001 From: Julien Gautier Date: Wed, 4 Oct 2023 19:19:18 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20d'une=20feuille=20de=20s?= =?UTF-8?q?tyle=20scss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/app.scss | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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 * **********************/