close salles
This commit is contained in:
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user