Mise à jour d'une feuille de style scss

This commit is contained in:
Julien Gautier
2023-10-04 19:19:18 +02:00
parent 3978128840
commit 1a9aeb03c4
+30
View File
@@ -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 *
**********************/