@prokodo/ui 0.1.5 → 0.1.6
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/dist/components/accordion/Accordion.css +1 -3
- package/dist/components/accordion/Accordion.module.css +1 -3
- package/dist/components/button/Button.css +1 -0
- package/dist/components/button/Button.module.css +1 -0
- package/dist/components/card/Card.css +1 -4
- package/dist/components/card/Card.module.css +1 -4
- package/dist/components/chip/Chip.css +1 -2
- package/dist/components/chip/Chip.module.css +1 -2
- package/dist/components/image-text/ImageText.css +1 -3
- package/dist/components/image-text/ImageText.module.css +1 -3
- package/dist/components/input/Input.css +49 -6
- package/dist/components/input/Input.module.css +49 -6
- package/dist/components/input/Input.view.js +1 -1
- package/dist/components/list/List.css +2 -6
- package/dist/components/list/List.module.css +2 -6
- package/dist/components/lottie/Lottie.js +0 -1
- package/dist/components/post-item/PostItem.css +3 -9
- package/dist/components/post-item/PostItem.module.css +3 -9
- package/dist/components/post-teaser/PostTeaser.css +1 -3
- package/dist/components/post-teaser/PostTeaser.module.css +1 -3
- package/dist/components/quote/Quote.css +1 -3
- package/dist/components/quote/Quote.module.css +1 -3
- package/dist/components/rich-text/RichText.client.js +4 -4
- package/dist/components/rich-text/RichText.css +1 -3
- package/dist/components/rich-text/RichText.module.css +1 -3
- package/dist/components/select/Select.css +3 -9
- package/dist/components/select/Select.module.css +3 -9
- package/dist/components/sidenav/SideNav.css +1 -3
- package/dist/components/sidenav/SideNav.module.css +1 -3
- package/dist/components/slider/Slider.css +1 -3
- package/dist/components/slider/Slider.module.css +1 -3
- package/dist/components/table/Table.css +1 -3
- package/dist/components/table/Table.module.css +1 -3
- package/dist/components/teaser/Teaser.css +1 -3
- package/dist/components/teaser/Teaser.module.css +1 -3
- package/dist/constants/project.js +1 -1
- package/dist/hooks/useGoogleMaps.js +15 -12
- package/dist/node_modules/.pnpm/marked@17.0.1/node_modules/marked/lib/marked.esm.js +1150 -0
- package/dist/theme.css +70 -64
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/components/image/Image.d.ts +1 -0
- package/dist/types/components/image/Image.lazy.d.ts +1 -0
- package/dist/types/components/lottie/Lottie.model.d.ts +2 -2
- package/package.json +10 -10
- package/dist/node_modules/.pnpm/marked@15.0.12/node_modules/marked/lib/marked.esm.js +0 -2169
- /package/dist/node_modules/.pnpm/{marked-highlight@2.2.2_marked@15.0.12 → marked-highlight@2.2.3_marked@17.0.1}/node_modules/marked-highlight/src/index.js +0 -0
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
font-size: 1.125rem;
|
|
253
253
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
254
254
|
font-style: normal;
|
|
255
|
-
line-height: 1.
|
|
255
|
+
line-height: 1.55;
|
|
256
256
|
letter-spacing: 0.03em;
|
|
257
257
|
text-transform: none;
|
|
258
258
|
text-align: left;
|
|
@@ -261,13 +261,11 @@
|
|
|
261
261
|
@media screen and (min-width: 480px) {
|
|
262
262
|
.prokodo-Accordion__content {
|
|
263
263
|
font-size: 1rem;
|
|
264
|
-
line-height: 1.45;
|
|
265
264
|
}
|
|
266
265
|
}
|
|
267
266
|
@media screen and (min-width: 960px) {
|
|
268
267
|
.prokodo-Accordion__content {
|
|
269
268
|
font-size: 1rem;
|
|
270
|
-
line-height: 1.45;
|
|
271
269
|
}
|
|
272
270
|
}
|
|
273
271
|
.prokodo-Accordion__content[hidden] {
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
font-size: 1.125rem;
|
|
253
253
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
254
254
|
font-style: normal;
|
|
255
|
-
line-height: 1.
|
|
255
|
+
line-height: 1.55;
|
|
256
256
|
letter-spacing: 0.03em;
|
|
257
257
|
text-transform: none;
|
|
258
258
|
text-align: left;
|
|
@@ -261,13 +261,11 @@
|
|
|
261
261
|
@media screen and (min-width: 480px) {
|
|
262
262
|
.prokodo-Accordion__content {
|
|
263
263
|
font-size: 1rem;
|
|
264
|
-
line-height: 1.45;
|
|
265
264
|
}
|
|
266
265
|
}
|
|
267
266
|
@media screen and (min-width: 960px) {
|
|
268
267
|
.prokodo-Accordion__content {
|
|
269
268
|
font-size: 1rem;
|
|
270
|
-
line-height: 1.45;
|
|
271
269
|
}
|
|
272
270
|
}
|
|
273
271
|
.prokodo-Accordion__content[hidden] {
|
|
@@ -148,9 +148,6 @@
|
|
|
148
148
|
/* keep the gradient *class hooks*, but DO NOT include animated keyframes here */
|
|
149
149
|
/* Reveal animation (what used to be &--has-animation + fadeInAnimation) */
|
|
150
150
|
}
|
|
151
|
-
html[data-theme=dark] .prokodo-Card {
|
|
152
|
-
background-color: var(--color-grey-200);
|
|
153
|
-
}
|
|
154
151
|
.prokodo-Card--inherit {
|
|
155
152
|
background-color: var(--color-grey-100);
|
|
156
153
|
}
|
|
@@ -158,7 +155,7 @@ html[data-theme=dark] .prokodo-Card {
|
|
|
158
155
|
background-color: var(--color-white);
|
|
159
156
|
}
|
|
160
157
|
html[data-theme=dark] .prokodo-Card--white {
|
|
161
|
-
background-color:
|
|
158
|
+
background-color: transparent;
|
|
162
159
|
}
|
|
163
160
|
.prokodo-Card__skeleton {
|
|
164
161
|
position: absolute;
|
|
@@ -148,9 +148,6 @@
|
|
|
148
148
|
/* keep the gradient *class hooks*, but DO NOT include animated keyframes here */
|
|
149
149
|
/* Reveal animation (what used to be &--has-animation + fadeInAnimation) */
|
|
150
150
|
}
|
|
151
|
-
html[data-theme=dark] .prokodo-Card {
|
|
152
|
-
background-color: var(--color-grey-200);
|
|
153
|
-
}
|
|
154
151
|
.prokodo-Card--inherit {
|
|
155
152
|
background-color: var(--color-grey-100);
|
|
156
153
|
}
|
|
@@ -158,7 +155,7 @@ html[data-theme=dark] .prokodo-Card {
|
|
|
158
155
|
background-color: var(--color-white);
|
|
159
156
|
}
|
|
160
157
|
html[data-theme=dark] .prokodo-Card--white {
|
|
161
|
-
background-color:
|
|
158
|
+
background-color: transparent;
|
|
162
159
|
}
|
|
163
160
|
.prokodo-Card__skeleton {
|
|
164
161
|
position: absolute;
|
|
@@ -198,8 +198,7 @@
|
|
|
198
198
|
.prokodo-Chip--outlined {
|
|
199
199
|
border: 1px solid;
|
|
200
200
|
background-color: transparent;
|
|
201
|
-
|
|
202
|
-
color: inherit;
|
|
201
|
+
color: var(--color-black);
|
|
203
202
|
}
|
|
204
203
|
.prokodo-Chip--outlined--primary {
|
|
205
204
|
border-color: var(--color-primary-300);
|
|
@@ -198,8 +198,7 @@
|
|
|
198
198
|
.prokodo-Chip--outlined {
|
|
199
199
|
border: 1px solid;
|
|
200
200
|
background-color: transparent;
|
|
201
|
-
|
|
202
|
-
color: inherit;
|
|
201
|
+
color: var(--color-black);
|
|
203
202
|
}
|
|
204
203
|
.prokodo-Chip--outlined--primary {
|
|
205
204
|
border-color: var(--color-primary-300);
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
font-size: 1.125rem;
|
|
153
153
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
154
154
|
font-style: normal;
|
|
155
|
-
line-height: 1.
|
|
155
|
+
line-height: 1.55;
|
|
156
156
|
letter-spacing: 0.03em;
|
|
157
157
|
text-transform: none;
|
|
158
158
|
text-align: left;
|
|
@@ -161,13 +161,11 @@
|
|
|
161
161
|
@media screen and (min-width: 480px) {
|
|
162
162
|
.prokodo-ImageText__content {
|
|
163
163
|
font-size: 1rem;
|
|
164
|
-
line-height: 1.45;
|
|
165
164
|
}
|
|
166
165
|
}
|
|
167
166
|
@media screen and (min-width: 960px) {
|
|
168
167
|
.prokodo-ImageText__content {
|
|
169
168
|
font-size: 1rem;
|
|
170
|
-
line-height: 1.45;
|
|
171
169
|
}
|
|
172
170
|
}
|
|
173
171
|
@media screen and (min-width: 1280px) {
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
font-size: 1.125rem;
|
|
153
153
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
154
154
|
font-style: normal;
|
|
155
|
-
line-height: 1.
|
|
155
|
+
line-height: 1.55;
|
|
156
156
|
letter-spacing: 0.03em;
|
|
157
157
|
text-transform: none;
|
|
158
158
|
text-align: left;
|
|
@@ -161,13 +161,11 @@
|
|
|
161
161
|
@media screen and (min-width: 480px) {
|
|
162
162
|
.prokodo-ImageText__content {
|
|
163
163
|
font-size: 1rem;
|
|
164
|
-
line-height: 1.45;
|
|
165
164
|
}
|
|
166
165
|
}
|
|
167
166
|
@media screen and (min-width: 960px) {
|
|
168
167
|
.prokodo-ImageText__content {
|
|
169
168
|
font-size: 1rem;
|
|
170
|
-
line-height: 1.45;
|
|
171
169
|
}
|
|
172
170
|
}
|
|
173
171
|
@media screen and (min-width: 1280px) {
|
|
@@ -182,6 +182,53 @@
|
|
|
182
182
|
color: var(--color-grey-900);
|
|
183
183
|
border-radius: 1.5rem;
|
|
184
184
|
background: var(--gradient-border-7);
|
|
185
|
+
/* Standard :autofill selector (supported in modern browsers) */
|
|
186
|
+
/* Chrome / Edge / Opera / Safari (WebKit/Blink) */
|
|
187
|
+
/* Firefox (legacy) */
|
|
188
|
+
/* Optional: border style when autofilled */
|
|
189
|
+
/* Optional: gleiche Styles für Textareas, falls autocomplete genutzt wird */
|
|
190
|
+
}
|
|
191
|
+
.prokodo-Input__input input:-webkit-autofill, .prokodo-Input__input textarea:-webkit-autofill {
|
|
192
|
+
background-color: var(--color-white);
|
|
193
|
+
color: var(--color-grey-900);
|
|
194
|
+
}
|
|
195
|
+
.prokodo-Input__input input:autofill,
|
|
196
|
+
.prokodo-Input__input textarea:autofill {
|
|
197
|
+
background-color: var(--color-white);
|
|
198
|
+
color: var(--color-grey-900);
|
|
199
|
+
}
|
|
200
|
+
.prokodo-Input__input input:-webkit-autofill,
|
|
201
|
+
.prokodo-Input__input input:-webkit-autofill:hover,
|
|
202
|
+
.prokodo-Input__input input:-webkit-autofill:focus,
|
|
203
|
+
.prokodo-Input__input textarea:-webkit-autofill,
|
|
204
|
+
.prokodo-Input__input textarea:-webkit-autofill:hover,
|
|
205
|
+
.prokodo-Input__input textarea:-webkit-autofill:focus {
|
|
206
|
+
/* Paint over the browser’s autofill background */
|
|
207
|
+
box-shadow: 0 0 0 1000px var(--color-white) inset;
|
|
208
|
+
/* Text color inside autofilled field */
|
|
209
|
+
-webkit-text-fill-color: var(--color-grey-900);
|
|
210
|
+
/* Long transition hack so the yellow flash is not visible */
|
|
211
|
+
-webkit-transition: background-color 9999s ease-out, color 9999s ease-out;
|
|
212
|
+
transition: background-color 9999s ease-out, color 9999s ease-out;
|
|
213
|
+
}
|
|
214
|
+
.prokodo-Input__input input:-moz-autofill,
|
|
215
|
+
.prokodo-Input__input textarea:-moz-autofill {
|
|
216
|
+
box-shadow: 0 0 0 1000px var(--color-white) inset;
|
|
217
|
+
background-color: var(--color-white);
|
|
218
|
+
color: var(--color-grey-900);
|
|
219
|
+
}
|
|
220
|
+
.prokodo-Input__input input:is(:-webkit-autofill, :-webkit-autofill), .prokodo-Input__input textarea:is(:-webkit-autofill, :-webkit-autofill) {
|
|
221
|
+
border-color: none; /* adjust as needed */
|
|
222
|
+
}
|
|
223
|
+
.prokodo-Input__input input:is(:autofill, :-webkit-autofill),
|
|
224
|
+
.prokodo-Input__input textarea:is(:autofill, :-webkit-autofill) {
|
|
225
|
+
border-color: none; /* adjust as needed */
|
|
226
|
+
}
|
|
227
|
+
.prokodo-Input__input textarea:-webkit-autofill,
|
|
228
|
+
.prokodo-Input__input textarea:-moz-autofill {
|
|
229
|
+
box-shadow: 0 0 0 1000px #ffffff inset;
|
|
230
|
+
-webkit-text-fill-color: #000000;
|
|
231
|
+
color: #000000 !important;
|
|
185
232
|
}
|
|
186
233
|
.prokodo-Input__input--is-focused {
|
|
187
234
|
background: var(--gradient-border-4);
|
|
@@ -211,11 +258,12 @@
|
|
|
211
258
|
outline: none;
|
|
212
259
|
border-radius: 1.5rem;
|
|
213
260
|
color: var(--color-grey-900);
|
|
261
|
+
background-color: var(--color-white);
|
|
214
262
|
font-weight: 400;
|
|
215
263
|
font-size: 1.125rem;
|
|
216
264
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
217
265
|
font-style: normal;
|
|
218
|
-
line-height: 1.
|
|
266
|
+
line-height: 1.55;
|
|
219
267
|
letter-spacing: 0.03em;
|
|
220
268
|
text-transform: none;
|
|
221
269
|
text-align: left;
|
|
@@ -224,21 +272,16 @@
|
|
|
224
272
|
@media screen and (min-width: 480px) {
|
|
225
273
|
.prokodo-Input__input__node {
|
|
226
274
|
font-size: 1rem;
|
|
227
|
-
line-height: 1.45;
|
|
228
275
|
}
|
|
229
276
|
}
|
|
230
277
|
@media screen and (min-width: 960px) {
|
|
231
278
|
.prokodo-Input__input__node {
|
|
232
279
|
font-size: 1rem;
|
|
233
|
-
line-height: 1.45;
|
|
234
280
|
}
|
|
235
281
|
}
|
|
236
282
|
.prokodo-Input__input__node {
|
|
237
283
|
font-size: 1rem;
|
|
238
284
|
}
|
|
239
|
-
html[data-theme=dark] .prokodo-Input__input__node {
|
|
240
|
-
background-color: var(--color-grey-200);
|
|
241
|
-
}
|
|
242
285
|
.prokodo-Input__input__node--multiline {
|
|
243
286
|
/* allow it to grow to fill the wrapper */
|
|
244
287
|
flex: 1 1;
|
|
@@ -182,6 +182,53 @@
|
|
|
182
182
|
color: var(--color-grey-900);
|
|
183
183
|
border-radius: 1.5rem;
|
|
184
184
|
background: var(--gradient-border-7);
|
|
185
|
+
/* Standard :autofill selector (supported in modern browsers) */
|
|
186
|
+
/* Chrome / Edge / Opera / Safari (WebKit/Blink) */
|
|
187
|
+
/* Firefox (legacy) */
|
|
188
|
+
/* Optional: border style when autofilled */
|
|
189
|
+
/* Optional: gleiche Styles für Textareas, falls autocomplete genutzt wird */
|
|
190
|
+
}
|
|
191
|
+
.prokodo-Input__input input:-webkit-autofill, .prokodo-Input__input textarea:-webkit-autofill {
|
|
192
|
+
background-color: var(--color-white);
|
|
193
|
+
color: var(--color-grey-900);
|
|
194
|
+
}
|
|
195
|
+
.prokodo-Input__input input:autofill,
|
|
196
|
+
.prokodo-Input__input textarea:autofill {
|
|
197
|
+
background-color: var(--color-white);
|
|
198
|
+
color: var(--color-grey-900);
|
|
199
|
+
}
|
|
200
|
+
.prokodo-Input__input input:-webkit-autofill,
|
|
201
|
+
.prokodo-Input__input input:-webkit-autofill:hover,
|
|
202
|
+
.prokodo-Input__input input:-webkit-autofill:focus,
|
|
203
|
+
.prokodo-Input__input textarea:-webkit-autofill,
|
|
204
|
+
.prokodo-Input__input textarea:-webkit-autofill:hover,
|
|
205
|
+
.prokodo-Input__input textarea:-webkit-autofill:focus {
|
|
206
|
+
/* Paint over the browser’s autofill background */
|
|
207
|
+
box-shadow: 0 0 0 1000px var(--color-white) inset;
|
|
208
|
+
/* Text color inside autofilled field */
|
|
209
|
+
-webkit-text-fill-color: var(--color-grey-900);
|
|
210
|
+
/* Long transition hack so the yellow flash is not visible */
|
|
211
|
+
-webkit-transition: background-color 9999s ease-out, color 9999s ease-out;
|
|
212
|
+
transition: background-color 9999s ease-out, color 9999s ease-out;
|
|
213
|
+
}
|
|
214
|
+
.prokodo-Input__input input:-moz-autofill,
|
|
215
|
+
.prokodo-Input__input textarea:-moz-autofill {
|
|
216
|
+
box-shadow: 0 0 0 1000px var(--color-white) inset;
|
|
217
|
+
background-color: var(--color-white);
|
|
218
|
+
color: var(--color-grey-900);
|
|
219
|
+
}
|
|
220
|
+
.prokodo-Input__input input:is(:-webkit-autofill, :-webkit-autofill), .prokodo-Input__input textarea:is(:-webkit-autofill, :-webkit-autofill) {
|
|
221
|
+
border-color: none; /* adjust as needed */
|
|
222
|
+
}
|
|
223
|
+
.prokodo-Input__input input:is(:autofill, :-webkit-autofill),
|
|
224
|
+
.prokodo-Input__input textarea:is(:autofill, :-webkit-autofill) {
|
|
225
|
+
border-color: none; /* adjust as needed */
|
|
226
|
+
}
|
|
227
|
+
.prokodo-Input__input textarea:-webkit-autofill,
|
|
228
|
+
.prokodo-Input__input textarea:-moz-autofill {
|
|
229
|
+
box-shadow: 0 0 0 1000px #ffffff inset;
|
|
230
|
+
-webkit-text-fill-color: #000000;
|
|
231
|
+
color: #000000 !important;
|
|
185
232
|
}
|
|
186
233
|
.prokodo-Input__input--is-focused {
|
|
187
234
|
background: var(--gradient-border-4);
|
|
@@ -211,11 +258,12 @@
|
|
|
211
258
|
outline: none;
|
|
212
259
|
border-radius: 1.5rem;
|
|
213
260
|
color: var(--color-grey-900);
|
|
261
|
+
background-color: var(--color-white);
|
|
214
262
|
font-weight: 400;
|
|
215
263
|
font-size: 1.125rem;
|
|
216
264
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
217
265
|
font-style: normal;
|
|
218
|
-
line-height: 1.
|
|
266
|
+
line-height: 1.55;
|
|
219
267
|
letter-spacing: 0.03em;
|
|
220
268
|
text-transform: none;
|
|
221
269
|
text-align: left;
|
|
@@ -224,21 +272,16 @@
|
|
|
224
272
|
@media screen and (min-width: 480px) {
|
|
225
273
|
.prokodo-Input__input__node {
|
|
226
274
|
font-size: 1rem;
|
|
227
|
-
line-height: 1.45;
|
|
228
275
|
}
|
|
229
276
|
}
|
|
230
277
|
@media screen and (min-width: 960px) {
|
|
231
278
|
.prokodo-Input__input__node {
|
|
232
279
|
font-size: 1rem;
|
|
233
|
-
line-height: 1.45;
|
|
234
280
|
}
|
|
235
281
|
}
|
|
236
282
|
.prokodo-Input__input__node {
|
|
237
283
|
font-size: 1rem;
|
|
238
284
|
}
|
|
239
|
-
html[data-theme=dark] .prokodo-Input__input__node {
|
|
240
|
-
background-color: var(--color-grey-200);
|
|
241
|
-
}
|
|
242
285
|
.prokodo-Input__input__node--multiline {
|
|
243
286
|
/* allow it to grow to fill the wrapper */
|
|
244
287
|
flex: 1 1;
|
|
@@ -125,7 +125,7 @@ function InputView({
|
|
|
125
125
|
"div",
|
|
126
126
|
{
|
|
127
127
|
className: bem("footer", {
|
|
128
|
-
"counter-only": !hasHelperText && typeof maxLength === "number"
|
|
128
|
+
"counter-only": !isError && !hasHelperText && typeof maxLength === "number"
|
|
129
129
|
}),
|
|
130
130
|
children: [
|
|
131
131
|
(isError || hasHelperText) && /* @__PURE__ */ jsx(
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
font-size: 1.125rem;
|
|
180
180
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
181
181
|
font-style: normal;
|
|
182
|
-
line-height: 1.
|
|
182
|
+
line-height: 1.55;
|
|
183
183
|
letter-spacing: 0.03em;
|
|
184
184
|
text-transform: none;
|
|
185
185
|
text-align: left;
|
|
@@ -188,13 +188,11 @@
|
|
|
188
188
|
@media screen and (min-width: 480px) {
|
|
189
189
|
.prokodo-List__item__link {
|
|
190
190
|
font-size: 1rem;
|
|
191
|
-
line-height: 1.45;
|
|
192
191
|
}
|
|
193
192
|
}
|
|
194
193
|
@media screen and (min-width: 960px) {
|
|
195
194
|
.prokodo-List__item__link {
|
|
196
195
|
font-size: 1rem;
|
|
197
|
-
line-height: 1.45;
|
|
198
196
|
}
|
|
199
197
|
}
|
|
200
198
|
.prokodo-List__item__link__header {
|
|
@@ -268,7 +266,7 @@ html[data-theme=dark] .prokodo-List__item__icon {
|
|
|
268
266
|
font-size: 1.125rem;
|
|
269
267
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
270
268
|
font-style: normal;
|
|
271
|
-
line-height: 1.
|
|
269
|
+
line-height: 1.55;
|
|
272
270
|
letter-spacing: 0.03em;
|
|
273
271
|
text-transform: none;
|
|
274
272
|
text-align: left;
|
|
@@ -277,13 +275,11 @@ html[data-theme=dark] .prokodo-List__item__icon {
|
|
|
277
275
|
@media screen and (min-width: 480px) {
|
|
278
276
|
.prokodo-List__item__desc {
|
|
279
277
|
font-size: 1rem;
|
|
280
|
-
line-height: 1.45;
|
|
281
278
|
}
|
|
282
279
|
}
|
|
283
280
|
@media screen and (min-width: 960px) {
|
|
284
281
|
.prokodo-List__item__desc {
|
|
285
282
|
font-size: 1rem;
|
|
286
|
-
line-height: 1.45;
|
|
287
283
|
}
|
|
288
284
|
}
|
|
289
285
|
.prokodo-List__item__desc--card {
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
font-size: 1.125rem;
|
|
180
180
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
181
181
|
font-style: normal;
|
|
182
|
-
line-height: 1.
|
|
182
|
+
line-height: 1.55;
|
|
183
183
|
letter-spacing: 0.03em;
|
|
184
184
|
text-transform: none;
|
|
185
185
|
text-align: left;
|
|
@@ -188,13 +188,11 @@
|
|
|
188
188
|
@media screen and (min-width: 480px) {
|
|
189
189
|
.prokodo-List__item__link {
|
|
190
190
|
font-size: 1rem;
|
|
191
|
-
line-height: 1.45;
|
|
192
191
|
}
|
|
193
192
|
}
|
|
194
193
|
@media screen and (min-width: 960px) {
|
|
195
194
|
.prokodo-List__item__link {
|
|
196
195
|
font-size: 1rem;
|
|
197
|
-
line-height: 1.45;
|
|
198
196
|
}
|
|
199
197
|
}
|
|
200
198
|
.prokodo-List__item__link__header {
|
|
@@ -268,7 +266,7 @@ html[data-theme=dark] .prokodo-List__item__icon {
|
|
|
268
266
|
font-size: 1.125rem;
|
|
269
267
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
270
268
|
font-style: normal;
|
|
271
|
-
line-height: 1.
|
|
269
|
+
line-height: 1.55;
|
|
272
270
|
letter-spacing: 0.03em;
|
|
273
271
|
text-transform: none;
|
|
274
272
|
text-align: left;
|
|
@@ -277,13 +275,11 @@ html[data-theme=dark] .prokodo-List__item__icon {
|
|
|
277
275
|
@media screen and (min-width: 480px) {
|
|
278
276
|
.prokodo-List__item__desc {
|
|
279
277
|
font-size: 1rem;
|
|
280
|
-
line-height: 1.45;
|
|
281
278
|
}
|
|
282
279
|
}
|
|
283
280
|
@media screen and (min-width: 960px) {
|
|
284
281
|
.prokodo-List__item__desc {
|
|
285
282
|
font-size: 1rem;
|
|
286
|
-
line-height: 1.45;
|
|
287
283
|
}
|
|
288
284
|
}
|
|
289
285
|
.prokodo-List__item__desc--card {
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
font-size: 1.125rem;
|
|
185
185
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
186
186
|
font-style: normal;
|
|
187
|
-
line-height: 1.
|
|
187
|
+
line-height: 1.55;
|
|
188
188
|
letter-spacing: 0.03em;
|
|
189
189
|
text-transform: none;
|
|
190
190
|
text-align: left;
|
|
@@ -193,13 +193,11 @@
|
|
|
193
193
|
@media screen and (min-width: 480px) {
|
|
194
194
|
.prokodo-PostItem__date {
|
|
195
195
|
font-size: 1rem;
|
|
196
|
-
line-height: 1.45;
|
|
197
196
|
}
|
|
198
197
|
}
|
|
199
198
|
@media screen and (min-width: 960px) {
|
|
200
199
|
.prokodo-PostItem__date {
|
|
201
200
|
font-size: 1rem;
|
|
202
|
-
line-height: 1.45;
|
|
203
201
|
}
|
|
204
202
|
}
|
|
205
203
|
.prokodo-PostItem__read__count {
|
|
@@ -209,7 +207,7 @@
|
|
|
209
207
|
font-size: 1.125rem;
|
|
210
208
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
211
209
|
font-style: normal;
|
|
212
|
-
line-height: 1.
|
|
210
|
+
line-height: 1.55;
|
|
213
211
|
letter-spacing: 0.03em;
|
|
214
212
|
text-transform: none;
|
|
215
213
|
text-align: left;
|
|
@@ -218,13 +216,11 @@
|
|
|
218
216
|
@media screen and (min-width: 480px) {
|
|
219
217
|
.prokodo-PostItem__read__count {
|
|
220
218
|
font-size: 1rem;
|
|
221
|
-
line-height: 1.45;
|
|
222
219
|
}
|
|
223
220
|
}
|
|
224
221
|
@media screen and (min-width: 960px) {
|
|
225
222
|
.prokodo-PostItem__read__count {
|
|
226
223
|
font-size: 1rem;
|
|
227
|
-
line-height: 1.45;
|
|
228
224
|
}
|
|
229
225
|
}
|
|
230
226
|
.prokodo-PostItem__content {
|
|
@@ -236,7 +232,7 @@
|
|
|
236
232
|
font-size: 1.125rem;
|
|
237
233
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
238
234
|
font-style: normal;
|
|
239
|
-
line-height: 1.
|
|
235
|
+
line-height: 1.55;
|
|
240
236
|
letter-spacing: 0.03em;
|
|
241
237
|
text-transform: none;
|
|
242
238
|
text-align: left;
|
|
@@ -245,13 +241,11 @@
|
|
|
245
241
|
@media screen and (min-width: 480px) {
|
|
246
242
|
.prokodo-PostItem__content {
|
|
247
243
|
font-size: 1rem;
|
|
248
|
-
line-height: 1.45;
|
|
249
244
|
}
|
|
250
245
|
}
|
|
251
246
|
@media screen and (min-width: 960px) {
|
|
252
247
|
.prokodo-PostItem__content {
|
|
253
248
|
font-size: 1rem;
|
|
254
|
-
line-height: 1.45;
|
|
255
249
|
}
|
|
256
250
|
}
|
|
257
251
|
.prokodo-PostItem__content__paragraph {
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
font-size: 1.125rem;
|
|
185
185
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
186
186
|
font-style: normal;
|
|
187
|
-
line-height: 1.
|
|
187
|
+
line-height: 1.55;
|
|
188
188
|
letter-spacing: 0.03em;
|
|
189
189
|
text-transform: none;
|
|
190
190
|
text-align: left;
|
|
@@ -193,13 +193,11 @@
|
|
|
193
193
|
@media screen and (min-width: 480px) {
|
|
194
194
|
.prokodo-PostItem__date {
|
|
195
195
|
font-size: 1rem;
|
|
196
|
-
line-height: 1.45;
|
|
197
196
|
}
|
|
198
197
|
}
|
|
199
198
|
@media screen and (min-width: 960px) {
|
|
200
199
|
.prokodo-PostItem__date {
|
|
201
200
|
font-size: 1rem;
|
|
202
|
-
line-height: 1.45;
|
|
203
201
|
}
|
|
204
202
|
}
|
|
205
203
|
.prokodo-PostItem__read__count {
|
|
@@ -209,7 +207,7 @@
|
|
|
209
207
|
font-size: 1.125rem;
|
|
210
208
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
211
209
|
font-style: normal;
|
|
212
|
-
line-height: 1.
|
|
210
|
+
line-height: 1.55;
|
|
213
211
|
letter-spacing: 0.03em;
|
|
214
212
|
text-transform: none;
|
|
215
213
|
text-align: left;
|
|
@@ -218,13 +216,11 @@
|
|
|
218
216
|
@media screen and (min-width: 480px) {
|
|
219
217
|
.prokodo-PostItem__read__count {
|
|
220
218
|
font-size: 1rem;
|
|
221
|
-
line-height: 1.45;
|
|
222
219
|
}
|
|
223
220
|
}
|
|
224
221
|
@media screen and (min-width: 960px) {
|
|
225
222
|
.prokodo-PostItem__read__count {
|
|
226
223
|
font-size: 1rem;
|
|
227
|
-
line-height: 1.45;
|
|
228
224
|
}
|
|
229
225
|
}
|
|
230
226
|
.prokodo-PostItem__content {
|
|
@@ -236,7 +232,7 @@
|
|
|
236
232
|
font-size: 1.125rem;
|
|
237
233
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
238
234
|
font-style: normal;
|
|
239
|
-
line-height: 1.
|
|
235
|
+
line-height: 1.55;
|
|
240
236
|
letter-spacing: 0.03em;
|
|
241
237
|
text-transform: none;
|
|
242
238
|
text-align: left;
|
|
@@ -245,13 +241,11 @@
|
|
|
245
241
|
@media screen and (min-width: 480px) {
|
|
246
242
|
.prokodo-PostItem__content {
|
|
247
243
|
font-size: 1rem;
|
|
248
|
-
line-height: 1.45;
|
|
249
244
|
}
|
|
250
245
|
}
|
|
251
246
|
@media screen and (min-width: 960px) {
|
|
252
247
|
.prokodo-PostItem__content {
|
|
253
248
|
font-size: 1rem;
|
|
254
|
-
line-height: 1.45;
|
|
255
249
|
}
|
|
256
250
|
}
|
|
257
251
|
.prokodo-PostItem__content__paragraph {
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
font-size: 1.125rem;
|
|
224
224
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
225
225
|
font-style: normal;
|
|
226
|
-
line-height: 1.
|
|
226
|
+
line-height: 1.55;
|
|
227
227
|
letter-spacing: 0.03em;
|
|
228
228
|
text-transform: none;
|
|
229
229
|
text-align: left;
|
|
@@ -232,13 +232,11 @@
|
|
|
232
232
|
@media screen and (min-width: 480px) {
|
|
233
233
|
.prokodo-PostTeaser__content {
|
|
234
234
|
font-size: 1rem;
|
|
235
|
-
line-height: 1.45;
|
|
236
235
|
}
|
|
237
236
|
}
|
|
238
237
|
@media screen and (min-width: 960px) {
|
|
239
238
|
.prokodo-PostTeaser__content {
|
|
240
239
|
font-size: 1rem;
|
|
241
|
-
line-height: 1.45;
|
|
242
240
|
}
|
|
243
241
|
}
|
|
244
242
|
.prokodo-PostTeaser__content {
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
font-size: 1.125rem;
|
|
224
224
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
225
225
|
font-style: normal;
|
|
226
|
-
line-height: 1.
|
|
226
|
+
line-height: 1.55;
|
|
227
227
|
letter-spacing: 0.03em;
|
|
228
228
|
text-transform: none;
|
|
229
229
|
text-align: left;
|
|
@@ -232,13 +232,11 @@
|
|
|
232
232
|
@media screen and (min-width: 480px) {
|
|
233
233
|
.prokodo-PostTeaser__content {
|
|
234
234
|
font-size: 1rem;
|
|
235
|
-
line-height: 1.45;
|
|
236
235
|
}
|
|
237
236
|
}
|
|
238
237
|
@media screen and (min-width: 960px) {
|
|
239
238
|
.prokodo-PostTeaser__content {
|
|
240
239
|
font-size: 1rem;
|
|
241
|
-
line-height: 1.45;
|
|
242
240
|
}
|
|
243
241
|
}
|
|
244
242
|
.prokodo-PostTeaser__content {
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
font-size: 1.125rem;
|
|
185
185
|
font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
186
186
|
font-style: normal;
|
|
187
|
-
line-height: 1.
|
|
187
|
+
line-height: 1.55;
|
|
188
188
|
letter-spacing: 0.03em;
|
|
189
189
|
text-transform: none;
|
|
190
190
|
text-align: left;
|
|
@@ -193,12 +193,10 @@
|
|
|
193
193
|
@media screen and (min-width: 480px) {
|
|
194
194
|
.prokodo-Quote__caption__author__position {
|
|
195
195
|
font-size: 1rem;
|
|
196
|
-
line-height: 1.45;
|
|
197
196
|
}
|
|
198
197
|
}
|
|
199
198
|
@media screen and (min-width: 960px) {
|
|
200
199
|
.prokodo-Quote__caption__author__position {
|
|
201
200
|
font-size: 1rem;
|
|
202
|
-
line-height: 1.45;
|
|
203
201
|
}
|
|
204
202
|
}
|