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, 7 insertions, 1 deletions
diff --git a/src/assets/styles/bmc/custom/_alert.scss b/src/assets/styles/bmc/custom/_alert.scss
index 1d28f2ae..741eb692 100644
--- a/src/assets/styles/bmc/custom/_alert.scss
+++ b/src/assets/styles/bmc/custom/_alert.scss
@@ -17,7 +17,7 @@
.alert-icon {
display: inline-flex;
- align-items: center;
+ align-items: flex-start;
margin-right: $spacer;
margin-bottom: $spacer;
@@ -50,6 +50,12 @@
fill: theme-color("info");
}
+ &.alert-success {
+ border-left-color: theme-color("success");
+ background-color: $success-light;
+ fill: theme-color("success");
+ }
+
&.alert-danger {
border-left-color: theme-color("danger");
background-color: $danger-light;