summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_toasts.scss
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-09-22 17:38:28 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-09-25 06:08:58 +0300
commit12bc875329c0d8a9a28aa51daa6adfecb834f6f9 (patch)
tree20191e7e4c1d4ec1d3c1e1b13ceaf10424f84e02 /src/assets/styles/bmc/custom/_toasts.scss
parent816d947ef553feacc3d3a5c8e6fc91c8dc2976ba (diff)
downloadwebui-vue-12bc875329c0d8a9a28aa51daa6adfecb834f6f9.tar.xz
Update toast drop-shadow opacity
- Created sass variable for box shadow to be reused for elements requiring box-shadow - Update toast opacity to 0.3 Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Icfc0a58944fd5fe6d2c677e99564910fc2c67f1f
Diffstat (limited to 'src/assets/styles/bmc/custom/_toasts.scss')
-rw-r--r--src/assets/styles/bmc/custom/_toasts.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assets/styles/bmc/custom/_toasts.scss b/src/assets/styles/bmc/custom/_toasts.scss
index 42b91dbb..dcc3985a 100644
--- a/src/assets/styles/bmc/custom/_toasts.scss
+++ b/src/assets/styles/bmc/custom/_toasts.scss
@@ -5,6 +5,7 @@
.toast {
padding: $spacer/2 $spacer/2 $spacer/2 $spacer;
border-width: 0 0 0 3px;
+ box-shadow: $box-shadow;
.close {
font-weight: 300;
opacity: 1;