fix expanded-nav background - brown light to beige
This commit is contained in:
parent
a32f0fe843
commit
29f038ab3f
7 changed files with 18 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<section class="callout" style="--color: <?= $site->calloutColor() ?>;">
|
||||
<h4><?= $site->calloutText()->inline() ?></h4>
|
||||
<h3><?= $site->calloutText()->inline() ?></h3>
|
||||
<?php if ($site->calloutTicket()->exists() && $site->calloutTicket() == 'true'): ?>
|
||||
<a class="ticket-link" href="<?= option('ticketingUrl') ?>" target="_blank" title="Aller à la billetterie"><?php snippet('ticket') ?> Billetterie</a>
|
||||
<?php endif ?>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<div class="event-card grid__item" style="--span: <?= $span ?>; --color: <?= $event->color()->isEmpty() || $event->color() == '#fff' ? 'var(--color-season)' : $event->color() ?>">
|
||||
<a class="event-card__link" href="<?= $event->url() ?>"></a>
|
||||
<a class="event-card__link" href="<?= $event->url() ?>"><span class="sr-only">En savoir plus sur l'événement</s></span></a>
|
||||
<div class="image-wrapper">
|
||||
<?php if ($event->gallery()->toFiles()->count() > 1): ?>
|
||||
<?php snippet('picture', [
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
<?php snippet('ticket', ['link' => option('ticketingUrl')]) ?>
|
||||
<a href="/recherche" class="main-nav__search" title="chercher">
|
||||
<?= svg('/assets/images/icons/search.svg') ?>
|
||||
<span class="sr-only">Rechercher une page</span>
|
||||
</a>
|
||||
<button class="burger-btn" aria-expanded="false" title="Ouvrir le menu">
|
||||
<span class="sr-only">Ouvrir le menu</span>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<?php if (isset($link)): ?>
|
||||
<a class="ticket" href="<?= $link ?>" target="_blank" title="Aller à la billetterie">
|
||||
<?= svg('assets/images/icons/ticket.svg') ?>
|
||||
<span class="sr-only">Aller à la billetterie</span>
|
||||
</a>
|
||||
<?php else: ?>
|
||||
<figure class="ticket" target="_blank" title="Aller à la billetterie">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue