File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 22 padding-top : 0 ;
33 padding-bottom : 0 ;
44 position : relative ;
5+ width : auto ;
56
67 .swiper-slide > a {
78 background : transparent ;
1516 display : none ;
1617 }
1718
19+ & ::before {
20+ content : " " ;
21+ background : #fff ;
22+ position : absolute ;
23+ left : 50% ;
24+ right : 0 ;
25+ bottom : 0 ;
26+ height : 142px ;
27+ z-index : -1 ;
28+ width : 100vw ;
29+ transform : translateX (-50% );
30+ }
31+
1832 & ::after {
1933 content : " " ;
2034 background : url (" ../../assets/svg/rond-carre.svg" );
2741 top : 50% ;
2842 right : 0 ;
2943 z-index : -1 ;
30- transform : translate (-35% , calc (- 50% - var (--triangle-translate )))
44+ transform : translate (-35% , calc (50% - var (--triangle-translate )))
3145 rotate (var (--triangle-rotate ));
3246 transition : transform 0.1s linear ;
3347 }
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ $a-la-une-item-image-radius: 0 !default;
213213
214214// Actu
215215$actu-section-full-width : true !default ;
216- $actu-section-padding-top : 7 vw ;
216+ $actu-section-padding-top : 4 vw ;
217217$actu-section-padding-bottom : 4vw ;
218218$actu-section-margin : 0 !default ;
219219$actu-title-color : $primary !default ;
You can’t perform that action at this time.
0 commit comments