diff --git a/copanier/static/app.css b/copanier/static/app.css index e362082..bb6a700 100644 --- a/copanier/static/app.css +++ b/copanier/static/app.css @@ -829,3 +829,17 @@ footer { } .big-button { margin: 2em;} + +/* Bouton plus d'infos */ + +.moreinfos { + cursor: pointer; +} + +.infos-hidden { + display: none; +} + +.moreinfos:focus+.infos-hidden { + display: block; +}