@imiobe/plonetheme-smartweb-base 0.3.1 → 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 +17 -0
- package/dist/js/theme.js +2291 -0
- package/package.json +1 -1
- package/src/scss/_general.scss +4 -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/package.json
CHANGED
package/src/scss/_general.scss
CHANGED
|
@@ -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
|