2021-04-28 00:49:54 +02:00
|
|
|
button,.button {
|
|
|
|
min-width: 20rem;
|
|
|
|
}
|
|
|
|
.hero {
|
|
|
|
button,.button {
|
2021-05-03 19:49:25 +02:00
|
|
|
min-width: 20vw;
|
2021-04-28 00:49:54 +02:00
|
|
|
color: $button-color-alt;
|
2021-05-03 19:49:25 +02:00
|
|
|
font-size: $global-font-size*1.3;
|
2021-04-28 00:49:54 +02:00
|
|
|
border-color: $button-color-alt;
|
2021-05-03 14:35:36 +02:00
|
|
|
border-radius: 4rem;
|
2021-04-28 00:49:54 +02:00
|
|
|
&:hover{
|
|
|
|
color: $anchor-color;
|
|
|
|
border-color: $anchor-color;
|
|
|
|
}
|
|
|
|
}
|
2021-04-27 22:21:26 +02:00
|
|
|
}
|
2022-03-30 21:48:12 +02:00
|
|
|
.wpcf7-form-control[type="submit"] {
|
|
|
|
@extend .button;
|
|
|
|
min-width: unset;
|
|
|
|
}
|