Fixed the apply_coupon button

This commit is contained in:
Christopher Allford 2020-11-23 21:50:19 -08:00
parent a9601fbebf
commit 9d61226987
1 changed files with 1 additions and 13 deletions

View File

@ -1582,19 +1582,7 @@ a.reset_variations {
button[name="apply_coupon"] {
padding: 0.5rem;
border: var(--button--border-width) solid var(--button--color-text);
background: var(--button--color-text);
color: var(--button--color-background);
&:active {
color: var(--button--color-background-active);
background: transparent;
}
&:hover {
color: var(--button--color-background-active);
background: transparent;
}
}
}