@imiobe/plonetheme-smartweb-base 0.0.6 → 0.1.1
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 +80 -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 +25 -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 +21 -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,81 +1,92 @@
|
|
|
1
1
|
#gdpr-consent-banner {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
z-index: 9;
|
|
3
|
+
padding: 50px 25px;
|
|
4
|
+
background: #fff;
|
|
5
|
+
position: fixed;
|
|
6
|
+
top: 100vh;
|
|
7
|
+
transform: translateY(-100%);
|
|
8
|
+
box-shadow: 0 0 18px rgba(0, 0, 0, 20%);
|
|
9
|
+
border-radius: 5px;
|
|
10
|
+
color: #686868;
|
|
11
|
+
width: auto;
|
|
12
|
+
left: 0;
|
|
13
|
+
max-width: 100vw !important;
|
|
14
|
+
|
|
15
|
+
@include media-breakpoint-up(lg) {
|
|
16
|
+
right: 0;
|
|
17
|
+
max-width: 100%;
|
|
18
|
+
text-align: center;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
& > span {
|
|
14
22
|
@include media-breakpoint-up(lg) {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
23
|
+
max-width: 500px;
|
|
24
|
+
display: inline-block;
|
|
25
|
+
vertical-align: top;
|
|
26
|
+
text-align: left;
|
|
27
|
+
padding-right: 30px;
|
|
18
28
|
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
& > form {
|
|
32
|
+
@include media-breakpoint-up(lg) {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
vertical-align: middle;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.gdpr-actions {
|
|
39
|
+
& > a {
|
|
40
|
+
background: #fff;
|
|
41
|
+
color: #000;
|
|
42
|
+
padding: 1rem 2rem;
|
|
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
|
+
}
|
|
53
|
+
|
|
54
|
+
@include media-breakpoint-down(sm) {
|
|
55
|
+
font-size: 13px;
|
|
56
|
+
padding: 9px 10px;
|
|
57
|
+
display: inline-block;
|
|
58
|
+
}
|
|
27
59
|
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
60
|
+
|
|
61
|
+
input[name="consent"] {
|
|
62
|
+
background: #000;
|
|
63
|
+
color: #fff;
|
|
64
|
+
border: 2px solid transparent;
|
|
65
|
+
padding: 1rem 2rem;
|
|
66
|
+
font-weight: bold;
|
|
67
|
+
font-size: 14px;
|
|
68
|
+
cursor: pointer;
|
|
69
|
+
margin-top: 2rem;
|
|
70
|
+
|
|
71
|
+
@include media-breakpoint-up(lg) {
|
|
72
|
+
margin-top: 0;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@include media-breakpoint-down(sm) {
|
|
76
|
+
font-size: 13px;
|
|
77
|
+
padding: 9px 10px;
|
|
78
|
+
}
|
|
33
79
|
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
margin-top: 2rem;
|
|
45
|
-
@include media-breakpoint-up(lg) {
|
|
46
|
-
margin-top: 0;
|
|
47
|
-
}
|
|
48
|
-
@include media-breakpoint-down(sm) {
|
|
49
|
-
font-size: 13px;
|
|
50
|
-
padding: 9px 10px;
|
|
51
|
-
display: inline-block;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
input[name="consent"] {
|
|
55
|
-
background: #000;
|
|
56
|
-
color: #fff;
|
|
57
|
-
border: 2px solid transparent;
|
|
58
|
-
padding: 1rem 2rem;
|
|
59
|
-
font-weight: bold;
|
|
60
|
-
font-size: 14px;
|
|
61
|
-
cursor: pointer;
|
|
62
|
-
margin-top: 2rem;
|
|
63
|
-
@include media-breakpoint-up(lg) {
|
|
64
|
-
margin-top: 0;
|
|
65
|
-
}
|
|
66
|
-
@include media-breakpoint-down(sm) {
|
|
67
|
-
font-size: 13px;
|
|
68
|
-
padding: 9px 10px;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
input[name="refuse"] {
|
|
72
|
-
background: transparent;
|
|
73
|
-
border: none;
|
|
74
|
-
text-decoration: underline;
|
|
75
|
-
margin-left: auto;
|
|
76
|
-
display: block;
|
|
77
|
-
margin-top: 1rem;
|
|
78
|
-
cursor: pointer;
|
|
79
|
-
}
|
|
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;
|
|
80
90
|
}
|
|
81
|
-
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
@@ -1,48 +1,60 @@
|
|
|
1
1
|
.container.header-section.hide-in-preview {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
padding: 0.5rem;
|
|
3
|
+
border-radius: 0;
|
|
4
|
+
border: 1px solid #ddd;
|
|
5
|
+
text-align: center;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.manage-section a {
|
|
9
|
-
|
|
9
|
+
margin-right: 0.5rem;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.pat-sortable> :hover {
|
|
13
|
-
|
|
14
|
-
background-color: transparent !important;
|
|
12
|
+
.pat-sortable > :hover {
|
|
13
|
+
cursor: move;
|
|
15
14
|
}
|
|
16
15
|
|
|
17
16
|
.pat-sortable .sortable-section {
|
|
18
|
-
|
|
17
|
+
border: 1px solid transparent !important;
|
|
19
18
|
}
|
|
20
19
|
|
|
21
|
-
|
|
22
20
|
.pat-sortable .sortable-section {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
21
|
+
padding-top: 0;
|
|
22
|
+
padding-bottom: 0;
|
|
23
|
+
margin-top: 0;
|
|
24
|
+
margin-bottom: 0;
|
|
27
25
|
}
|
|
26
|
+
|
|
28
27
|
.header-section .manage-section a {
|
|
29
|
-
|
|
28
|
+
text-decoration: none;
|
|
30
29
|
}
|
|
30
|
+
|
|
31
31
|
.header-section .documentModified {
|
|
32
|
-
|
|
32
|
+
color: gray;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
figcaption{
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
figcaption {
|
|
36
|
+
font-style: italic;
|
|
37
|
+
letter-spacing: 0.01rem;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.current-folder-view + a {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
margin-bottom: 1rem;
|
|
42
|
+
display: block;
|
|
43
|
+
font-size: 1.5rem;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.userrole-authenticated.popover-upload-active
|
|
47
|
+
.pat-structure
|
|
48
|
+
.navbar.ui-offset-parent {
|
|
49
|
+
position: relative;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
#formfield-form-widgets-svg_icon {
|
|
53
|
+
svg {
|
|
54
|
+
fill: #000;
|
|
55
|
+
}
|
|
44
56
|
}
|
|
45
57
|
|
|
46
|
-
.
|
|
47
|
-
|
|
58
|
+
.section-map .leaflet-container {
|
|
59
|
+
z-index: 0;
|
|
48
60
|
}
|
|
@@ -1,186 +1,207 @@
|
|
|
1
1
|
// /* vues facettes */
|
|
2
2
|
.widget-fieldset legend {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
font-weight: bold;
|
|
4
|
+
font-size: 14px;
|
|
5
5
|
}
|
|
6
|
+
|
|
6
7
|
.faceted-form fieldset {
|
|
7
|
-
|
|
8
|
+
margin: 0.5rem !important;
|
|
8
9
|
}
|
|
10
|
+
|
|
9
11
|
.template-facetednavigation_view .faceted-top-widgets {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-wrap: wrap;
|
|
14
|
+
margin-bottom: 1.5rem;
|
|
13
15
|
}
|
|
16
|
+
|
|
14
17
|
.template-facetednavigation_view .faceted-top-widgets {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
fieldset {
|
|
18
|
-
padding: 0 !important;
|
|
19
|
-
form {
|
|
20
|
-
position: relative;
|
|
21
|
-
}
|
|
22
|
-
.searchButton {
|
|
23
|
-
// background: url(../svg/search.svg) no-repeat;
|
|
24
|
-
background-position: center;
|
|
25
|
-
background-size: contain;
|
|
26
|
-
border: none;
|
|
27
|
-
position: absolute;
|
|
28
|
-
width: 15px;
|
|
29
|
-
right: 10px;
|
|
30
|
-
top: 0;
|
|
31
|
-
bottom: 0;
|
|
32
|
-
font-size: 0px;
|
|
18
|
+
.faceted-widget {
|
|
19
|
+
width: 100%;
|
|
33
20
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
background:
|
|
44
|
-
|
|
21
|
+
fieldset {
|
|
22
|
+
padding: 0 !important;
|
|
23
|
+
|
|
24
|
+
form {
|
|
25
|
+
position: relative;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.searchButton {
|
|
29
|
+
// background: url(../svg/search.svg) no-repeat;
|
|
30
|
+
background-position: center;
|
|
31
|
+
background-size: contain;
|
|
32
|
+
border: none;
|
|
33
|
+
position: absolute;
|
|
34
|
+
width: 15px;
|
|
35
|
+
right: 10px;
|
|
36
|
+
top: 0;
|
|
37
|
+
bottom: 0;
|
|
38
|
+
font-size: 0;
|
|
39
|
+
}
|
|
45
40
|
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.faceted_select,
|
|
44
|
+
input {
|
|
45
|
+
width: 100%;
|
|
46
|
+
border-radius: 0;
|
|
47
|
+
height: 2.5rem;
|
|
48
|
+
border: 1px solid #ccc;
|
|
49
|
+
background: transparent;
|
|
50
|
+
padding: 0 0.5rem;
|
|
51
|
+
}
|
|
46
52
|
}
|
|
53
|
+
|
|
47
54
|
#faceted-form fieldset {
|
|
48
|
-
|
|
55
|
+
border: 0 solid white;
|
|
49
56
|
}
|
|
50
57
|
|
|
51
58
|
// /* filtres actifs */
|
|
52
59
|
|
|
53
60
|
.faceted-criteria-widget {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
61
|
+
width: 100%;
|
|
62
|
+
|
|
63
|
+
.faceted-criteria-reset {
|
|
64
|
+
a {
|
|
65
|
+
color: #000 !important;
|
|
66
|
+
font-size: 14px;
|
|
67
|
+
display: flex;
|
|
68
|
+
align-items: center;
|
|
69
|
+
|
|
70
|
+
&::before {
|
|
71
|
+
content: "";
|
|
72
|
+
width: 16px;
|
|
73
|
+
height: 16px;
|
|
74
|
+
display: inline-block;
|
|
75
|
+
background-position: center;
|
|
76
|
+
position: relative;
|
|
77
|
+
vertical-align: middle;
|
|
78
|
+
margin: 0 1px;
|
|
79
|
+
background-size: contain;
|
|
80
|
+
}
|
|
74
81
|
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.widget-fieldset.faceted-criteria {
|
|
85
|
+
& > legend {
|
|
86
|
+
display: block;
|
|
87
|
+
font-size: 1em;
|
|
88
|
+
color: #292929;
|
|
89
|
+
font-weight: normal;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.widget-body {
|
|
93
|
+
display: flex;
|
|
94
|
+
align-items: center;
|
|
95
|
+
gap: 20px;
|
|
96
|
+
flex-wrap: wrap;
|
|
97
|
+
|
|
98
|
+
dl {
|
|
99
|
+
display: flex;
|
|
100
|
+
gap: 10px;
|
|
101
|
+
flex-wrap: wrap;
|
|
102
|
+
margin-bottom: 0.2rem;
|
|
103
|
+
|
|
104
|
+
dd {
|
|
105
|
+
display: inline-block;
|
|
106
|
+
background: #efefef;
|
|
107
|
+
border-radius: 3px;
|
|
108
|
+
padding: 0.4em 0;
|
|
109
|
+
|
|
110
|
+
&:hover {
|
|
111
|
+
span span {
|
|
112
|
+
opacity: 100%;
|
|
103
113
|
}
|
|
114
|
+
}
|
|
104
115
|
}
|
|
116
|
+
}
|
|
105
117
|
}
|
|
118
|
+
}
|
|
106
119
|
}
|
|
107
120
|
|
|
108
121
|
.faceted-criteria dt {
|
|
109
|
-
|
|
122
|
+
display: none;
|
|
110
123
|
}
|
|
124
|
+
|
|
111
125
|
.faceted-criteria .widget-body dl dd {
|
|
112
|
-
|
|
126
|
+
margin: 0;
|
|
113
127
|
}
|
|
128
|
+
|
|
114
129
|
.faceted-criteria dd span {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
130
|
+
position: relative;
|
|
131
|
+
display: flex;
|
|
132
|
+
align-items: center;
|
|
118
133
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
134
|
+
a {
|
|
135
|
+
inset: 0;
|
|
136
|
+
position: absolute;
|
|
137
|
+
z-index: 1;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
span {
|
|
141
|
+
color: #000;
|
|
142
|
+
opacity: 55%;
|
|
143
|
+
|
|
144
|
+
&::before {
|
|
145
|
+
content: "x";
|
|
146
|
+
width: 16px;
|
|
147
|
+
height: 16px;
|
|
148
|
+
display: inline-block;
|
|
149
|
+
background-position: center;
|
|
150
|
+
position: relative;
|
|
151
|
+
top: -2px;
|
|
152
|
+
margin: 0 1px;
|
|
153
|
+
background-size: contain;
|
|
154
|
+
font-size: small;
|
|
139
155
|
}
|
|
156
|
+
}
|
|
140
157
|
}
|
|
158
|
+
|
|
141
159
|
.faceted-criteria .faceted-remove::before {
|
|
142
|
-
|
|
160
|
+
display: none;
|
|
143
161
|
}
|
|
144
162
|
|
|
145
163
|
@include media-breakpoint-up(md) {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
164
|
+
.template-facetednavigation_view {
|
|
165
|
+
.faceted-top-widgets .faceted-widget {
|
|
166
|
+
max-width: 250px;
|
|
167
|
+
|
|
168
|
+
&.faceted-criteria-widget {
|
|
169
|
+
max-width: 100%;
|
|
170
|
+
}
|
|
153
171
|
}
|
|
172
|
+
}
|
|
154
173
|
}
|
|
155
174
|
|
|
156
|
-
|
|
157
175
|
// MINISIES
|
|
158
176
|
|
|
159
177
|
.to-portal {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
178
|
+
position: relative;
|
|
179
|
+
text-align: center;
|
|
180
|
+
padding: 0.25em 0;
|
|
163
181
|
}
|
|
182
|
+
|
|
164
183
|
.to-portal a {
|
|
165
|
-
|
|
166
|
-
|
|
184
|
+
color: $to-portal-link-color;
|
|
185
|
+
text-decoration: none;
|
|
167
186
|
}
|
|
187
|
+
|
|
168
188
|
.to-portal a:hover {
|
|
169
|
-
|
|
189
|
+
text-decoration: underline;
|
|
170
190
|
}
|
|
171
191
|
|
|
192
|
+
///// correctifs
|
|
172
193
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
.ui-widget-header>div.ui-icon {
|
|
177
|
-
background-size: auto;
|
|
178
|
-
margin-right: 0.5rem;
|
|
194
|
+
.ui-widget-header > div.ui-icon {
|
|
195
|
+
background-size: auto;
|
|
196
|
+
margin-right: 0.5rem;
|
|
179
197
|
}
|
|
180
198
|
|
|
181
|
-
|
|
182
199
|
// @media screen and (min-width: 992px){
|
|
200
|
+
|
|
183
201
|
// .has_subtree.dropdown>ul {
|
|
202
|
+
|
|
184
203
|
// overflow-y: auto;
|
|
204
|
+
|
|
185
205
|
// }
|
|
186
|
-
|
|
206
|
+
|
|
207
|
+
// }
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
.template-summary_view_with_images{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
.template-summary_view_with_images {
|
|
2
|
+
.list-menu-element {
|
|
3
|
+
a {
|
|
4
|
+
text-decoration: none;
|
|
5
|
+
margin: 0.5rem 0;
|
|
6
|
+
flex-wrap: nowrap;
|
|
7
|
+
|
|
8
|
+
.newsImage {
|
|
9
|
+
width: 50px;
|
|
10
|
+
height: 50px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.list-card-body {
|
|
14
|
+
width: auto;
|
|
15
|
+
}
|
|
15
16
|
}
|
|
16
|
-
}
|
|
17
|
+
}
|
|
18
|
+
}
|