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

12 lines
304 B
SCSS
Raw Normal View History

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