Check stock for Shop's add to cart button

This commit is contained in:
2021-11-20 21:39:44 +01:00
parent 4ee17f921e
commit 6559298212
2 changed files with 8 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
}
// Hover effect
&:hover {
&:not([disabled]):hover {
background: $color-secondary;
}
.text-split__line {
@@ -85,7 +85,7 @@
background: $color-secondary-light;
// Hover
&:hover {
&:not([disabled]):hover {
color: #fff;
background: $color-secondary;
}
@@ -102,7 +102,7 @@
background: $color-secondary;
// Hover
&:hover {
&:not([disabled]):hover {
color: $color-text;
background-color: darken($color-secondary, 7);
}