css : composant bottom-tab générique partagé entre filtres et infos carte
Extrait le style onglet-bas en classes réutilisables (.bottom-tab, .bottom-tab--invert) dans _generic.scss. Appliqué aux boutons de filtre et à l'étiquette infos des cartes événement. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
da7b13380a
commit
7fb0fedf6c
6 changed files with 35 additions and 33 deletions
|
|
@ -28,8 +28,8 @@
|
|||
</div>
|
||||
|
||||
<div class="filters">
|
||||
<button class="filter" data-target="inside-company" title="filtrer">compagnie</button>
|
||||
<button class="filter" data-target="outside-company" title="filtrer">hors-compagnie</button>
|
||||
<button class="filter bottom-tab bottom-tab--invert" data-target="inside-company" title="filtrer">compagnie</button>
|
||||
<button class="filter bottom-tab bottom-tab--invert" data-target="outside-company" title="filtrer">hors-compagnie</button>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue