Skip to content

Commit 350f6fe

Browse files
committed
Theme lasne - maj
1 parent 0b15a1c commit 350f6fe

File tree

10 files changed

+46
-46
lines changed

10 files changed

+46
-46
lines changed

lasne/src/index.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
import './scss/main.scss';
1+
import "./scss/main.scss";
22
$(document).ready(function () {
3-
$('#portal-globalnav-collapse').on('show.bs.collapse', function () {
4-
document.body.classList.add('open-nav-overflow');
5-
document.documentElement.classList.add('open-nav-overflow');
3+
$("#portal-globalnav-collapse").on("show.bs.collapse", function () {
4+
document.body.classList.add("open-nav-overflow");
5+
document.documentElement.classList.add("open-nav-overflow");
66
});
7-
$('#portal-globalnav-collapse').on('hidden.bs.collapse', function () {
8-
document.body.classList.remove('open-nav-overflow');
9-
document.documentElement.classList.remove('open-nav-overflow');
7+
$("#portal-globalnav-collapse").on("hidden.bs.collapse", function () {
8+
document.body.classList.remove("open-nav-overflow");
9+
document.documentElement.classList.remove("open-nav-overflow");
1010
});
1111

1212
// For custom slider
13-
if ($('.sectionnews .swiper').length > 0) {
14-
var newsSwiper = $('.sectionnews .swiper')[0].swiper;
13+
if ($(".sectionnews .swiper").length > 0) {
14+
var newsSwiper = $(".sectionnews .swiper")[0].swiper;
1515
newsSwiper.params.spaceBetween = 30;
1616
(newsSwiper.params.speed = 1000), newsSwiper.update();
1717
}
18-
if ($('.sectionevents .swiper').length > 0) {
19-
var eventsSwiper = $('.sectionevents .swiper')[0].swiper;
18+
if ($(".sectionevents .swiper").length > 0) {
19+
var eventsSwiper = $(".sectionevents .swiper")[0].swiper;
2020
eventsSwiper.params.spaceBetween = 30;
2121
(eventsSwiper.params.speed = 1000), eventsSwiper.update();
2222
}

lasne/src/scss/home/actualites.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
.sectionnews::after,
6464
.sectioncollection.bulletins::after {
65-
content: url('../../assets/svg/circles-colors-background.svg');
65+
content: url("../../assets/svg/circles-colors-background.svg");
6666
position: absolute;
6767
top: 0 !important;
6868
left: 0;

lasne/src/scss/home/banner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.smartweb_herobanner .swiper-slide .swiper-banner-content-wrapper.container {
22
top: 0 !important;
3-
background: url('../../assets/svg/circles-colors-banner.svg') no-repeat;
3+
background: url("../../assets/svg/circles-colors-banner.svg") no-repeat;
44
background-size: contain;
55
background-position: right;
66

lasne/src/scss/home/bulletin.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
&::after {
5858
background-color: transparent;
5959
bottom: -5px;
60-
content: '';
60+
content: "";
6161
height: initial;
6262
position: absolute;
6363
transition: all 0.2s ease;

lasne/src/scss/home/divers.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ h1 {
4747
position: relative;
4848

4949
&::before {
50-
content: '';
50+
content: "";
5151
height: 2px;
5252
bottom: -3px;
5353
position: absolute;
@@ -108,7 +108,7 @@ h1 {
108108
}
109109

110110
.r-item-img.r-item-img-placeholder {
111-
background: url('../../assets/svg/placeholder.jpg');
111+
background: url("../../assets/svg/placeholder.jpg");
112112
background-size: cover;
113113
background-position: center;
114114
}
@@ -260,12 +260,12 @@ footer #container-section-noussuivre {
260260
}
261261
}
262262

263-
.r-filter div[class*='control'] {
263+
.r-filter div[class*="control"] {
264264
border-radius: 5px;
265265
}
266266

267267
.procedure a::after {
268-
content: '\F135';
268+
content: "\F135";
269269
font-family: Bootstrap-icons;
270270
margin-left: 0.5rem;
271271
position: relative;
@@ -340,7 +340,7 @@ footer #container-section-noussuivre {
340340
z-index: -1;
341341

342342
&::after {
343-
content: '';
343+
content: "";
344344
position: absolute;
345345
inset: 0;
346346
background: linear-gradient(
@@ -487,7 +487,7 @@ footer #container-section-noussuivre {
487487
}
488488

489489
&::after {
490-
content: '';
490+
content: "";
491491
position: absolute;
492492
width: 100vw;
493493
left: 50%;
@@ -619,7 +619,7 @@ h3 {
619619
}
620620

621621
.sectiontext ol > li::before {
622-
content: counter(sectioncounter) '.' !important;
622+
content: counter(sectioncounter) "." !important;
623623
}
624624

625625
#portal-footer-wrapper #portal-footer #smartweb-footer a,
@@ -800,7 +800,7 @@ h3 {
800800

801801
//SECTION NEWSLETTER HOMEPAGE
802802
.sortable-section.sectionlinks.newsletter-custom {
803-
background: url('../../assets/svg/circles-newsletter.svg') no-repeat $primary;
803+
background: url("../../assets/svg/circles-newsletter.svg") no-repeat $primary;
804804
background-size: contain;
805805
background-position: right bottom;
806806
}

lasne/src/scss/home/events.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
padding-top: 8rem;
33

44
&::after {
5-
content: url('../../assets/svg/circles-colors-background.svg');
5+
content: url("../../assets/svg/circles-colors-background.svg");
66
position: absolute;
77
top: 0 !important;
88
right: 0;
@@ -13,7 +13,7 @@
1313

1414
.sectionlinks.partenaires {
1515
&::after {
16-
content: url('../../assets/svg/circles-colors-background.svg');
16+
content: url("../../assets/svg/circles-colors-background.svg");
1717
position: absolute;
1818
top: 0 !important;
1919
right: 0;

lasne/src/scss/main.scss

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
$enable-roboto-webfont: false;
66

7-
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css');
7+
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
88

99
//// IMPORTS
1010

@@ -14,27 +14,27 @@ $enable-roboto-webfont: false;
1414

1515
// @import "@imiobe/plonetheme-smartweb-base/src/scss/main";
1616

17-
@import './variables';
18-
@import '../../../base/src/scss/main';
17+
@import "./variables";
18+
@import "../../../base/src/scss/main";
1919

2020
//// STYLES
2121

2222
// ... add your styles here
2323

24-
@import './home/banner';
25-
@import './home/quick';
26-
@import './home/actualites';
27-
@import './home/events';
28-
@import './home/bulletin';
29-
@import './home/footer';
30-
@import './home/section-en-image';
31-
@import './se-link';
32-
@import './se-files';
33-
@import './contact';
34-
@import './home/divers';
24+
@import "./home/banner";
25+
@import "./home/quick";
26+
@import "./home/actualites";
27+
@import "./home/events";
28+
@import "./home/bulletin";
29+
@import "./home/footer";
30+
@import "./home/section-en-image";
31+
@import "./se-link";
32+
@import "./se-files";
33+
@import "./contact";
34+
@import "./home/divers";
3535

3636
.sectiontext ol li::before {
37-
content: counters(item, '.') ' ' !important;
37+
content: counters(item, ".") " " !important;
3838
}
3939

4040
.minisite_title {

lasne/src/scss/se-files.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
font-family: $font-family-base;
4444

4545
&::before {
46-
content: '';
46+
content: "";
4747
background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='uuid-6ea3f586-ad4e-4ea5-a2a3-9081708c3e7f' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.65 52.14'%3E%3Cg id='uuid-9a101051-056e-49bb-ae55-6f9050a07aa4'%3E%3Cpath id='uuid-29306b0f-134c-436a-bf15-da5b7f22ca53' d='m52.22,6.39L46.01.46c-.23-.28-.57-.45-.94-.46h-24.9c-.73,0-1.32.59-1.32,1.32v4.05l-8.78,1.5c-.7.12-1.18.79-1.06,1.5l.44,2.6c-2.85.96-5.78,1.95-8.61,2.97-.67.25-1.02.99-.78,1.66l5.63,15.64c.13.41.56.63.97.5s.63-.56.5-.97c0-.02-.01-.03-.02-.05L1.61,15.31c2.66-.96,5.42-1.89,8.12-2.8l2.65,15.45,3.05,17.8c.13.7.79,1.17,1.5,1.06l8.26-1.42,6.45-1.11-9.71,3.49-7.66,2.75-5.95-16.54c-.14-.4-.59-.61-.99-.47-.4.14-.61.59-.47.99h0l6.03,16.77c.19.51.67.85,1.22.85.15,0,.3-.03.44-.08l7.89-2.83,17.9-6.44,3.42-.59h7.56c.73,0,1.32-.59,1.32-1.32V7.26c0-.34-.16-.66-.43-.87h0Zm-2.04.18h-3.96c-.19,0-.62,0-.73-.1-.05-.08-.07-.17-.06-.27V2.05s4.74,4.52,4.74,4.52Zm.93,34.1h-30.72v-15.03c0-.43-.35-.77-.77-.77s-.77.35-.77.77v15.25c0,.73.59,1.32,1.32,1.32h14.48l-9.72,1.67-8.02,1.38-3.01-17.55-3.32-19.35,8.27-1.42v15.12c0,.43.35.77.77.77s.77-.35.77-.77V1.54h23.5v4.66c-.02.5.17,1,.52,1.36.48.4,1.09.6,1.71.55h4.99v32.55Z'/%3E%3Cpath id='uuid-19ebad54-5d64-4b6a-8103-ea87acd3b7be' d='m24.11,11.98c0,.43.35.77.77.77h22.05c.43,0,.77-.35.77-.77s-.35-.77-.77-.77h-22.06c-.43,0-.77.35-.77.77h0Z'/%3E%3Cpath id='uuid-94f5426d-7a34-4f04-8977-dfef88c94e0e' d='m46.93,16.69h-22.06c-.43,0-.77.35-.77.77s.35.77.77.77h22.05c.43,0,.77-.35.77-.77s-.35-.77-.77-.77h0Z'/%3E%3Cpath id='uuid-49cdd075-c8ef-441e-82f3-758422fd3a43' d='m46.93,22.17h-22.06c-.43,0-.77.35-.77.77s.35.77.77.77h22.05c.43,0,.77-.35.77-.77s-.35-.77-.77-.77h0Z'/%3E%3Cpath id='uuid-38952654-25ec-4697-8b92-cd6b8ef71e7c' d='m46.93,27.65h-22.06c-.43,0-.77.35-.77.77s.35.77.77.77h22.05c.43,0,.77-.35.77-.77s-.35-.77-.77-.77h0Z'/%3E%3Cpath id='uuid-f05adc20-cb95-46d5-a304-98314e3d5047' d='m46.93,33.13h-22.06c-.43,0-.77.35-.77.77s.35.77.77.77h22.05c.43,0,.77-.35.77-.77s-.35-.77-.77-.77h0Z'/%3E%3C/g%3E%3C/svg%3E%0A");
4848
width: 25px;
4949
height: 25px;

lasne/src/scss/se-link.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
font-family: $font-family-base;
1717

1818
&::before {
19-
content: '';
19+
content: "";
2020
background: url("data:image/svg+xml,%3Csvg id='link' xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath id='Path_751' data-name='Path 751' d='M24,0A24,24,0,1,0,48,24,24,24,0,0,0,24,0Zm0,46.4A22.4,22.4,0,1,1,46.4,24,22.4,22.4,0,0,1,24,46.4Zm0,0'/%3E%3Cpath id='Path_752' data-name='Path 752' d='M145.279,126.465a3.971,3.971,0,0,0-2.828,1.171l-4.526,4.526a4.005,4.005,0,0,0-.508,5.034l-.115.115a4.005,4.005,0,0,0-5.034.508l-4.526,4.526A4,4,0,0,0,133.4,148l4.526-4.526a4.005,4.005,0,0,0,.508-5.034l.115-.115a4.005,4.005,0,0,0,5.034-.508l4.526-4.526a4,4,0,0,0-2.829-6.828Zm-8.485,15.879-4.525,4.525a2.458,2.458,0,0,1-3.394,0,2.4,2.4,0,0,1,0-3.394l4.525-4.525a2.372,2.372,0,0,1,2.724-.462l-1.592,1.593a.8.8,0,1,0,1.131,1.131l1.593-1.593A2.4,2.4,0,0,1,136.794,142.344Zm10.182-10.182-4.525,4.525a2.4,2.4,0,0,1-2.725.462l1.593-1.593a.8.8,0,0,0-1.131-1.131l-1.593,1.593a2.4,2.4,0,0,1,.462-2.725l4.525-4.525a2.4,2.4,0,1,1,3.394,3.394Zm0,0' transform='translate(-113.926 -113.818)'/%3E%3C/svg%3E");
2121
width: 25px;
2222
height: 25px;
@@ -64,7 +64,7 @@
6464
gap: 10px;
6565

6666
&::before {
67-
content: '';
67+
content: "";
6868
display: block;
6969
width: 10px;
7070
height: 11px;

lasne/src/scss/variables.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ $primary-green: #6fc064;
77

88
//*// TYPOGRAPHY
99

10-
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Signika:wght@300;400;500;600;700&display=swap');
10+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Signika:wght@300;400;500;600;700&display=swap");
1111

12-
$font-family-base: 'Roboto', sans-serif;
13-
$font-family-title: 'Roboto', sans-serif;
12+
$font-family-base: "Roboto", sans-serif;
13+
$font-family-title: "Roboto", sans-serif;
1414
$font-title-color: $primary-blue !default;
1515
$font-title-color-light: #fff !default;
1616
$font-title-color-dark: #000 !default;
@@ -32,7 +32,7 @@ $h6-font-size: $font-size-base !default;
3232
//*// GLOBAL
3333

3434
@function url-encoded-color($color) {
35-
@return '%23' + str-slice('#{$color}', 2, -1);
35+
@return "%23" + str-slice("#{$color}", 2, -1);
3636
}
3737
$container-max-widths: (
3838
sm: 100%,

0 commit comments

Comments
 (0)