button,.button { min-width: 20rem; } .hero { button,.button { color: $button-color-alt; border-color: $button-color-alt; // margin: $global-margin*2 0; &:hover{ color: $anchor-color; border-color: $anchor-color; } } }