diff options
Diffstat (limited to 'src/objects/_alert.scss')
| -rw-r--r-- | src/objects/_alert.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/objects/_alert.scss b/src/objects/_alert.scss index 697ac18..e6abc62 100644 --- a/src/objects/_alert.scss +++ b/src/objects/_alert.scss | |||
| @@ -24,6 +24,12 @@ | |||
| 24 | props.get(vars.$shadow-grow) | 24 | props.get(vars.$shadow-grow) |
| 25 | props.get(vars.$shadow-color); | 25 | props.get(vars.$shadow-color); |
| 26 | 26 | ||
| 27 | &::before { | ||
| 28 | display: block; | ||
| 29 | margin-block: -100em 100em; | ||
| 30 | content: ''; | ||
| 31 | } | ||
| 32 | |||
| 27 | @each $mod, $theme in vars.$themes-config { | 33 | @each $mod, $theme in vars.$themes-config { |
| 28 | @include bem.modifier($mod) { | 34 | @include bem.modifier($mod) { |
| 29 | background-color: props.get(vars.$themes, $theme, --bg-color); | 35 | background-color: props.get(vars.$themes, $theme, --bg-color); |
