itsblue-website/themes/quark-hugo/assets/scss/spectre/mixins/_toast.scss
2021-10-07 11:21:03 +02:00

6 lines
126 B
SCSS
Executable file

// Toast variant mixin
@mixin toast-variant($color: $dark-color) {
background: rgba($color, .95);
border-color: $color;
}