bug fix agenda + salles
This commit is contained in:
@@ -860,17 +860,22 @@
|
||||
.body-wrapper{
|
||||
background-image: url('../images/Trame-gris.svg');
|
||||
background-repeat: no-repeat;
|
||||
|
||||
}
|
||||
.content{
|
||||
@include inlineflex;
|
||||
width: 90%;
|
||||
flex-direction: row-reverse;
|
||||
justify-content: space-between;
|
||||
& > p{
|
||||
.txt{
|
||||
width: 50%;
|
||||
.content_txt{
|
||||
width: 50%;
|
||||
}
|
||||
& > p{
|
||||
font-size: 1.2rem;
|
||||
font-family: $Bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
svg{
|
||||
pointer-events: none;
|
||||
@@ -907,9 +912,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.txt{
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.content_salle{
|
||||
// display: none;
|
||||
visibility: hidden;
|
||||
@@ -946,7 +949,19 @@
|
||||
bottom: 10px!important;
|
||||
}
|
||||
.bx-controls-direction{
|
||||
display: none;
|
||||
a{
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.bx-prev{
|
||||
background-image: url('/user/themes/lecampus/images/arrow-gal.svg');
|
||||
}
|
||||
.bx-next{
|
||||
background-image: url('/user/themes/lecampus/images/arrow-gal-next.svg');
|
||||
&:hover, &:focus{
|
||||
background-position: center!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.bx-pager-link {
|
||||
background: white!important;
|
||||
|
@@ -232,6 +232,16 @@
|
||||
width: 2%!important;
|
||||
}
|
||||
}
|
||||
.bandeau{
|
||||
.img{
|
||||
width: 100%!important;
|
||||
}
|
||||
.title_gal{
|
||||
top:25vw!important;
|
||||
right: 5%!important;
|
||||
max-width: 70%!important;
|
||||
}
|
||||
}
|
||||
.entete .entete_c{
|
||||
width: 95%!important;
|
||||
margin: 30px auto!important;
|
||||
@@ -253,7 +263,7 @@
|
||||
border-radius: 0px!important;
|
||||
h4{
|
||||
font-size: 1.3rem!important;
|
||||
margin: 15px auto!important;
|
||||
margin: 15px auto 0 auto!important;
|
||||
-webkit-transform: translateY(0%)!important;
|
||||
transform: translateY(0%)!important;
|
||||
}
|
||||
@@ -287,16 +297,32 @@
|
||||
#sublog{
|
||||
.txt{
|
||||
width:100%!important;
|
||||
.content_txt{
|
||||
width: 100%!important;
|
||||
}
|
||||
p{
|
||||
padding: 0!important;
|
||||
}
|
||||
}
|
||||
.content_salle{
|
||||
width: 70%!important;
|
||||
z-index: 2;
|
||||
left: 60%!important;
|
||||
left: 50%!important;
|
||||
transform: translateX(-50%);
|
||||
.header-salles{
|
||||
display: inline-flex;
|
||||
justify-content: space-between;
|
||||
img{
|
||||
display: block!important;
|
||||
margin: auto;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
.mapsalles{
|
||||
width: 60%!important;
|
||||
width: 100%!important;
|
||||
}
|
||||
}
|
||||
#item .demander-votre-devis, #sublog .demander-votre-devis{
|
||||
@@ -502,18 +528,7 @@
|
||||
}
|
||||
.content_salle{
|
||||
width: 90%!important;
|
||||
left: 5%!important;
|
||||
top: 200px!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