close salles

This commit is contained in:
2019-06-05 12:54:15 +02:00
parent 0cd416606a
commit 5e033fe2be
7 changed files with 122 additions and 10 deletions

View File

@@ -932,6 +932,9 @@
width: 30%;
}
.content_salle{
// display: none;
visibility: hidden;
position: absolute;
left: 50%;
top: 300px;
@@ -940,11 +943,18 @@
& > p{
padding-left: 10px;
}
h3{
.header-salles{
background: $light-blue;
padding: 5px 10px;
color: white;
margin-top: 0;
width: 100%;
h3{
width: 100%;
}
img{
display: none;
}
}
h4{
background: $green;