@imiobe/plonetheme-smartweb-base 0.0.6 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +78 -0
- package/dist/css/theme.css +5 -0
- package/dist/fonts/roboto-bold..eot +0 -0
- package/dist/fonts/roboto-bold..ttf +0 -0
- package/dist/fonts/roboto-bold..woff +0 -0
- package/dist/fonts/roboto-bold..woff2 +0 -0
- package/dist/fonts/roboto-bolditalic..eot +0 -0
- package/dist/fonts/roboto-bolditalic..ttf +0 -0
- package/dist/fonts/roboto-bolditalic..woff +0 -0
- package/dist/fonts/roboto-bolditalic..woff2 +0 -0
- package/dist/fonts/roboto-italic..eot +0 -0
- package/dist/fonts/roboto-italic..ttf +0 -0
- package/dist/fonts/roboto-italic..woff +0 -0
- package/dist/fonts/roboto-italic..woff2 +0 -0
- package/dist/fonts/roboto-light..eot +0 -0
- package/dist/fonts/roboto-light..ttf +0 -0
- package/dist/fonts/roboto-light..woff +0 -0
- package/dist/fonts/roboto-light..woff2 +0 -0
- package/dist/fonts/roboto-lightitalic..eot +0 -0
- package/dist/fonts/roboto-lightitalic..ttf +0 -0
- package/dist/fonts/roboto-lightitalic..woff +0 -0
- package/dist/fonts/roboto-lightitalic..woff2 +0 -0
- package/dist/fonts/roboto-medium..eot +0 -0
- package/dist/fonts/roboto-medium..ttf +0 -0
- package/dist/fonts/roboto-medium..woff +0 -0
- package/dist/fonts/roboto-medium..woff2 +0 -0
- package/dist/fonts/roboto-mediumitalic..eot +0 -0
- package/dist/fonts/roboto-mediumitalic..ttf +0 -0
- package/dist/fonts/roboto-mediumitalic..woff +0 -0
- package/dist/fonts/roboto-mediumitalic..woff2 +0 -0
- package/dist/fonts/roboto-regular..eot +0 -0
- package/dist/fonts/roboto-regular..ttf +0 -0
- package/dist/fonts/roboto-regular..woff +0 -0
- package/dist/fonts/roboto-regular..woff2 +0 -0
- package/dist/fonts/robotocondensed-light..eot +0 -0
- package/dist/fonts/robotocondensed-light..ttf +0 -0
- package/dist/fonts/robotocondensed-light..woff +0 -0
- package/dist/fonts/robotocondensed-light..woff2 +0 -0
- package/dist/fonts/robotocondensed-lightitalic..eot +0 -0
- package/dist/fonts/robotocondensed-lightitalic..ttf +0 -0
- package/dist/fonts/robotocondensed-lightitalic..woff +0 -0
- package/dist/fonts/robotocondensed-lightitalic..woff2 +0 -0
- package/dist/images/roboto-bolde46805ee..svg +1 -0
- package/dist/images/roboto-bolditalic4be90c03..svg +1 -0
- package/dist/images/roboto-italic2332d1c3..svg +1 -0
- package/dist/images/roboto-light054c1c8a..svg +1 -0
- package/dist/images/roboto-lightitalic2df589e4..svg +1 -0
- package/dist/images/roboto-medium832a5157..svg +1 -0
- package/dist/images/roboto-mediumitalicf09fad24..svg +1 -0
- package/dist/images/roboto-regulare788ed65..svg +1 -0
- package/dist/images/robotocondensed-light04ff367e..svg +1 -0
- package/dist/images/robotocondensed-lightitalic97b23821..svg +1 -0
- package/dist/js/theme.js +1 -0
- package/package.json +20 -2
- package/src/index.js +60 -14
- package/src/scss/_breadcrum.scss +1 -0
- package/src/scss/_fonts.scss +6 -5
- package/src/scss/_general.scss +73 -65
- package/src/scss/_header.scss +33 -13
- package/src/scss/_mixin.scss +43 -35
- package/src/scss/_sitenav.scss +326 -259
- package/src/scss/_sub-sitenav.scss +113 -65
- package/src/scss/_swiper.scss +17 -10
- package/src/scss/_trucaverif.scss +630 -555
- package/src/scss/common/_com-cookies.scss +86 -75
- package/src/scss/common/_com-edition.scss +36 -24
- package/src/scss/common/_com-faceted.scss +153 -132
- package/src/scss/common/_com-footer.scss +9 -5
- package/src/scss/common/_com-list-image.scss +17 -15
- package/src/scss/common/_com-react.scss +62 -57
- package/src/scss/common/_messviewlet.scss +77 -60
- package/src/scss/homepage/_a-la-une.scss +30 -19
- package/src/scss/homepage/_actualites.scss +137 -111
- package/src/scss/homepage/_album.scss +87 -75
- package/src/scss/homepage/_banner.scss +38 -41
- package/src/scss/homepage/_events.scss +42 -20
- package/src/scss/homepage/_general-home.scss +47 -43
- package/src/scss/homepage/_newsletter.scss +30 -24
- package/src/scss/homepage/_quick-access.scss +14 -4
- package/src/scss/list/_list-block-img.scss +53 -49
- package/src/scss/list/_list-block.scss +70 -64
- package/src/scss/list/_list-img.scss +21 -14
- package/src/scss/list/_list.scss +55 -53
- package/src/scss/main.scss +17 -9
- package/src/scss/sections/_se-contact.scss +229 -158
- package/src/scss/sections/_se-file.scss +188 -158
- package/src/scss/sections/_se-gallery.scss +16 -14
- package/src/scss/sections/_se-link.scss +141 -135
- package/src/scss/sections/_se-linked-content.scss +4 -4
- package/src/scss/sections/_se-plan-geo.scss +92 -74
- package/src/scss/sections/_se-plan.scss +2 -2
- package/src/scss/sections/_se-postit.scss +19 -17
- package/src/scss/sections/_se-textes.scss +35 -41
- package/src/scss/variables.scss +159 -138
- package/theme.zip +0 -0
|
@@ -1,85 +1,97 @@
|
|
|
1
1
|
.albumhome {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
position: relative;
|
|
3
|
+
padding-top: $album-section-padding-top;
|
|
4
|
+
padding-bottom: $album-section-padding-bottom;
|
|
5
|
+
margin: $album-section-margin;
|
|
6
|
+
background: $album-section-bg;
|
|
7
|
+
|
|
8
|
+
@if $album-section-full-width {
|
|
9
|
+
width: 100vw;
|
|
10
|
+
left: 50%;
|
|
11
|
+
transform: translateX(-50%);
|
|
12
|
+
max-width: 100vw;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.container {
|
|
16
|
+
padding-right: 0;
|
|
17
|
+
padding-left: 0;
|
|
18
|
+
|
|
7
19
|
@if $album-section-full-width {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
transform: translateX(-50%);
|
|
11
|
-
max-width: 100vw;
|
|
20
|
+
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
|
21
|
+
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
|
12
22
|
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.section-title {
|
|
26
|
+
color: $album-title-color;
|
|
27
|
+
margin: $album-title-margin;
|
|
28
|
+
padding: $album-title-padding;
|
|
29
|
+
text-align: $album-title-align;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.swiper-slide {
|
|
33
|
+
height: auto;
|
|
34
|
+
|
|
35
|
+
a {
|
|
36
|
+
text-decoration: none;
|
|
20
37
|
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
38
|
+
|
|
39
|
+
& > a {
|
|
40
|
+
display: grid;
|
|
41
|
+
height: 100%;
|
|
42
|
+
place-items: start;
|
|
43
|
+
grid-auto-rows: min-content;
|
|
44
|
+
background: $album-item-bg-color;
|
|
45
|
+
border-radius: $album-item-bg-radius;
|
|
28
46
|
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
&>a {
|
|
35
|
-
display: grid;
|
|
36
|
-
height: 100%;
|
|
37
|
-
place-items: start;
|
|
38
|
-
grid-auto-rows: min-content;
|
|
39
|
-
background: $album-item-bg-color;
|
|
40
|
-
border-radius: $album-item-bg-radius;
|
|
41
|
-
}
|
|
42
|
-
.swiper-image {
|
|
43
|
-
margin-bottom: $album-image-margin-bottom;
|
|
44
|
-
border-radius: $album-image-border-radius;
|
|
45
|
-
width: 100%;
|
|
46
|
-
}
|
|
47
|
-
.swiper_category {
|
|
48
|
-
margin: $album-category-margin;
|
|
49
|
-
span {
|
|
50
|
-
display: block;
|
|
51
|
-
padding: $album-category-padding;
|
|
52
|
-
color: $album-category-color;
|
|
53
|
-
background: $album-category-bg-color;
|
|
54
|
-
font-size: $album-category-font-size;
|
|
55
|
-
font-weight: $album-category-font-weight;
|
|
56
|
-
text-transform: $album-category-text-transform;
|
|
57
|
-
border-radius: $album-category-radius;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
.swiper_date {
|
|
61
|
-
padding: $album-date-padding;
|
|
62
|
-
margin: $album-date-margin;
|
|
63
|
-
color: $album-date-color;
|
|
64
|
-
font-size: $album-date-font-size;
|
|
65
|
-
}
|
|
66
|
-
.swiper_title {
|
|
67
|
-
padding: $album-item-title-padding;
|
|
68
|
-
margin: $album-item-title-margin;
|
|
69
|
-
h3 {
|
|
70
|
-
color: $album-item-title-color;
|
|
71
|
-
font-size: $album-item-title-font-size;
|
|
72
|
-
font-weight: $album-item-title-font-weight;
|
|
73
|
-
text-transform: $album-item-title-text-transform;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
47
|
+
|
|
48
|
+
.swiper-image {
|
|
49
|
+
margin-bottom: $album-image-margin-bottom;
|
|
50
|
+
border-radius: $album-image-border-radius;
|
|
51
|
+
width: 100%;
|
|
76
52
|
}
|
|
53
|
+
|
|
54
|
+
.swiper_category {
|
|
55
|
+
margin: $album-category-margin;
|
|
56
|
+
|
|
57
|
+
span {
|
|
58
|
+
display: block;
|
|
59
|
+
padding: $album-category-padding;
|
|
60
|
+
color: $album-category-color;
|
|
61
|
+
background: $album-category-bg-color;
|
|
62
|
+
font-size: $album-category-font-size;
|
|
63
|
+
font-weight: $album-category-font-weight;
|
|
64
|
+
text-transform: $album-category-text-transform;
|
|
65
|
+
border-radius: $album-category-radius;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.swiper_date {
|
|
70
|
+
padding: $album-date-padding;
|
|
71
|
+
margin: $album-date-margin;
|
|
72
|
+
color: $album-date-color;
|
|
73
|
+
font-size: $album-date-font-size;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.swiper_title {
|
|
77
|
+
padding: $album-item-title-padding;
|
|
78
|
+
margin: $album-item-title-margin;
|
|
79
|
+
|
|
80
|
+
h3 {
|
|
81
|
+
color: $album-item-title-color;
|
|
82
|
+
font-size: $album-item-title-font-size;
|
|
83
|
+
font-weight: $album-item-title-font-weight;
|
|
84
|
+
text-transform: $album-item-title-text-transform;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
77
88
|
}
|
|
78
89
|
|
|
79
90
|
// see all
|
|
80
91
|
.sectionnews {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
}
|
|
92
|
+
.see_all {
|
|
93
|
+
justify-content: $album-see-all-justify-content;
|
|
94
|
+
|
|
95
|
+
@include see-all-style;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
.smartweb_herobanner {
|
|
2
2
|
position: relative;
|
|
3
|
+
|
|
3
4
|
@if $banner-enable-full-width {
|
|
4
5
|
width: 100vw;
|
|
5
6
|
left: 50%;
|
|
@@ -8,57 +9,53 @@
|
|
|
8
9
|
|
|
9
10
|
.bannerSwiper {
|
|
10
11
|
height: $banner-heigh;
|
|
11
|
-
|
|
12
|
-
.swiper-slide {
|
|
13
|
-
position: relative;
|
|
14
12
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
13
|
+
.swiper-slide {
|
|
14
|
+
position: relative;
|
|
15
|
+
|
|
16
|
+
.swiper-banner-image {
|
|
17
|
+
position: absolute;
|
|
18
|
+
z-index: -1;
|
|
19
|
+
inset: 0;
|
|
20
|
+
}
|
|
23
21
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
22
|
+
.swiper-banner-color {
|
|
23
|
+
position: absolute;
|
|
24
|
+
z-index: -2;
|
|
25
|
+
inset: 0;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.swiper-banner-content-wrapper {
|
|
29
|
+
@if $banner-content-is-vertical-center {
|
|
30
|
+
position: relative;
|
|
31
|
+
top: 50%;
|
|
32
|
+
transform: translateY(-50%);
|
|
31
33
|
}
|
|
32
34
|
|
|
33
|
-
.swiper-banner-content
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
.swiper-banner-content {
|
|
36
|
+
width: $banner-content-width;
|
|
37
|
+
max-width: $banner-content-max-width;
|
|
38
|
+
padding: $banner-content-padding;
|
|
39
|
+
margin: $banner-content-margin;
|
|
40
|
+
background: $banner-content-background;
|
|
41
|
+
text-align: $banner-content-text-align;
|
|
42
|
+
|
|
43
|
+
.swiper-banner-title {
|
|
44
|
+
color: $banner-content-title-color;
|
|
45
|
+
font-size: $banner-content-title-font-size;
|
|
46
|
+
text-transform: $banner-content-title-text-transform;
|
|
38
47
|
}
|
|
39
48
|
|
|
40
|
-
.swiper-banner-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
background: $banner-content-background;
|
|
46
|
-
text-align:$banner-content-text-align;
|
|
47
|
-
.swiper-banner-title {
|
|
48
|
-
color: $banner-content-title-color;
|
|
49
|
-
font-size: $banner-content-title-font-size;
|
|
50
|
-
text-transform: $banner-content-title-text-transform;
|
|
51
|
-
}
|
|
52
|
-
.swiper-banner-description {
|
|
53
|
-
p {
|
|
54
|
-
margin: 0;
|
|
55
|
-
color: $banner-content-description-color;
|
|
56
|
-
font-size: $banner-content-description-font-size;
|
|
57
|
-
}
|
|
49
|
+
.swiper-banner-description {
|
|
50
|
+
p {
|
|
51
|
+
margin: 0;
|
|
52
|
+
color: $banner-content-description-color;
|
|
53
|
+
font-size: $banner-content-description-font-size;
|
|
58
54
|
}
|
|
59
55
|
}
|
|
60
56
|
}
|
|
61
57
|
}
|
|
58
|
+
}
|
|
62
59
|
}
|
|
63
60
|
|
|
64
61
|
.swiper-button-next,
|
|
@@ -3,19 +3,23 @@
|
|
|
3
3
|
padding-top: $event-section-padding-top;
|
|
4
4
|
padding-bottom: $event-section-padding-bottom;
|
|
5
5
|
margin: $event-section-margin;
|
|
6
|
+
|
|
6
7
|
@if $actu-section-full-width {
|
|
7
8
|
width: 100vw;
|
|
8
9
|
max-width: 100vw;
|
|
9
10
|
}
|
|
11
|
+
|
|
10
12
|
@include media-breakpoint-up(lg) {
|
|
11
13
|
@if $actu-section-full-width {
|
|
12
14
|
left: 50%;
|
|
13
15
|
transform: translateX(-50%);
|
|
14
16
|
}
|
|
15
17
|
}
|
|
18
|
+
|
|
16
19
|
.container {
|
|
17
20
|
padding-right: 0;
|
|
18
21
|
padding-left: 0;
|
|
22
|
+
|
|
19
23
|
@include media-breakpoint-up(lg) {
|
|
20
24
|
@if $event-section-full-width {
|
|
21
25
|
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
|
@@ -23,20 +27,22 @@
|
|
|
23
27
|
}
|
|
24
28
|
}
|
|
25
29
|
}
|
|
30
|
+
|
|
26
31
|
.section-title {
|
|
27
32
|
color: $event-title-color;
|
|
28
33
|
margin: $event-title-margin;
|
|
29
34
|
padding: $event-title-padding;
|
|
30
35
|
text-align: $event-title-align;
|
|
31
|
-
@include media-breakpoint-up(lg) {}
|
|
32
|
-
@include media-breakpoint-up(xxl) {}
|
|
33
36
|
}
|
|
37
|
+
|
|
34
38
|
.swiper-slide {
|
|
35
39
|
height: auto;
|
|
40
|
+
|
|
36
41
|
a {
|
|
37
42
|
text-decoration: none;
|
|
38
43
|
}
|
|
39
|
-
|
|
44
|
+
|
|
45
|
+
& > a {
|
|
40
46
|
display: grid;
|
|
41
47
|
height: 100%;
|
|
42
48
|
place-items: start;
|
|
@@ -44,13 +50,16 @@
|
|
|
44
50
|
background: $event-item-bg-color;
|
|
45
51
|
border-radius: $event-item-bg-radius;
|
|
46
52
|
}
|
|
53
|
+
|
|
47
54
|
.swiper-image {
|
|
48
55
|
margin-bottom: $event-image-margin-bottom;
|
|
49
56
|
border-radius: $event-image-border-radius;
|
|
50
57
|
width: 100%;
|
|
51
58
|
}
|
|
59
|
+
|
|
52
60
|
.swiper_category {
|
|
53
61
|
margin: $event-category-margin;
|
|
62
|
+
|
|
54
63
|
span {
|
|
55
64
|
display: block;
|
|
56
65
|
padding: $event-category-padding;
|
|
@@ -62,15 +71,18 @@
|
|
|
62
71
|
border-radius: $event-category-radius;
|
|
63
72
|
}
|
|
64
73
|
}
|
|
74
|
+
|
|
65
75
|
.swiper_date {
|
|
66
76
|
padding: $event-date-padding;
|
|
67
77
|
margin: $event-date-margin;
|
|
68
78
|
color: $event-date-color;
|
|
69
79
|
font-size: $event-date-font-size;
|
|
70
80
|
}
|
|
81
|
+
|
|
71
82
|
.swiper_title {
|
|
72
83
|
padding: $event-item-title-padding;
|
|
73
84
|
margin: $event-item-title-margin;
|
|
85
|
+
|
|
74
86
|
h3 {
|
|
75
87
|
color: $event-item-title-color;
|
|
76
88
|
font-size: $event-item-title-font-size;
|
|
@@ -78,49 +90,59 @@
|
|
|
78
90
|
text-transform: $event-item-title-text-transform;
|
|
79
91
|
}
|
|
80
92
|
}
|
|
93
|
+
|
|
81
94
|
.swiper_description {
|
|
82
95
|
text-align: $actu-item-description-align;
|
|
83
96
|
font-family: $actu-item-description-font-family;
|
|
84
|
-
margin
|
|
97
|
+
margin: $actu-item-description-margin;
|
|
85
98
|
padding: $actu-item-description-padding;
|
|
86
|
-
color
|
|
99
|
+
color: $actu-item-description-color;
|
|
87
100
|
}
|
|
88
101
|
}
|
|
89
102
|
}
|
|
103
|
+
|
|
90
104
|
.sectionevents .swiper-slide .swiper_date .day_date .day::after,
|
|
91
105
|
.sectionevents .swiper-slide .swiper_date .end_date .day::after,
|
|
92
106
|
.sectionevents .swiper-slide .swiper_date .start_date .day::after {
|
|
93
|
-
|
|
107
|
+
content: "/";
|
|
94
108
|
}
|
|
109
|
+
|
|
95
110
|
.sectionevents .swiper-slide .swiper_date div {
|
|
96
|
-
|
|
111
|
+
display: flex;
|
|
97
112
|
}
|
|
98
|
-
|
|
99
|
-
|
|
113
|
+
|
|
114
|
+
.sectionevents {
|
|
115
|
+
.swiper_date {
|
|
100
116
|
display: flex;
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
117
|
+
|
|
118
|
+
.day_date {
|
|
119
|
+
.from_on {
|
|
120
|
+
margin-right: 0.25em;
|
|
104
121
|
}
|
|
105
122
|
}
|
|
106
|
-
|
|
123
|
+
|
|
124
|
+
.start_date {
|
|
107
125
|
display: flex;
|
|
108
|
-
margin-right: .25em;
|
|
109
|
-
|
|
110
|
-
|
|
126
|
+
margin-right: 0.25em;
|
|
127
|
+
|
|
128
|
+
.from_on {
|
|
129
|
+
margin-right: 0.25em;
|
|
111
130
|
}
|
|
112
131
|
}
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
132
|
+
|
|
133
|
+
.end_date {
|
|
134
|
+
.to {
|
|
135
|
+
margin-right: 0.25em;
|
|
116
136
|
}
|
|
117
137
|
}
|
|
118
138
|
}
|
|
119
139
|
}
|
|
140
|
+
|
|
120
141
|
// see all
|
|
121
142
|
.sectionevents {
|
|
122
143
|
.see_all {
|
|
123
144
|
justify-content: $event-see-all-justify-content;
|
|
145
|
+
|
|
124
146
|
@include see-all-style;
|
|
125
147
|
}
|
|
126
|
-
}
|
|
148
|
+
}
|
|
@@ -1,51 +1,55 @@
|
|
|
1
1
|
@mixin see-all-style {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
transition: all .2s ease;
|
|
32
|
-
position: absolute;
|
|
33
|
-
height: 2px;
|
|
34
|
-
background-color: $see-all-underline-color;
|
|
35
|
-
left: 0;
|
|
36
|
-
bottom: -5px;
|
|
37
|
-
width: $see-all-underline-width;
|
|
38
|
-
}
|
|
2
|
+
margin: $see-all-margin;
|
|
3
|
+
display: flex;
|
|
4
|
+
|
|
5
|
+
a {
|
|
6
|
+
position: relative;
|
|
7
|
+
display: block;
|
|
8
|
+
width: max-content;
|
|
9
|
+
padding: $see-all-padding;
|
|
10
|
+
background: $see-all-bg;
|
|
11
|
+
color: $see-all-color;
|
|
12
|
+
border-radius: $see-all-radius;
|
|
13
|
+
border: $see-all-border;
|
|
14
|
+
text-decoration: none;
|
|
15
|
+
text-transform: $see-all-text-transform;
|
|
16
|
+
font-size: $see-all-font-size;
|
|
17
|
+
transition: $see-all-transition;
|
|
18
|
+
font-family: $see-all-font-family;
|
|
19
|
+
font-weight: $see-all-font-weight;
|
|
20
|
+
|
|
21
|
+
&:hover,
|
|
22
|
+
&:focus {
|
|
23
|
+
background: $see-all-hover-bg;
|
|
24
|
+
color: $see-all-hover-color;
|
|
25
|
+
border-radius: $see-all-hover-radius;
|
|
26
|
+
border: $see-all-hover-border;
|
|
27
|
+
|
|
28
|
+
&::after {
|
|
29
|
+
width: $see-all-hover-underline-width;
|
|
30
|
+
}
|
|
39
31
|
}
|
|
32
|
+
|
|
33
|
+
&::after {
|
|
34
|
+
content: "";
|
|
35
|
+
transition: all 0.2s ease;
|
|
36
|
+
position: absolute;
|
|
37
|
+
height: 2px;
|
|
38
|
+
background-color: $see-all-underline-color;
|
|
39
|
+
left: 0;
|
|
40
|
+
bottom: -5px;
|
|
41
|
+
width: $see-all-underline-width;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
40
44
|
}
|
|
41
45
|
|
|
42
46
|
#content-core,
|
|
43
47
|
#main-container {
|
|
44
|
-
|
|
48
|
+
margin-bottom: 0;
|
|
45
49
|
}
|
|
46
50
|
|
|
47
|
-
.portaltype-imio-smartweb-portalpage{
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}
|
|
51
|
+
.portaltype-imio-smartweb-portalpage {
|
|
52
|
+
#content > header {
|
|
53
|
+
display: none;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -1,24 +1,30 @@
|
|
|
1
|
-
.sectionsendinblue{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
1
|
+
.sectionsendinblue {
|
|
2
|
+
text-align: $newsletter-align;
|
|
3
|
+
padding-top: $newsletter-padding-top;
|
|
4
|
+
padding-bottom: $newsletter-padding-bottom;
|
|
5
|
+
margin: $newsletter-margin;
|
|
6
|
+
position: relative;
|
|
7
|
+
|
|
8
|
+
&::after {
|
|
9
|
+
content: "";
|
|
10
|
+
position: absolute;
|
|
11
|
+
width: 100vw;
|
|
12
|
+
left: 50%;
|
|
13
|
+
transform: translateX(-50%);
|
|
14
|
+
z-index: -1;
|
|
15
|
+
top: 0;
|
|
16
|
+
bottom: 0;
|
|
17
|
+
background: $newsletter-bg-color;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.lead {
|
|
21
|
+
margin: 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
h2,
|
|
25
|
+
label,
|
|
26
|
+
.lead,
|
|
27
|
+
.form-text {
|
|
28
|
+
color: $newsletter-text-color;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -1,39 +1,46 @@
|
|
|
1
1
|
.sectionlinks.quick-access {
|
|
2
2
|
position: relative;
|
|
3
3
|
background: transparent;
|
|
4
|
+
|
|
4
5
|
@if $quick-access-section-full-width {
|
|
5
6
|
width: 100vw;
|
|
6
7
|
left: 50%;
|
|
7
8
|
transform: translateX(-50%);
|
|
8
9
|
max-width: 100vw;
|
|
9
10
|
}
|
|
11
|
+
|
|
10
12
|
.container {
|
|
11
13
|
padding-right: 0;
|
|
12
14
|
padding-left: 0;
|
|
15
|
+
|
|
13
16
|
@if $quick-access-section-full-width {
|
|
14
17
|
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
|
15
18
|
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
|
16
19
|
}
|
|
17
20
|
}
|
|
21
|
+
|
|
18
22
|
.section-title {
|
|
19
23
|
color: $quick-access-title-color;
|
|
20
24
|
margin: $quick-access-title-margin;
|
|
21
25
|
padding: $quick-access-title-padding;
|
|
22
26
|
text-align: $quick-access-title-align;
|
|
23
|
-
@include media-breakpoint-up(lg) {}
|
|
24
|
-
@include media-breakpoint-up(xxl) {}
|
|
25
27
|
}
|
|
28
|
+
|
|
26
29
|
.body-section {
|
|
27
30
|
padding: $quick-access-container-padding;
|
|
28
|
-
|
|
31
|
+
|
|
32
|
+
ul {
|
|
29
33
|
justify-content: center;
|
|
30
34
|
}
|
|
35
|
+
|
|
31
36
|
li {
|
|
32
37
|
list-style: none;
|
|
38
|
+
|
|
33
39
|
a {
|
|
34
40
|
display: block;
|
|
35
41
|
text-align: center;
|
|
36
42
|
text-decoration: none;
|
|
43
|
+
|
|
37
44
|
.image.d-block {
|
|
38
45
|
display: flex;
|
|
39
46
|
width: $quick-access-width;
|
|
@@ -46,6 +53,7 @@
|
|
|
46
53
|
border-radius: $quick-access-border-radius;
|
|
47
54
|
box-shadow: $quick-access-shadow;
|
|
48
55
|
border: $quick-access-border;
|
|
56
|
+
|
|
49
57
|
svg {
|
|
50
58
|
width: $quick-access-svg-width;
|
|
51
59
|
height: auto;
|
|
@@ -55,6 +63,7 @@
|
|
|
55
63
|
|
|
56
64
|
.table_title {
|
|
57
65
|
margin: $quick-access-item-title-margin;
|
|
66
|
+
|
|
58
67
|
span {
|
|
59
68
|
font-size: $quick-access-title-font-size;
|
|
60
69
|
color: $quick-access-title-color;
|
|
@@ -74,7 +83,8 @@
|
|
|
74
83
|
border: $quick-access-full-bg-border;
|
|
75
84
|
box-shadow: $quick-access-full-bg-shadow;
|
|
76
85
|
}
|
|
86
|
+
|
|
77
87
|
.row {
|
|
78
88
|
margin-bottom: 0;
|
|
79
89
|
}
|
|
80
|
-
}
|
|
90
|
+
}
|