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;

View File

@ -495,10 +495,28 @@
}
}
#sublog {
.bandeau{
img{
width: 100%;
}
}
.title_gal{
display: none;
}
.content_salle{
width: 90%!important;
left: 5%!important;
top: 250px!important;
.header-salles{
display: inline-flex;
justify-content: space-between;
img{
display: block!important;
margin: auto;
width: 20px;
height: 20px;
}
}
p{
padding: 0px 10px!important;
}