Add style for button when hover on it

This commit is contained in:
Nezumi
2023-07-23 20:36:43 +07:00
parent 0dd07ddfb6
commit 4d4c2cd9db
@@ -40,6 +40,8 @@
&__content {
padding-inline: 24px;
z-index: 1;
}
&__heading {
@@ -80,9 +82,11 @@
margin-top: 43px;
max-width: 74px;
text-transform: capitalize;
font-size: $fs-md;
text-align: center;
padding: 10px 20px;
&:hover {
background-color: $secondary-color;
}
}
}