Mise à jour d'une feuille de style scss
This commit is contained in:
@@ -272,6 +272,36 @@ dl.dl-horizontal {
|
|||||||
color: $empty !important;
|
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 *
|
* Background Colors *
|
||||||
**********************/
|
**********************/
|
||||||
|
|||||||
Reference in New Issue
Block a user