Files

5 lines
101 B
SCSS

// Button shadow
@mixin button-shadow($color) {
box-shadow: $btn-box-shadow rgba($color, 0.5);
}