Files
dominik/public/admin/view/stylesheet/sass/bootstrap/mixins/_labels.scss
T
2026-05-30 09:27:58 +03:00

13 lines
167 B
SCSS

// Labels
@mixin label-variant($color) {
background-color: $color;
&[href] {
&:hover,
&:focus {
background-color: darken($color, 10%);
}
}
}