init
This commit is contained in:
11
user/plugins/problems/scss/mixins/_label.scss
Executable file
11
user/plugins/problems/scss/mixins/_label.scss
Executable file
@@ -0,0 +1,11 @@
|
||||
// Label base style
|
||||
@mixin label-base() {
|
||||
border-radius: $border-radius;
|
||||
line-height: 1.2;
|
||||
padding: .1rem .2rem;
|
||||
}
|
||||
|
||||
@mixin label-variant($color: $light-color, $bg-color: $primary-color) {
|
||||
background: $bg-color;
|
||||
color: $color;
|
||||
}
|
||||
Reference in New Issue
Block a user