Add style when hover on order button

This commit is contained in:
Nezumi
2023-07-23 20:33:32 +07:00
parent fd7bd451d2
commit a2230be4ba
@@ -126,10 +126,11 @@
@include setAbsoluteAndLocation(true, $bottom: 0px);
padding: 10px 20px;
background-color: $primary-color;
border-radius: 100px;
color: $white;
text-transform: capitalize;
&:hover {
background-color: $secondary-color;
}
}
&__rosemary-container {