mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Product list: Show "sold out" before expanding variations
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
.availability-box {
|
||||
text-align: center;
|
||||
|
||||
&.gone {
|
||||
&.gone, .gone {
|
||||
color: $alert-danger-text;
|
||||
}
|
||||
&.unavailable {
|
||||
&.unavailable, .unavailable {
|
||||
color: $alert-warning-text;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user