mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Ajout code pour la fonctionnalité ‘Plus d'infos’
This commit is contained in:
parent
78c501da98
commit
c262d411ae
1 changed files with 14 additions and 0 deletions
|
@ -829,3 +829,17 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.big-button { margin: 2em;}
|
.big-button { margin: 2em;}
|
||||||
|
|
||||||
|
/* Bouton plus d'infos */
|
||||||
|
|
||||||
|
.moreinfos {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.infos-hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.moreinfos:focus+.infos-hidden {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue