Widget: Support for low availability in mobile calendar mode

This commit is contained in:
Raphael Michel
2023-03-28 10:09:13 +02:00
parent 2b479f59d5
commit 550826af76
2 changed files with 17 additions and 0 deletions

View File

@@ -794,6 +794,9 @@
&.pretix-widget-day-availability-green {
background: $brand-success;
}
&.pretix-widget-day-availability-low {
border-right: 5px solid $brand-warning;
}
&.pretix-widget-day-availability-orange {
background: $brand-warning;
}