Skip to content

Commit aef9233

Browse files
committed
Fix Arlon
1 parent fafafda commit aef9233

File tree

5 files changed

+40
-7
lines changed

5 files changed

+40
-7
lines changed

arlon/assets/svg/rond-carre.svg

Lines changed: 3 additions & 3 deletions
Loading

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
background-size: contain;
3636
background-repeat: no-repeat;
3737
display: block;
38-
width: 140px;
38+
width: 175px;
3939
aspect-ratio: 1.1;
4040
position: absolute;
4141
top: 50%;
@@ -72,8 +72,8 @@
7272
background-size: contain;
7373
background-repeat: no-repeat;
7474
display: block;
75-
width: 70px;
76-
max-width: 72px;
75+
width: 85px;
76+
max-width: 85px;
7777
aspect-ratio: 1.1;
7878
position: absolute;
7979
top: 50%;

arlon/src/scss/broctie.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,16 @@
131131
align-items: center;
132132
gap: 20px;
133133
margin-top: 3rem;
134+
width: max-content;
135+
border-radius: 10px;
136+
transition: all 0.1s ease;
137+
}
138+
139+
&:hover::after {
140+
background-color: $green;
141+
padding-left: 10px;
142+
content: "Voir tout"
143+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg id='Group_697' data-name='Group 697' transform='translate(-484 -2992)'%3E%3Ccircle id='Ellipse_70' data-name='Ellipse 70' cx='20' cy='20' r='20' transform='translate(484 2992)' fill='%2381b19a'/%3E%3Cg id='Group_696' data-name='Group 696' transform='translate(394.5 3001.5)'%3E%3Cline id='Line_8' data-name='Line 8' x2='4' y2='4' transform='translate(107.5 6.5)' fill='none' stroke='%2340435d' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_9' data-name='Line 9' y1='4' x2='4' transform='translate(107.5 10.5)' fill='red' stroke='%2340435d' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
134144
}
135145
}
136146
}

arlon/src/scss/main.scss

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,26 @@ $enable-roboto-webfont: false;
156156
aspect-ratio: 0.7;
157157
padding-top: initial;
158158
}
159+
160+
html .r-list-item-group:hover .r-item-arrow-more {
161+
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.44 10'%3E%3Cg data-name='Calque 2'%3E%3Cg data-name='Calque 1'%3E%3Cpath d='M1 5h18.44' data-name='Ligne 7' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 1 4.61 4' data-name='Ligne 8' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-width:2px'/%3E%3Cpath d='m14.83 9 4.61-4' data-name='Ligne 9' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-width:2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
162+
#81b19a;
163+
background-position: 50%;
164+
background-repeat: no-repeat;
165+
background-size: 20px;
166+
}
167+
168+
.portaltype-imio-smartweb-portalpage.section-home-page {
169+
.smartweb_herobanner .bannerSwiper {
170+
height: auto;
171+
}
172+
}
173+
174+
.r-add-contact,
175+
.r-add-news,
176+
.r-add-event {
177+
padding: 5px 10px;
178+
border-radius: 5px;
179+
background-color: $green;
180+
font-weight: 500;
181+
}

arlon/src/scss/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ $sub-nav-link-drop: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2
132132

133133
// banner
134134
$banner-enable-full-width: true !default;
135-
$banner-heigh: auto;
135+
$banner-heigh: 400px;
136136
$banner-content-width: max-content !default;
137137
$banner-content-max-width: 100% !default;
138138
$banner-content-margin: 0 !default;

0 commit comments

Comments
 (0)