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;
|
||||
|
Reference in New Issue
Block a user