@imiobe/plonetheme-smartweb-base 0.1.2 → 0.1.4
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 +19 -0
- package/dist/js/theme.js +2424 -1
- package/index.html +1 -1
- package/package.json +2 -2
- package/src/scss/_general.scss +0 -6
- package/src/scss/_sitenav.scss +29 -12
- package/src/scss/_trucaverif.scss +0 -103
- package/src/scss/common/_com-cookies.scss +12 -0
- package/src/scss/common/_folder-view.scss +163 -0
- package/src/scss/main.scss +2 -5
- package/src/scss/variables.scss +5 -5
- 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/dist/images/roboto-bolde46805ee..svg +0 -1
- package/dist/images/roboto-bolditalic4be90c03..svg +0 -1
- package/dist/images/roboto-italic2332d1c3..svg +0 -1
- package/dist/images/roboto-light054c1c8a..svg +0 -1
- package/dist/images/roboto-lightitalic2df589e4..svg +0 -1
- package/dist/images/roboto-medium832a5157..svg +0 -1
- package/dist/images/roboto-mediumitalicf09fad24..svg +0 -1
- package/dist/images/roboto-regulare788ed65..svg +0 -1
- package/dist/images/robotocondensed-light04ff367e..svg +0 -1
- package/dist/images/robotocondensed-lightitalic97b23821..svg +0 -1
- package/src/scss/common/_com-list-image.scss +0 -18
- package/src/scss/list/_list-block-img.scss +0 -56
- package/src/scss/list/_list-block.scss +0 -80
- package/src/scss/list/_list-img.scss +0 -34
- package/src/scss/list/_list.scss +0 -63
|
@@ -1,18 +0,0 @@
|
|
|
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
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
body.template-block_view_with_images .block-menu-element {
|
|
2
|
-
a {
|
|
3
|
-
text-decoration: none;
|
|
4
|
-
|
|
5
|
-
.card-body {
|
|
6
|
-
background: #fff;
|
|
7
|
-
height: 180px;
|
|
8
|
-
border-radius: 15px 15px 15px 0;
|
|
9
|
-
box-shadow: $block-small-shadow;
|
|
10
|
-
position: relative;
|
|
11
|
-
|
|
12
|
-
&::after {
|
|
13
|
-
// content: url(../svg/arrow-right-yellow.svg);
|
|
14
|
-
background: #fff;
|
|
15
|
-
position: absolute;
|
|
16
|
-
bottom: 0;
|
|
17
|
-
left: 0;
|
|
18
|
-
width: 50px;
|
|
19
|
-
height: 50px;
|
|
20
|
-
border-radius: 50%;
|
|
21
|
-
text-align: center;
|
|
22
|
-
margin: 1rem;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&:hover,
|
|
27
|
-
&:focus {
|
|
28
|
-
.card-body {
|
|
29
|
-
box-shadow: $block-full-shadow;
|
|
30
|
-
|
|
31
|
-
&::after {
|
|
32
|
-
// content: url(../svg/arrow-right-white.svg);
|
|
33
|
-
background: $yellow;
|
|
34
|
-
left: 0;
|
|
35
|
-
bottom: 0;
|
|
36
|
-
width: 50px;
|
|
37
|
-
height: 50px;
|
|
38
|
-
border-radius: 50%;
|
|
39
|
-
text-align: center;
|
|
40
|
-
position: absolute;
|
|
41
|
-
margin: 1rem;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
h2.card-title {
|
|
47
|
-
&:hover,
|
|
48
|
-
&:focus {
|
|
49
|
-
text-decoration-color: $yellow;
|
|
50
|
-
}
|
|
51
|
-
font-size: $section-list-block-img-card-title;
|
|
52
|
-
text-transform: initial;
|
|
53
|
-
font-weight: bold;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
body.template-block_view #content-core {
|
|
2
|
-
position: relative;
|
|
3
|
-
|
|
4
|
-
&::after {
|
|
5
|
-
content: "";
|
|
6
|
-
position: absolute;
|
|
7
|
-
width: 100vw;
|
|
8
|
-
background: #f7f7f7;
|
|
9
|
-
top: 0;
|
|
10
|
-
bottom: -10%;
|
|
11
|
-
left: 50%;
|
|
12
|
-
transform: translateX(-50%);
|
|
13
|
-
z-index: -2;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
#block-quickaccess {
|
|
18
|
-
margin-top: calc(var(--bs-gutter-y) * 0);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.block-menu-element {
|
|
22
|
-
a {
|
|
23
|
-
text-decoration: none;
|
|
24
|
-
|
|
25
|
-
.card-body {
|
|
26
|
-
background: #fff;
|
|
27
|
-
height: 180px;
|
|
28
|
-
border-radius: 15px 15px 15px 0;
|
|
29
|
-
box-shadow: $block-small-shadow;
|
|
30
|
-
transition: 1.2s;
|
|
31
|
-
position: relative;
|
|
32
|
-
|
|
33
|
-
&:hover,
|
|
34
|
-
&:focus {
|
|
35
|
-
box-shadow: $block-full-shadow;
|
|
36
|
-
|
|
37
|
-
&::after {
|
|
38
|
-
background: $yellow;
|
|
39
|
-
left: 0;
|
|
40
|
-
bottom: 0;
|
|
41
|
-
width: 50px;
|
|
42
|
-
height: 50px;
|
|
43
|
-
border-radius: 50%;
|
|
44
|
-
text-align: center;
|
|
45
|
-
position: absolute;
|
|
46
|
-
margin: 1rem;
|
|
47
|
-
line-height: 50px;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
&::after {
|
|
52
|
-
// content: url(../svg/arrow-right-yellow.svg);
|
|
53
|
-
background: transparent;
|
|
54
|
-
position: absolute;
|
|
55
|
-
bottom: 0;
|
|
56
|
-
left: 0;
|
|
57
|
-
width: 50px;
|
|
58
|
-
height: 50px;
|
|
59
|
-
border-radius: 50%;
|
|
60
|
-
text-align: center;
|
|
61
|
-
margin: 1rem;
|
|
62
|
-
line-height: 50px;
|
|
63
|
-
transition: 0.5s;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
h2.card-title {
|
|
68
|
-
&:hover,
|
|
69
|
-
&:focus {
|
|
70
|
-
//border-bottom: $link-hover-decoration;
|
|
71
|
-
text-decoration-color: $yellow;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
text-transform: initial;
|
|
75
|
-
font-weight: bold;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
//HTML
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
// Bla for démarches
|
|
2
|
-
|
|
3
|
-
/* démarches */
|
|
4
|
-
|
|
5
|
-
.subsection-demarches-infos-pratiques .list-menu-element.col-12 {
|
|
6
|
-
margin-bottom: 1rem;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.subsection-demarches-infos-pratiques
|
|
10
|
-
.list-menu-element
|
|
11
|
-
.newsImage.card-img-left {
|
|
12
|
-
width: 3rem;
|
|
13
|
-
height: 3rem;
|
|
14
|
-
border: 3px solid lightgrey;
|
|
15
|
-
border-radius: 90%;
|
|
16
|
-
background-size: 70%;
|
|
17
|
-
background-repeat: no-repeat;
|
|
18
|
-
margin-top: -0.5rem;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.subsection-demarches-infos-pratiques .list-menu-element a {
|
|
22
|
-
text-decoration: none;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.subsection-demarches-infos-pratiques .list-menu-element h2.list-card-title {
|
|
26
|
-
font-weight: 500;
|
|
27
|
-
font-size: 1.75rem;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.subsection-demarches-infos-pratiques .list-menu-element .list-card-body {
|
|
31
|
-
width: 75%;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
// end for bla
|
package/src/scss/list/_list.scss
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
.list-group {
|
|
2
|
-
.list-group-item {
|
|
3
|
-
border-bottom: $border-width solid #d1d1d1;
|
|
4
|
-
position: relative;
|
|
5
|
-
|
|
6
|
-
.tileHeadline {
|
|
7
|
-
a::after {
|
|
8
|
-
content: "";
|
|
9
|
-
inset: 0;
|
|
10
|
-
position: absolute;
|
|
11
|
-
z-index: 1;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
&:hover,
|
|
15
|
-
&:focus {
|
|
16
|
-
.summary {
|
|
17
|
-
border-bottom: $link-hover-decoration;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
&::after {
|
|
21
|
-
// content: url(../svg/arrow-right-white.svg);
|
|
22
|
-
background: $yellow;
|
|
23
|
-
position: absolute;
|
|
24
|
-
right: 0;
|
|
25
|
-
width: 50px;
|
|
26
|
-
height: 50px;
|
|
27
|
-
border-radius: 50%;
|
|
28
|
-
text-align: center;
|
|
29
|
-
line-height: 50px;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&::after {
|
|
34
|
-
// content: url(../svg/arrow-right-yellow.svg);
|
|
35
|
-
background: #fff;
|
|
36
|
-
position: absolute;
|
|
37
|
-
right: 0;
|
|
38
|
-
width: 50px;
|
|
39
|
-
height: 50px;
|
|
40
|
-
border-radius: 50%;
|
|
41
|
-
text-align: center;
|
|
42
|
-
line-height: 50px;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.summary {
|
|
47
|
-
&:hover,
|
|
48
|
-
&:focus {
|
|
49
|
-
border-bottom: $link-hover-decoration;
|
|
50
|
-
}
|
|
51
|
-
text-decoration: none;
|
|
52
|
-
text-transform: uppercase;
|
|
53
|
-
font-weight: bold;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
//HTML
|
|
59
|
-
body .list-group {
|
|
60
|
-
.list-group-item {
|
|
61
|
-
border: none !important;
|
|
62
|
-
}
|
|
63
|
-
}
|