2018-06-05 17:02:23 +02:00
|
|
|
.button--secondary, .button--secondary:focus {
|
|
|
|
border: 0;
|
2018-06-05 23:24:54 +02:00
|
|
|
border-bottom: $button-border-width $button-border-strength $primary-color;
|
2018-06-05 17:02:23 +02:00
|
|
|
padding: 0.5em;
|
|
|
|
color: $primary-color;
|
|
|
|
background-color: $background-color;
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button--secondary:focus{
|
2018-06-05 23:24:54 +02:00
|
|
|
border-color: $secondary-color;
|
2018-06-05 17:02:23 +02:00
|
|
|
background-color: $tertiary-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button--secondary:hover {
|
|
|
|
color: $interactive-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button--secondary:active {
|
|
|
|
color: $background-color;
|
|
|
|
}
|