spee.ch/client/scss/_button-secondary.scss
2018-11-10 14:59:53 -05:00

12 lines
304 B
SCSS

.button--secondary, .button--secondary:focus, .button--secondary:active {
border-bottom-color: $secondary-color;
color: $secondary-color;
background-color: $background-color;
}
.button--secondary:active {
$color: darken($secondary-color, 10%);
color: $color;
border-bottom-color: $color;
}