add link notice on procedure presentation page and small refactor of download component

This commit is contained in:
Lisa Durand 2023-06-05 14:25:51 +02:00
parent 08154d46d6
commit 7de608cd64
13 changed files with 23 additions and 41 deletions

View file

@ -90,14 +90,6 @@
display: none !important;
}
.visible-on-previous-hover {
visibility: hidden;
}
:hover + .visible-on-previous-hover {
visibility: visible;
}
// sizing
.width-100 {
width: 100%;