@inera/ids-design 5.0.3 → 5.1.0
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/components/alert/alert-lit.js +1 -1
- package/components/alert/alert.css +2 -1
- package/components/alert-global/alert-global-lit.js +1 -1
- package/components/alert-global/alert-global.css +1 -1
- package/components/badge/badge-lit.js +1 -1
- package/components/badge/badge.css +9 -9
- package/components/breadcrumbs/breadcrumbs.css +1 -0
- package/components/card/card.css +1 -0
- package/components/data-table/data-table-lit.js +1 -1
- package/components/data-table/data-table.css +3 -0
- package/components/description-list/description-list-lit.js +7 -0
- package/components/description-list/description-list.css +98 -0
- package/components/dialog/dialog.css +1 -0
- package/components/dropdown/dropdown-lit.js +9 -0
- package/components/dropdown/dropdown.css +118 -0
- package/components/expandable/expandable-lit.js +1 -1
- package/components/expandable/expandable.css +18 -11
- package/components/footer/footer-lit.js +1 -1
- package/components/footer/footer.css +3 -1
- package/components/footer-1177/footer-1177-lit.js +1 -1
- package/components/footer-1177/footer-1177.css +6 -6
- package/components/footer-1177-admin/footer-1177-admin-lit.js +1 -1
- package/components/footer-1177-admin/footer-1177-admin.css +12 -12
- package/components/footer-1177-pro/footer-1177-pro-lit.js +1 -1
- package/components/footer-1177-pro/footer-1177-pro.css +14 -12
- package/components/footer-inera/footer-inera-lit.js +1 -1
- package/components/footer-inera/footer-inera.css +6 -6
- package/components/footer-inera-admin/footer-inera-admin-lit.js +1 -1
- package/components/footer-inera-admin/footer-inera-admin.css +17 -8
- package/components/form/error-message/error-message-lit.js +1 -1
- package/components/form/error-message/error-message.css +1 -1
- package/components/form/select-multiple/select-multiple-lit.js +1 -1
- package/components/form/select-multiple/select-multiple.css +4 -2
- package/components/form/toggle/toggle.css +1 -0
- package/components/header-1177/composite-header-1177.css +76 -40
- package/components/header-1177/header-1177-avatar.css +1 -0
- package/components/header-1177/header-1177-item.css +1 -0
- package/components/header-1177/header-1177-lit.js +1 -1
- package/components/header-1177/header-1177-nav-item-lit.js +1 -1
- package/components/header-1177/header-1177-nav-item-mobile-lit.js +1 -1
- package/components/header-1177/header-1177-nav-item-mobile.css +18 -0
- package/components/header-1177/header-1177-nav-item.css +5 -0
- package/components/header-1177/header-1177-nav-lit.js +1 -1
- package/components/header-1177/header-1177-nav.css +0 -8
- package/components/header-1177/header-1177.css +51 -32
- package/components/header-1177-admin/header-1177-admin-avatar-mobile.css +1 -0
- package/components/header-1177-admin/header-1177-admin-avatar.css +1 -0
- package/components/header-1177-admin/header-1177-admin-item.css +1 -0
- package/components/header-1177-admin/header-1177-admin-nav-item-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-nav-item.css +5 -0
- package/components/header-1177-admin/header-1177-admin.css +1 -0
- package/components/header-1177-pro/header-1177-pro-avatar-mobile.css +1 -0
- package/components/header-1177-pro/header-1177-pro-avatar.css +1 -0
- package/components/header-1177-pro/header-1177-pro-item.css +1 -0
- package/components/header-1177-pro/header-1177-pro-nav-item-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-nav-item.css +5 -0
- package/components/header-1177-pro/header-1177-pro-nav-menu-mobile.css +1 -0
- package/components/header-1177-pro/header-1177-pro-region-picker.css +1 -0
- package/components/header-1177-pro/header-1177-pro.css +1 -0
- package/components/header-inera/header-inera-item-lit.d.ts +2 -0
- package/components/header-inera/header-inera-item-lit.js +7 -0
- package/components/header-inera/header-inera-item.css +95 -0
- package/components/header-inera/header-inera-lit.d.ts +2 -0
- package/components/header-inera/header-inera-lit.js +7 -0
- package/components/header-inera/header-inera-nav-item-lit.d.ts +2 -0
- package/components/header-inera/header-inera-nav-item-lit.js +7 -0
- package/components/header-inera/header-inera-nav-item.css +199 -0
- package/components/header-inera/header-inera-nav-lit.d.ts +2 -0
- package/components/header-inera/header-inera-nav-lit.js +7 -0
- package/components/header-inera/header-inera-nav-mobile-lit.d.ts +2 -0
- package/components/header-inera/header-inera-nav-mobile-lit.js +7 -0
- package/components/header-inera/header-inera-nav-mobile.css +131 -0
- package/components/header-inera/header-inera-nav.css +53 -0
- package/components/header-inera/header-inera.css +101 -0
- package/components/header-inera-admin/composite-header-inera-admin.css +845 -0
- package/components/header-inera-admin/header-inera-admin-avatar-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-avatar-mobile.css +72 -0
- package/components/header-inera-admin/header-inera-admin-avatar.css +143 -0
- package/components/header-inera-admin/header-inera-admin-item-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-item-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-item.css +95 -0
- package/components/header-inera-admin/header-inera-admin-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-nav-item-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-nav-item.css +198 -0
- package/components/header-inera-admin/header-inera-admin-nav-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-nav-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-nav-mobile-lit.d.ts +2 -0
- package/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +7 -0
- package/components/header-inera-admin/header-inera-admin-nav-mobile.css +131 -0
- package/components/header-inera-admin/header-inera-admin-nav.css +53 -0
- package/components/header-inera-admin/header-inera-admin.css +147 -0
- package/components/list/list-lit.js +1 -1
- package/components/list/list.css +4 -3
- package/components/mobile-menu/mobile-menu-lit.js +1 -1
- package/components/mobile-menu/mobile-menu.css +23 -22
- package/components/navigation/content/navigation-content-lit.d.ts +2 -0
- package/components/navigation/content/navigation-content-lit.js +7 -0
- package/components/navigation/content/navigation-content.css +67 -0
- package/components/navigation/local/navigation-local-lit.d.ts +2 -0
- package/components/navigation/local/navigation-local-lit.js +7 -0
- package/components/navigation/local/navigation-local.css +85 -0
- package/components/pagination/data-pagination/data-pagination-lit.d.ts +2 -0
- package/components/pagination/data-pagination/data-pagination-lit.js +7 -0
- package/components/pagination/data-pagination/data-pagination.css +141 -0
- package/components/pagination/list-pagination/list-pagination-lit.d.ts +2 -0
- package/components/pagination/list-pagination/list-pagination-lit.js +9 -0
- package/components/pagination/list-pagination/list-pagination.css +152 -0
- package/components/popover/popover-content-lit.d.ts +2 -0
- package/components/popover/popover-content-lit.js +7 -0
- package/components/{popover-content → popover}/popover-content.css +9 -8
- package/components/popover/popover-lit.js +1 -1
- package/components/popover/popover.css +3 -12
- package/components/stepper/stepper-lit.d.ts +2 -0
- package/components/stepper/stepper-lit.js +7 -0
- package/components/stepper/stepper.css +160 -0
- package/components/tabs/tab-lit.d.ts +2 -0
- package/components/tabs/tab-lit.js +7 -0
- package/components/tabs/tab-panel-lit.d.ts +2 -0
- package/components/tabs/tab-panel-lit.js +7 -0
- package/components/tabs/tab-panel.css +27 -0
- package/components/tabs/tab.css +96 -0
- package/components/tabs/tabs-lit.js +2 -2
- package/components/tabs/tabs.css +1 -87
- package/components/tag/tag-lit.js +1 -1
- package/components/tag/tag.css +46 -6
- package/components/tooltip/tooltip-lit.d.ts +2 -0
- package/components/tooltip/tooltip-lit.js +7 -0
- package/components/tooltip/tooltip.css +87 -0
- package/global/_partials.css +2 -1
- package/global/global.css +662 -63
- package/global/util/util.css +24 -0
- package/package.json +2 -1
- package/themes/1177/1177.css +847 -242
- package/themes/1177-pro/1177-pro.css +868 -244
- package/themes/inera/inera.css +849 -234
- package/themes/inera-admin/inera-admin.css +867 -236
- package/components/button/button-lit.js +0 -7
- package/components/button/button.css +0 -308
- package/components/link/link-lit.js +0 -7
- package/components/link/link.css +0 -131
- package/components/popover-content/popover-content-lit.js +0 -7
- /package/components/{button/button-lit.d.ts → description-list/description-list-lit.d.ts} +0 -0
- /package/components/{link/link-lit.d.ts → dropdown/dropdown-lit.d.ts} +0 -0
- /package/components/{popover-content/popover-content-lit.d.ts → header-inera-admin/header-inera-admin-avatar-lit.d.ts} +0 -0
package/themes/1177/1177.css
CHANGED
|
@@ -71,12 +71,36 @@ body.ids {
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
+
/* This is generated by tailwind/util-tailwind.scss */
|
|
74
75
|
/* Pre-existing utility classes begin here */
|
|
75
76
|
/* Force elements to be displayed as block elements */
|
|
76
77
|
.ids-block {
|
|
77
78
|
display: block !important;
|
|
78
79
|
}
|
|
79
80
|
|
|
81
|
+
.ids-bg-1 {
|
|
82
|
+
background-color: white;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.ids-bg-2 {
|
|
86
|
+
background-color: var(--IDS-COLOR-SECONDARY-95);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/* Removes native button styling */
|
|
90
|
+
.ids-btn-no-styles {
|
|
91
|
+
background: none;
|
|
92
|
+
color: inherit;
|
|
93
|
+
border: none;
|
|
94
|
+
padding: 0;
|
|
95
|
+
font: inherit;
|
|
96
|
+
cursor: pointer;
|
|
97
|
+
outline: inherit;
|
|
98
|
+
}
|
|
99
|
+
.ids-btn-no-styles:focus {
|
|
100
|
+
outline: var(--focus_outline);
|
|
101
|
+
outline-offset: var(--focus_outline-offset);
|
|
102
|
+
}
|
|
103
|
+
|
|
80
104
|
/* Makes elements behave as inline-level block containers */
|
|
81
105
|
.ids-inline-block {
|
|
82
106
|
display: inline-block;
|
|
@@ -2306,6 +2330,543 @@ body.ids {
|
|
|
2306
2330
|
float: none;
|
|
2307
2331
|
}
|
|
2308
2332
|
|
|
2333
|
+
/* 1177 Typography - no margins */
|
|
2334
|
+
/*******
|
|
2335
|
+
* FORM
|
|
2336
|
+
********/
|
|
2337
|
+
input.ids-time, .ids-textarea, .ids-select, .ids-input {
|
|
2338
|
+
font-family: var(--font-family_1) !important;
|
|
2339
|
+
padding: 0.75rem 1.25rem;
|
|
2340
|
+
background-color: var(--IDS-INPUT_BACKGROUND);
|
|
2341
|
+
border: var(--IDS-INPUT_BORDER);
|
|
2342
|
+
border-bottom: var(--IDS-INPUT_BORDER-BOTTOM);
|
|
2343
|
+
border-radius: var(--IDS-INPUT_BORDER-RADIUS);
|
|
2344
|
+
font-size: 16px;
|
|
2345
|
+
color: var(--IDS-INPUT_COLOR);
|
|
2346
|
+
display: block;
|
|
2347
|
+
}
|
|
2348
|
+
input.ids-time.ids-input--invalid, .ids-textarea.ids-input--invalid, .ids-textarea.ids-textarea--invalid, .ids-input.ids-input--invalid {
|
|
2349
|
+
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2350
|
+
border: none;
|
|
2351
|
+
background-image: var(--IDS-INPUT--INVALID_BACKGROUND-IMAGE);
|
|
2352
|
+
}
|
|
2353
|
+
|
|
2354
|
+
input.ids-time:disabled, .ids-textarea:disabled, .ids-select:disabled, .ids-input:disabled {
|
|
2355
|
+
background: var(--IDS-INPUT--DISABLED_BACKGROUND-COLOR);
|
|
2356
|
+
border: none;
|
|
2357
|
+
background-image: var(--IDS-INPUT--DISABLED_BACKGROUND-IMAGE);
|
|
2358
|
+
}
|
|
2359
|
+
|
|
2360
|
+
.ids-label-wrapper {
|
|
2361
|
+
display: inline-flex;
|
|
2362
|
+
gap: 10px;
|
|
2363
|
+
align-items: center;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.ids-select-wrapper::after, .ids-select ::after {
|
|
2367
|
+
content: "";
|
|
2368
|
+
width: 12px;
|
|
2369
|
+
height: 100%;
|
|
2370
|
+
display: block;
|
|
2371
|
+
position: absolute;
|
|
2372
|
+
transform: rotate(90deg);
|
|
2373
|
+
right: 25px;
|
|
2374
|
+
top: 0px;
|
|
2375
|
+
bottom: 0px;
|
|
2376
|
+
background-position: center;
|
|
2377
|
+
background-repeat: no-repeat;
|
|
2378
|
+
background-image: var(--IDS-SELECT__CHEVRON-ICON);
|
|
2379
|
+
pointer-events: none;
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
/*******
|
|
2383
|
+
* Accessibility
|
|
2384
|
+
********/
|
|
2385
|
+
/* headings */
|
|
2386
|
+
.ids-link {
|
|
2387
|
+
font-family: var(--IDS-LINK--FONT-FAMILY);
|
|
2388
|
+
color: var(--link-colorpreset-1_color);
|
|
2389
|
+
text-decoration-color: var(--link-colorpreset-1_color);
|
|
2390
|
+
line-height: 1.5rem;
|
|
2391
|
+
cursor: pointer;
|
|
2392
|
+
display: inline-flex;
|
|
2393
|
+
gap: 8px;
|
|
2394
|
+
align-items: flex-start;
|
|
2395
|
+
text-decoration: none;
|
|
2396
|
+
position: relative;
|
|
2397
|
+
}
|
|
2398
|
+
.ids-link:not(:has(.ids-link__icon)) {
|
|
2399
|
+
text-decoration: underline;
|
|
2400
|
+
}
|
|
2401
|
+
.ids-link:focus:focus {
|
|
2402
|
+
outline: var(--IDS-FOCUS_OUTLINE);
|
|
2403
|
+
outline-offset: var(--IDS-FOCUS_OUTLINE-OFFSET) !important;
|
|
2404
|
+
}
|
|
2405
|
+
.ids-link:hover, .ids-link:focus {
|
|
2406
|
+
text-decoration: underline;
|
|
2407
|
+
color: var(--link-colorpreset-1-hover_color);
|
|
2408
|
+
}
|
|
2409
|
+
.ids-link:hover .ids-link__icon:has(+ .ids-link__icon--hover), .ids-link:focus .ids-link__icon:has(+ .ids-link__icon--hover) {
|
|
2410
|
+
display: none;
|
|
2411
|
+
}
|
|
2412
|
+
.ids-link:hover .ids-link__icon--hover, .ids-link:focus .ids-link__icon--hover {
|
|
2413
|
+
display: inline-flex;
|
|
2414
|
+
}
|
|
2415
|
+
.ids-link.ids-link--block {
|
|
2416
|
+
display: flex;
|
|
2417
|
+
}
|
|
2418
|
+
.ids-link.ids-link--underlined {
|
|
2419
|
+
text-decoration: underline;
|
|
2420
|
+
}
|
|
2421
|
+
.ids-link.ids-link--active-icon {
|
|
2422
|
+
text-decoration: none !important;
|
|
2423
|
+
}
|
|
2424
|
+
.ids-link.ids-link--active-icon .ids-link__icon .ids-link__icon__wrap,
|
|
2425
|
+
.ids-link.ids-link--active-icon .ids-link__icon--hover .ids-link__icon__wrap {
|
|
2426
|
+
border-radius: 100%;
|
|
2427
|
+
padding: 3px;
|
|
2428
|
+
align-items: center;
|
|
2429
|
+
justify-content: center;
|
|
2430
|
+
}
|
|
2431
|
+
.ids-link.ids-link--active-icon:hover .ids-link__icon .ids-link__icon__wrap, .ids-link.ids-link--active-icon:focus-within .ids-link__icon .ids-link__icon__wrap {
|
|
2432
|
+
background-color: var(--link-colorpreset-1-hover_color);
|
|
2433
|
+
}
|
|
2434
|
+
.ids-link.ids-link--active-icon.ids-link--active .ids-link__icon:has(+ .ids-link__icon--hover) {
|
|
2435
|
+
display: none;
|
|
2436
|
+
}
|
|
2437
|
+
.ids-link.ids-link--active-icon.ids-link--active .ids-link__icon--hover {
|
|
2438
|
+
display: inline-flex;
|
|
2439
|
+
}
|
|
2440
|
+
.ids-link.ids-link--active-icon.ids-link--active .ids-link__icon .ids-link__icon__wrap {
|
|
2441
|
+
background-color: var(--link-colorpreset-1_color);
|
|
2442
|
+
}
|
|
2443
|
+
.ids-link.ids-link--active-icon.ids-link--active:hover .ids-link__icon .ids-link__icon__wrap {
|
|
2444
|
+
background-color: var(--link-colorpreset-1-hover_color);
|
|
2445
|
+
}
|
|
2446
|
+
.ids-link.ids-link--active-icon .ids-link__icon--hover .ids-link__icon__wrap {
|
|
2447
|
+
background-color: var(--link-colorpreset-1-hover_color);
|
|
2448
|
+
}
|
|
2449
|
+
.ids-link.ids-link--active-icon.ids-link--color-2 .ids-link__icon .ids-link__icon__wrap,
|
|
2450
|
+
.ids-link.ids-link--active-icon.ids-link--color-2 .ids-link__icon--hover .ids-link__icon__wrap {
|
|
2451
|
+
border-radius: 100%;
|
|
2452
|
+
padding: 3px;
|
|
2453
|
+
align-items: center;
|
|
2454
|
+
justify-content: center;
|
|
2455
|
+
}
|
|
2456
|
+
.ids-link.ids-link--active-icon.ids-link--color-2:hover .ids-link__icon .ids-link__icon__wrap, .ids-link.ids-link--active-icon.ids-link--color-2:focus-within .ids-link__icon .ids-link__icon__wrap {
|
|
2457
|
+
background-color: var(--link-colorpreset-2-hover_color);
|
|
2458
|
+
}
|
|
2459
|
+
.ids-link.ids-link--active-icon.ids-link--color-2.ids-link--active .ids-link__icon:has(+ .ids-link__icon--hover) {
|
|
2460
|
+
display: none;
|
|
2461
|
+
}
|
|
2462
|
+
.ids-link.ids-link--active-icon.ids-link--color-2.ids-link--active .ids-link__icon--hover {
|
|
2463
|
+
display: inline-flex;
|
|
2464
|
+
}
|
|
2465
|
+
.ids-link.ids-link--active-icon.ids-link--color-2.ids-link--active .ids-link__icon .ids-link__icon__wrap {
|
|
2466
|
+
background-color: var(--link-colorpreset-2_color);
|
|
2467
|
+
}
|
|
2468
|
+
.ids-link.ids-link--active-icon.ids-link--color-2.ids-link--active:hover .ids-link__icon .ids-link__icon__wrap {
|
|
2469
|
+
background-color: var(--link-colorpreset-2-hover_color);
|
|
2470
|
+
}
|
|
2471
|
+
.ids-link.ids-link--active-icon.ids-link--color-2 .ids-link__icon--hover .ids-link__icon__wrap {
|
|
2472
|
+
background-color: var(--link-colorpreset-2-hover_color);
|
|
2473
|
+
}
|
|
2474
|
+
.ids-link.ids-link--color-2 {
|
|
2475
|
+
color: var(--link-colorpreset-2_color);
|
|
2476
|
+
text-decoration-color: var(--link-colorpreset-2_color);
|
|
2477
|
+
}
|
|
2478
|
+
.ids-link.ids-link--color-2:hover, .ids-link.ids-link--color-2:focus {
|
|
2479
|
+
color: var(--link-colorpreset-2-hover_color);
|
|
2480
|
+
text-decoration-color: var(--link-colorpreset-2-hover_color);
|
|
2481
|
+
}
|
|
2482
|
+
.ids-link.ids-link--light {
|
|
2483
|
+
color: white !important;
|
|
2484
|
+
text-decoration-color: white !important;
|
|
2485
|
+
}
|
|
2486
|
+
.ids-link.ids-link--light:focus {
|
|
2487
|
+
outline-color: white !important;
|
|
2488
|
+
}
|
|
2489
|
+
.ids-link.ids-link--light:hover {
|
|
2490
|
+
color: white !important;
|
|
2491
|
+
}
|
|
2492
|
+
.ids-link .ids-link__icon,
|
|
2493
|
+
.ids-link .ids-link__icon--hover {
|
|
2494
|
+
display: inline-flex;
|
|
2495
|
+
justify-content: center;
|
|
2496
|
+
align-items: center;
|
|
2497
|
+
height: 1.5rem;
|
|
2498
|
+
}
|
|
2499
|
+
.ids-link .ids-link__text {
|
|
2500
|
+
display: inline-flex;
|
|
2501
|
+
gap: 8px;
|
|
2502
|
+
}
|
|
2503
|
+
.ids-link .ids-link__icon {
|
|
2504
|
+
display: inline-flex;
|
|
2505
|
+
}
|
|
2506
|
+
.ids-link .ids-link__icon--hover {
|
|
2507
|
+
display: none;
|
|
2508
|
+
}
|
|
2509
|
+
|
|
2510
|
+
@media (max-width: 1023px) {
|
|
2511
|
+
.ids-desktop {
|
|
2512
|
+
display: none !important;
|
|
2513
|
+
}
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2516
|
+
@media (min-width: 1024px) {
|
|
2517
|
+
.ids-mobile {
|
|
2518
|
+
display: none !important;
|
|
2519
|
+
}
|
|
2520
|
+
}
|
|
2521
|
+
|
|
2522
|
+
/* 1177 Typography - no margins */
|
|
2523
|
+
/*******
|
|
2524
|
+
* FORM
|
|
2525
|
+
********/
|
|
2526
|
+
input.ids-time, .ids-textarea, .ids-select, .ids-input {
|
|
2527
|
+
font-family: var(--font-family_1) !important;
|
|
2528
|
+
padding: 0.75rem 1.25rem;
|
|
2529
|
+
background-color: var(--IDS-INPUT_BACKGROUND);
|
|
2530
|
+
border: var(--IDS-INPUT_BORDER);
|
|
2531
|
+
border-bottom: var(--IDS-INPUT_BORDER-BOTTOM);
|
|
2532
|
+
border-radius: var(--IDS-INPUT_BORDER-RADIUS);
|
|
2533
|
+
font-size: 16px;
|
|
2534
|
+
color: var(--IDS-INPUT_COLOR);
|
|
2535
|
+
display: block;
|
|
2536
|
+
}
|
|
2537
|
+
input.ids-time.ids-input--invalid, .ids-textarea.ids-input--invalid, .ids-textarea.ids-textarea--invalid, .ids-input.ids-input--invalid {
|
|
2538
|
+
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2539
|
+
border: none;
|
|
2540
|
+
background-image: var(--IDS-INPUT--INVALID_BACKGROUND-IMAGE);
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
input.ids-time:disabled, .ids-textarea:disabled, .ids-select:disabled, .ids-input:disabled {
|
|
2544
|
+
background: var(--IDS-INPUT--DISABLED_BACKGROUND-COLOR);
|
|
2545
|
+
border: none;
|
|
2546
|
+
background-image: var(--IDS-INPUT--DISABLED_BACKGROUND-IMAGE);
|
|
2547
|
+
}
|
|
2548
|
+
|
|
2549
|
+
.ids-label-wrapper {
|
|
2550
|
+
display: inline-flex;
|
|
2551
|
+
gap: 10px;
|
|
2552
|
+
align-items: center;
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
|
+
.ids-select-wrapper::after, .ids-select ::after {
|
|
2556
|
+
content: "";
|
|
2557
|
+
width: 12px;
|
|
2558
|
+
height: 100%;
|
|
2559
|
+
display: block;
|
|
2560
|
+
position: absolute;
|
|
2561
|
+
transform: rotate(90deg);
|
|
2562
|
+
right: 25px;
|
|
2563
|
+
top: 0px;
|
|
2564
|
+
bottom: 0px;
|
|
2565
|
+
background-position: center;
|
|
2566
|
+
background-repeat: no-repeat;
|
|
2567
|
+
background-image: var(--IDS-SELECT__CHEVRON-ICON);
|
|
2568
|
+
pointer-events: none;
|
|
2569
|
+
}
|
|
2570
|
+
|
|
2571
|
+
/*******
|
|
2572
|
+
* Accessibility
|
|
2573
|
+
********/
|
|
2574
|
+
/* headings */
|
|
2575
|
+
.ids .ids-button.ids-button--secondary.ids-button--disabled, .ids .ids-button.ids-button--secondary[disabled],
|
|
2576
|
+
.ids-button.ids-button--secondary.ids-button--disabled,
|
|
2577
|
+
.ids-button.ids-button--secondary[disabled],
|
|
2578
|
+
.ids button.ids-button.ids-button--secondary.ids-button--disabled,
|
|
2579
|
+
.ids button.ids-button.ids-button--secondary[disabled], .ids .ids-button.ids-button--disabled, .ids .ids-button[disabled],
|
|
2580
|
+
.ids-button.ids-button--disabled,
|
|
2581
|
+
.ids-button[disabled],
|
|
2582
|
+
.ids button.ids-button.ids-button--disabled,
|
|
2583
|
+
.ids button.ids-button[disabled] {
|
|
2584
|
+
color: var(--btn-disabled_color) !important;
|
|
2585
|
+
border: var(--btn-disabled_border) !important;
|
|
2586
|
+
background-color: white !important;
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2589
|
+
.ids button.ids-button {
|
|
2590
|
+
min-width: 24px;
|
|
2591
|
+
min-height: 24px;
|
|
2592
|
+
background: none;
|
|
2593
|
+
color: inherit;
|
|
2594
|
+
border: none;
|
|
2595
|
+
padding: 0;
|
|
2596
|
+
font: inherit;
|
|
2597
|
+
cursor: pointer;
|
|
2598
|
+
outline: inherit;
|
|
2599
|
+
-moz-user-select: -moz-none;
|
|
2600
|
+
-khtml-user-select: none;
|
|
2601
|
+
-webkit-user-select: none;
|
|
2602
|
+
-ms-user-select: none;
|
|
2603
|
+
user-select: none;
|
|
2604
|
+
}
|
|
2605
|
+
.ids button.ids-button:focus {
|
|
2606
|
+
outline: var(--IDS-FOCUS_OUTLINE);
|
|
2607
|
+
outline-offset: var(--IDS-FOCUS_OUTLINE-OFFSET) !important;
|
|
2608
|
+
}
|
|
2609
|
+
|
|
2610
|
+
.ids .ids-button,
|
|
2611
|
+
.ids-button,
|
|
2612
|
+
.ids button.ids-button {
|
|
2613
|
+
text-align: center;
|
|
2614
|
+
background-color: var(--btn_background-color);
|
|
2615
|
+
border: var(--btn_border);
|
|
2616
|
+
border-radius: var(--btn_border-radius);
|
|
2617
|
+
box-sizing: border-box;
|
|
2618
|
+
color: white;
|
|
2619
|
+
cursor: pointer;
|
|
2620
|
+
padding: var(--btn-m_padding);
|
|
2621
|
+
gap: 8px;
|
|
2622
|
+
display: inline-flex;
|
|
2623
|
+
justify-content: center;
|
|
2624
|
+
align-items: center;
|
|
2625
|
+
font-family: var(--btn_font-family);
|
|
2626
|
+
font-weight: var(--btn_font-weight);
|
|
2627
|
+
text-transform: uppercase;
|
|
2628
|
+
user-select: none;
|
|
2629
|
+
-webkit-user-select: none;
|
|
2630
|
+
-khtml-user-select: none;
|
|
2631
|
+
-moz-user-select: none;
|
|
2632
|
+
-ms-user-select: none;
|
|
2633
|
+
font-size: 1rem;
|
|
2634
|
+
min-height: var(--btn-m_height);
|
|
2635
|
+
line-height: 22px;
|
|
2636
|
+
}
|
|
2637
|
+
.ids .ids-button:hover, .ids .ids-button:active, .ids .ids-button:focus, .ids .ids-button.ids-button--active,
|
|
2638
|
+
.ids-button:hover,
|
|
2639
|
+
.ids-button:active,
|
|
2640
|
+
.ids-button:focus,
|
|
2641
|
+
.ids-button.ids-button--active,
|
|
2642
|
+
.ids button.ids-button:hover,
|
|
2643
|
+
.ids button.ids-button:active,
|
|
2644
|
+
.ids button.ids-button:focus,
|
|
2645
|
+
.ids button.ids-button.ids-button--active {
|
|
2646
|
+
background-color: var(--btn-active_background-color);
|
|
2647
|
+
box-shadow: var(--btn-active_box-shadow);
|
|
2648
|
+
}
|
|
2649
|
+
.ids .ids-button.ids-button--s,
|
|
2650
|
+
.ids-button.ids-button--s,
|
|
2651
|
+
.ids button.ids-button.ids-button--s {
|
|
2652
|
+
font-size: 0.875rem;
|
|
2653
|
+
min-height: var(--btn-s_height);
|
|
2654
|
+
padding: var(--btn-s_padding);
|
|
2655
|
+
}
|
|
2656
|
+
.ids .ids-button.ids-button--l,
|
|
2657
|
+
.ids-button.ids-button--l,
|
|
2658
|
+
.ids button.ids-button.ids-button--l {
|
|
2659
|
+
font-size: 1.125rem;
|
|
2660
|
+
min-height: var(--btn-l_height);
|
|
2661
|
+
padding: var(--btn-l_padding);
|
|
2662
|
+
}
|
|
2663
|
+
.ids .ids-button.ids-button--loading,
|
|
2664
|
+
.ids-button.ids-button--loading,
|
|
2665
|
+
.ids button.ids-button.ids-button--loading {
|
|
2666
|
+
pointer-events: none !important;
|
|
2667
|
+
}
|
|
2668
|
+
.ids .ids-button.ids-button--secondary,
|
|
2669
|
+
.ids-button.ids-button--secondary,
|
|
2670
|
+
.ids button.ids-button.ids-button--secondary {
|
|
2671
|
+
background-color: white;
|
|
2672
|
+
border: var(--btn-secondary_border);
|
|
2673
|
+
color: var(--btn-secondary_color);
|
|
2674
|
+
min-height: var(--btn-secondary-m_height);
|
|
2675
|
+
padding: var(--btn-secondary-m_padding);
|
|
2676
|
+
}
|
|
2677
|
+
.ids .ids-button.ids-button--secondary.ids-button--s,
|
|
2678
|
+
.ids-button.ids-button--secondary.ids-button--s,
|
|
2679
|
+
.ids button.ids-button.ids-button--secondary.ids-button--s {
|
|
2680
|
+
min-height: var(--btn-secondary-s_height);
|
|
2681
|
+
padding: var(--btn-secondary-s_padding);
|
|
2682
|
+
}
|
|
2683
|
+
.ids .ids-button.ids-button--secondary.ids-button--l,
|
|
2684
|
+
.ids-button.ids-button--secondary.ids-button--l,
|
|
2685
|
+
.ids button.ids-button.ids-button--secondary.ids-button--l {
|
|
2686
|
+
min-height: var(--btn-secondary-l_height);
|
|
2687
|
+
padding: var(--btn-secondary-l_padding);
|
|
2688
|
+
}
|
|
2689
|
+
.ids .ids-button.ids-button--secondary.ids-button--active, .ids .ids-button.ids-button--secondary:hover, .ids .ids-button.ids-button--secondary:focus, .ids .ids-button.ids-button--secondary:active,
|
|
2690
|
+
.ids-button.ids-button--secondary.ids-button--active,
|
|
2691
|
+
.ids-button.ids-button--secondary:hover,
|
|
2692
|
+
.ids-button.ids-button--secondary:focus,
|
|
2693
|
+
.ids-button.ids-button--secondary:active,
|
|
2694
|
+
.ids button.ids-button.ids-button--secondary.ids-button--active,
|
|
2695
|
+
.ids button.ids-button.ids-button--secondary:hover,
|
|
2696
|
+
.ids button.ids-button.ids-button--secondary:focus,
|
|
2697
|
+
.ids button.ids-button.ids-button--secondary:active {
|
|
2698
|
+
background-color: var(--btn-active_background-color);
|
|
2699
|
+
color: white;
|
|
2700
|
+
border: 1px solid var(--btn-active_background-color);
|
|
2701
|
+
}
|
|
2702
|
+
.ids .ids-button.ids-button--tertiary,
|
|
2703
|
+
.ids-button.ids-button--tertiary,
|
|
2704
|
+
.ids button.ids-button.ids-button--tertiary {
|
|
2705
|
+
background: transparent;
|
|
2706
|
+
border-radius: 0px;
|
|
2707
|
+
border: none;
|
|
2708
|
+
color: var(--btn-tertiary_color);
|
|
2709
|
+
box-shadow: none;
|
|
2710
|
+
line-height: 22px;
|
|
2711
|
+
font-family: var(--font-family_2);
|
|
2712
|
+
text-decoration: underline;
|
|
2713
|
+
}
|
|
2714
|
+
.ids .ids-button.ids-button--tertiary.ids-button--active, .ids .ids-button.ids-button--tertiary:hover, .ids .ids-button.ids-button--tertiary:active, .ids .ids-button.ids-button--tertiary:focus,
|
|
2715
|
+
.ids-button.ids-button--tertiary.ids-button--active,
|
|
2716
|
+
.ids-button.ids-button--tertiary:hover,
|
|
2717
|
+
.ids-button.ids-button--tertiary:active,
|
|
2718
|
+
.ids-button.ids-button--tertiary:focus,
|
|
2719
|
+
.ids button.ids-button.ids-button--tertiary.ids-button--active,
|
|
2720
|
+
.ids button.ids-button.ids-button--tertiary:hover,
|
|
2721
|
+
.ids button.ids-button.ids-button--tertiary:active,
|
|
2722
|
+
.ids button.ids-button.ids-button--tertiary:focus {
|
|
2723
|
+
background-color: var(--btn-active_background-color);
|
|
2724
|
+
color: white;
|
|
2725
|
+
border-radius: var(--btn_border-radius);
|
|
2726
|
+
}
|
|
2727
|
+
.ids .ids-button.ids-button--tertiary.ids-button--disabled, .ids .ids-button.ids-button--tertiary[disabled],
|
|
2728
|
+
.ids-button.ids-button--tertiary.ids-button--disabled,
|
|
2729
|
+
.ids-button.ids-button--tertiary[disabled],
|
|
2730
|
+
.ids button.ids-button.ids-button--tertiary.ids-button--disabled,
|
|
2731
|
+
.ids button.ids-button.ids-button--tertiary[disabled] {
|
|
2732
|
+
border: none !important;
|
|
2733
|
+
text-decoration: underline !important;
|
|
2734
|
+
color: var(--btn-disabled_color);
|
|
2735
|
+
text-decoration: none;
|
|
2736
|
+
}
|
|
2737
|
+
.ids .ids-button.ids-button--submit,
|
|
2738
|
+
.ids-button.ids-button--submit,
|
|
2739
|
+
.ids button.ids-button.ids-button--submit {
|
|
2740
|
+
height: 3.75em !important;
|
|
2741
|
+
border-radius: var(--btn-submit_border-radius);
|
|
2742
|
+
}
|
|
2743
|
+
.ids .ids-button.ids-button--icon, .ids .ids-button.ids-button--fab,
|
|
2744
|
+
.ids-button.ids-button--icon,
|
|
2745
|
+
.ids-button.ids-button--fab,
|
|
2746
|
+
.ids button.ids-button.ids-button--icon,
|
|
2747
|
+
.ids button.ids-button.ids-button--fab {
|
|
2748
|
+
width: 44px;
|
|
2749
|
+
height: 44px !important;
|
|
2750
|
+
border-radius: 100%;
|
|
2751
|
+
font-style: normal;
|
|
2752
|
+
font-weight: 400;
|
|
2753
|
+
line-height: 0px !important;
|
|
2754
|
+
font-size: 20px;
|
|
2755
|
+
padding: 0px !important;
|
|
2756
|
+
justify-content: center;
|
|
2757
|
+
}
|
|
2758
|
+
.ids .ids-button.ids-button--icon.ids-button--s, .ids .ids-button.ids-button--fab.ids-button--s,
|
|
2759
|
+
.ids-button.ids-button--icon.ids-button--s,
|
|
2760
|
+
.ids-button.ids-button--fab.ids-button--s,
|
|
2761
|
+
.ids button.ids-button.ids-button--icon.ids-button--s,
|
|
2762
|
+
.ids button.ids-button.ids-button--fab.ids-button--s {
|
|
2763
|
+
width: 30px;
|
|
2764
|
+
height: 30px !important;
|
|
2765
|
+
}
|
|
2766
|
+
.ids .ids-button.ids-button--icon.ids-button--l, .ids .ids-button.ids-button--fab.ids-button--l,
|
|
2767
|
+
.ids-button.ids-button--icon.ids-button--l,
|
|
2768
|
+
.ids-button.ids-button--fab.ids-button--l,
|
|
2769
|
+
.ids button.ids-button.ids-button--icon.ids-button--l,
|
|
2770
|
+
.ids button.ids-button.ids-button--fab.ids-button--l {
|
|
2771
|
+
width: 60px;
|
|
2772
|
+
height: 60px !important;
|
|
2773
|
+
}
|
|
2774
|
+
.ids .ids-button.ids-button--fab,
|
|
2775
|
+
.ids-button.ids-button--fab,
|
|
2776
|
+
.ids button.ids-button.ids-button--fab {
|
|
2777
|
+
background-color: white;
|
|
2778
|
+
border: var(--btn-fab_border);
|
|
2779
|
+
filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
|
|
2780
|
+
}
|
|
2781
|
+
.ids .ids-button.ids-button--icon.ids-button--secondary,
|
|
2782
|
+
.ids-button.ids-button--icon.ids-button--secondary,
|
|
2783
|
+
.ids button.ids-button.ids-button--icon.ids-button--secondary {
|
|
2784
|
+
background-color: var(--btn-icon-secondary_background-color);
|
|
2785
|
+
}
|
|
2786
|
+
.ids .ids-button.ids-button--icon.ids-button--active, .ids .ids-button.ids-button--icon:hover, .ids .ids-button.ids-button--icon:active, .ids .ids-button.ids-button--icon:focus,
|
|
2787
|
+
.ids-button.ids-button--icon.ids-button--active,
|
|
2788
|
+
.ids-button.ids-button--icon:hover,
|
|
2789
|
+
.ids-button.ids-button--icon:active,
|
|
2790
|
+
.ids-button.ids-button--icon:focus,
|
|
2791
|
+
.ids button.ids-button.ids-button--icon.ids-button--active,
|
|
2792
|
+
.ids button.ids-button.ids-button--icon:hover,
|
|
2793
|
+
.ids button.ids-button.ids-button--icon:active,
|
|
2794
|
+
.ids button.ids-button.ids-button--icon:focus {
|
|
2795
|
+
background-color: var(--btn-icon-secondary--hover_background-color);
|
|
2796
|
+
color: white;
|
|
2797
|
+
}
|
|
2798
|
+
.ids .ids-button.ids-button--submit,
|
|
2799
|
+
.ids-button.ids-button--submit,
|
|
2800
|
+
.ids button.ids-button.ids-button--submit {
|
|
2801
|
+
height: var(--btn-submit_height);
|
|
2802
|
+
border-radius: var(--btn-submit_border-radius);
|
|
2803
|
+
line-height: var(--btn-submit_height);
|
|
2804
|
+
}
|
|
2805
|
+
.ids .ids-button.ids-button--search,
|
|
2806
|
+
.ids-button.ids-button--search,
|
|
2807
|
+
.ids button.ids-button.ids-button--search {
|
|
2808
|
+
height: var(--btn-search_height);
|
|
2809
|
+
padding: 0px 30px !important;
|
|
2810
|
+
font-size: var(--btn-search_font-size);
|
|
2811
|
+
border-radius: var(--btn-search_border-radius);
|
|
2812
|
+
}
|
|
2813
|
+
.ids .ids-button.ids-button--search.ids-button--s,
|
|
2814
|
+
.ids-button.ids-button--search.ids-button--s,
|
|
2815
|
+
.ids button.ids-button.ids-button--search.ids-button--s {
|
|
2816
|
+
height: var(--btn-search-s_height);
|
|
2817
|
+
font-size: var(--btn-search-s_font-size);
|
|
2818
|
+
}
|
|
2819
|
+
@media (max-width: 1024px) {
|
|
2820
|
+
.ids .ids-button.ids-button--search,
|
|
2821
|
+
.ids-button.ids-button--search,
|
|
2822
|
+
.ids button.ids-button.ids-button--search {
|
|
2823
|
+
font-size: var(--btn-search-mobile_font-size) !important;
|
|
2824
|
+
padding: 0px 14px !important;
|
|
2825
|
+
height: var(--btn-search-mobile_height) !important;
|
|
2826
|
+
}
|
|
2827
|
+
}
|
|
2828
|
+
.ids .ids-button.ids-button--block,
|
|
2829
|
+
.ids-button.ids-button--block,
|
|
2830
|
+
.ids button.ids-button.ids-button--block {
|
|
2831
|
+
display: flex;
|
|
2832
|
+
width: 100%;
|
|
2833
|
+
align-items: center;
|
|
2834
|
+
justify-content: center;
|
|
2835
|
+
}
|
|
2836
|
+
@media (max-width: 1024px) {
|
|
2837
|
+
.ids .ids-button.ids-button--m-block,
|
|
2838
|
+
.ids-button.ids-button--m-block,
|
|
2839
|
+
.ids button.ids-button.ids-button--m-block {
|
|
2840
|
+
display: flex;
|
|
2841
|
+
width: 100%;
|
|
2842
|
+
align-items: center;
|
|
2843
|
+
justify-content: center;
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
2846
|
+
@media (max-width: 640px) {
|
|
2847
|
+
.ids .ids-button.ids-button--s-block,
|
|
2848
|
+
.ids-button.ids-button--s-block,
|
|
2849
|
+
.ids button.ids-button.ids-button--s-block {
|
|
2850
|
+
display: flex;
|
|
2851
|
+
width: 100%;
|
|
2852
|
+
align-items: center;
|
|
2853
|
+
justify-content: center;
|
|
2854
|
+
}
|
|
2855
|
+
}
|
|
2856
|
+
.ids .ids-button.ids-button--disabled, .ids .ids-button[disabled],
|
|
2857
|
+
.ids-button.ids-button--disabled,
|
|
2858
|
+
.ids-button[disabled],
|
|
2859
|
+
.ids button.ids-button.ids-button--disabled,
|
|
2860
|
+
.ids button.ids-button[disabled] {
|
|
2861
|
+
pointer-events: none;
|
|
2862
|
+
}
|
|
2863
|
+
.ids .ids-button:focus,
|
|
2864
|
+
.ids-button:focus,
|
|
2865
|
+
.ids button.ids-button:focus {
|
|
2866
|
+
outline: var(--IDS-FOCUS_OUTLINE);
|
|
2867
|
+
outline-offset: var(--IDS-FOCUS_OUTLINE-OFFSET) !important;
|
|
2868
|
+
}
|
|
2869
|
+
|
|
2309
2870
|
.ids-label {
|
|
2310
2871
|
display: inline-block;
|
|
2311
2872
|
color: var(--IDS-FORM__LABEL__COLOR);
|
|
@@ -2325,67 +2886,107 @@ body.ids {
|
|
|
2325
2886
|
}
|
|
2326
2887
|
|
|
2327
2888
|
.ids-radio,
|
|
2328
|
-
ids-radio input
|
|
2329
|
-
|
|
2330
|
-
opacity: 0;
|
|
2331
|
-
}
|
|
2332
|
-
|
|
2333
|
-
ids-radio *[slot=tooltip] {
|
|
2334
|
-
margin-left: 5px;
|
|
2335
|
-
}
|
|
2336
|
-
|
|
2337
|
-
.ids-label--radio {
|
|
2338
|
-
display: inline-flex;
|
|
2339
|
-
align-items: flex-start;
|
|
2889
|
+
.ids-radio input,
|
|
2890
|
+
input[type=radio] {
|
|
2340
2891
|
cursor: pointer;
|
|
2892
|
+
appearance: none;
|
|
2893
|
+
margin: 0;
|
|
2894
|
+
font: inherit;
|
|
2895
|
+
width: 20px;
|
|
2896
|
+
height: 20px;
|
|
2897
|
+
color: var(--IDS-COLOR-ACCENT-40);
|
|
2898
|
+
border: 1px solid var(--IDS-COLOR-ACCENT-40);
|
|
2899
|
+
background-color: var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2900
|
+
border-radius: 50%;
|
|
2901
|
+
transform: translateY(4px);
|
|
2902
|
+
position: relative;
|
|
2903
|
+
}
|
|
2904
|
+
.ids-radio.ids-input--light,
|
|
2905
|
+
.ids-radio input.ids-input--light,
|
|
2906
|
+
input[type=radio].ids-input--light {
|
|
2907
|
+
background-color: white;
|
|
2341
2908
|
}
|
|
2342
|
-
.ids-
|
|
2909
|
+
.ids-radio.ids-input--light::before,
|
|
2910
|
+
.ids-radio input.ids-input--light::before,
|
|
2911
|
+
input[type=radio].ids-input--light::before {
|
|
2912
|
+
border: 2px solid white;
|
|
2343
2913
|
background-color: white;
|
|
2344
2914
|
}
|
|
2345
|
-
.ids-
|
|
2915
|
+
.ids-radio::before,
|
|
2916
|
+
.ids-radio input::before,
|
|
2917
|
+
input[type=radio]::before {
|
|
2346
2918
|
content: "";
|
|
2347
|
-
|
|
2348
|
-
background: var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2349
|
-
box-sizing: border-box;
|
|
2350
|
-
border-radius: 100%;
|
|
2351
|
-
border: var(--IDS-RADIO__BORDER);
|
|
2919
|
+
position: absolute;
|
|
2352
2920
|
display: inline-block;
|
|
2353
|
-
width: 1.25rem;
|
|
2354
|
-
height: 1.25rem;
|
|
2355
|
-
margin-top: 1px;
|
|
2356
|
-
position: relative;
|
|
2357
2921
|
cursor: pointer;
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2922
|
+
width: 18px;
|
|
2923
|
+
height: 18px;
|
|
2924
|
+
border-radius: 50%;
|
|
2925
|
+
top: 0;
|
|
2926
|
+
left: 0;
|
|
2927
|
+
border: 2px solid var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2928
|
+
background-color: var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2929
|
+
}
|
|
2930
|
+
.ids-radio:checked::before,
|
|
2931
|
+
.ids-radio input:checked::before,
|
|
2932
|
+
input[type=radio]:checked::before {
|
|
2933
|
+
border: 2px solid var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2362
2934
|
background-color: var(--IDS-RADIO--CHECKED__BACKGROUND-COLOR);
|
|
2363
|
-
box-shadow: inset 0 0 0 2px white;
|
|
2364
2935
|
}
|
|
2365
|
-
|
|
2936
|
+
.ids-radio:disabled,
|
|
2937
|
+
.ids-radio input:disabled,
|
|
2938
|
+
input[type=radio]:disabled {
|
|
2939
|
+
cursor: default;
|
|
2940
|
+
background-color: var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2366
2941
|
background-image: var(--IDS-RADIO--DISABLED_BACKGROUND-IMAGE);
|
|
2367
|
-
|
|
2368
|
-
border: none;
|
|
2942
|
+
border: 0;
|
|
2369
2943
|
}
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2944
|
+
.ids-radio:disabled::before,
|
|
2945
|
+
.ids-radio input:disabled::before,
|
|
2946
|
+
input[type=radio]:disabled::before {
|
|
2947
|
+
cursor: default;
|
|
2948
|
+
background-color: var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2949
|
+
border: 2px solid var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2950
|
+
top: 1px;
|
|
2951
|
+
left: 1px;
|
|
2952
|
+
}
|
|
2953
|
+
.ids-radio:disabled:checked::before,
|
|
2954
|
+
.ids-radio input:disabled:checked::before,
|
|
2955
|
+
input[type=radio]:disabled:checked::before {
|
|
2956
|
+
border: 2px solid var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2957
|
+
background-color: var(--IDS-RADIO--CHECKED-DISABLED__BACKGROUND-COLOR);
|
|
2958
|
+
}
|
|
2959
|
+
.ids-radio[aria-invalid=true]:not(:checked),
|
|
2960
|
+
.ids-radio input[aria-invalid=true]:not(:checked),
|
|
2961
|
+
input[type=radio][aria-invalid=true]:not(:checked) {
|
|
2962
|
+
background-color: var(--IDS-RADIO--INVALID__BACKGROUND-COLOR);
|
|
2373
2963
|
background-image: var(--IDS-RADIO--INVALID_BACKGROUND-IMAGE);
|
|
2964
|
+
border: 0;
|
|
2374
2965
|
}
|
|
2375
|
-
.ids-
|
|
2376
|
-
|
|
2966
|
+
.ids-radio[aria-invalid=true]:not(:checked)::before,
|
|
2967
|
+
.ids-radio input[aria-invalid=true]:not(:checked)::before,
|
|
2968
|
+
input[type=radio][aria-invalid=true]:not(:checked)::before {
|
|
2969
|
+
border: 2px solid var(--IDS-RADIO--INVALID__BACKGROUND-COLOR);
|
|
2970
|
+
background-color: var(--IDS-RADIO--INVALID__BACKGROUND-COLOR);
|
|
2971
|
+
top: 1px;
|
|
2972
|
+
left: 1px;
|
|
2377
2973
|
}
|
|
2378
|
-
|
|
2379
|
-
|
|
2974
|
+
|
|
2975
|
+
.ids-label--radio {
|
|
2976
|
+
cursor: pointer;
|
|
2977
|
+
padding-left: 8px;
|
|
2978
|
+
margin-bottom: 0;
|
|
2380
2979
|
}
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
outline-offset: var(--focus_outline-offset);
|
|
2980
|
+
.ids-label--radio.ids-label--disabled {
|
|
2981
|
+
cursor: default;
|
|
2384
2982
|
}
|
|
2385
2983
|
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2984
|
+
ids-radio {
|
|
2985
|
+
display: flex;
|
|
2986
|
+
align-items: baseline;
|
|
2987
|
+
}
|
|
2988
|
+
ids-radio *[slot=tooltip] {
|
|
2989
|
+
margin-left: 5px;
|
|
2389
2990
|
}
|
|
2390
2991
|
|
|
2391
2992
|
.ids-checkbox-label::before {
|
|
@@ -2498,15 +3099,15 @@ input.ids-time, .ids-textarea, .ids-select, .ids-input {
|
|
|
2498
3099
|
color: var(--IDS-INPUT_COLOR);
|
|
2499
3100
|
display: block;
|
|
2500
3101
|
}
|
|
2501
|
-
input.ids-time.ids-input--invalid, .ids-textarea.ids-input--invalid, .ids-input.ids-input--invalid {
|
|
3102
|
+
input.ids-time.ids-input--invalid, .ids-textarea.ids-input--invalid, .ids-textarea.ids-textarea--invalid, .ids-input.ids-input--invalid {
|
|
2502
3103
|
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2503
|
-
border:
|
|
3104
|
+
border: none;
|
|
2504
3105
|
background-image: var(--IDS-INPUT--INVALID_BACKGROUND-IMAGE);
|
|
2505
3106
|
}
|
|
2506
3107
|
|
|
2507
3108
|
input.ids-time:disabled, .ids-textarea:disabled, .ids-select:disabled, .ids-input:disabled {
|
|
2508
3109
|
background: var(--IDS-INPUT--DISABLED_BACKGROUND-COLOR);
|
|
2509
|
-
border:
|
|
3110
|
+
border: none;
|
|
2510
3111
|
background-image: var(--IDS-INPUT--DISABLED_BACKGROUND-IMAGE);
|
|
2511
3112
|
}
|
|
2512
3113
|
|
|
@@ -2535,6 +3136,7 @@ input.ids-time:disabled, .ids-textarea:disabled, .ids-select:disabled, .ids-inpu
|
|
|
2535
3136
|
/*******
|
|
2536
3137
|
* Accessibility
|
|
2537
3138
|
********/
|
|
3139
|
+
/* headings */
|
|
2538
3140
|
.ids-input {
|
|
2539
3141
|
width: 100%;
|
|
2540
3142
|
}
|
|
@@ -2547,12 +3149,6 @@ input.ids-time:disabled, .ids-textarea:disabled, .ids-select:disabled, .ids-inpu
|
|
|
2547
3149
|
font-size: 18px !important;
|
|
2548
3150
|
}
|
|
2549
3151
|
|
|
2550
|
-
.ids-input:disabled {
|
|
2551
|
-
background: var(--IDS-INPUT--DISABLED_BACKGROUND-COLOR);
|
|
2552
|
-
border: none;
|
|
2553
|
-
background-image: var(--IDS-INPUT--DISABLED_BACKGROUND-IMAGE);
|
|
2554
|
-
}
|
|
2555
|
-
|
|
2556
3152
|
.ids-input__hint {
|
|
2557
3153
|
margin-top: 5px;
|
|
2558
3154
|
font-family: var(--font-family_1);
|
|
@@ -2691,15 +3287,15 @@ input.ids-time, .ids-textarea, .ids-select, .ids-input {
|
|
|
2691
3287
|
color: var(--IDS-INPUT_COLOR);
|
|
2692
3288
|
display: block;
|
|
2693
3289
|
}
|
|
2694
|
-
input.ids-time.ids-input--invalid, .ids-textarea.ids-input--invalid, .ids-input.ids-input--invalid {
|
|
3290
|
+
input.ids-time.ids-input--invalid, .ids-textarea.ids-input--invalid, .ids-textarea.ids-textarea--invalid, .ids-input.ids-input--invalid {
|
|
2695
3291
|
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2696
|
-
border:
|
|
3292
|
+
border: none;
|
|
2697
3293
|
background-image: var(--IDS-INPUT--INVALID_BACKGROUND-IMAGE);
|
|
2698
3294
|
}
|
|
2699
3295
|
|
|
2700
3296
|
input.ids-time:disabled, .ids-textarea:disabled, .ids-select:disabled, .ids-input:disabled {
|
|
2701
3297
|
background: var(--IDS-INPUT--DISABLED_BACKGROUND-COLOR);
|
|
2702
|
-
border:
|
|
3298
|
+
border: none;
|
|
2703
3299
|
background-image: var(--IDS-INPUT--DISABLED_BACKGROUND-IMAGE);
|
|
2704
3300
|
}
|
|
2705
3301
|
|
|
@@ -2728,6 +3324,7 @@ input.ids-time:disabled, .ids-textarea:disabled, .ids-select:disabled, .ids-inpu
|
|
|
2728
3324
|
/*******
|
|
2729
3325
|
* Accessibility
|
|
2730
3326
|
********/
|
|
3327
|
+
/* headings */
|
|
2731
3328
|
.ids-select.ids-input--invalid {
|
|
2732
3329
|
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2733
3330
|
background-image: var(--IDS-FORM--INVALID__BACKGROUND-IMAGE);
|
|
@@ -2793,15 +3390,15 @@ input.ids-time, .ids-textarea, .ids-input, .ids-select {
|
|
|
2793
3390
|
color: var(--IDS-INPUT_COLOR);
|
|
2794
3391
|
display: block;
|
|
2795
3392
|
}
|
|
2796
|
-
input.ids-time.ids-input--invalid, .ids-textarea.ids-input--invalid, .ids-input.ids-input--invalid {
|
|
3393
|
+
input.ids-time.ids-input--invalid, .ids-textarea.ids-input--invalid, .ids-textarea.ids-textarea--invalid, .ids-input.ids-input--invalid {
|
|
2797
3394
|
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2798
|
-
border:
|
|
3395
|
+
border: none;
|
|
2799
3396
|
background-image: var(--IDS-INPUT--INVALID_BACKGROUND-IMAGE);
|
|
2800
3397
|
}
|
|
2801
3398
|
|
|
2802
3399
|
input.ids-time:disabled, .ids-textarea:disabled, .ids-input:disabled, .ids-select:disabled {
|
|
2803
3400
|
background: var(--IDS-INPUT--DISABLED_BACKGROUND-COLOR);
|
|
2804
|
-
border:
|
|
3401
|
+
border: none;
|
|
2805
3402
|
background-image: var(--IDS-INPUT--DISABLED_BACKGROUND-IMAGE);
|
|
2806
3403
|
}
|
|
2807
3404
|
|
|
@@ -2830,7 +3427,8 @@ input.ids-time:disabled, .ids-textarea:disabled, .ids-input:disabled, .ids-selec
|
|
|
2830
3427
|
/*******
|
|
2831
3428
|
* Accessibility
|
|
2832
3429
|
********/
|
|
2833
|
-
|
|
3430
|
+
/* headings */
|
|
3431
|
+
.ids-textarea.ids-input--light, .ids-textarea.ids-textarea--light {
|
|
2834
3432
|
background-color: white;
|
|
2835
3433
|
}
|
|
2836
3434
|
.ids-textarea.ids-textarea--autosize {
|
|
@@ -2869,15 +3467,15 @@ input.ids-time, .ids-input, .ids-select, .ids-textarea {
|
|
|
2869
3467
|
color: var(--IDS-INPUT_COLOR);
|
|
2870
3468
|
display: block;
|
|
2871
3469
|
}
|
|
2872
|
-
input.ids-time.ids-input--invalid, .ids-input.ids-input--invalid, .ids-textarea.ids-input--invalid {
|
|
3470
|
+
input.ids-time.ids-input--invalid, .ids-input.ids-input--invalid, .ids-textarea.ids-input--invalid, .ids-textarea.ids-textarea--invalid {
|
|
2873
3471
|
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2874
|
-
border:
|
|
3472
|
+
border: none;
|
|
2875
3473
|
background-image: var(--IDS-INPUT--INVALID_BACKGROUND-IMAGE);
|
|
2876
3474
|
}
|
|
2877
3475
|
|
|
2878
3476
|
input.ids-time:disabled, .ids-input:disabled, .ids-select:disabled, .ids-textarea:disabled {
|
|
2879
3477
|
background: var(--IDS-INPUT--DISABLED_BACKGROUND-COLOR);
|
|
2880
|
-
border:
|
|
3478
|
+
border: none;
|
|
2881
3479
|
background-image: var(--IDS-INPUT--DISABLED_BACKGROUND-IMAGE);
|
|
2882
3480
|
}
|
|
2883
3481
|
|
|
@@ -2906,6 +3504,7 @@ input.ids-time:disabled, .ids-input:disabled, .ids-select:disabled, .ids-textare
|
|
|
2906
3504
|
/*******
|
|
2907
3505
|
* Accessibility
|
|
2908
3506
|
********/
|
|
3507
|
+
/* headings */
|
|
2909
3508
|
.ids-time-input-wrapper {
|
|
2910
3509
|
position: relative;
|
|
2911
3510
|
display: flex;
|
|
@@ -3093,9 +3692,7 @@ select::placeholder {
|
|
|
3093
3692
|
--IDS-CHECKBOX-CHECK--DISABLED_BACKGROUND-IMAGE: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="11" viewBox="0 0 40 32" fill="none"><path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M39.1772 0.674536C40.2151 1.62733 40.2798 3.23649 39.3218 4.26869L14.343 31.1817C13.8554 31.7071 13.1679 32.0041 12.4489 32C11.73 31.9958 11.046 31.6909 10.5646 31.1598L0.658175 20.2339C-0.287695 19.1907 -0.20415 17.5824 0.844778 16.6417C1.8937 15.7009 3.51081 15.784 4.45668 16.8273L12.4859 25.6828L35.5634 0.818302C36.5214 -0.213896 38.1394 -0.278263 39.1772 0.674536Z" fill="%23808285"></path></svg>');
|
|
3094
3693
|
/* INPUT */
|
|
3095
3694
|
--IDS-INPUT--INVALID_BACKGROUND-IMAGE: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23c12143' stroke-width='1' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
3096
|
-
--IDS-INPUT--DISABLED_BACKGROUND-COLOR: var(
|
|
3097
|
-
--IDS-FORM--DISABLED__BACKGROUND-COLOR
|
|
3098
|
-
);
|
|
3695
|
+
--IDS-INPUT--DISABLED_BACKGROUND-COLOR: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3099
3696
|
--IDS-INPUT--DISABLED_BACKGROUND-IMAGE: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23808285' stroke-width='1' stroke-dasharray='3%2c 3%2c 3%2c 3' stroke-dashoffset='16' stroke-linecap='butt'/%3e%3c/svg%3e");
|
|
3100
3697
|
--IDS-INPUT_BACKGROUND: var(--IDS-COLOR-ACCENT-95);
|
|
3101
3698
|
--IDS-INPUT_BORDER: 1px solid var(--IDS-COLOR-ACCENT-40);
|
|
@@ -3112,20 +3709,20 @@ select::placeholder {
|
|
|
3112
3709
|
--IDS-RADIO__BACKGROUND-COLOR: var(--IDS-COLOR-ACCENT-95);
|
|
3113
3710
|
--IDS-RADIO__BORDER: 0.0625rem solid var(--IDS-COLOR-ACCENT-40);
|
|
3114
3711
|
--IDS-RADIO--CHECKED__BACKGROUND-COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
3115
|
-
--IDS-RADIO--
|
|
3116
|
-
|
|
3712
|
+
--IDS-RADIO--DISABLED__BACKGROUND-COLOR: var(--IDS-COLOR-NEUTRAL-99);
|
|
3713
|
+
--IDS-RADIO--CHECKED-DISABLED__BACKGROUND-COLOR: var(--IDS-COLOR-NEUTRAL-50);
|
|
3714
|
+
--IDS-RADIO--INVALID__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-90);
|
|
3117
3715
|
--IDS-RADIO--DISABLED_BACKGROUND-IMAGE: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23808285' stroke-width='1' stroke-dasharray='3%2c 3%2c 3%2c 3' stroke-dashoffset='16' stroke-linecap='butt'/%3e%3c/svg%3e");
|
|
3118
3716
|
--IDS-RADIO--INVALID_BACKGROUND-IMAGE: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23c12143' stroke-width='1' stroke-dasharray='4%2c 4%2c 4%2c 4' stroke-dashoffset='16' stroke-linecap='butt'/%3e%3c/svg%3e");
|
|
3119
3717
|
/* SELECT */
|
|
3120
3718
|
--IDS-SELECT__CHEVRON-ICON: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="none" width="7" height="12" style="" viewBox="0 0 7 12" aria-hidden="true"><!--%3Flit$300635863$--><g><path d="M4.1627 5.57692L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L6.28403 4.86982C6.67456 5.26034 6.67455 5.89351 6.28402 6.28404L1.7071 10.8609C1.31657 11.2514 0.683406 11.2514 0.292886 10.8608C-0.0976345 10.4703 -0.0976276 9.83715 0.292901 9.44663L4.1627 5.57692Z" fill="%23396291"></path></g></svg>');
|
|
3121
3719
|
--IDS-SELECT--INVALID__CHEVRON-ICON: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="none" width="7" height="12" style="" viewBox="0 0 7 12" aria-hidden="true"><!--%3Flit$300635863$--><g><path d="M4.1627 5.57692L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L6.28403 4.86982C6.67456 5.26034 6.67455 5.89351 6.28402 6.28404L1.7071 10.8609C1.31657 11.2514 0.683406 11.2514 0.292886 10.8608C-0.0976345 10.4703 -0.0976276 9.83715 0.292901 9.44663L4.1627 5.57692Z" fill="%23c12143"></path></g></svg>');
|
|
3122
3720
|
--IDS-SELECT--DISABLED__CHEVRON-ICON: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="none" width="7" height="12" style="" viewBox="0 0 7 12" aria-hidden="true"><!--%3Flit$300635863$--><g><path d="M4.1627 5.57692L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L6.28403 4.86982C6.67456 5.26034 6.67455 5.89351 6.28402 6.28404L1.7071 10.8609C1.31657 11.2514 0.683406 11.2514 0.292886 10.8608C-0.0976345 10.4703 -0.0976276 9.83715 0.292901 9.44663L4.1627 5.57692Z" fill="%23808285"></path></g></svg>');
|
|
3721
|
+
--IDS-SELECT__CHEVRON-ICON--HOVER: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="none" width="7" height="12" style="" viewBox="0 0 7 12" aria-hidden="true"><!--%3Flit$300635863$--><g><path d="M4.1627 5.57692L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L6.28403 4.86982C6.67456 5.26034 6.67455 5.89351 6.28402 6.28404L1.7071 10.8609C1.31657 11.2514 0.683406 11.2514 0.292886 10.8608C-0.0976345 10.4703 -0.0976276 9.83715 0.292901 9.44663L4.1627 5.57692Z" fill="rgb(59,66,102)"></path></g></svg>');
|
|
3123
3722
|
/* Toggle */
|
|
3124
3723
|
--IDS-TOGGLE__BACKGROUND-COLOR: var(--IDS-COLOR-NEUTRAL-50);
|
|
3125
3724
|
--IDS-TOGGLE--ACTIVE__BACKGROUND-COLOR: var(--IDS-COLOR-SUCCESS-40);
|
|
3126
|
-
--IDS-TOGGLE--DISABLED__BACKGROUND-COLOR: var(
|
|
3127
|
-
--IDS-FORM--DISABLED__BACKGROUND-COLOR
|
|
3128
|
-
);
|
|
3725
|
+
--IDS-TOGGLE--DISABLED__BACKGROUND-COLOR: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3129
3726
|
--IDS-TOGGLE-ICON__COLOR: var(--IDS-COLOR-NEUTRAL-20);
|
|
3130
3727
|
--IDS-TOGGLE-ICON--ACTIVE__COLOR: var(--IDS-COLOR-SUCCESS-30);
|
|
3131
3728
|
--IDS-TOGGLE-ICON--DISABLED__COLOR: var(--IDS-COLOR-NEUTRAL-40);
|
|
@@ -3137,63 +3734,66 @@ select::placeholder {
|
|
|
3137
3734
|
/* Range */
|
|
3138
3735
|
--IDS-RANGE__BACKGROUND-COLOR: var(--IDS-COLOR-NEUTRAL-90);
|
|
3139
3736
|
--IDS-RANGE-SELECTION__BACKGROUND-COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
3140
|
-
--IDS-RANGE-THUMB__BACKGROUND-COLOR: var(
|
|
3141
|
-
--IDS-RANGE-SELECTION__BACKGROUND-COLOR
|
|
3142
|
-
);
|
|
3737
|
+
--IDS-RANGE-THUMB__BACKGROUND-COLOR: var(--IDS-RANGE-SELECTION__BACKGROUND-COLOR);
|
|
3143
3738
|
--IDS-RANGE-TICK-LINE__COLOR: var(--IDS-COLOR-NEUTRAL-50);
|
|
3144
3739
|
--IDS-RANGE-TICK__COLOR: var(--IDS-COLOR-NEUTRAL-20);
|
|
3145
3740
|
--IDS-RANGE-SELECTION--DISABLED__COLOR: var(--IDS-COLOR-NEUTRAL-50);
|
|
3741
|
+
/* Description list*/
|
|
3742
|
+
--IDS-DESCRIPTION-LIST__DISPLAY: flex;
|
|
3743
|
+
--IDS-DESCRIPTION-LIST__BORDER: 0;
|
|
3744
|
+
--IDS-DESCRIPTION-LIST__BORDER-RADIUS: 0;
|
|
3745
|
+
--IDS-DESCRIPTION-LIST-TERM__PADDING: 0;
|
|
3746
|
+
--IDS-DESCRIPTION-LIST-TERM__BACKGROUND-COLOR: transparent;
|
|
3747
|
+
--IDS-DESCRIPTION-LIST-DESCRIPTION__MARGIN-BOTTOM: 12px;
|
|
3748
|
+
--IDS-DESCRIPTION-LIST-DESCRIPTION__PADDING: 0;
|
|
3749
|
+
--IDS-DESCRIPTION-LIST__DISPLAY--COLUMN: grid;
|
|
3750
|
+
--IDS-DESCRIPTION-LIST__BORDER--COLUMN: 1px solid var(--IDS-COLOR-PRIMARY-30);
|
|
3751
|
+
--IDS-DESCRIPTION-LIST__BORDER-RADIUS--COLUMN: 5px;
|
|
3752
|
+
--IDS-DESCRIPTION-LIST-TERM__PADDING--COLUMN: 8px 8px 8px 16px;
|
|
3753
|
+
--IDS-DESCRIPTION-LIST-TERM__BACKGROUND-COLOR--COLUMN: var(--IDS-COLOR-PRIMARY-90);
|
|
3754
|
+
--IDS-DESCRIPTION-LIST-DESCRIPTION__MARGIN-BOTTOM--COLUMN: 0;
|
|
3755
|
+
--IDS-DESCRIPTION-LIST-DESCRIPTION__PADDING--COLUMN: 8px 16px 8px 8px;
|
|
3146
3756
|
/********************************************************************
|
|
3147
3757
|
/* Font families */
|
|
3148
3758
|
--font-family_1: "Open Sans";
|
|
3149
3759
|
--font-family_2: "Inter";
|
|
3150
|
-
--
|
|
3151
|
-
--
|
|
3152
|
-
--
|
|
3153
|
-
--
|
|
3154
|
-
--
|
|
3155
|
-
--
|
|
3156
|
-
--
|
|
3157
|
-
--
|
|
3158
|
-
--
|
|
3159
|
-
--
|
|
3160
|
-
--
|
|
3161
|
-
--
|
|
3162
|
-
--
|
|
3163
|
-
--
|
|
3164
|
-
--
|
|
3165
|
-
--
|
|
3166
|
-
--
|
|
3167
|
-
--
|
|
3168
|
-
--
|
|
3169
|
-
--
|
|
3170
|
-
--
|
|
3171
|
-
--
|
|
3172
|
-
--
|
|
3173
|
-
--
|
|
3174
|
-
--
|
|
3175
|
-
--
|
|
3176
|
-
--
|
|
3177
|
-
--
|
|
3178
|
-
--
|
|
3179
|
-
--
|
|
3180
|
-
--
|
|
3181
|
-
--
|
|
3182
|
-
--
|
|
3183
|
-
--header-5-font-size-small: 1.5rem;
|
|
3184
|
-
--header-5-font-weight: 400;
|
|
3185
|
-
--header-5-letter-spacing: 0.09375rem;
|
|
3186
|
-
--header-5-line-height: 2.125rem;
|
|
3187
|
-
--header-5-line-height-small: 1.5rem;
|
|
3188
|
-
--header-6-font-family: var(--font-family_2);
|
|
3189
|
-
--header-6-font-size: 0.875rem;
|
|
3190
|
-
--header-6-font-weight: 400;
|
|
3191
|
-
--header-6-letter-spacing: 0.0875rem;
|
|
3192
|
-
--header-6-line-height: 1.25rem;
|
|
3760
|
+
--heading-1-font-family: var(--font-family_2);
|
|
3761
|
+
--heading-1-font-size: 3rem;
|
|
3762
|
+
--heading-1-font-size-small: 2.125rem;
|
|
3763
|
+
--heading-1-font-weight: 700;
|
|
3764
|
+
--heading-1-letter-spacing: -0.051875rem;
|
|
3765
|
+
--heading-1-line-height: 3.25rem;
|
|
3766
|
+
--heading-1-line-height-small: 2.5rem;
|
|
3767
|
+
--heading-1-small-font-family: var(--font-family_2);
|
|
3768
|
+
--heading-1-small-font-size: 2.25rem;
|
|
3769
|
+
--heading-1-small-font-size-small: 1.625rem;
|
|
3770
|
+
--heading-1-small-font-weight: 700;
|
|
3771
|
+
--heading-1-small-letter-spacing: -0.0625rem;
|
|
3772
|
+
--heading-1-small-line-height: 2.875rem;
|
|
3773
|
+
--heading-1-small-line-height-small: 2.125rem;
|
|
3774
|
+
--heading-2-font-family: var(--font-family_2);
|
|
3775
|
+
--heading-2-font-size: 1.5rem;
|
|
3776
|
+
--heading-2-font-size-small: 1.375rem;
|
|
3777
|
+
--heading-2-font-weight: 700;
|
|
3778
|
+
--heading-2-letter-spacing: -0.01875rem;
|
|
3779
|
+
--heading-2-line-height: 1.875rem;
|
|
3780
|
+
--heading-2-line-height-small: 1.75rem;
|
|
3781
|
+
--heading-3-font-family: var(--font-family_2);
|
|
3782
|
+
--heading-3-font-size: 1.25rem;
|
|
3783
|
+
--heading-3-font-weight: 700;
|
|
3784
|
+
--heading-3-letter-spacing: -0.025rem;
|
|
3785
|
+
--heading-3-line-height: 1.875rem;
|
|
3786
|
+
--heading-4-font-family: var(--font-family_2);
|
|
3787
|
+
--heading-4-font-size: 1rem;
|
|
3788
|
+
--heading-4-font-weight: 700;
|
|
3789
|
+
--heading-4-letter-spacing: 0;
|
|
3790
|
+
--heading-4-line-height: 1.25rem;
|
|
3791
|
+
--bullet-list-marker-color: var(--IDS-COLOR-PRIMARY-40);
|
|
3792
|
+
--bullet-list-marker-font-weight: bold;
|
|
3193
3793
|
/**********************
|
|
3194
3794
|
* General
|
|
3195
3795
|
**********************/
|
|
3196
|
-
--
|
|
3796
|
+
--IDS-BORDER-RADIUS: 10px;
|
|
3197
3797
|
--IDS-BASE__FONT-COLOR: var(--IDS-COLOR-NEUTRAL-20);
|
|
3198
3798
|
--IDS-SCROLL_BACKGROUND-COLOR: var(--IDS-COLOR-ACCENT-95);
|
|
3199
3799
|
--IDS-SCROLL_COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
@@ -3300,7 +3900,6 @@ select::placeholder {
|
|
|
3300
3900
|
--carousel-slides_background-color: var(--IDS-COLOR-NEUTRAL-99);
|
|
3301
3901
|
--carousel-description_background-color: white;
|
|
3302
3902
|
--carousel-description_color: var(--IDS-COLOR-NEUTRAL-40);
|
|
3303
|
-
--carousel-description--mobile_padding: 0px;
|
|
3304
3903
|
/* Content navigation */
|
|
3305
3904
|
--content-navigation_border: none;
|
|
3306
3905
|
--content-navigation_border-radius: 10px;
|
|
@@ -3310,7 +3909,6 @@ select::placeholder {
|
|
|
3310
3909
|
--content-navigation_font-size: 1.25rem;
|
|
3311
3910
|
--content-navigation_line-height: 24px;
|
|
3312
3911
|
--content-navigation_letter-spacing: -0.4px;
|
|
3313
|
-
--content-navigation_text-transform: none;
|
|
3314
3912
|
--content-navigation-separator_background-color: var(--IDS-COLOR-ACCENT-90);
|
|
3315
3913
|
--content-navigation_color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3316
3914
|
/* Card */
|
|
@@ -3328,8 +3926,7 @@ select::placeholder {
|
|
|
3328
3926
|
--IDS-CARD--HOVER_BOX-SHADOW: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
|
|
3329
3927
|
--IDS-CARD--FILL__INNER__BACKGROUND: var(--IDS-COLOR-PRIMARY-90);
|
|
3330
3928
|
--IDS-CARD--FILL__INNER__BORDER: 1px solid var(--IDS-COLOR-PRIMARY-30);
|
|
3331
|
-
--IDS-CARD--FILL__INNER__BORDER-INTERACTIVE: 1px solid
|
|
3332
|
-
var(--IDS-COLOR-ACCENT-30);
|
|
3929
|
+
--IDS-CARD--FILL__INNER__BORDER-INTERACTIVE: 1px solid var(--IDS-COLOR-ACCENT-30);
|
|
3333
3930
|
--IDS-CARD--FILL-2__INNER__BACKGROUND: var(--IDS-COLOR-ACCENT-95);
|
|
3334
3931
|
--IDS-CARD--FILL-2__INNER__BORDER: 1px solid var(--IDS-COLOR-ACCENT-30);
|
|
3335
3932
|
/* Forms */
|
|
@@ -3355,6 +3952,9 @@ select::placeholder {
|
|
|
3355
3952
|
--dialog_border-radius: 10px;
|
|
3356
3953
|
--dialog-headline_color: var(--IDS-COLOR-PRIMARY-40);
|
|
3357
3954
|
--dialog-headline_font-family: var(--font-family_2);
|
|
3955
|
+
/* Dropdown */
|
|
3956
|
+
--IDS-DROPDOWN__BORDER-COLOR: var(--IDS-COLOR-NEUTRAL-50);
|
|
3957
|
+
--IDS-DROPDOWN__LINK__BORDER-RADIUS: 5px;
|
|
3358
3958
|
/* Error message content */
|
|
3359
3959
|
/* Expandable */
|
|
3360
3960
|
--expandable_border-bottom: 1px solid var(--IDS-COLOR-NEUTRAL-90);
|
|
@@ -3434,6 +4034,8 @@ select::placeholder {
|
|
|
3434
4034
|
--list_color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3435
4035
|
--list-item-info_color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3436
4036
|
--list-item-interactive_border-bottom: var(--IDS-COLOR-ACCENT-30) 5px solid;
|
|
4037
|
+
/* List pagniation */
|
|
4038
|
+
--IDS-LIST-PAGINATION-LINK--FONT-FAMILY: var(--font-family_2);
|
|
3437
4039
|
/* Mobile Menu Remake */
|
|
3438
4040
|
/* Level 1 */
|
|
3439
4041
|
--IDS-MOBILE-MENU-ITEM--FONT-FAMILY: var(--font-family_1);
|
|
@@ -3444,34 +4046,22 @@ select::placeholder {
|
|
|
3444
4046
|
--IDS-MOBILE-MENU-ITEM__ICON__COLOR: white;
|
|
3445
4047
|
/* Level 1 - ACTIVE */
|
|
3446
4048
|
--IDS-MOBILE-MENU-ITEM--ACTIVE__INNER__BEFORE__BACKGROUND-COLOR: white;
|
|
3447
|
-
--IDS-MOBILE-MENU-ITEM--ACTIVE__INNER__BACKGROUND-COLOR: var(
|
|
3448
|
-
--IDS-COLOR-PRIMARY-40
|
|
3449
|
-
);
|
|
4049
|
+
--IDS-MOBILE-MENU-ITEM--ACTIVE__INNER__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3450
4050
|
/* Level 1 - HAS-CHILDREN */
|
|
3451
|
-
--IDS-MOBILE-MENU-ITEM--HAS-CHILDREN__INNER__BACKGROUND-COLOR: var(
|
|
3452
|
-
--IDS-COLOR-PRIMARY-40
|
|
3453
|
-
);
|
|
4051
|
+
--IDS-MOBILE-MENU-ITEM--HAS-CHILDREN__INNER__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3454
4052
|
/* Level 1 - EXPANDED */
|
|
3455
|
-
--IDS-MOBILE-MENU-ITEM--EXPANDED__INNER__BEFORE__BACKGROUND-COLOR: var(
|
|
3456
|
-
--IDS-COLOR-PRIMARY-40
|
|
3457
|
-
);
|
|
4053
|
+
--IDS-MOBILE-MENU-ITEM--EXPANDED__INNER__BEFORE__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3458
4054
|
/* Level 1 - OUTLINE */
|
|
3459
4055
|
--IDS-MOBILE-MENU-ITEM--FOCUS--OUTLINE-COLOR: white;
|
|
3460
4056
|
/* Level 1 - SECONDARY */
|
|
3461
|
-
--IDS-MOBILE-MENU-ITEM--SECONDARY--FOCUS--OUTLINE-COLOR: var(
|
|
3462
|
-
--focus-outline_color
|
|
3463
|
-
);
|
|
4057
|
+
--IDS-MOBILE-MENU-ITEM--SECONDARY--FOCUS--OUTLINE-COLOR: var(--focus-outline_color);
|
|
3464
4058
|
--IDS-MOBILE-MENU-ITEM--SECONDARY__INNER__COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3465
|
-
--IDS-MOBILE-MENU-ITEM--SECONDARY__INNER__BACKGROUND-COLOR: var(
|
|
3466
|
-
--IDS-COLOR-PRIMARY-90
|
|
3467
|
-
);
|
|
4059
|
+
--IDS-MOBILE-MENU-ITEM--SECONDARY__INNER__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-90);
|
|
3468
4060
|
--IDS-MOBILE-MENU-ITEM--SECONDARY--ACTIVE__INNER__BEFORE__BACKGROUND-COLOR: var(
|
|
3469
4061
|
--IDS-COLOR-PRIMARY-40
|
|
3470
4062
|
);
|
|
3471
4063
|
/* Level 1 - Variation 2 */
|
|
3472
|
-
--IDS-MOBILE-MENU--2-ITEM__INNER__BACKGROUND-COLOR: var(
|
|
3473
|
-
--IDS-COLOR-PRIMARY-40
|
|
3474
|
-
);
|
|
4064
|
+
--IDS-MOBILE-MENU--2-ITEM__INNER__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3475
4065
|
--IDS-MOBILE-MENU--2-ITEM__INNER__COLOR: white;
|
|
3476
4066
|
--IDS-MOBILE-MENU--2-ITEM__INNER__BORDER-BOTTOM: 1px solid white;
|
|
3477
4067
|
--IDS-MOBILE-MENU--2-ITEM__INNER__FONT-WEIGHT: 700;
|
|
@@ -3479,46 +4069,31 @@ select::placeholder {
|
|
|
3479
4069
|
--IDS-MOBILE-MENU--2-ITEM__INNER__BORDER-BOTTOM-COLOR: white;
|
|
3480
4070
|
/* Level 1 - ACTIVE */
|
|
3481
4071
|
--IDS-MOBILE-MENU--2-ITEM--ACTIVE__INNER__BEFORE__BACKGROUND-COLOR: white;
|
|
3482
|
-
--IDS-MOBILE-MENU--2-ITEM--ACTIVE__INNER__BACKGROUND-COLOR: var(
|
|
3483
|
-
--IDS-COLOR-PRIMARY-40
|
|
3484
|
-
);
|
|
4072
|
+
--IDS-MOBILE-MENU--2-ITEM--ACTIVE__INNER__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3485
4073
|
/* Level 1 - HAS-CHILDREN */
|
|
3486
|
-
--IDS-MOBILE-MENU--2-ITEM--HAS-CHILDREN__INNER__BACKGROUND-COLOR: var(
|
|
3487
|
-
--IDS-COLOR-PRIMARY-40
|
|
3488
|
-
);
|
|
4074
|
+
--IDS-MOBILE-MENU--2-ITEM--HAS-CHILDREN__INNER__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3489
4075
|
/* Level 1 - EXPANDED */
|
|
3490
|
-
--IDS-MOBILE-MENU--2-ITEM--EXPANDED__INNER__BEFORE__BACKGROUND-COLOR: var(
|
|
3491
|
-
--IDS-COLOR-PRIMARY-40
|
|
3492
|
-
);
|
|
4076
|
+
--IDS-MOBILE-MENU--2-ITEM--EXPANDED__INNER__BEFORE__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3493
4077
|
/* Level 1 - OUTLINE */
|
|
3494
4078
|
--IDS-MOBILE-MENU--2-ITEM--FOCUS--OUTLINE-COLOR: white;
|
|
3495
4079
|
/* Level 2 */
|
|
3496
4080
|
--IDS-MOBILE-MENU-ITEM--2__INNER__BACKGROUND-COLOR: white;
|
|
3497
4081
|
--IDS-MOBILE-MENU-ITEM--2__INNER__COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3498
|
-
--IDS-MOBILE-MENU-ITEM--2__INNER__BORDER-BOTTOM: 1px solid
|
|
3499
|
-
var(--IDS-COLOR-PRIMARY-40);
|
|
4082
|
+
--IDS-MOBILE-MENU-ITEM--2__INNER__BORDER-BOTTOM: 1px solid var(--IDS-COLOR-PRIMARY-40);
|
|
3500
4083
|
--IDS-MOBILE-MENU-ITEM--2__INNER__FONT-WEIGHT: normal;
|
|
3501
4084
|
--IDS-MOBILE-MENU-ITEM--2__ICON__COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3502
|
-
--IDS-MOBILE-MENU-ITEM--2__INNER__BEFORE__BACKGROUND-COLOR: var(
|
|
3503
|
-
--IDS-COLOR-PRIMARY-90
|
|
3504
|
-
);
|
|
4085
|
+
--IDS-MOBILE-MENU-ITEM--2__INNER__BEFORE__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-90);
|
|
3505
4086
|
/* Level 2 - ACTIVE */
|
|
3506
|
-
--IDS-MOBILE-MENU-ITEM--2--ACTIVE__INNER__BEFORE__BACKGROUND-COLOR: var(
|
|
3507
|
-
--IDS-COLOR-PRIMARY-40
|
|
3508
|
-
);
|
|
4087
|
+
--IDS-MOBILE-MENU-ITEM--2--ACTIVE__INNER__BEFORE__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3509
4088
|
--IDS-MOBILE-MENU-ITEM--2--ACTIVE__INNER__FONT-WEIGHT: normal;
|
|
3510
4089
|
/* Level 2 - HAS CHILDREN */
|
|
3511
4090
|
--IDS-MOBILE-MENU-ITEM--2--HAS-CHILDREN__INNER__FONT-WEIGHT: normal;
|
|
3512
4091
|
/* Level 2 - EXPANDED */
|
|
3513
|
-
--IDS-MOBILE-MENU-ITEM--2--EXPANDED__INNER__BEFORE__BACKGROUND-COLOR: var(
|
|
3514
|
-
--IDS-COLOR-PRIMARY-40
|
|
3515
|
-
);
|
|
4092
|
+
--IDS-MOBILE-MENU-ITEM--2--EXPANDED__INNER__BEFORE__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3516
4093
|
/* Level 2 - OUTLINE */
|
|
3517
4094
|
--IDS-MOBILE-MENU-ITEM--2--FOCUS--OUTLINE-COLOR: var(--focus-outline_color);
|
|
3518
4095
|
/* Level 2 - Variation 2 */
|
|
3519
|
-
--IDS-MOBILE-MENU--2-ITEM--2__INNER__BACKGROUND-COLOR: var(
|
|
3520
|
-
--IDS-COLOR-PRIMARY-40
|
|
3521
|
-
);
|
|
4096
|
+
--IDS-MOBILE-MENU--2-ITEM--2__INNER__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3522
4097
|
--IDS-MOBILE-MENU--2-ITEM--2__INNER__COLOR: white;
|
|
3523
4098
|
--IDS-MOBILE-MENU--2-ITEM--2__INNER__BORDER-BOTTOM-COLOR: white;
|
|
3524
4099
|
--IDS-MOBILE-MENU--2-ITEM--2__ICON__COLOR: white;
|
|
@@ -3534,15 +4109,11 @@ select::placeholder {
|
|
|
3534
4109
|
);
|
|
3535
4110
|
/* Level 2 - OUTLINE */
|
|
3536
4111
|
--IDS-MOBILE-MENU--2-ITEM--2--FOCUS--OUTLINE-COLOR: white;
|
|
3537
|
-
--IDS-MOBILE-MENU--2-ITEM--2__INNER__BEFORE__BACKGROUND-COLOR: var(
|
|
3538
|
-
--IDS-COLOR-PRIMARY-40
|
|
3539
|
-
);
|
|
4112
|
+
--IDS-MOBILE-MENU--2-ITEM--2__INNER__BEFORE__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3540
4113
|
/* Level 3 - OUTLINE */
|
|
3541
4114
|
--IDS-MOBILE-MENU-ITEM--3--FOCUS--OUTLINE-COLOR: var(--focus-outline_color);
|
|
3542
4115
|
/* Level 3 - VARIATION 2 */
|
|
3543
|
-
--IDS-MOBILE-MENU--2-ITEM--3__INNER__BACKGROUND-COLOR: var(
|
|
3544
|
-
--IDS-COLOR-PRIMARY-40
|
|
3545
|
-
);
|
|
4116
|
+
--IDS-MOBILE-MENU--2-ITEM--3__INNER__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3546
4117
|
--IDS-MOBILE-MENU--2-ITEM--3__INNER__COLOR: white;
|
|
3547
4118
|
--IDS-MOBILE-MENU--2-ITEM--3__INNER__BORDER-BOTTOM-COLOR: white;
|
|
3548
4119
|
--IDS-MOBILE-MENU--2-ITEM--3__ICON__COLOR: white;
|
|
@@ -3559,9 +4130,7 @@ select::placeholder {
|
|
|
3559
4130
|
--IDS-MOBILE-MENU--2-ITEM--3--EXPANDED__INNER__BEFORE__BACKGROUND-COLOR: var(
|
|
3560
4131
|
--IDS-COLOR-PRIMARY-40
|
|
3561
4132
|
);
|
|
3562
|
-
--IDS-MOBILE-MENU--2-ITEM--3__INNER__BEFORE__BACKGROUND-COLOR: var(
|
|
3563
|
-
--IDS-COLOR-PRIMARY-40
|
|
3564
|
-
);
|
|
4133
|
+
--IDS-MOBILE-MENU--2-ITEM--3__INNER__BEFORE__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3565
4134
|
/* Progressbar */
|
|
3566
4135
|
--progressbar_border: 1px solid var(--IDS-COLOR-ACCENT-40);
|
|
3567
4136
|
--progressbar-fill_background-color: var(--IDS-COLOR-ACCENT-40);
|
|
@@ -3576,9 +4145,7 @@ select::placeholder {
|
|
|
3576
4145
|
--mobile-MENU-ITEM--2_box-shadow: inset rgb(53 53 53 / 20%) 0px 2px 4px 0px;
|
|
3577
4146
|
--mobile-MENU-ITEM--2-first_box-shadow: 0 2px 4px 0 rgb(53 53 53 / 20%);
|
|
3578
4147
|
--mobile-menu-sub-item-2_background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3579
|
-
--mobile-menu-sub-item-2-no-children_border-left: var(
|
|
3580
|
-
--IDS-COLOR-NEUTRAL-100
|
|
3581
|
-
);
|
|
4148
|
+
--mobile-menu-sub-item-2-no-children_border-left: var(--IDS-COLOR-NEUTRAL-100);
|
|
3582
4149
|
--mobile-menu-avatar-link: var(--IDS-COLOR-PRIMARY-35);
|
|
3583
4150
|
/* Local navigation */
|
|
3584
4151
|
--navigation-local_border-top: 1px solid rgba(193, 33, 67, 0.3);
|
|
@@ -3593,18 +4160,20 @@ select::placeholder {
|
|
|
3593
4160
|
--IDS-NOTIFICATION-BADGE__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3594
4161
|
--IDS-NOTIFICATION-BADGE__COLOR: white;
|
|
3595
4162
|
/* Tag */
|
|
3596
|
-
--IDS-TAG__BACKGROUND-COLOR:
|
|
4163
|
+
--IDS-TAG__BACKGROUND-COLOR: transparent;
|
|
3597
4164
|
--IDS-TAG__FONT-FAMILY: var(--font-family_2);
|
|
3598
|
-
--IDS-TAG__BORDER-COLOR: var(--IDS-COLOR-
|
|
3599
|
-
--IDS-TAG__BORDER-RADIUS:
|
|
4165
|
+
--IDS-TAG__BORDER-COLOR: var(--IDS-COLOR-NEUTRAL-50);
|
|
4166
|
+
--IDS-TAG__BORDER-RADIUS: 5px;
|
|
4167
|
+
--IDS-TAG__PADDING: 7px 15px;
|
|
3600
4168
|
--IDS-TAG__ICON__COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
3601
|
-
--IDS-TAG__PADDING: 7px 20px;
|
|
3602
4169
|
--IDS-TAG__COLOR: var(--IDS-COLOR-NEUTRAL-20);
|
|
3603
4170
|
--IDS-TAG--INTERACTIVE__COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
4171
|
+
--IDS-TAG--INTERACTIVE__COLOR--HOVER: var(--IDS-COLOR-ACCENT-30);
|
|
3604
4172
|
--IDS-TAG--INTERACTIVE__FONT-WEIGHT: 700;
|
|
3605
4173
|
--IDS-TAG--INTERACTIVE__BORDER-COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
3606
4174
|
/* Tooltip */
|
|
3607
|
-
--
|
|
4175
|
+
--tooltip_color: var(--IDS-COLOR-NEUTRAL-20);
|
|
4176
|
+
--tooltip_border-color: var(--IDS-COLOR-NEUTRAL-40);
|
|
3608
4177
|
/* Select */
|
|
3609
4178
|
--select_border: 1px solid var(--IDS-COLOR-ACCENT-40);
|
|
3610
4179
|
--select_padding-right: 60px;
|
|
@@ -3623,26 +4192,22 @@ select::placeholder {
|
|
|
3623
4192
|
--stepper-step-indicator_color: var(--IDS-COLOR-ACCENT-40);
|
|
3624
4193
|
--stepper-step-indicator_font-family: var(--font-family_2);
|
|
3625
4194
|
--stepper-step-chevron_color: var(--IDS-COLOR-ACCENT-40);
|
|
3626
|
-
--stepper-step-indicator-selected_background-color: var(
|
|
3627
|
-
--IDS-COLOR-ACCENT-40
|
|
3628
|
-
);
|
|
4195
|
+
--stepper-step-indicator-selected_background-color: var(--IDS-COLOR-ACCENT-40);
|
|
3629
4196
|
--stepper-step-indicator-valid-icon_color: var(--IDS-COLOR-SUCCESS-30);
|
|
3630
4197
|
--stepper-step-indicator-valid_background-color: var(--IDS-COLOR-SUCCESS-99);
|
|
3631
4198
|
--stepper-step-indicator-valid_border: 1px solid var(--IDS-COLOR-SUCCESS-40);
|
|
3632
4199
|
--stepper-step-indicator-invalid-icon_color: var(--IDS-COLOR-PRIMARY-40);
|
|
3633
|
-
--stepper-step-indicator-invalid_background-color: var(
|
|
3634
|
-
|
|
3635
|
-
);
|
|
3636
|
-
--stepper-step-indicator-invalid_border: 1px dashed
|
|
3637
|
-
var(--IDS-COLOR-PRIMARY-40);
|
|
4200
|
+
--stepper-step-indicator-invalid_background-color: var(--IDS-COLOR-PRIMARY-90);
|
|
4201
|
+
--stepper-step-indicator-invalid_border: 1px dashed var(--IDS-COLOR-PRIMARY-40);
|
|
3638
4202
|
/* Spinner */
|
|
3639
4203
|
--spinner_color: var(--IDS-COLOR-ACCENT-40);
|
|
3640
4204
|
/* Tab */
|
|
3641
4205
|
--IDS-TABS_BORDER-BOTTOM: 4px solid var(--IDS-COLOR-ACCENT-90);
|
|
3642
|
-
--IDS-TAB_BORDER: 1px solid
|
|
4206
|
+
--IDS-TAB_BORDER: 1px solid transparent;
|
|
4207
|
+
--IDS-TAB--SELECTED-BORDER: 1px solid var(--IDS-COLOR-NEUTRAL-50);
|
|
3643
4208
|
--IDS-TAB_BORDER-RADIUS: 10px 10px 0px 0px;
|
|
3644
|
-
--IDS-TAB_COLOR: var(--IDS-COLOR-ACCENT-
|
|
3645
|
-
--IDS-TAB--SELECTED_COLOR: var(--IDS-COLOR-
|
|
4209
|
+
--IDS-TAB_COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
4210
|
+
--IDS-TAB--SELECTED_COLOR: var(--IDS-COLOR-ACCENT-30);
|
|
3646
4211
|
--IDS-TAB-ICON_COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
3647
4212
|
--IDS-TAB-ICON_COLOR2: var(--IDS-COLOR-ACCENT-30);
|
|
3648
4213
|
--IDS-TAB--SELECTED_BOX-SHADOW: 0px 0px 4px rgba(0, 0, 0, 0.3);
|
|
@@ -3691,6 +4256,8 @@ select::placeholder {
|
|
|
3691
4256
|
--icon-color2-preset3: var(--IDS-COLOR-NEUTRAL-20);
|
|
3692
4257
|
--icon-color-preset4: white;
|
|
3693
4258
|
--icon-color2-preset4: white;
|
|
4259
|
+
--IDS-ICON-COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
4260
|
+
--IDS-ICON-ACTIVE-COLOR: var(--IDS-COLOR-ACCENT-30);
|
|
3694
4261
|
}
|
|
3695
4262
|
|
|
3696
4263
|
/**********************
|
|
@@ -3740,48 +4307,48 @@ ids-input input[type=search]::-webkit-search-results-decoration {
|
|
|
3740
4307
|
.ids .ids-heading-1 {
|
|
3741
4308
|
color: var(--IDS-COLOR-PRIMARY-40);
|
|
3742
4309
|
font-style: normal;
|
|
3743
|
-
font-family: var(--
|
|
3744
|
-
font-size: var(--
|
|
3745
|
-
font-weight: var(--
|
|
3746
|
-
letter-spacing: var(--
|
|
3747
|
-
line-height: var(--
|
|
4310
|
+
font-family: var(--heading-1-font-family);
|
|
4311
|
+
font-size: var(--heading-1-font-size);
|
|
4312
|
+
font-weight: var(--heading-1-font-weight);
|
|
4313
|
+
letter-spacing: var(--heading-1-letter-spacing);
|
|
4314
|
+
line-height: var(--heading-1-line-height);
|
|
3748
4315
|
}
|
|
3749
4316
|
@media (max-width: 1024px) {
|
|
3750
4317
|
.ids .ids-heading-1 {
|
|
3751
|
-
font-size: var(--
|
|
3752
|
-
line-height: var(--
|
|
4318
|
+
font-size: var(--heading-1-font-size-small);
|
|
4319
|
+
line-height: var(--heading-1-line-height-small);
|
|
3753
4320
|
}
|
|
3754
4321
|
}
|
|
3755
4322
|
|
|
3756
4323
|
.ids .ids-heading-1.ids-small {
|
|
3757
4324
|
color: var(--IDS-COLOR-PRIMARY-40);
|
|
3758
4325
|
font-style: normal;
|
|
3759
|
-
font-family: var(--
|
|
3760
|
-
font-size: var(--
|
|
3761
|
-
font-weight: var(--
|
|
3762
|
-
letter-spacing: var(--
|
|
3763
|
-
line-height: var(--
|
|
4326
|
+
font-family: var(--heading-1-small-font-family);
|
|
4327
|
+
font-size: var(--heading-1-small-font-size);
|
|
4328
|
+
font-weight: var(--heading-1-small-font-weight);
|
|
4329
|
+
letter-spacing: var(--heading-1-small-letter-spacing);
|
|
4330
|
+
line-height: var(--heading-1-small-line-height);
|
|
3764
4331
|
}
|
|
3765
4332
|
@media (max-width: 1024px) {
|
|
3766
4333
|
.ids .ids-heading-1.ids-small {
|
|
3767
|
-
font-size: var(--
|
|
3768
|
-
line-height: var(--
|
|
4334
|
+
font-size: var(--heading-1-small-font-size-small);
|
|
4335
|
+
line-height: var(--heading-1-small-line-height-small);
|
|
3769
4336
|
}
|
|
3770
4337
|
}
|
|
3771
4338
|
|
|
3772
4339
|
.ids .ids-heading-2 {
|
|
3773
4340
|
color: var(--IDS-COLOR-PRIMARY-40);
|
|
3774
4341
|
font-style: normal;
|
|
3775
|
-
font-family: var(--
|
|
3776
|
-
font-size: var(--
|
|
3777
|
-
font-weight: var(--
|
|
3778
|
-
letter-spacing: var(--
|
|
3779
|
-
line-height: var(--
|
|
4342
|
+
font-family: var(--heading-2-font-family);
|
|
4343
|
+
font-size: var(--heading-2-font-size);
|
|
4344
|
+
font-weight: var(--heading-2-font-weight);
|
|
4345
|
+
letter-spacing: var(--heading-2-letter-spacing);
|
|
4346
|
+
line-height: var(--heading-2-line-height);
|
|
3780
4347
|
}
|
|
3781
4348
|
@media (max-width: 1024px) {
|
|
3782
4349
|
.ids .ids-heading-2 {
|
|
3783
|
-
font-size: var(--
|
|
3784
|
-
line-height: var(--
|
|
4350
|
+
font-size: var(--heading-2-font-size-small);
|
|
4351
|
+
line-height: var(--heading-2-line-height-small);
|
|
3785
4352
|
}
|
|
3786
4353
|
}
|
|
3787
4354
|
|
|
@@ -3799,11 +4366,11 @@ ids-input input[type=search]::-webkit-search-results-decoration {
|
|
|
3799
4366
|
.ids .ids-heading-3 {
|
|
3800
4367
|
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3801
4368
|
font-style: normal;
|
|
3802
|
-
font-family: var(--
|
|
3803
|
-
font-size: var(--
|
|
3804
|
-
font-weight: var(--
|
|
3805
|
-
letter-spacing: var(--
|
|
3806
|
-
line-height: var(--
|
|
4369
|
+
font-family: var(--heading-3-font-family);
|
|
4370
|
+
font-size: var(--heading-3-font-size);
|
|
4371
|
+
font-weight: var(--heading-3-font-weight);
|
|
4372
|
+
letter-spacing: var(--heading-3-letter-spacing);
|
|
4373
|
+
line-height: var(--heading-3-line-height);
|
|
3807
4374
|
}
|
|
3808
4375
|
|
|
3809
4376
|
.ids .ids-heading-3 .ids-anchor:link,
|
|
@@ -3820,11 +4387,11 @@ ids-input input[type=search]::-webkit-search-results-decoration {
|
|
|
3820
4387
|
.ids .ids-heading-4 {
|
|
3821
4388
|
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3822
4389
|
font-style: normal;
|
|
3823
|
-
font-family: var(--
|
|
3824
|
-
font-size: var(--
|
|
3825
|
-
font-weight: var(--
|
|
3826
|
-
letter-spacing: var(--
|
|
3827
|
-
line-height: var(--
|
|
4390
|
+
font-family: var(--heading-4-font-family);
|
|
4391
|
+
font-size: var(--heading-4-font-size);
|
|
4392
|
+
font-weight: var(--heading-4-font-weight);
|
|
4393
|
+
letter-spacing: var(--heading-4-letter-spacing);
|
|
4394
|
+
line-height: var(--heading-4-line-height);
|
|
3828
4395
|
}
|
|
3829
4396
|
|
|
3830
4397
|
.ids .ids-heading-4 .ids-anchor:link,
|
|
@@ -3839,31 +4406,23 @@ ids-input input[type=search]::-webkit-search-results-decoration {
|
|
|
3839
4406
|
}
|
|
3840
4407
|
|
|
3841
4408
|
.ids .ids-heading-5 {
|
|
3842
|
-
color: var(--IDS-COLOR-NEUTRAL-
|
|
4409
|
+
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3843
4410
|
font-style: normal;
|
|
3844
|
-
|
|
3845
|
-
font-
|
|
3846
|
-
font-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
line-height: var(--header-5-line-height);
|
|
3850
|
-
}
|
|
3851
|
-
@media (max-width: 1024px) {
|
|
3852
|
-
.ids .ids-heading-5 {
|
|
3853
|
-
font-size: var(--header-5-font-size-small);
|
|
3854
|
-
line-height: var(--header-5-line-height-small);
|
|
3855
|
-
}
|
|
4411
|
+
font-family: var(--heading-3-font-family);
|
|
4412
|
+
font-size: var(--heading-3-font-size);
|
|
4413
|
+
font-weight: var(--heading-3-font-weight);
|
|
4414
|
+
letter-spacing: var(--heading-3-letter-spacing);
|
|
4415
|
+
line-height: var(--heading-3-line-height);
|
|
3856
4416
|
}
|
|
3857
4417
|
|
|
3858
4418
|
.ids .ids-heading-6 {
|
|
3859
|
-
color: var(--IDS-COLOR-NEUTRAL-
|
|
4419
|
+
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3860
4420
|
font-style: normal;
|
|
3861
|
-
|
|
3862
|
-
font-
|
|
3863
|
-
font-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
line-height: var(--header-6-line-height);
|
|
4421
|
+
font-family: var(--heading-4-font-family);
|
|
4422
|
+
font-size: var(--heading-4-font-size);
|
|
4423
|
+
font-weight: var(--heading-4-font-weight);
|
|
4424
|
+
letter-spacing: var(--heading-4-letter-spacing);
|
|
4425
|
+
line-height: var(--heading-4-line-height);
|
|
3867
4426
|
}
|
|
3868
4427
|
|
|
3869
4428
|
.ids .ids-preamble {
|
|
@@ -3892,6 +4451,52 @@ ids-input input[type=search]::-webkit-search-results-decoration {
|
|
|
3892
4451
|
line-height: 1.5rem;
|
|
3893
4452
|
}
|
|
3894
4453
|
|
|
4454
|
+
.ids ul.ids-bullet-list,
|
|
4455
|
+
.ids .ids-bullet-list {
|
|
4456
|
+
list-style: disc;
|
|
4457
|
+
margin-left: 1.5rem;
|
|
4458
|
+
}
|
|
4459
|
+
.ids ul.ids-bullet-list li,
|
|
4460
|
+
.ids .ids-bullet-list li {
|
|
4461
|
+
margin-bottom: 1rem;
|
|
4462
|
+
padding-left: 0.5rem;
|
|
4463
|
+
display: list-item;
|
|
4464
|
+
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
4465
|
+
font-family: var(--font-family_1);
|
|
4466
|
+
font-size: 1rem;
|
|
4467
|
+
font-style: normal;
|
|
4468
|
+
font-weight: 400;
|
|
4469
|
+
letter-spacing: 0px;
|
|
4470
|
+
line-height: 1.5rem;
|
|
4471
|
+
}
|
|
4472
|
+
.ids ul.ids-bullet-list li::marker,
|
|
4473
|
+
.ids .ids-bullet-list li::marker {
|
|
4474
|
+
color: var(--bullet-list-marker-color);
|
|
4475
|
+
}
|
|
4476
|
+
|
|
4477
|
+
.ids ol.ids-numbered-list,
|
|
4478
|
+
.ids .ids-numbered-list {
|
|
4479
|
+
list-style-type: decimal;
|
|
4480
|
+
margin-left: 1.5rem;
|
|
4481
|
+
}
|
|
4482
|
+
.ids ol.ids-numbered-list li,
|
|
4483
|
+
.ids .ids-numbered-list li {
|
|
4484
|
+
margin-bottom: 1rem;
|
|
4485
|
+
padding-left: 0.5rem;
|
|
4486
|
+
display: list-item;
|
|
4487
|
+
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
4488
|
+
font-family: var(--font-family_1);
|
|
4489
|
+
font-size: 1rem;
|
|
4490
|
+
font-style: normal;
|
|
4491
|
+
font-weight: 400;
|
|
4492
|
+
letter-spacing: 0px;
|
|
4493
|
+
line-height: 1.5rem;
|
|
4494
|
+
}
|
|
4495
|
+
.ids ol.ids-numbered-list li::marker,
|
|
4496
|
+
.ids .ids-numbered-list li::marker {
|
|
4497
|
+
font-weight: var(--bullet-list-marker-font-weight);
|
|
4498
|
+
}
|
|
4499
|
+
|
|
3895
4500
|
.ids .ids-body.ids-disabled {
|
|
3896
4501
|
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3897
4502
|
font-style: italic;
|