dibk-designsystemet 1.0.0-rc.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/dist/index.css ADDED
@@ -0,0 +1,886 @@
1
+ /* src/base.css */
2
+ :root {
3
+ --dibk-color-ink: #202020;
4
+ --dibk-color-meta: #6b6560;
5
+ --dibk-color-hairline: #d7d4d1;
6
+ --dibk-color-ring: #4899e0;
7
+ --dibk-surface-blue: #ebf4fa;
8
+ --dibk-surface-blue-hover: #dceaf5;
9
+ --dibk-surface-green: #f1fae3;
10
+ --dibk-surface-orange: #faf0de;
11
+ --dibk-surface-grey: #f4f4f4;
12
+ --dibk-surface-pink: #f5f0f0;
13
+ --dibk-icon-info: url(data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2060%2060%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Ccircle%20cx%3D%2732%27%20cy%3D%2730%27%20r%3D%2719%27%20fill%3D%27white%27/%3E%3Cpath%20d%3D%27M30%200C13.4325%200%200%2013.4325%200%2030C0%2046.5675%2013.4325%2060%2030%2060C46.5675%2060%2060%2046.5675%2060%2030C60%2013.4325%2046.5675%200%2030%200ZM24.9175%2040.025C26.3275%2035.5525%2028.9975%2030.195%2029.47%2028.84C30.1525%2026.8725%2028.9425%2026%2025.12%2029.3625L24.27%2027.7625C28.63%2023.02%2037.6075%2021.9475%2034.5525%2029.295C32.645%2033.8825%2031.28%2036.98%2030.5%2039.37C29.3625%2042.8525%2032.235%2041.44%2035.0475%2038.8425C35.43%2039.4675%2035.555%2039.67%2035.9375%2040.39C29.6925%2046.335%2022.76%2046.86%2024.9175%2040.025ZM36.7725%2019.6025C35.4425%2020.735%2033.4725%2020.71%2032.37%2019.5475C31.2675%2018.385%2031.4525%2016.5275%2032.78%2015.395C34.11%2014.2625%2036.08%2014.29%2037.1825%2015.45C38.28%2016.615%2038.1%2018.4725%2036.7725%2019.6025Z%27%20fill%3D%27%23003045%27/%3E%3C/svg%3E);
14
+ --dibk-container-max: 1400px;
15
+ --dibk-container-pad: clamp(1.25rem, 6vw, 6rem);
16
+ }
17
+ :where(body) {
18
+ margin: 0;
19
+ font-family: var(--ds-font-family, system-ui, sans-serif);
20
+ color: var(--ds-color-neutral-text-default, #202020);
21
+ }
22
+ .dibk-sr-only {
23
+ position: absolute;
24
+ width: 1px;
25
+ height: 1px;
26
+ margin: -1px;
27
+ padding: 0;
28
+ overflow: hidden;
29
+ clip-path: inset(50%);
30
+ white-space: nowrap;
31
+ border: 0;
32
+ }
33
+
34
+ /* src/overrides.css */
35
+ :root {
36
+ --ds-font-weight-regular: 300;
37
+ --ds-font-weight-medium: 400;
38
+ --ds-font-weight-semibold: 500;
39
+ }
40
+ strong,
41
+ b {
42
+ font-weight: 600;
43
+ }
44
+ :root,
45
+ [data-size] {
46
+ --ds-heading-lg-font-size: 2rem;
47
+ }
48
+ :root {
49
+ --ds-body-xs-letter-spacing: -0.01em;
50
+ --ds-body-sm-letter-spacing: -0.01em;
51
+ --ds-body-md-letter-spacing: -0.01em;
52
+ --ds-body-lg-letter-spacing: -0.01em;
53
+ --ds-body-xl-letter-spacing: -0.01em;
54
+ --ds-body-long-xs-letter-spacing: -0.01em;
55
+ --ds-body-long-sm-letter-spacing: -0.01em;
56
+ --ds-body-long-md-letter-spacing: -0.01em;
57
+ --ds-body-long-lg-letter-spacing: -0.01em;
58
+ --ds-body-long-xl-letter-spacing: -0.01em;
59
+ --ds-body-short-xs-letter-spacing: -0.01em;
60
+ --ds-body-short-sm-letter-spacing: -0.01em;
61
+ --ds-body-short-md-letter-spacing: -0.01em;
62
+ --ds-body-short-lg-letter-spacing: -0.01em;
63
+ --ds-body-short-xl-letter-spacing: -0.01em;
64
+ --ds-heading-2xs-letter-spacing: -0.037em;
65
+ --ds-heading-xs-letter-spacing: -0.037em;
66
+ --ds-heading-sm-letter-spacing: -0.037em;
67
+ --ds-heading-md-letter-spacing: -0.037em;
68
+ --ds-heading-lg-letter-spacing: -0.037em;
69
+ --ds-heading-xl-letter-spacing: -0.037em;
70
+ --ds-heading-2xl-letter-spacing: -0.037em;
71
+ }
72
+ .ds-alert {
73
+ border: none;
74
+ }
75
+ .ds-alert[data-color=info]:not(:has(> :is(h1, h2, h3, h4, h5, h6):first-child))::before,
76
+ .ds-alert[data-color=info] > :is(h1, h2, h3, h4, h5, h6):first-child::before {
77
+ background: center / contain no-repeat var(--dibk-icon-info);
78
+ -webkit-mask: none;
79
+ mask: none;
80
+ }
81
+ .ds-card {
82
+ --dsc-card-border-width: 0;
83
+ --dsc-card-block-border-width: 0;
84
+ background: #fff;
85
+ }
86
+ .ds-card[data-dibk-color=blue] {
87
+ background: var(--dibk-surface-blue);
88
+ }
89
+ .ds-card[data-dibk-color=green] {
90
+ background: var(--dibk-surface-green);
91
+ }
92
+ .ds-card[data-dibk-color=orange] {
93
+ background: var(--dibk-surface-orange);
94
+ }
95
+ .ds-card[data-dibk-color=grey] {
96
+ background: var(--dibk-surface-grey);
97
+ }
98
+ .ds-card[data-dibk-color=pink] {
99
+ background: var(--dibk-surface-pink);
100
+ }
101
+ .ds-details {
102
+ --dsc-details-background: var(--dibk-surface-blue);
103
+ --dsc-details-summary-background: var(--dibk-surface-blue);
104
+ --dsc-details-summary-background--hover: var(--dibk-surface-blue-hover);
105
+ --dsc-details-summary-background--open: var(--dibk-surface-blue);
106
+ --dsc-details-summary-color: var(--ds-color-accent-base-default, #003045);
107
+ --dsc-details-padding: var(--ds-size-4) var(--ds-size-5);
108
+ border: none;
109
+ }
110
+ .ds-details + .ds-details {
111
+ margin-top: 0.5rem;
112
+ }
113
+ .ds-details > :is(summary, u-summary) {
114
+ justify-content: space-between;
115
+ font-weight: var(--ds-font-weight-semibold);
116
+ }
117
+ .ds-details > :is(summary, u-summary)::before {
118
+ order: 1;
119
+ transition: rotate 0.2s ease;
120
+ }
121
+ .ds-details::details-content,
122
+ .ds-details::part(details-content) {
123
+ transition-duration: 0.2s;
124
+ }
125
+ @supports not (interpolate-size: allow-keywords) {
126
+ .ds-details::details-content {
127
+ block-size: auto;
128
+ display: grid;
129
+ grid-template-rows: minmax(0, 0fr);
130
+ transition: content-visibility 0.2s allow-discrete, grid-template-rows 0.2s;
131
+ }
132
+ .ds-details[open]::details-content {
133
+ grid-template-rows: minmax(0, 1fr);
134
+ }
135
+ .ds-details > :not(summary, u-summary) {
136
+ min-block-size: 0;
137
+ }
138
+ }
139
+ .ds-button {
140
+ font-weight: var(--ds-font-weight-semibold);
141
+ transition:
142
+ background-color 0.2s,
143
+ color 0.2s,
144
+ border-color 0.2s;
145
+ }
146
+ .ds-button[data-variant=primary] {
147
+ --dsc-button-border-color: var(--ds-color-accent-base-default);
148
+ --dsc-button-background--hover: var(--ds-color-accent-base-contrast-default);
149
+ --dsc-button-color--hover: var(--ds-color-accent-base-default);
150
+ }
151
+ .ds-button[data-variant=secondary] {
152
+ --dsc-button-border-color: var(--ds-color-accent-base-default);
153
+ --dsc-button-color: var(--ds-color-accent-base-default);
154
+ --dsc-button-background--hover: var(--ds-color-accent-base-default);
155
+ --dsc-button-color--hover: var(--ds-color-accent-base-contrast-default);
156
+ }
157
+ .ds-button[data-variant=tertiary] {
158
+ --dsc-button-color: var(--ds-color-accent-base-default);
159
+ }
160
+ .ds-pagination .ds-button[aria-current=true] {
161
+ --dsc-button-color: var(--ds-color-accent-base-contrast-default);
162
+ }
163
+ @media (max-width: 36rem) {
164
+ .ds-pagination {
165
+ --dsc-pagination-gap: 0.125rem;
166
+ }
167
+ .ds-pagination .ds-button {
168
+ min-inline-size: 2.25rem;
169
+ --dsc-button-padding-inline: 0.25rem;
170
+ }
171
+ .ds-pagination li:empty::before {
172
+ min-inline-size: 1.5rem;
173
+ }
174
+ }
175
+ :is(.ds-toggle-group, .ds-togglegroup) label {
176
+ --dsc-button-color: var(--ds-color-text-subtle);
177
+ }
178
+ :is(.ds-toggle-group, .ds-togglegroup) label:has(input:checked) {
179
+ --dsc-button-color: var(--ds-color-base-contrast-default);
180
+ }
181
+ :is(.ds-toggle-group, .ds-togglegroup) label[aria-disabled=true] {
182
+ cursor: default;
183
+ }
184
+ .ds-field:has(:disabled:not(option), [aria-disabled=true]) > * {
185
+ cursor: default;
186
+ }
187
+ .ds-tabs {
188
+ --dsc-tabs-tab-color--selected: var(--ds-color-accent-base-default);
189
+ }
190
+ .ds-tabs [role=tab][aria-selected=true] {
191
+ font-weight: var(--ds-font-weight-semibold);
192
+ }
193
+
194
+ /* src/components/Logo/Logo.css */
195
+ .dibk-logo {
196
+ display: block;
197
+ color: var(--ds-color-accent-base-default, #003045);
198
+ }
199
+ .dibk-logo--full {
200
+ height: 38px;
201
+ width: auto;
202
+ }
203
+ .dibk-logo--mark {
204
+ height: 48px;
205
+ width: auto;
206
+ }
207
+
208
+ /* src/components/Header/Header.css */
209
+ .dibk-header {
210
+ width: 100%;
211
+ background: var(--dibk-surface-blue, #ebf4fa);
212
+ color: var(--ds-color-accent-base-default, #003045);
213
+ }
214
+ .dibk-header__inner {
215
+ display: flex;
216
+ align-items: center;
217
+ gap: 24px;
218
+ box-sizing: border-box;
219
+ min-height: 72px;
220
+ max-width: var(--dibk-container-max, 1400px);
221
+ margin: 0 auto;
222
+ padding: 12px var(--dibk-container-pad, 2rem);
223
+ }
224
+ .dibk-header__brand {
225
+ display: inline-flex;
226
+ align-items: center;
227
+ text-decoration: none;
228
+ color: inherit;
229
+ }
230
+ .dibk-header__actions {
231
+ display: flex;
232
+ align-items: center;
233
+ gap: 32px;
234
+ margin-left: auto;
235
+ }
236
+ .dibk-header__shortcut {
237
+ text-decoration: none;
238
+ }
239
+ .dibk-logo.dibk-header__logo--mark {
240
+ display: none;
241
+ }
242
+ @media (max-width: 72rem) {
243
+ .dibk-header__shortcut.dibk-header__btn {
244
+ display: none;
245
+ }
246
+ }
247
+ @media (max-width: 48rem) {
248
+ .dibk-logo.dibk-header__logo--full {
249
+ display: none;
250
+ }
251
+ .dibk-logo.dibk-header__logo--mark {
252
+ display: block;
253
+ height: 36px;
254
+ }
255
+ .dibk-header__btn-label {
256
+ display: none;
257
+ }
258
+ }
259
+ .dibk-header__btn {
260
+ display: inline-flex;
261
+ align-items: center;
262
+ gap: 10px;
263
+ min-block-size: auto;
264
+ padding: 0;
265
+ border: 0;
266
+ border-radius: 0;
267
+ background: transparent;
268
+ color: inherit;
269
+ font: inherit;
270
+ font-size: 1.125rem;
271
+ font-weight: var(--ds-font-weight-medium);
272
+ letter-spacing: -0.01em;
273
+ cursor: pointer;
274
+ }
275
+ .dibk-header__btn:hover {
276
+ background: transparent;
277
+ text-decoration: underline;
278
+ }
279
+ .dibk-header__btn:focus-visible {
280
+ outline: 2px solid var(--ds-color-accent-base-default, #003045);
281
+ outline-offset: 4px;
282
+ }
283
+ .dibk-xglyph {
284
+ position: relative;
285
+ display: block;
286
+ width: 24px;
287
+ height: 24px;
288
+ transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
289
+ }
290
+ .dibk-xglyph__bar {
291
+ position: absolute;
292
+ top: calc(50% - 1px);
293
+ left: 0;
294
+ display: block;
295
+ width: 100%;
296
+ height: 2px;
297
+ background: currentColor;
298
+ }
299
+ .dibk-xglyph__bar--a {
300
+ transform: rotate(45deg);
301
+ }
302
+ .dibk-xglyph__bar--b {
303
+ transform: rotate(-45deg);
304
+ }
305
+ .dibk-header__btn:hover .dibk-xglyph {
306
+ transform: rotate(180deg);
307
+ }
308
+ .dibk-burger {
309
+ display: block;
310
+ }
311
+ .dibk-burger__bar--top,
312
+ .dibk-burger__bar--bottom {
313
+ transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
314
+ }
315
+ .dibk-header__btn:hover .dibk-burger__bar--top {
316
+ transform: translateY(12px);
317
+ }
318
+ .dibk-header__btn:hover .dibk-burger__bar--bottom {
319
+ transform: translateY(-12px);
320
+ }
321
+ @media (prefers-reduced-motion: reduce) {
322
+ .dibk-burger__bar--top,
323
+ .dibk-burger__bar--bottom,
324
+ .dibk-xglyph {
325
+ transition: none;
326
+ }
327
+ }
328
+
329
+ /* src/components/Search/Search.css */
330
+ .dibk-search {
331
+ display: block;
332
+ padding: var(--ds-size-4) var(--ds-size-5);
333
+ transition: background-color 220ms ease, box-shadow 220ms ease;
334
+ }
335
+ .dibk-search:hover,
336
+ .dibk-search:focus-within {
337
+ background: var(--ds-color-neutral-background-default, #fff);
338
+ box-shadow: inset 0 0 0 3px var(--dibk-color-ring, #4899e0);
339
+ }
340
+ .dibk-search__field {
341
+ border-bottom: 2px solid var(--ds-color-accent-base-default, #003045);
342
+ border-radius: 0;
343
+ color: var(--ds-color-accent-base-default, #003045);
344
+ }
345
+ .dibk-search__field::before,
346
+ .dibk-search__field::after {
347
+ content: none;
348
+ }
349
+ .dibk-search__field:has(input:placeholder-shown) button[type=reset] {
350
+ display: none;
351
+ }
352
+ .dibk-search__field input {
353
+ border: 0;
354
+ border-radius: 0;
355
+ background: transparent;
356
+ box-shadow: none;
357
+ outline: none;
358
+ padding: 8px 0;
359
+ color: var(--ds-color-accent-base-default, #003045);
360
+ font: inherit;
361
+ font-size: 1.5rem;
362
+ font-weight: var(--ds-font-weight-semibold);
363
+ text-overflow: ellipsis;
364
+ }
365
+ .dibk-search__field input::placeholder {
366
+ color: var(--ds-color-accent-base-default, #003045);
367
+ opacity: 1;
368
+ }
369
+ .dibk-search__field input:focus::placeholder {
370
+ opacity: 0.45;
371
+ }
372
+ .dibk-search__field button {
373
+ border: 0;
374
+ border-radius: 0;
375
+ background: transparent;
376
+ color: var(--ds-color-accent-base-default, #003045);
377
+ }
378
+ .dibk-search__hint {
379
+ margin-top: var(--ds-size-3);
380
+ font-size: 1.125rem;
381
+ }
382
+ @media (max-width: 48rem) {
383
+ .dibk-search__field input {
384
+ font-size: 1.25rem;
385
+ }
386
+ }
387
+ @media (prefers-reduced-motion: reduce) {
388
+ .dibk-search {
389
+ transition: none;
390
+ }
391
+ }
392
+
393
+ /* src/components/MegaMenu/MegaMenu.css */
394
+ .dibk-megamenu {
395
+ background: var(--dibk-surface-blue);
396
+ color: var(--ds-color-accent-base-default, #003045);
397
+ min-height: calc(100dvh - 72px);
398
+ }
399
+ .dibk-megamenu__inner {
400
+ box-sizing: border-box;
401
+ max-width: var(--dibk-container-max, 1400px);
402
+ margin: 0 auto;
403
+ padding: 32px var(--dibk-container-pad, 2rem) 100px;
404
+ }
405
+ .dibk-megamenu__search {
406
+ max-width: 660px;
407
+ margin-inline-start: calc(-1 * var(--ds-size-5));
408
+ margin-block-end: 80px;
409
+ }
410
+ .dibk-megamenu__columns {
411
+ display: grid;
412
+ grid-template-columns: repeat(2, minmax(0, 1fr));
413
+ column-gap: 20px;
414
+ }
415
+ .dibk-megamenu__column {
416
+ display: flex;
417
+ flex-direction: column;
418
+ align-items: stretch;
419
+ gap: 48px;
420
+ }
421
+ @media (max-width: 48rem) {
422
+ .dibk-megamenu__columns {
423
+ grid-template-columns: minmax(0, 1fr);
424
+ row-gap: 48px;
425
+ }
426
+ }
427
+ .dibk-megamenu__inner > .dibk-iconlinklist[data-columns="2"] {
428
+ grid-template-columns: repeat(2, minmax(0, 26rem));
429
+ }
430
+ @media (max-width: 36rem) {
431
+ .dibk-megamenu__inner > .dibk-iconlinklist[data-columns="2"] {
432
+ grid-template-columns: minmax(0, 1fr);
433
+ }
434
+ }
435
+ @media (prefers-reduced-motion: no-preference) {
436
+ .dibk-megamenu__inner {
437
+ transition: opacity 0.18s ease-out, translate 0.18s ease-out;
438
+ }
439
+ @starting-style {
440
+ .dibk-megamenu__inner {
441
+ opacity: 0;
442
+ translate: 0 -6px;
443
+ }
444
+ }
445
+ }
446
+ .dibk-megamenu :focus-visible {
447
+ outline: 2px solid var(--ds-color-accent-base-default, #003045);
448
+ outline-offset: 4px;
449
+ }
450
+
451
+ /* src/components/IconLinkList/IconLinkList.css */
452
+ .dibk-iconlinklist {
453
+ list-style: none;
454
+ margin: 0;
455
+ padding: 0;
456
+ display: grid;
457
+ gap: 1rem 2rem;
458
+ }
459
+ .dibk-iconlinklist[data-columns="1"] {
460
+ grid-template-columns: minmax(0, 1fr);
461
+ }
462
+ .dibk-iconlinklist[data-columns="2"] {
463
+ grid-template-columns: repeat(2, minmax(0, 1fr));
464
+ }
465
+ .dibk-iconlinklist[data-columns="3"] {
466
+ grid-template-columns: repeat(3, minmax(0, 1fr));
467
+ }
468
+ .dibk-iconlinklist__item {
469
+ display: grid;
470
+ grid-template-columns: auto 1fr;
471
+ align-items: start;
472
+ gap: 0.75rem;
473
+ }
474
+ .dibk-iconlinklist__icon {
475
+ flex: none;
476
+ display: flex;
477
+ align-items: center;
478
+ justify-content: center;
479
+ color: var(--ds-color-accent-base-default, #003045);
480
+ line-height: 0;
481
+ }
482
+ .dibk-iconlinklist__icon :where(svg, img) {
483
+ width: 1.75rem;
484
+ height: 1.75rem;
485
+ }
486
+ .dibk-iconlinklist__body {
487
+ min-width: 0;
488
+ }
489
+ .dibk-iconlinklist__link {
490
+ display: inline-flex;
491
+ align-items: flex-start;
492
+ gap: 12px;
493
+ color: var(--dibk-color-ink, #202020);
494
+ font-size: 1.25rem;
495
+ line-height: 1.625;
496
+ font-weight: var(--ds-font-weight-medium);
497
+ text-decoration: none;
498
+ text-underline-offset: 0.15em;
499
+ }
500
+ .dibk-iconlinklist__link:hover,
501
+ .dibk-iconlinklist__link:focus-visible {
502
+ text-decoration: underline;
503
+ }
504
+ .dibk-iconlinklist__chevron {
505
+ flex: none;
506
+ margin-top: calc((1.625em - 20px) / 2);
507
+ }
508
+ .dibk-iconlinklist__lock {
509
+ flex: none;
510
+ align-self: center;
511
+ line-height: 0;
512
+ color: var(--ds-color-accent-base-default, #003045);
513
+ }
514
+ .dibk-iconlinklist__lock svg {
515
+ width: 1.1rem;
516
+ height: 1.1rem;
517
+ }
518
+ .dibk-iconlinklist__description {
519
+ margin: 0.25rem 0 0;
520
+ color: var(--dibk-color-ink, #202020);
521
+ font-size: 1rem;
522
+ line-height: 1.5;
523
+ font-weight: var(--ds-font-weight-regular);
524
+ }
525
+ @media (max-width: 62rem) {
526
+ .dibk-iconlinklist[data-columns="3"] {
527
+ grid-template-columns: repeat(2, 1fr);
528
+ }
529
+ }
530
+ @media (max-width: 36rem) {
531
+ .dibk-iconlinklist[data-columns="2"],
532
+ .dibk-iconlinklist[data-columns="3"] {
533
+ grid-template-columns: 1fr;
534
+ }
535
+ }
536
+
537
+ /* src/components/MenuSection/MenuSection.css */
538
+ .dibk-menusection__header {
539
+ display: flex;
540
+ align-items: center;
541
+ gap: 16px;
542
+ margin: 0 0 20px;
543
+ color: var(--ds-color-accent-base-default, #003045);
544
+ font-size: var(--ds-font-size-6);
545
+ font-weight: var(--ds-font-weight-semibold);
546
+ line-height: 1.333;
547
+ }
548
+ .dibk-menusection__icon {
549
+ flex: none;
550
+ width: 40px;
551
+ height: 40px;
552
+ display: flex;
553
+ align-items: center;
554
+ justify-content: center;
555
+ }
556
+ .dibk-menusection__icon :where(svg, img) {
557
+ width: 100%;
558
+ height: 100%;
559
+ }
560
+ .dibk-menusection__titlelink {
561
+ color: inherit;
562
+ text-decoration: none;
563
+ }
564
+ .dibk-menusection__titlelink:hover,
565
+ .dibk-menusection__titlelink:focus-visible {
566
+ text-decoration: underline;
567
+ }
568
+ .dibk-menusection__body {
569
+ padding-left: 32px;
570
+ }
571
+ .dibk-menusection__body .dibk-iconlinklist {
572
+ row-gap: 0;
573
+ }
574
+
575
+ /* src/components/Footer/Footer.css */
576
+ .dibk-footer {
577
+ background-color: var(--ds-color-accent-base-default, #003045);
578
+ color: #ffffff;
579
+ width: 100%;
580
+ }
581
+ .dibk-footer__inner {
582
+ box-sizing: border-box;
583
+ max-width: var(--dibk-container-max, 1400px);
584
+ margin: 0 auto;
585
+ padding: 3rem var(--dibk-container-pad, 2rem);
586
+ }
587
+ .dibk-footer__content {
588
+ font-size: 1.125rem;
589
+ line-height: 1.5;
590
+ display: flex;
591
+ flex-direction: column;
592
+ gap: 1.5rem;
593
+ }
594
+ .dibk-footer__content p {
595
+ margin: 0;
596
+ }
597
+ .dibk-footer__content a {
598
+ color: #ffffff;
599
+ text-decoration: underline;
600
+ }
601
+ .dibk-footer__bottom {
602
+ display: flex;
603
+ flex-wrap: wrap;
604
+ align-items: center;
605
+ justify-content: space-between;
606
+ gap: 1.5rem 2rem;
607
+ margin-top: 2.5rem;
608
+ }
609
+ .dibk-footer__links {
610
+ display: flex;
611
+ flex-wrap: wrap;
612
+ gap: 1.5rem;
613
+ }
614
+ .dibk-footer__link {
615
+ color: #ffffff;
616
+ font-size: 1rem;
617
+ line-height: 1.4;
618
+ text-decoration: underline;
619
+ }
620
+ .dibk-footer__brand {
621
+ display: inline-flex;
622
+ align-items: center;
623
+ gap: 0.75rem;
624
+ color: #ffffff;
625
+ }
626
+ .dibk-footer__brand .dibk-logo.dibk-footer__mark {
627
+ height: 2.25rem;
628
+ width: auto;
629
+ flex: none;
630
+ color: #ffffff;
631
+ }
632
+ .dibk-footer__wordmark {
633
+ font-size: 1rem;
634
+ line-height: 1.2;
635
+ font-weight: var(--ds-font-weight-semibold);
636
+ }
637
+ @media (max-width: 36rem) {
638
+ .dibk-footer__inner {
639
+ padding: 2rem var(--dibk-container-pad, 2rem);
640
+ }
641
+ }
642
+
643
+ /* src/components/SectionHeader/SectionHeader.css */
644
+ .dibk-sectionheader {
645
+ border-bottom: 1px solid #d7d4d1;
646
+ padding-bottom: 1rem;
647
+ }
648
+ .dibk-sectionheader__row {
649
+ display: flex;
650
+ align-items: center;
651
+ gap: 1.25rem;
652
+ }
653
+ .dibk-sectionheader__icon {
654
+ flex: none;
655
+ display: flex;
656
+ align-items: center;
657
+ justify-content: center;
658
+ color: var(--ds-color-accent-base-default, #003045);
659
+ line-height: 0;
660
+ }
661
+ .dibk-sectionheader__icon :where(svg, img) {
662
+ width: 4rem;
663
+ height: 4rem;
664
+ }
665
+ .dibk-sectionheader__title {
666
+ margin: 0;
667
+ color: var(--ds-color-accent-base-default, #003045);
668
+ font-size: 2rem;
669
+ line-height: 1.38;
670
+ font-weight: var(--ds-font-weight-semibold);
671
+ }
672
+ .dibk-sectionheader__description {
673
+ margin: 0.75rem 0 0;
674
+ color: var(--ds-color-accent-base-default, #003045);
675
+ font-size: 1.25rem;
676
+ line-height: 1.5;
677
+ font-weight: var(--ds-font-weight-regular);
678
+ }
679
+ @media (max-width: 36rem) {
680
+ .dibk-sectionheader__icon :where(svg, img) {
681
+ width: 3rem;
682
+ height: 3rem;
683
+ }
684
+ .dibk-sectionheader__title {
685
+ font-size: 1.625rem;
686
+ }
687
+ }
688
+
689
+ /* src/components/FeedbackWidget/FeedbackWidget.css */
690
+ .dibk-feedback {
691
+ display: flex;
692
+ flex-wrap: wrap;
693
+ align-items: center;
694
+ justify-content: center;
695
+ gap: 1rem 1.5rem;
696
+ padding: 1.25rem 2rem;
697
+ background-color: var(--dibk-surface-grey);
698
+ }
699
+ .dibk-feedback__question {
700
+ margin: 0;
701
+ color: var(--ds-color-accent-base-default, #003045);
702
+ font-size: 1.125rem;
703
+ line-height: 1.5;
704
+ font-weight: var(--ds-font-weight-semibold);
705
+ }
706
+ .dibk-feedback__actions {
707
+ display: flex;
708
+ gap: 0.75rem;
709
+ }
710
+ .dibk-feedback__btn {
711
+ padding-inline: 2rem;
712
+ }
713
+
714
+ /* src/components/AppShell/AppShell.css */
715
+ .dibk-appshell {
716
+ display: flex;
717
+ flex-direction: column;
718
+ min-height: 100vh;
719
+ }
720
+ .dibk-appshell__main {
721
+ flex: 1;
722
+ width: 100%;
723
+ }
724
+ .dibk-appshell__main:focus {
725
+ outline: none;
726
+ }
727
+ .dibk-skiplink {
728
+ position: fixed;
729
+ left: 1rem;
730
+ top: -4rem;
731
+ z-index: 100;
732
+ padding: 0.5rem 1rem;
733
+ background: var(--ds-color-accent-base-default);
734
+ color: var(--ds-color-accent-contrast-default, #fff);
735
+ text-decoration: none;
736
+ transition: top 0.15s ease-in;
737
+ }
738
+ .dibk-skiplink:focus {
739
+ top: 1rem;
740
+ }
741
+ .dibk-appshell__container {
742
+ box-sizing: border-box;
743
+ max-width: var(--dibk-container-max, 1400px);
744
+ margin: 0 auto;
745
+ padding: 2rem var(--dibk-container-pad, 2rem) 4rem;
746
+ }
747
+ .dibk-appshell__title {
748
+ display: inline-flex;
749
+ align-items: center;
750
+ min-width: 0;
751
+ margin-left: 0.5rem;
752
+ font-size: var(--ds-font-size-5);
753
+ font-weight: var(--ds-font-weight-medium);
754
+ color: var(--ds-color-accent-base-default);
755
+ }
756
+ .dibk-appshell__titletext {
757
+ min-width: 0;
758
+ overflow: hidden;
759
+ text-overflow: ellipsis;
760
+ white-space: nowrap;
761
+ }
762
+ .dibk-appshell__menuheading {
763
+ margin-block-end: var(--ds-size-6);
764
+ }
765
+
766
+ /* src/components/AccountMenu/AccountMenu.css */
767
+ .dibk-account__id {
768
+ display: flex;
769
+ flex-direction: column;
770
+ align-items: flex-start;
771
+ gap: var(--ds-size-2);
772
+ padding: 0 var(--ds-size-4) var(--ds-size-2);
773
+ }
774
+ .dibk-menu-login {
775
+ margin-top: var(--ds-size-10);
776
+ }
777
+
778
+ /* src/components/CopyButton/CopyButton.css */
779
+ .dibk-copybtn {
780
+ appearance: none;
781
+ display: inline-flex;
782
+ align-items: center;
783
+ gap: var(--ds-size-2);
784
+ flex: none;
785
+ font: inherit;
786
+ font-size: var(--ds-font-size-2);
787
+ font-weight: var(--ds-font-weight-medium);
788
+ line-height: 1;
789
+ color: var(--ds-color-accent-base-default);
790
+ background: transparent;
791
+ border: 1px solid var(--ds-color-accent-base-default);
792
+ border-radius: 0;
793
+ padding: var(--ds-size-2) var(--ds-size-3);
794
+ cursor: pointer;
795
+ transition:
796
+ background-color 0.18s ease,
797
+ color 0.18s ease,
798
+ border-color 0.18s ease;
799
+ }
800
+ .dibk-copybtn:hover {
801
+ background: var(--ds-color-accent-base-default);
802
+ color: var(--ds-color-neutral-background-default);
803
+ }
804
+ .dibk-copybtn:focus-visible {
805
+ outline: 2px solid var(--ds-color-accent-base-default);
806
+ outline-offset: 3px;
807
+ }
808
+ .dibk-copybtn[data-done="1"] {
809
+ color: var(--ds-color-success-text-subtle);
810
+ border-color: var(--ds-color-success-text-subtle);
811
+ background: transparent;
812
+ }
813
+ .dibk-copybtn__ico {
814
+ display: inline-flex;
815
+ font-size: 0.85em;
816
+ }
817
+ .dibk-copybtn__ico:empty {
818
+ display: none;
819
+ }
820
+ .dibk-copyiconbtn {
821
+ appearance: none;
822
+ display: inline-flex;
823
+ align-items: center;
824
+ justify-content: center;
825
+ flex: none;
826
+ padding: var(--ds-size-1);
827
+ border: 0;
828
+ border-radius: 0;
829
+ background: transparent;
830
+ color: var(--ds-color-text-subtle);
831
+ cursor: pointer;
832
+ transition: color 0.18s ease;
833
+ }
834
+ .dibk-copyiconbtn:hover {
835
+ color: var(--ds-color-accent-base-default);
836
+ }
837
+ .dibk-copyiconbtn:focus-visible {
838
+ outline: 2px solid var(--ds-color-accent-base-default);
839
+ outline-offset: 2px;
840
+ }
841
+ .dibk-copyiconbtn[data-done="1"] {
842
+ color: var(--ds-color-text-subtle);
843
+ }
844
+ .dibk-copyiconbtn__done {
845
+ font-size: inherit;
846
+ line-height: 1;
847
+ }
848
+
849
+ /* src/components/CodeBlock/CodeBlock.css */
850
+ .dibk-code {
851
+ border: 1px solid var(--dibk-color-hairline);
852
+ background: var(--dibk-surface-grey);
853
+ }
854
+ .dibk-code__bar {
855
+ display: flex;
856
+ align-items: center;
857
+ justify-content: space-between;
858
+ gap: var(--ds-size-3);
859
+ padding: var(--ds-size-2) var(--ds-size-2) var(--ds-size-2) var(--ds-size-4);
860
+ border-bottom: 1px solid var(--dibk-color-hairline);
861
+ }
862
+ .dibk-code__label {
863
+ font-size: var(--ds-font-size-1);
864
+ text-transform: uppercase;
865
+ letter-spacing: 0.06em;
866
+ font-weight: var(--ds-font-weight-semibold);
867
+ color: var(--dibk-color-meta);
868
+ }
869
+ .dibk-code__pre {
870
+ margin: 0;
871
+ padding: var(--ds-size-4) var(--ds-size-4);
872
+ overflow-x: auto;
873
+ }
874
+ .dibk-code__pre code {
875
+ font-family:
876
+ ui-monospace,
877
+ "SF Mono",
878
+ "Cascadia Mono",
879
+ monospace;
880
+ font-size: var(--ds-font-size-3);
881
+ line-height: 1.6;
882
+ color: var(--dibk-color-ink);
883
+ white-space: pre-wrap;
884
+ word-break: break-word;
885
+ }
886
+ /*# sourceMappingURL=index.css.map */