Spaces:
Runtime error
Runtime error
File size: 255 Bytes
72c8f1c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
.button {
$emboss-size: 4px;
@include font(.9375rem, 1, 700);
@include button-emboss(10px 20px, $color-orange, #fff, $emboss-size, 4px)
vertical-align: middle;
&:hover {
color: #fff;
}
&.is-w100 {
width: 100px;
}
} |