mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Widget: Support for low availability in mobile calendar mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user