spee.ch/client/scss/_button-secondary.scss

12 lines
304 B
SCSS
Raw Normal View History

2018-11-08 19:44:59 -05:00
.button--secondary, .button--secondary:focus, .button--secondary:active {
border-bottom-color: $secondary-color;
color: $secondary-color;
2018-06-05 08:02:23 -07:00
background-color: $background-color;
}
.button--secondary:active {
2018-11-08 19:44:59 -05:00
$color: darken($secondary-color, 10%);
color: $color;
border-bottom-color: $color;
2018-06-05 08:02:23 -07:00
}