Product list: Show "sold out" before expanding variations

This commit is contained in:
Raphael Michel
2021-09-17 10:20:30 +02:00
parent 93004a8125
commit 8751e6e5ba
3 changed files with 22 additions and 2 deletions

View File

@@ -24,10 +24,10 @@
.availability-box {
text-align: center;
&.gone {
&.gone, .gone {
color: $alert-danger-text;
}
&.unavailable {
&.unavailable, .unavailable {
color: $alert-warning-text;
}
}