button { &.primary { @include set-button-style; @include bg-primary; &:focus, &:hover { box-shadow: 7px 5px 56px -14px $accent-color; } &:active { transform: scale(0.97); box-shadow: 7px 5px 56px -10px $accent-color; } } }