Skip to content

Commit 8dba242

Browse files
committed
Arlon theme fix
1 parent f5d5743 commit 8dba242

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

arlon/src/scss/a-la-une.scss

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
padding-top: 0;
33
padding-bottom: 0;
44
position: relative;
5+
width: auto;
56

67
.swiper-slide > a {
78
background: transparent;
@@ -15,6 +16,19 @@
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");
@@ -27,7 +41,7 @@
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
}

arlon/src/scss/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: 7vw;
216+
$actu-section-padding-top: 4vw;
217217
$actu-section-padding-bottom: 4vw;
218218
$actu-section-margin: 0 !default;
219219
$actu-title-color: $primary !default;

0 commit comments

Comments
 (0)