feat: basic themes for event sites
This commit is contained in:
@@ -18,7 +18,10 @@
|
||||
<div class="py-4" id="participant-card-{{ index }}">
|
||||
<div class="flex items-start space-x-4">
|
||||
<div class="{{ html_classes('w-12 h-12 inline-flex flex-shrink-0 items-center justify-center rounded-full text-white font-bold', {
|
||||
'bg-primary-dark': not showAsError,
|
||||
'bg-primary-dark': not showAsError and booking_theme() == 'base',
|
||||
'bg-sbw-primary': not showAsError and booking_theme() == 'sbw',
|
||||
'bg-snz-primary-dark': not showAsError and booking_theme() == 'snz',
|
||||
'bg-ser-primary': not showAsError and booking_theme() == 'ser',
|
||||
'bg-red-500': showAsError,
|
||||
'text-2xl': participantNumber < 100,
|
||||
'text-xl': participantNumber >= 100,
|
||||
|
||||
Reference in New Issue
Block a user