@imiobe/plonetheme-smartweb-base 0.3.0 → 0.3.2
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 +34 -0
- package/dist/js/theme.js +2291 -1
- package/package.json +2 -2
- package/src/scss/_general.scss +9 -0
- package/src/scss/_trucaverif.scss +0 -7
- package/src/scss/common/_com-cookies.scss +19 -46
- package/src/scss/homepage/_events.scss +2 -2
- package/theme.zip +0 -0
- package/dist/css/theme.css +0 -5
- 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/package.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"plone",
|
|
24
24
|
"smartweb"
|
|
25
25
|
],
|
|
26
|
-
"version": "0.3.
|
|
26
|
+
"version": "0.3.2",
|
|
27
27
|
"license": "GPL version 2",
|
|
28
28
|
"scripts": {
|
|
29
29
|
"stylelint": "npx stylelint 'src/**/*.{css,less}' 'src/**/*.{css,less}",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"release": "release-it"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@plone/plonetheme-barceloneta-base": "3.2.
|
|
37
|
+
"@plone/plonetheme-barceloneta-base": "3.2.4",
|
|
38
38
|
"@popperjs/core": "^2.11.6"
|
|
39
39
|
},
|
|
40
40
|
"release-it": {
|
package/src/scss/_general.scss
CHANGED
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
// affichage horraire
|
|
18
18
|
.section-contact .table_schedule {
|
|
19
19
|
display: none;
|
|
20
|
+
|
|
21
|
+
tr {
|
|
22
|
+
vertical-align: top;
|
|
23
|
+
}
|
|
20
24
|
}
|
|
21
25
|
|
|
22
26
|
.schedule .opening_informations::after {
|
|
@@ -137,3 +141,8 @@
|
|
|
137
141
|
}
|
|
138
142
|
}
|
|
139
143
|
}
|
|
144
|
+
|
|
145
|
+
// Backoffice TinyMCE
|
|
146
|
+
body#tinymce.mce-content-body {
|
|
147
|
+
padding: 12px;
|
|
148
|
+
}
|
|
@@ -423,13 +423,6 @@ body#visual-portal-wrapper.userrole-anonymous.portaltype-imio-smartweb-procedure
|
|
|
423
423
|
gap: 6px;
|
|
424
424
|
}
|
|
425
425
|
|
|
426
|
-
.portaltype-imio-smartweb-procedure .sectionlinks .table_title,
|
|
427
|
-
.portaltype-imio-smartweb-page .sectionlinks .table_title,
|
|
428
|
-
.portaltype-imio-smartweb-procedure .sectionfiles .table_title,
|
|
429
|
-
.portaltype-imio-smartweb-page .sectionfiles .table_title {
|
|
430
|
-
font-size: 1.25rem;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
426
|
/* section links */
|
|
434
427
|
.portaltype-imio-smartweb-page #content .sectionlinks ul.row,
|
|
435
428
|
.portaltype-imio-smartweb-procedure #content .sectionlinks ul.row {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
transform: translateY(-100%);
|
|
8
8
|
box-shadow: 0 0 18px rgba(0, 0, 0, 20%);
|
|
9
9
|
border-radius: 5px;
|
|
10
|
-
color: #
|
|
10
|
+
color: #353535;
|
|
11
11
|
width: auto;
|
|
12
12
|
left: 0;
|
|
13
13
|
max-width: 100vw !important;
|
|
@@ -36,58 +36,31 @@
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
.gdpr-actions {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
font-weight: bold;
|
|
44
|
-
border: 2px solid #000;
|
|
45
|
-
font-size: 14px;
|
|
46
|
-
margin-left: 0.6rem;
|
|
47
|
-
text-decoration: none;
|
|
48
|
-
margin-top: 2rem;
|
|
49
|
-
|
|
50
|
-
@include media-breakpoint-up(lg) {
|
|
51
|
-
margin-top: 0;
|
|
52
|
-
}
|
|
39
|
+
line-height: 1;
|
|
40
|
+
display: flex;
|
|
41
|
+
gap: 10px;
|
|
42
|
+
margin-top: 1.5rem;
|
|
53
43
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
input[name="consent"] {
|
|
62
|
-
background: #000;
|
|
44
|
+
& > a,
|
|
45
|
+
input[name="consent"],
|
|
46
|
+
input[name="refuse"] {
|
|
47
|
+
background: #1863dc;
|
|
63
48
|
color: #fff;
|
|
64
|
-
border: 2px solid
|
|
49
|
+
border: 2px solid #1863dc;
|
|
65
50
|
padding: 1rem 2rem;
|
|
66
|
-
font-
|
|
67
|
-
font-size: 14px;
|
|
51
|
+
font-size: 13px;
|
|
68
52
|
cursor: pointer;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
margin-top: 0;
|
|
73
|
-
}
|
|
53
|
+
text-decoration: none;
|
|
54
|
+
display: inline-block;
|
|
55
|
+
transition: all 0.1s ease;
|
|
74
56
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
57
|
+
&:hover,
|
|
58
|
+
&:focus {
|
|
59
|
+
background: #ededed;
|
|
60
|
+
color: #1863dc;
|
|
61
|
+
outline: none;
|
|
78
62
|
}
|
|
79
63
|
}
|
|
80
|
-
|
|
81
|
-
input[name="refuse"] {
|
|
82
|
-
background: transparent;
|
|
83
|
-
color: #000;
|
|
84
|
-
border: none;
|
|
85
|
-
text-decoration: underline;
|
|
86
|
-
margin-left: auto;
|
|
87
|
-
display: block;
|
|
88
|
-
margin-top: 1rem;
|
|
89
|
-
cursor: pointer;
|
|
90
|
-
}
|
|
91
64
|
}
|
|
92
65
|
}
|
|
93
66
|
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
padding-bottom: $event-section-padding-bottom;
|
|
5
5
|
margin: $event-section-margin;
|
|
6
6
|
|
|
7
|
-
@if $
|
|
7
|
+
@if $event-section-full-width {
|
|
8
8
|
width: 100vw;
|
|
9
9
|
max-width: 100vw;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
@include media-breakpoint-up(lg) {
|
|
13
|
-
@if $
|
|
13
|
+
@if $event-section-full-width {
|
|
14
14
|
left: 50%;
|
|
15
15
|
transform: translateX(-50%);
|
|
16
16
|
}
|
package/theme.zip
CHANGED
|
Binary file
|