summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_toasts.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/bmc/custom/_toasts.scss')
-rw-r--r--src/assets/styles/bmc/custom/_toasts.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/assets/styles/bmc/custom/_toasts.scss b/src/assets/styles/bmc/custom/_toasts.scss
index c3e91b8a..42b91dbb 100644
--- a/src/assets/styles/bmc/custom/_toasts.scss
+++ b/src/assets/styles/bmc/custom/_toasts.scss
@@ -25,20 +25,20 @@
.b-toast-success .toast {
border-left-color: theme-color("success")!important;
- background-color: $success-light;
+ background-color: theme-color-light("success")!important;
}
.b-toast-info .toast {
border-left-color: theme-color("info")!important;
- background-color: $info-light;
+ background-color: theme-color-light("info")!important;
}
.b-toast-danger .toast {
border-left-color: theme-color("danger")!important;
- background-color: $danger-light;
+ background-color: theme-color-light("danger")!important;
}
.b-toast-warning .toast {
border-left-color: theme-color("warning")!important;
- background-color: $warning-light;
+ background-color: theme-color-light("warning")!important;
} \ No newline at end of file