summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_alert.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/bmc/custom/_alert.scss')
-rw-r--r--src/assets/styles/bmc/custom/_alert.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/assets/styles/bmc/custom/_alert.scss b/src/assets/styles/bmc/custom/_alert.scss
index 741eb692..0e78ba64 100644
--- a/src/assets/styles/bmc/custom/_alert.scss
+++ b/src/assets/styles/bmc/custom/_alert.scss
@@ -46,25 +46,25 @@
&.alert-info {
border-left-color: theme-color("info");
- background-color: $info-light;
+ background-color: theme-color-light("info");
fill: theme-color("info");
}
&.alert-success {
border-left-color: theme-color("success");
- background-color: $success-light;
+ background-color: theme-color-light("success");
fill: theme-color("success");
}
&.alert-danger {
border-left-color: theme-color("danger");
- background-color: $danger-light;
+ background-color: theme-color-light("danger");
fill: theme-color("danger");
}
&.alert-warning {
border-left-color: theme-color("warning");
- background-color: $warning-light;
+ background-color: theme-color-light("warning");
fill: theme-color("warning");
}
} \ No newline at end of file