fr
This commit is contained in:
parent
57d4ddfebe
commit
1299479655
|
|
@ -962,7 +962,8 @@ li i { margin-right:10px; color:#007bff; }
|
||||||
#div_texte_cp,
|
#div_texte_cp,
|
||||||
#div_emission,
|
#div_emission,
|
||||||
#div_colleges_police,
|
#div_colleges_police,
|
||||||
#div_ajout_adherent {
|
#div_ajout_adherent,
|
||||||
|
#div_liste_adherent {
|
||||||
background-color: var(--office-light);
|
background-color: var(--office-light);
|
||||||
color: var(--office-dark);
|
color: var(--office-dark);
|
||||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
$prestationPossible = $this->nettoyer($police['prestationPossible']);
|
$prestationPossible = $this->nettoyer($police['prestationPossible']);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="div_liste_adherent" class="container-fluid py-1"> class="container-fluid py-4 animate__animated animate__fadeIn">
|
<div id="div_liste_adherent" class="container-fluid py-4 animate__animated animate__fadeIn">
|
||||||
|
|
||||||
<h1 class="text-primary"><i class="fas fa-users me-2"></i></i> <?= _('Gestion des Adhérents') ?></h1>
|
<h1 class="text-primary"><i class="fas fa-users me-2"></i></i> <?= _('Gestion des Adhérents') ?></h1>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user