feat: basic themes for event sites
This commit is contained in:
@@ -146,7 +146,12 @@
|
||||
{% import _self as macros %}
|
||||
|
||||
<div class="flex items-center gap-4 pb-4 mb-4 border-b border-primary-bg">
|
||||
<div class="w-12 h-12 inline-flex flex-shrink-0 items-center justify-center rounded-full bg-primary-dark text-white text-2xl font-bold">
|
||||
<div class="{{ html_classes('w-12 h-12 inline-flex flex-shrink-0 items-center justify-center rounded-full text-white text-2xl font-bold', {
|
||||
'bg-primary-dark': booking_theme() == 'base',
|
||||
'bg-sbw-primary': booking_theme() == 'sbw',
|
||||
'bg-snz-primary-dark': booking_theme() == 'snz',
|
||||
'bg-ser-primary': booking_theme() == 'ser',
|
||||
}) }}">
|
||||
{{ participantIndex + 1 }}
|
||||
</div>
|
||||
<div class="text-2xl">
|
||||
|
||||
Reference in New Issue
Block a user