slidesalle

This commit is contained in:
Kevin Tessier 2019-06-05 12:19:48 +02:00
parent fbecc6ee09
commit 0cd416606a
4 changed files with 14 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -75,10 +75,12 @@ function slide() {
$('.gal-salles').bxSlider({ $('.gal-salles').bxSlider({
pagerType: 'full',
responsive: true, responsive: true,
pager:true, mode: 'fade',
preloadImages:'visible', captions: true,
}); pagerSelector: '',
});
} }

View File

@ -951,10 +951,14 @@
font-size: 1.2rem; font-size: 1.2rem;
font-family: $Bold; font-family: $Bold;
padding: 5px 10px; padding: 5px 10px;
margin-top: -1px;
} }
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{ .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
bottom: 10px!important; bottom: 10px!important;
} }
.bx-controls-direction{
display: none;
}
.bx-pager-link { .bx-pager-link {
background: white!important; background: white!important;
&.active{ &.active{