bug fix agenda + salles

This commit is contained in:
2019-06-09 15:17:49 +02:00
parent 5c8f37419f
commit 2571b59324
9 changed files with 229 additions and 36 deletions

View File

@@ -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;