summaryrefslogtreecommitdiff
path: root/src/assets/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles')
-rw-r--r--src/assets/styles/bmc/custom/_toasts.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/assets/styles/bmc/custom/_toasts.scss b/src/assets/styles/bmc/custom/_toasts.scss
index dcc3985a..b8ec246e 100644
--- a/src/assets/styles/bmc/custom/_toasts.scss
+++ b/src/assets/styles/bmc/custom/_toasts.scss
@@ -2,8 +2,9 @@
top: 75px!important; // make sure toasts do not hide top header
}
+// Toast component and status icon style
.toast {
- padding: $spacer/2 $spacer/2 $spacer/2 $spacer;
+ padding: $spacer/2 $spacer/2 $spacer/2 $spacer+2;
border-width: 0 0 0 3px;
box-shadow: $box-shadow;
.close {
@@ -12,6 +13,12 @@
}
}
+.toast-icon svg {
+ position: absolute;
+ top: 20px;
+ left: 20px;
+}
+
.toast-header {
background-color: inherit!important; //override specificity
border: none;