calendar strip mobile add nav arrows

This commit is contained in:
isUnknown 2024-09-13 16:00:15 +02:00
parent bc2d238a05
commit 544c634a2e
5 changed files with 41 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<section class="callout" style="--color: <?= $color ?>;">
<h4><?= $text ?></h4>
<section class="callout" style="--color: <?= $site->calloutColor() ?>;">
<h4><?= $site->calloutText()->inline() ?></h4>
<a class="ticket-link" href="<?= option('ticketingUrl') ?>" target="_blank" title="Aller à la billetterie"><?php snippet('ticket') ?> Billetterie</a>
</section>