liste mots

This commit is contained in:
chankalan 2020-06-30 18:55:43 +02:00
parent d8bfa0febd
commit dd2cf468e7
2 changed files with 13 additions and 1 deletions

View File

@ -34,8 +34,11 @@
<div class="page_connexplus">
<div class="page_container page_connexplus__container">
<div class="liste mots"><ul>
<BOUCLE_themes(MOTS){id_groupe=1}>
<BOUCLE_themes(MOTS){id_groupe=1}{par titre}>
<li><a href="#URL_MOT">#TITRE</a></li>
[(#COMPTEUR_BOUCLE|=={#TOTAL_BOUCLE|div{4}|round}|oui)</ul><ul>]
[(#COMPTEUR_BOUCLE|=={#TOTAL_BOUCLE|div{4}|round|mult{2}}|oui)</ul><ul>]
[(#COMPTEUR_BOUCLE|=={#TOTAL_BOUCLE|div{4}|round|mult{3}}|oui)</ul><ul>]
</BOUCLE_themes>
</ul></div>
</div>

View File

@ -26,6 +26,15 @@
background:$couleurConnexplus;
color:#000;
margin-bottom:($spacer*1.5);
.liste.mots {
display:flex;
flex-wrap:wrap;
> ul {
width:25%;
margin:0;
list-style:none;
}
}
}
padding-top:0;