init
This commit is contained in:
5
user/plugins/problems/scss/mixins/_toast.scss
Executable file
5
user/plugins/problems/scss/mixins/_toast.scss
Executable file
@@ -0,0 +1,5 @@
|
||||
// Toast variant mixin
|
||||
@mixin toast-variant($color: $dark-color) {
|
||||
background: rgba($color, .9);
|
||||
border-color: $color;
|
||||
}
|
||||
Reference in New Issue
Block a user