Skip to content

Commit 6a06068

Browse files
committed
Theme Farciennes - Divers
1 parent 88856ff commit 6a06068

File tree

4 files changed

+47
-11
lines changed

4 files changed

+47
-11
lines changed

farciennes/src/scss/actualites.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ span.swiper-pagination-bullet {
5151
}
5252
}
5353

54-
.sectionnews::after {
54+
body.section-home-page .sectionnews.principal::after {
5555
content: "";
5656
position: absolute; /* attaché verticalement au parent */
5757
top: 70px; /* position verticale depuis le parent */
@@ -62,3 +62,8 @@ span.swiper-pagination-bullet {
6262
background: url("../../assets/svg/frame-actus.svg") top / 100% no-repeat !important;
6363
z-index: -1;
6464
}
65+
66+
body.section-home-page .sectionnews.principal .swiper_date span,
67+
body.section-home-page .sectionnews.principal .swiper_title h3 {
68+
color: #fff;
69+
}

farciennes/src/scss/agenda.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ body .sectionevents {
5252
background-image: url("../../assets/svg/visu-agenda.svg");
5353
background-repeat: no-repeat;
5454
background-position: bottom 0 left 50px; /* collé en bas, 50px depuis la gauche */
55-
background-size: calc(15% - 100px) auto; /* largeur = 100% du bloc moins 50px de chaque côté */
55+
background-size: calc(20% - 100px) auto; /* largeur = 100% du bloc moins 50px de chaque côté */
5656
}
5757

5858
// .sectionevents::after {

farciennes/src/scss/hp.scss

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,17 +252,18 @@ footer#portal-footer-wrapper {
252252
}
253253
}
254254

255-
.text mark {
255+
.section-text .text mark {
256256
> br {
257257
display: none;
258258
}
259259

260260
a {
261261
color: #fff !important;
262-
text-decoration: underline;
262+
text-decoration: underline #fff 1px;
263263

264264
&:hover {
265265
font-weight: bold;
266+
text-decoration: underline #fff 3px;
266267
}
267268
}
268269
}
@@ -388,3 +389,32 @@ body.col-content.portaltype-imio-smartweb-portalpage.section-home-page
388389
text-decoration: underline $primary-dark 3px;
389390
}
390391
}
392+
393+
@media (min-width: 992px) {
394+
#portal-globalnav > li:last-child {
395+
margin-left: auto;
396+
}
397+
}
398+
399+
//farciennes bouge
400+
.subsection-services-administratifs-farciennes-bouge .newsImage.card-img-top {
401+
padding-bottom: 85%;
402+
}
403+
404+
.see_all a {
405+
font-family: $font-family-base !important;
406+
}
407+
408+
.swiper_title h3 {
409+
font-family: $font-family-base !important;
410+
}
411+
412+
.contact_informations {
413+
a:hover {
414+
text-decoration: underline 3px;
415+
}
416+
}
417+
418+
.sortable-section.sectionfiles a {
419+
text-underline-offset: 4px;
420+
}

farciennes/src/scss/variables.scss

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ $primary-light: #eff2f5;
99
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
1010
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500&display=swap");
1111
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&display=swap");
12+
@import url("https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Lilita+One&display=swap");
1213

13-
$font-family-base: "Roboto", sans-serif !default;
14+
$font-family-base: "Carlito", sans-serif;
1415
$font-family-title: "Lilita One", sans-serif;
1516
$font-title-color: $primary !default;
1617
$font-title-color-light: #fff !default;
@@ -232,26 +233,26 @@ $actu-item-bg-radius: 20px 0 20px 20px;
232233
$actu-category-margin: 0 0 0.5rem 0 !default;
233234
$actu-category-padding: 0.5rem 1rem !default;
234235
$actu-category-color: #fff;
235-
$actu-category-bg-color: $primary-svg;
236+
$actu-category-bg-color: $primary;
236237
$actu-category-text-transform: initial;
237238
$actu-category-font-size: 14px;
238239
$actu-category-font-weight: bold;
239240
$actu-category-radius: 0 0 20px;
240241
$actu-item-title-margin: 0 0 0 0 !default;
241242
$actu-item-title-padding: 0 1rem !default;
242-
$actu-item-title-color: #fff;
243+
$actu-item-title-color: #000;
243244
$actu-item-title-text-transform: initial !default;
244245
$actu-item-title-font-size: $h3-font-size !default;
245246
$actu-item-title-font-weight: initial !default;
246247
$actu-item-title-align: center;
247248
$actu-item-description-margin: 0 0 0.5rem 0 !default;
248249
$actu-item-description-padding: 0 1rem !default;
249-
$actu-item-description-color: #fff;
250+
$actu-item-description-color: #000;
250251
$actu-item-description-align: center;
251252
$actu-item-description-font-family: $font-family-base !default;
252253
$actu-date-margin: 0 0 0.5rem 0 !default;
253254
$actu-date-padding: 0 1rem !default;
254-
$actu-date-color: #fff;
255+
$actu-date-color: #000;
255256
$actu-date-font-size: 14px !default;
256257
$actu-date-align: center;
257258
$actu-see-all-justify-content: $see-all-justify-content !default;
@@ -272,8 +273,8 @@ $event-item-bg-radius: 20px 0 20px 20px;
272273
$event-category-margin: 0 0 0.5rem 0 !default;
273274
$event-category-padding: 0.5rem 1rem !default;
274275
$event-category-color: #fff;
275-
$event-category-bg-color: $primary-svg;
276-
$event-category-text-transform: uppercase !default;
276+
$event-category-bg-color: $primary;
277+
$event-category-text-transform: initial;
277278
$event-category-font-size: 14px;
278279
$event-category-font-weight: initial !default;
279280
$event-category-radius: 0 0 20px;

0 commit comments

Comments
 (0)