Update hover state for primary button.
This commit is contained in:
parent
0e1d34b873
commit
47d9e0b51a
1 changed files with 1 additions and 5 deletions
|
|
@ -56,11 +56,7 @@ export default {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
background: linear-gradient(
|
background: linear-gradient(270deg, $blue-500 0%, $blue-700 100%);
|
||||||
270deg,
|
|
||||||
rgba(6, 87, 124, 1) 0%,
|
|
||||||
rgba(6, 87, 124, 1) 100%
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
&:focus, // Mouse, touch, stylus focus
|
&:focus, // Mouse, touch, stylus focus
|
||||||
&:focus-visible {
|
&:focus-visible {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue