gent_styleguide 6.0.0-alpha21 → 6.0.0-alpha23
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/build/css/main.css +1 -1
- package/build/styleguide/fonts/gent-icons-v6.eot +0 -0
- package/build/styleguide/fonts/gent-icons-v6.ttf +0 -0
- package/build/styleguide/fonts/gent-icons-v6.woff +0 -0
- package/build/styleguide/fonts/gent-icons-v6.woff2 +0 -0
- package/build/styleguide/sass/00-mixins/element-styles/_read-more-icon-link.scss +1 -1
- package/build/styleguide/sass/00-settings/_vars.scss +0 -1
- package/build/styleguide/sass/11-base/base/_base.scss +2 -0
- package/build/styleguide/sass/11-base/fonts/_icons.scss +1 -0
- package/build/styleguide/sass/21-atoms/button/_button.scss +14 -16
- package/build/styleguide/sass/21-atoms/link/_link.scss +5 -7
- package/build/styleguide/sass/21-atoms/list/_list.scss +11 -30
- package/build/styleguide/sass/21-atoms/logo/_logo.scss +14 -4
- package/build/styleguide/sass/21-atoms/pubdate/_pubdate.scss +8 -2
- package/build/styleguide/sass/21-atoms/tag/_tag.scss +15 -11
- package/build/styleguide/sass/31-molecules/breadcrumbs/_breadcrumbs.scss +2 -0
- package/build/styleguide/sass/31-molecules/main-menu/_main-menu.scss +3 -15
- package/build/styleguide/sass/31-molecules/partner-block/_partner-block.scss +8 -0
- package/build/styleguide/sass/31-molecules/status-message/_status-message.scss +8 -4
- package/build/styleguide/sass/31-molecules/teaser/_teaser.scss +6 -1
- package/build/styleguide/sass/41-organisms/content-header/_content-header.scss +37 -32
- package/build/styleguide/sass/41-organisms/footer/_footer.scss +41 -22
- package/build/styleguide/sass/41-organisms/footer/css/_gentinfo_island.scss +0 -1
- package/build/styleguide/sass/41-organisms/footer/css/_social-list.scss +0 -4
- package/build/styleguide/sass/41-organisms/header/_header.scss +20 -251
- package/build/styleguide/sass/41-organisms/theme-footer/_theme-footer.scss +39 -26
- package/build/styleguide/sass/61-layouts/detail-layout/_detail-layout.scss +33 -27
- package/build/styleguide/sass/molecules.scss +0 -1
- package/package.json +1 -1
- package/build/styleguide/sass/31-molecules/mijn-gent-block/_authentication.scss +0 -154
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
height: 10rem;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
+ .newsletter,
|
|
33
32
|
+ .social,
|
|
34
33
|
+ .contact {
|
|
35
34
|
padding-top: 0;
|
|
@@ -38,25 +37,36 @@
|
|
|
38
37
|
padding-top: 2.4rem;
|
|
39
38
|
}
|
|
40
39
|
}
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
+ .newsletter {
|
|
44
|
+
padding: 40px 30px;
|
|
45
|
+
|
|
46
|
+
@include tablet {
|
|
47
|
+
padding: 60px 70px;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
41
50
|
}
|
|
42
51
|
|
|
43
52
|
.contact {
|
|
44
|
-
@include medium-text;
|
|
53
|
+
@include medium-text();
|
|
45
54
|
margin-right: auto;
|
|
46
55
|
|
|
47
56
|
@include desktop {
|
|
48
|
-
padding-right:
|
|
57
|
+
padding-right: 40px;
|
|
49
58
|
}
|
|
50
59
|
|
|
51
60
|
h3 {
|
|
52
|
-
margin-bottom:
|
|
61
|
+
margin-bottom: 30px;
|
|
53
62
|
}
|
|
54
63
|
|
|
55
64
|
.icon-list {
|
|
65
|
+
@include medium-text();
|
|
56
66
|
margin: 0;
|
|
57
67
|
|
|
58
68
|
@include desktop {
|
|
59
|
-
column-gap: gutter();
|
|
69
|
+
column-gap: gutter() * 2;
|
|
60
70
|
column-count: 2;
|
|
61
71
|
}
|
|
62
72
|
|
|
@@ -73,7 +83,6 @@
|
|
|
73
83
|
|
|
74
84
|
&:only-child .icon-list {
|
|
75
85
|
@include tablet {
|
|
76
|
-
column-gap: gutter();
|
|
77
86
|
column-count: 2;
|
|
78
87
|
}
|
|
79
88
|
}
|
|
@@ -82,7 +91,7 @@
|
|
|
82
91
|
.social {
|
|
83
92
|
@include tablet {
|
|
84
93
|
flex-shrink: 0;
|
|
85
|
-
width:
|
|
94
|
+
width: 386px;
|
|
86
95
|
|
|
87
96
|
&:only-child {
|
|
88
97
|
width: auto;
|
|
@@ -92,12 +101,12 @@
|
|
|
92
101
|
h4 {
|
|
93
102
|
max-width: 100%;
|
|
94
103
|
margin-top: 0;
|
|
95
|
-
margin-bottom:
|
|
104
|
+
margin-bottom: 10px;
|
|
96
105
|
}
|
|
97
106
|
|
|
98
107
|
.social-list {
|
|
99
108
|
ul {
|
|
100
|
-
width: calc(100% +
|
|
109
|
+
width: calc(100% + 20px);
|
|
101
110
|
|
|
102
111
|
a {
|
|
103
112
|
&,
|
|
@@ -115,10 +124,10 @@
|
|
|
115
124
|
@include medium-text;
|
|
116
125
|
flex-grow: 1;
|
|
117
126
|
max-width: 768px;
|
|
118
|
-
padding:
|
|
127
|
+
padding: 30px;
|
|
119
128
|
|
|
120
129
|
@include desktop {
|
|
121
|
-
padding:
|
|
130
|
+
padding: 60px 70px;
|
|
122
131
|
}
|
|
123
132
|
|
|
124
133
|
.subscribe {
|
|
@@ -126,30 +135,30 @@
|
|
|
126
135
|
max-width: calc(#{$bp-max-content} / 12 * 5);
|
|
127
136
|
}
|
|
128
137
|
|
|
129
|
-
|
|
130
|
-
top:
|
|
138
|
+
.more-link {
|
|
139
|
+
margin-top: 20px;
|
|
131
140
|
}
|
|
132
141
|
|
|
133
142
|
&:not(:last-child) {
|
|
134
|
-
padding-bottom:
|
|
143
|
+
padding-bottom: 108px;
|
|
135
144
|
|
|
136
145
|
@include desktop {
|
|
137
|
-
padding-right:
|
|
138
|
-
padding-bottom:
|
|
146
|
+
padding-right: 120px;
|
|
147
|
+
padding-bottom: 60px;
|
|
139
148
|
}
|
|
140
149
|
}
|
|
141
150
|
|
|
142
151
|
+ .social {
|
|
143
152
|
@include theme('background-color', 'color-tertiary-pastel', 'theme-footer-social-background');
|
|
144
153
|
|
|
145
|
-
max-height:
|
|
146
|
-
margin: -
|
|
147
|
-
padding:
|
|
154
|
+
max-height: 230px;
|
|
155
|
+
margin: -60px 20px 0;
|
|
156
|
+
padding: 30px;
|
|
148
157
|
|
|
149
158
|
.social-list {
|
|
150
159
|
ul {
|
|
151
|
-
width: calc(100% +
|
|
152
|
-
margin: 0
|
|
160
|
+
width: calc(100% + 20px);
|
|
161
|
+
margin: 0 -5px;
|
|
153
162
|
|
|
154
163
|
a {
|
|
155
164
|
&,
|
|
@@ -164,18 +173,18 @@
|
|
|
164
173
|
}
|
|
165
174
|
|
|
166
175
|
@include tablet {
|
|
167
|
-
margin: -
|
|
168
|
-
padding:
|
|
176
|
+
margin: -60px auto 0;
|
|
177
|
+
padding: 67px;
|
|
169
178
|
}
|
|
170
179
|
|
|
171
180
|
@include desktop {
|
|
172
|
-
margin:
|
|
181
|
+
margin: 60px 0 0 -70px;
|
|
173
182
|
}
|
|
174
183
|
}
|
|
175
184
|
}
|
|
176
185
|
|
|
177
186
|
.content-container {
|
|
178
|
-
padding: 0
|
|
187
|
+
padding: 0 20px;
|
|
179
188
|
|
|
180
189
|
@media (min-width: $bp-max-content + 54px) {
|
|
181
190
|
padding-right: 0;
|
|
@@ -197,7 +206,11 @@
|
|
|
197
206
|
|
|
198
207
|
.top {
|
|
199
208
|
& ~ .bottom {
|
|
200
|
-
margin-top:
|
|
209
|
+
margin-top: 12px;
|
|
210
|
+
|
|
211
|
+
@include tablet {
|
|
212
|
+
margin-top: 72px;
|
|
213
|
+
}
|
|
201
214
|
}
|
|
202
215
|
}
|
|
203
216
|
|
|
@@ -14,21 +14,21 @@
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
> .content-header-container {
|
|
17
|
-
margin-right: -
|
|
18
|
-
margin-left: -
|
|
17
|
+
margin-right: -20px;
|
|
18
|
+
margin-left: -20px;
|
|
19
19
|
|
|
20
20
|
@include tablet {
|
|
21
|
-
width: calc(100% +
|
|
22
|
-
margin-left: -
|
|
23
|
-
padding-right:
|
|
24
|
-
padding-left:
|
|
21
|
+
width: calc(100% + 135px * 2);
|
|
22
|
+
margin-left: -135px;
|
|
23
|
+
padding-right: 135px;
|
|
24
|
+
padding-left: 135px;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
&.accolade-title {
|
|
28
28
|
@include tablet {
|
|
29
29
|
// Set max width because the absolute title gets out of boundary.
|
|
30
30
|
.left {
|
|
31
|
-
max-width: calc(100% - (
|
|
31
|
+
max-width: calc(100% - (135px * 2 + 20px));
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
&.image {
|
|
43
43
|
& + .summary-box,
|
|
44
44
|
& + .table-of-contents {
|
|
45
|
-
margin:
|
|
45
|
+
margin: 20px 0 40px;
|
|
46
46
|
|
|
47
47
|
@include tablet {
|
|
48
|
-
margin:
|
|
48
|
+
margin: 120px 0 40px;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
@include desktop {
|
|
52
|
-
max-width: calc($bp-max-content -
|
|
53
|
-
margin: -
|
|
52
|
+
max-width: calc($bp-max-content - 570px - 60px);
|
|
53
|
+
margin: -256px 0 100px;
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
}
|
|
@@ -62,20 +62,20 @@
|
|
|
62
62
|
& + .partner-block {
|
|
63
63
|
@include set-layout('width-12');
|
|
64
64
|
|
|
65
|
-
margin-top: -
|
|
65
|
+
margin-top: -150px;
|
|
66
66
|
|
|
67
67
|
@include tablet {
|
|
68
|
-
margin-top: -
|
|
68
|
+
margin-top: -120px;
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
+ .partner-block {
|
|
73
73
|
max-width: 100%;
|
|
74
|
-
padding:
|
|
74
|
+
padding: 20px;
|
|
75
75
|
background-color: color('white');
|
|
76
76
|
|
|
77
77
|
@include tablet {
|
|
78
|
-
padding:
|
|
78
|
+
padding: 60px;
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
}
|
|
@@ -86,13 +86,13 @@
|
|
|
86
86
|
> aside,
|
|
87
87
|
> article,
|
|
88
88
|
> nav {
|
|
89
|
-
margin-top:
|
|
90
|
-
margin-bottom:
|
|
89
|
+
margin-top: 60px;
|
|
90
|
+
margin-bottom: 60px;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
> ul,
|
|
94
94
|
> ol {
|
|
95
|
-
padding-left:
|
|
95
|
+
padding-left: 20px;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
.w9-o1 {
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
> .highlight {
|
|
113
|
-
margin-bottom:
|
|
113
|
+
margin-bottom: 90px;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
> ul.accordion {
|
|
@@ -123,6 +123,12 @@
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
+
> .partner-block {
|
|
127
|
+
@include desktop {
|
|
128
|
+
@include set-layout();
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
126
132
|
> .quote-wrapper {
|
|
127
133
|
@include desktop {
|
|
128
134
|
@include set-layout();
|
|
@@ -154,8 +160,8 @@
|
|
|
154
160
|
.readspeaker-button {
|
|
155
161
|
display: block;
|
|
156
162
|
width: auto;
|
|
157
|
-
margin-top:
|
|
158
|
-
margin-bottom:
|
|
163
|
+
margin-top: -8px;
|
|
164
|
+
margin-bottom: 40px;
|
|
159
165
|
}
|
|
160
166
|
|
|
161
167
|
.openinghours-widget[data-type="month"] {
|
|
@@ -173,7 +179,7 @@
|
|
|
173
179
|
}
|
|
174
180
|
}
|
|
175
181
|
|
|
176
|
-
$bulb-image-width:
|
|
182
|
+
$bulb-image-width: 120px;
|
|
177
183
|
|
|
178
184
|
aside.top,
|
|
179
185
|
aside.bottom {
|
|
@@ -182,17 +188,17 @@ aside.bottom {
|
|
|
182
188
|
> * {
|
|
183
189
|
@include theme('border-color', 'color-primary--lighten-4', 'more-info-block-border-color');
|
|
184
190
|
|
|
185
|
-
padding-top:
|
|
191
|
+
padding-top: 60px;
|
|
186
192
|
border-top: 2px solid;
|
|
187
193
|
|
|
188
194
|
@include tablet {
|
|
189
|
-
padding-top:
|
|
195
|
+
padding-top: 40px;
|
|
190
196
|
}
|
|
191
197
|
|
|
192
198
|
@include desktop {
|
|
193
199
|
@include set-layout();
|
|
194
200
|
width: 100%;
|
|
195
|
-
margin-bottom:
|
|
201
|
+
margin-bottom: 40px;
|
|
196
202
|
margin-left: 0;
|
|
197
203
|
padding-right: span(2 wide of 12);
|
|
198
204
|
padding-left: span(2 wide of 12);
|
|
@@ -207,7 +213,7 @@ aside.bottom {
|
|
|
207
213
|
|
|
208
214
|
aside.top {
|
|
209
215
|
position: relative;
|
|
210
|
-
margin:
|
|
216
|
+
margin: 100px auto 0;
|
|
211
217
|
|
|
212
218
|
> div:first-child {
|
|
213
219
|
&::before {
|
|
@@ -215,7 +221,7 @@ aside.top {
|
|
|
215
221
|
|
|
216
222
|
display: block;
|
|
217
223
|
position: relative;
|
|
218
|
-
margin: (-$bulb-image-width) auto
|
|
224
|
+
margin: (-$bulb-image-width) auto 20px;
|
|
219
225
|
z-index: z('default');
|
|
220
226
|
|
|
221
227
|
@include tablet {
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
@import "31-molecules/highlight/_highlight.scss";
|
|
19
19
|
@import "31-molecules/language-switcher/_language-switcher.scss";
|
|
20
20
|
@import "31-molecules/main-menu/_main-menu.scss";
|
|
21
|
-
@import "31-molecules/mijn-gent-block/_authentication.scss";
|
|
22
21
|
@import "31-molecules/modal/_modal.scss";
|
|
23
22
|
@import "31-molecules/opening-hours/_opening-hours.scss";
|
|
24
23
|
@import "31-molecules/pagination/_pagination.scss";
|
package/package.json
CHANGED
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
.authentication {
|
|
2
|
-
display: flex;
|
|
3
|
-
position: relative;
|
|
4
|
-
justify-content: flex-end;
|
|
5
|
-
|
|
6
|
-
.avatar {
|
|
7
|
-
@include bold-text;
|
|
8
|
-
|
|
9
|
-
flex-shrink: 0;
|
|
10
|
-
width: 2.3rem;
|
|
11
|
-
height: 2.3rem;
|
|
12
|
-
border-radius: 50%;
|
|
13
|
-
background-color: #29cfc9;
|
|
14
|
-
color: #fff;
|
|
15
|
-
font-size: 1.3rem;
|
|
16
|
-
line-height: 2.3rem;
|
|
17
|
-
text-align: center;
|
|
18
|
-
text-transform: uppercase;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.login-link {
|
|
22
|
-
@include icon(user, before);
|
|
23
|
-
|
|
24
|
-
position: relative;
|
|
25
|
-
margin-left: 1.6rem;
|
|
26
|
-
line-height: 1;
|
|
27
|
-
text-overflow: ellipsis;
|
|
28
|
-
|
|
29
|
-
&::before {
|
|
30
|
-
@include theme('color', 'color-tertiary', 'login-link-icon-color');
|
|
31
|
-
|
|
32
|
-
position: absolute;
|
|
33
|
-
top: 0;
|
|
34
|
-
bottom: 0;
|
|
35
|
-
left: -1.6rem;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
img {
|
|
40
|
-
border-radius: 50%;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.accordion--button {
|
|
44
|
-
display: flex;
|
|
45
|
-
align-items: center;
|
|
46
|
-
border: 0;
|
|
47
|
-
background: transparent;
|
|
48
|
-
font-size: .8rem;
|
|
49
|
-
cursor: pointer;
|
|
50
|
-
|
|
51
|
-
* {
|
|
52
|
-
vertical-align: middle;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
img {
|
|
56
|
-
width: 2.3rem;
|
|
57
|
-
height: 2.3rem;
|
|
58
|
-
object-fit: cover;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
span {
|
|
62
|
-
@include bold-text;
|
|
63
|
-
|
|
64
|
-
display: none;
|
|
65
|
-
max-width: 160px;
|
|
66
|
-
padding: 0 .5em;
|
|
67
|
-
text-overflow: ellipsis;
|
|
68
|
-
overflow: hidden;
|
|
69
|
-
|
|
70
|
-
@include tablet {
|
|
71
|
-
display: inline-block;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
&::before {
|
|
76
|
-
line-height: 0;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
span.avatar {
|
|
80
|
-
display: block;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.accordion--content {
|
|
85
|
-
position: absolute;
|
|
86
|
-
top: 100%;
|
|
87
|
-
right: 0;
|
|
88
|
-
width: calc(100vw - 2 * #{$gutter-width});
|
|
89
|
-
max-width: $bp-mobile;
|
|
90
|
-
margin-top: .5rem;
|
|
91
|
-
transition: max-height .3s ease-in-out;
|
|
92
|
-
background: color('white');
|
|
93
|
-
z-index: z('mijn-gent');
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.content {
|
|
97
|
-
padding: 1.2rem;
|
|
98
|
-
|
|
99
|
-
h2 {
|
|
100
|
-
@extend %h3;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
> h2 {
|
|
104
|
-
margin-bottom: 0;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
section {
|
|
108
|
-
@include theme('border-color', 'color-primary--lighten-4', 'mijn_gent-border-color');
|
|
109
|
-
|
|
110
|
-
padding: .6rem 0;
|
|
111
|
-
border-top: 2px solid;
|
|
112
|
-
|
|
113
|
-
.links {
|
|
114
|
-
margin: 0;
|
|
115
|
-
|
|
116
|
-
///
|
|
117
|
-
/// All links shouldn't have an indicator.
|
|
118
|
-
///
|
|
119
|
-
a {
|
|
120
|
-
@include reset-link-background;
|
|
121
|
-
@include link-underlined;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.profile {
|
|
127
|
-
display: flex;
|
|
128
|
-
padding-bottom: 1rem;
|
|
129
|
-
border-top: 0;
|
|
130
|
-
|
|
131
|
-
&-info {
|
|
132
|
-
span {
|
|
133
|
-
display: block;
|
|
134
|
-
font-size: .7rem;
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
img {
|
|
139
|
-
align-self: flex-start;
|
|
140
|
-
width: 3.3rem;
|
|
141
|
-
height: 3.3rem;
|
|
142
|
-
margin-right: $gutter-width;
|
|
143
|
-
object-fit: cover;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.avatar {
|
|
147
|
-
width: 3.3rem;
|
|
148
|
-
height: 3.3rem;
|
|
149
|
-
margin-right: 1.2rem;
|
|
150
|
-
line-height: 3.3rem;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|