adjust success icon color
All checks were successful
build / build (pull_request) Successful in 4m44s
All checks were successful
build / build (pull_request) Successful in 4m44s
This commit is contained in:
parent
90d0475b1a
commit
bc1c9825a0
@ -34,19 +34,19 @@ Danke
|
|||||||
<div class="max-w-xs mx-auto">
|
<div class="max-w-xs mx-auto">
|
||||||
<div class="space-y-4">
|
<div class="space-y-4">
|
||||||
<div class="flex justify-start space-x-3">
|
<div class="flex justify-start space-x-3">
|
||||||
<twig:ux:icon name="heroicons:calendar" class="w-6 h-6 text-gray-400" />
|
<twig:ux:icon name="heroicons:calendar" class="w-6 h-6 text-orange-600" />
|
||||||
<p class="text-gray-700">Sa. 28.06.2025</p>
|
<p class="text-gray-700">Sa. 28.06.2025</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-start space-x-3">
|
<div class="flex justify-start space-x-3">
|
||||||
<twig:ux:icon name="heroicons:clock" class="w-6 h-6 text-gray-400" />
|
<twig:ux:icon name="heroicons:clock" class="w-6 h-6 text-orange-600" />
|
||||||
<p class="text-gray-700">17:30 - Open End</p>
|
<p class="text-gray-700">17:30 - Open End</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-start space-x-3">
|
<div class="flex justify-start space-x-3">
|
||||||
<twig:ux:icon name="heroicons:map-pin" class="w-6 h-6 text-gray-400" />
|
<twig:ux:icon name="heroicons:map-pin" class="w-6 h-6 text-orange-600" />
|
||||||
<p class="text-gray-700">Graubündener Str. 4, 28325 Bremen</p>
|
<p class="text-gray-700">Graubündener Str. 4, 28325 Bremen</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-start space-x-3">
|
<div class="flex justify-start space-x-3">
|
||||||
<twig:ux:icon name="tabler:shirt" class="w-6 h-6 text-gray-400" />
|
<twig:ux:icon name="tabler:shirt" class="w-6 h-6 text-orange-600" />
|
||||||
<p class="text-gray-700">Abendkleidung</p>
|
<p class="text-gray-700">Abendkleidung</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -58,17 +58,17 @@ Danke
|
|||||||
<div class="max-w-xs mx-auto">
|
<div class="max-w-xs mx-auto">
|
||||||
<div class="space-y-4">
|
<div class="space-y-4">
|
||||||
<div class="flex items-center gap-3">
|
<div class="flex items-center gap-3">
|
||||||
<twig:ux:icon name="heroicons:ticket" class="w-6 h-6 text-gray-400 flex-shrink-0" />
|
<twig:ux:icon name="heroicons:ticket" class="w-6 h-6 text-orange-600 flex-shrink-0" />
|
||||||
<span class="text-gray-600 font-medium whitespace-nowrap">17:30-19:30</span>
|
<span class="text-gray-600 font-medium whitespace-nowrap">17:30-19:30</span>
|
||||||
<span class="text-gray-700">Einlass & Platznehmen</span>
|
<span class="text-gray-700">Einlass & Platznehmen</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center gap-3">
|
<div class="flex items-center gap-3">
|
||||||
<twig:ux:icon name="heroicons:cake" class="w-6 h-6 text-gray-400 flex-shrink-0" />
|
<twig:ux:icon name="heroicons:cake" class="w-6 h-6 text-orange-600 flex-shrink-0" />
|
||||||
<span class="text-gray-600 font-medium whitespace-nowrap">19:30-22:00</span>
|
<span class="text-gray-600 font-medium whitespace-nowrap">19:30-22:00</span>
|
||||||
<span class="text-gray-700">Dinner & Beisammensein</span>
|
<span class="text-gray-700">Dinner & Beisammensein</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center gap-3">
|
<div class="flex items-center gap-3">
|
||||||
<twig:ux:icon name="heroicons:musical-note" class="w-6 h-6 text-gray-400 flex-shrink-0" />
|
<twig:ux:icon name="heroicons:musical-note" class="w-6 h-6 text-orange-600 flex-shrink-0" />
|
||||||
<span class="text-gray-600 font-medium whitespace-nowrap">ab 22:00</span>
|
<span class="text-gray-600 font-medium whitespace-nowrap">ab 22:00</span>
|
||||||
<span class="text-gray-700">Feier & Tanz im Saal</span>
|
<span class="text-gray-700">Feier & Tanz im Saal</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user