@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
|
@@ -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;
|
|
2341
2903
|
}
|
|
2342
|
-
.ids-
|
|
2904
|
+
.ids-radio.ids-input--light,
|
|
2905
|
+
.ids-radio input.ids-input--light,
|
|
2906
|
+
input[type=radio].ids-input--light {
|
|
2907
|
+
background-color: white;
|
|
2908
|
+
}
|
|
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;
|
|
@@ -3113,7 +3712,7 @@ select::placeholder {
|
|
|
3113
3712
|
--IDS-ALERT--ERROR__ICON__COLOR-2: var(--IDS-COLOR-ERROR-40);
|
|
3114
3713
|
/* CHECKBOX */
|
|
3115
3714
|
--IDS-CHECKBOX_BORDER: 0.0625rem solid var(--IDS-FORM__BORDER-COLOR);
|
|
3116
|
-
--IDS-CHECKBOX_BORDER-RADIUS: var(--IDS-BORDER-RADIUS);
|
|
3715
|
+
--IDS-CHECKBOX_BORDER-RADIUS: var(--IDS-FORM-BORDER-RADIUS);
|
|
3117
3716
|
--IDS-CHECKBOX_BACKGROUND-COLOR: var(--IDS-COLOR-SECONDARY-95);
|
|
3118
3717
|
--IDS-CHECKBOX--CHECK_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="%2340775E"></path></svg>');
|
|
3119
3718
|
--IDS-CHECKBOX--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='4' ry='4' stroke='%23DB0F00' stroke-width='1' stroke-dasharray='4%2c 4%2c 4%2c 4' stroke-dashoffset='16' stroke-linecap='butt'/%3e%3c/svg%3e");
|
|
@@ -3123,14 +3722,12 @@ select::placeholder {
|
|
|
3123
3722
|
/* INPUT */
|
|
3124
3723
|
--IDS-INPUT--INVALID_BACKGROUND-COLOR: var(--IDS-COLOR-ERROR-99);
|
|
3125
3724
|
--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='4' ry='4' stroke='%23c12143' stroke-width='1' stroke-dasharray='4%2c 4%2c 4%2c 4' stroke-dashoffset='16' stroke-linecap='butt'/%3e%3c/svg%3e");
|
|
3126
|
-
--IDS-INPUT--DISABLED_BACKGROUND-COLOR: var(
|
|
3127
|
-
--IDS-FORM--DISABLED__BACKGROUND-COLOR
|
|
3128
|
-
);
|
|
3725
|
+
--IDS-INPUT--DISABLED_BACKGROUND-COLOR: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3129
3726
|
--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='4' ry='4' stroke='%23808285' stroke-width='1' stroke-dasharray='3%2c 3%2c 3%2c 3' stroke-dashoffset='16' stroke-linecap='butt'/%3e%3c/svg%3e");
|
|
3130
3727
|
--IDS-INPUT_BACKGROUND: var(--form-element_background);
|
|
3131
3728
|
--IDS-INPUT__CALENDAR-ICON__RIGHT: 10px;
|
|
3132
3729
|
--IDS-INPUT_BORDER: 1px solid var(--IDS-FORM__BORDER-COLOR);
|
|
3133
|
-
--IDS-INPUT_BORDER-RADIUS: var(--IDS-BORDER-RADIUS);
|
|
3730
|
+
--IDS-INPUT_BORDER-RADIUS: var(--IDS-FORM-BORDER-RADIUS);
|
|
3134
3731
|
--IDS-INPUT_BORDER-BOTTOM: 1px solid var(--IDS-COLOR-ACCENT-40);
|
|
3135
3732
|
--IDS-INPUT_BOX-SHADOW: none;
|
|
3136
3733
|
--IDS-INPUT_COLOR: var(--IDS-COLOR-NEUTRAL-20);
|
|
@@ -3141,20 +3738,20 @@ select::placeholder {
|
|
|
3141
3738
|
--IDS-RADIO__BACKGROUND-COLOR: var(--form-element_background);
|
|
3142
3739
|
--IDS-RADIO__BORDER: 1px solid var(--IDS-FORM__BORDER-COLOR);
|
|
3143
3740
|
--IDS-RADIO--CHECKED__BACKGROUND-COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
3144
|
-
--IDS-RADIO--
|
|
3145
|
-
|
|
3741
|
+
--IDS-RADIO--DISABLED__BACKGROUND-COLOR: var(--IDS-COLOR-NEUTRAL-99);
|
|
3742
|
+
--IDS-RADIO--CHECKED-DISABLED__BACKGROUND-COLOR: var(--IDS-COLOR-NEUTRAL-50);
|
|
3743
|
+
--IDS-RADIO--INVALID__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-90);
|
|
3146
3744
|
--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='100' ry='100' stroke='%23808285' stroke-width='1' stroke-dasharray='3%2c 3%2c 3%2c 3' stroke-dashoffset='16' stroke-linecap='butt'/%3e%3c/svg%3e");
|
|
3147
3745
|
--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='%23DB0F00' stroke-width='1' stroke-dasharray='4%2c 4%2c 4%2c 4' stroke-dashoffset='16' stroke-linecap='butt'/%3e%3c/svg%3e");
|
|
3148
3746
|
/* SELECT */
|
|
3149
3747
|
--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="%2340775E"></path></g></svg>');
|
|
3150
3748
|
--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="%23DB0F00"></path></g></svg>');
|
|
3151
3749
|
--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="%23727373"></path></g></svg>');
|
|
3750
|
+
--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(48,90,71)"></path></g></svg>');
|
|
3152
3751
|
/* Toggle */
|
|
3153
3752
|
--IDS-TOGGLE__BACKGROUND-COLOR: var(--IDS-COLOR-NEUTRAL-40);
|
|
3154
3753
|
--IDS-TOGGLE--ACTIVE__BACKGROUND-COLOR: var(--IDS-COLOR-SUCCESS-40);
|
|
3155
|
-
--IDS-TOGGLE--DISABLED__BACKGROUND-COLOR: var(
|
|
3156
|
-
--IDS-FORM--DISABLED__BACKGROUND-COLOR
|
|
3157
|
-
);
|
|
3754
|
+
--IDS-TOGGLE--DISABLED__BACKGROUND-COLOR: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3158
3755
|
--IDS-TOGGLE-ICON__COLOR: var(--IDS-COLOR-NEUTRAL-20);
|
|
3159
3756
|
--IDS-TOGGLE-ICON--ACTIVE__COLOR: var(--IDS-COLOR-ACCENT-30);
|
|
3160
3757
|
--IDS-TOGGLE-ICON--DISABLED__COLOR: var(--IDS-COLOR-NEUTRAL-40);
|
|
@@ -3170,12 +3767,27 @@ select::placeholder {
|
|
|
3170
3767
|
--IDS-RANGE-TICK-LINE__COLOR: var(--IDS-COLOR-NEUTRAL-20);
|
|
3171
3768
|
--IDS-RANGE-TICK__COLOR: var(--IDS-COLOR-NEUTRAL-20);
|
|
3172
3769
|
--IDS-RANGE-SELECTION--DISABLED__COLOR: var(--IDS-COLOR-NEUTRAL-40);
|
|
3770
|
+
/* Description list*/
|
|
3771
|
+
--IDS-DESCRIPTION-LIST__DISPLAY: flex;
|
|
3772
|
+
--IDS-DESCRIPTION-LIST__BORDER: 0;
|
|
3773
|
+
--IDS-DESCRIPTION-LIST__BORDER-RADIUS: 0;
|
|
3774
|
+
--IDS-DESCRIPTION-LIST-TERM__PADDING: 0;
|
|
3775
|
+
--IDS-DESCRIPTION-LIST-TERM__BACKGROUND-COLOR: transparent;
|
|
3776
|
+
--IDS-DESCRIPTION-LIST-DESCRIPTION__MARGIN-BOTTOM: 12px;
|
|
3777
|
+
--IDS-DESCRIPTION-LIST-DESCRIPTION__PADDING: 0;
|
|
3778
|
+
--IDS-DESCRIPTION-LIST__DISPLAY--COLUMN: grid;
|
|
3779
|
+
--IDS-DESCRIPTION-LIST__BORDER--COLUMN: 1px solid var(--IDS-COLOR-NEUTRAL-40);
|
|
3780
|
+
--IDS-DESCRIPTION-LIST__BORDER-RADIUS--COLUMN: 5px;
|
|
3781
|
+
--IDS-DESCRIPTION-LIST-TERM__PADDING--COLUMN: 8px 8px 8px 16px;
|
|
3782
|
+
--IDS-DESCRIPTION-LIST-TERM__BACKGROUND-COLOR--COLUMN: var(--IDS-COLOR-SECONDARY-90);
|
|
3783
|
+
--IDS-DESCRIPTION-LIST-DESCRIPTION__MARGIN-BOTTOM--COLUMN: 0;
|
|
3784
|
+
--IDS-DESCRIPTION-LIST-DESCRIPTION__PADDING--COLUMN: 8px 16px 8px 8px;
|
|
3173
3785
|
/************************************************************************/
|
|
3174
3786
|
/* Default styles */
|
|
3175
3787
|
--IDS-BOX-SHADOW: 0px 2px 6px rgba(0, 0, 0, 0.15);
|
|
3176
3788
|
--IDS-BOX-SHADOW-INNER: inset 0px 5px 10px rgba(0, 0, 0, 0.2);
|
|
3177
3789
|
--IDS-BOX-SHADOW-ALT: 0px 0px 10px rgba(0, 0, 0, 0.3);
|
|
3178
|
-
--IDS-BORDER-RADIUS: 3px;
|
|
3790
|
+
--IDS-FORM-BORDER-RADIUS: 3px;
|
|
3179
3791
|
--IDS-SCROLL_BACKGROUND-COLOR: var(--IDS-COLOR-NEUTRAL-99);
|
|
3180
3792
|
--IDS-SCROLL_COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
3181
3793
|
--IDS-FOCUS_OUTLINE: 2px solid var(--focus-outline_color);
|
|
@@ -3192,53 +3804,43 @@ select::placeholder {
|
|
|
3192
3804
|
/* Font families */
|
|
3193
3805
|
--font-family_1: "Open Sans";
|
|
3194
3806
|
--font-family_2: "Poppins";
|
|
3195
|
-
--
|
|
3196
|
-
--
|
|
3197
|
-
--
|
|
3198
|
-
--
|
|
3199
|
-
--
|
|
3200
|
-
--
|
|
3201
|
-
--
|
|
3202
|
-
--
|
|
3203
|
-
--
|
|
3204
|
-
--
|
|
3205
|
-
--
|
|
3206
|
-
--
|
|
3207
|
-
--
|
|
3208
|
-
--
|
|
3209
|
-
--
|
|
3210
|
-
--
|
|
3211
|
-
--
|
|
3212
|
-
--
|
|
3213
|
-
--
|
|
3214
|
-
--
|
|
3215
|
-
--
|
|
3216
|
-
--
|
|
3217
|
-
--
|
|
3218
|
-
--
|
|
3219
|
-
--
|
|
3220
|
-
--
|
|
3221
|
-
--
|
|
3222
|
-
--
|
|
3223
|
-
--
|
|
3224
|
-
--
|
|
3225
|
-
--
|
|
3226
|
-
--
|
|
3227
|
-
--
|
|
3228
|
-
--header-5-font-size-small: 1.125rem;
|
|
3229
|
-
--header-5-font-weight: 400;
|
|
3230
|
-
--header-5-letter-spacing: 0.09375rem;
|
|
3231
|
-
--header-5-line-height: 2.125rem;
|
|
3232
|
-
--header-5-line-height-small: 1.625rem;
|
|
3233
|
-
--header-6-font-family: var(--font-family_1);
|
|
3234
|
-
--header-6-font-size: 1rem;
|
|
3235
|
-
--header-6-font-weight: 400;
|
|
3236
|
-
--header-6-letter-spacing: 0.0625rem;
|
|
3237
|
-
--header-6-line-height: 1.25rem;
|
|
3807
|
+
--heading-1-font-family: var(--font-family_2);
|
|
3808
|
+
--heading-1-font-size: 2.5rem;
|
|
3809
|
+
--heading-1-font-size-small: 2.125rem;
|
|
3810
|
+
--heading-1-font-weight: 600;
|
|
3811
|
+
--heading-1-letter-spacing: inherit;
|
|
3812
|
+
--heading-1-line-height: 3.125rem;
|
|
3813
|
+
--heading-1-line-height-small: 2.5rem;
|
|
3814
|
+
--heading-1-small-font-family: var(--font-family_2);
|
|
3815
|
+
--heading-1-small-font-size: 2rem;
|
|
3816
|
+
--heading-1-small-font-size-small: 1.875rem;
|
|
3817
|
+
--heading-1-small-font-weight: 600;
|
|
3818
|
+
--heading-1-small-letter-spacing: inherit;
|
|
3819
|
+
--heading-1-small-line-height: 2.625rem;
|
|
3820
|
+
--heading-1-small-line-height-small: 2.25rem;
|
|
3821
|
+
--heading-2-font-family: var(--font-family_2);
|
|
3822
|
+
--heading-2-font-size: 1.75rem;
|
|
3823
|
+
--heading-2-font-size-small: 1.75rem;
|
|
3824
|
+
--heading-2-font-weight: 600;
|
|
3825
|
+
--heading-2-letter-spacing: inherit;
|
|
3826
|
+
--heading-2-line-height: 2.25rem;
|
|
3827
|
+
--heading-2-line-height-small: 2.25rem;
|
|
3828
|
+
--heading-3-font-family: var(--font-family_2);
|
|
3829
|
+
--heading-3-font-size: 1.375rem;
|
|
3830
|
+
--heading-3-font-weight: 600;
|
|
3831
|
+
--heading-3-letter-spacing: inherit;
|
|
3832
|
+
--heading-3-line-height: 1.75rem;
|
|
3833
|
+
--heading-4-font-family: var(--font-family_2);
|
|
3834
|
+
--heading-4-font-size: 1.125rem;
|
|
3835
|
+
--heading-4-font-weight: 600;
|
|
3836
|
+
--heading-4-letter-spacing: inherit;
|
|
3837
|
+
--heading-4-line-height: 1.625rem;
|
|
3838
|
+
--bullet-list-marker-color: var(--IDS-COLOR-PRIMARY-40);
|
|
3839
|
+
--bullet-list-marker-font-weight: normal;
|
|
3238
3840
|
/**********************
|
|
3239
3841
|
* General
|
|
3240
3842
|
**********************/
|
|
3241
|
-
--
|
|
3843
|
+
--IDS-BORDER-RADIUS: 3px;
|
|
3242
3844
|
--IDS-BASE__FONT-COLOR: var(--IDS-COLOR-NEUTRAL-20);
|
|
3243
3845
|
/**********************
|
|
3244
3846
|
* Forms
|
|
@@ -3301,13 +3903,13 @@ select::placeholder {
|
|
|
3301
3903
|
--btn-secondary-hover-icon_color: var(--IDS-COLOR-ON-ACCENT-30);
|
|
3302
3904
|
--btn-tertiary_color: var(--IDS-COLOR-ACCENT-40);
|
|
3303
3905
|
--btn-tertiary-active_color: var(--IDS-COLOR-ACCENT-30);
|
|
3304
|
-
--btn_border-radius: var(--IDS-BORDER-RADIUS);
|
|
3906
|
+
--btn_border-radius: var(--IDS-FORM-BORDER-RADIUS);
|
|
3305
3907
|
--btn-disabled_color: var(--IDS-COLOR-NEUTRAL-40);
|
|
3306
3908
|
--btn-disabled_border: 1px solid var(--IDS-COLOR-NEUTRAL-90);
|
|
3307
3909
|
---btn-submit_height: 3.75em !important;
|
|
3308
|
-
--btn-submit_border-radius: var(--IDS-BORDER-RADIUS);
|
|
3309
|
-
--btn-search_border-radius: var(--IDS-BORDER-RADIUS);
|
|
3310
|
-
--btn-search-mobile_border-radius: var(--IDS-BORDER-RADIUS);
|
|
3910
|
+
--btn-submit_border-radius: var(--IDS-FORM-BORDER-RADIUS);
|
|
3911
|
+
--btn-search_border-radius: var(--IDS-FORM-BORDER-RADIUS);
|
|
3912
|
+
--btn-search-mobile_border-radius: var(--IDS-FORM-BORDER-RADIUS);
|
|
3311
3913
|
--btn-search_height: 3.75rem;
|
|
3312
3914
|
--btn-search-s_height: 3.125rem;
|
|
3313
3915
|
--btn-search-mobile_height: 3.125rem;
|
|
@@ -3335,16 +3937,14 @@ select::placeholder {
|
|
|
3335
3937
|
/* Card */
|
|
3336
3938
|
--IDS-CARD__BACKGROUND: white;
|
|
3337
3939
|
--IDS-CARD__BORDER: 1px solid var(--IDS-COLOR-NEUTRAL-40);
|
|
3338
|
-
--IDS-CARD__BORDER-RADIUS: var(--IDS-BORDER-RADIUS);
|
|
3940
|
+
--IDS-CARD__BORDER-RADIUS: var(--IDS-FORM-BORDER-RADIUS);
|
|
3339
3941
|
--IDS-CARD__COLOR: var(--IDS-COLOR-NEUTRAL-20);
|
|
3340
3942
|
--IDS-CARD__INNER__BORDER: none;
|
|
3341
3943
|
--IDS-CARD--BORDER__BORDER: none;
|
|
3342
3944
|
--IDS-CARD--HOVER_BOX-SHADOW: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
|
|
3343
3945
|
--IDS-CARD--FILL__INNER__BACKGROUND: var(--IDS-COLOR-SECONDARY-95);
|
|
3344
|
-
--IDS-CARD--FILL__INNER__BORDER: 1px solid
|
|
3345
|
-
|
|
3346
|
-
--IDS-CARD--FILL__INNER__BORDER-INTERACTIVE: 1px solid
|
|
3347
|
-
var(--IDS-COLOR-ACCENT-30);
|
|
3946
|
+
--IDS-CARD--FILL__INNER__BORDER: 1px solid var(--IDS-CARD--FILL__INNER__BACKGROUND);
|
|
3947
|
+
--IDS-CARD--FILL__INNER__BORDER-INTERACTIVE: 1px solid var(--IDS-COLOR-ACCENT-30);
|
|
3348
3948
|
--IDS-CARD--FILL-2__INNER__BACKGROUND: white;
|
|
3349
3949
|
--IDS-CARD--FILL-2__INNER__BORDER: 1px solid var(--IDS-COLOR-NEUTRAL-40);
|
|
3350
3950
|
/* Carousel */
|
|
@@ -3356,7 +3956,6 @@ select::placeholder {
|
|
|
3356
3956
|
--carousel_font-family: var(--font-family_1);
|
|
3357
3957
|
--carousel-slides_background-color: white;
|
|
3358
3958
|
--carousel-description_background-color: white;
|
|
3359
|
-
--carousel-description--mobile_padding: 5px 10px;
|
|
3360
3959
|
/* Date label */
|
|
3361
3960
|
--IDS-DATE-LABEL__DAY__FONT-FAMILY: var(--font-family_1);
|
|
3362
3961
|
--IDS-DATE-LABEL__DAY__COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
@@ -3368,9 +3967,12 @@ select::placeholder {
|
|
|
3368
3967
|
--dialog_color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3369
3968
|
--dialog_border-color: var(--IDS-COLOR-NEUTRAL-40);
|
|
3370
3969
|
--dialog-headline_font-weight: 600;
|
|
3371
|
-
--dialog_border-radius: var(--IDS-BORDER-RADIUS);
|
|
3970
|
+
--dialog_border-radius: var(--IDS-FORM-BORDER-RADIUS);
|
|
3372
3971
|
--dialog-headline_color: var(--IDS-COLOR-PRIMARY-40);
|
|
3373
3972
|
--dialog-headline_font-family: var(--font-family_2);
|
|
3973
|
+
/* Dropdown */
|
|
3974
|
+
--IDS-DROPDOWN__BORDER-COLOR: var(--IDS-COLOR-NEUTRAL-40);
|
|
3975
|
+
--IDS-DROPDOWN__LINK__BORDER-RADIUS: 3px;
|
|
3374
3976
|
/* Expandable */
|
|
3375
3977
|
--expandable_border-bottom: 1px solid var(--IDS-COLOR-NEUTRAL-40);
|
|
3376
3978
|
--expandable-headline_color: var(--IDS-COLOR-ACCENT-40);
|
|
@@ -3436,6 +4038,8 @@ select::placeholder {
|
|
|
3436
4038
|
--icon-color2-preset3: var(--IDS-COLOR-NEUTRAL-40);
|
|
3437
4039
|
--icon-color-preset4: white;
|
|
3438
4040
|
--icon-color2-preset4: white;
|
|
4041
|
+
--IDS-ICON-COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
4042
|
+
--IDS-ICON-ACTIVE-COLOR: var(--IDS-COLOR-ACCENT-30);
|
|
3439
4043
|
/* Link */
|
|
3440
4044
|
--IDS-LINK--FONT-FAMILY: var(--font-family_1);
|
|
3441
4045
|
--link_color: var(--IDS-COLOR-ACCENT-40);
|
|
@@ -3451,34 +4055,25 @@ select::placeholder {
|
|
|
3451
4055
|
--list_border: var(--IDS-COLOR-NEUTRAL-90);
|
|
3452
4056
|
--list_color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3453
4057
|
--list-item-interactive_border-bottom: var(--IDS-COLOR-ACCENT-30) 5px solid;
|
|
4058
|
+
/* List pagniation */
|
|
4059
|
+
--IDS-LIST-PAGINATION-LINK--FONT-FAMILY: var(--font-family_1);
|
|
3454
4060
|
/* Mobile Menu Remake */
|
|
3455
4061
|
/* Level 1 */
|
|
3456
|
-
--IDS-MOBILE-MENU-ITEM__INNER__BACKGROUND-COLOR: var(
|
|
3457
|
-
--IDS-COLOR-SECONDARY-90
|
|
3458
|
-
);
|
|
4062
|
+
--IDS-MOBILE-MENU-ITEM__INNER__BACKGROUND-COLOR: var(--IDS-COLOR-SECONDARY-90);
|
|
3459
4063
|
--IDS-MOBILE-MENU-ITEM__INNER__COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3460
|
-
--IDS-MOBILE-MENU-ITEM__INNER__BORDER-BOTTOM: 1px solid
|
|
3461
|
-
var(--IDS-COLOR-NEUTRAL-40);
|
|
4064
|
+
--IDS-MOBILE-MENU-ITEM__INNER__BORDER-BOTTOM: 1px solid var(--IDS-COLOR-NEUTRAL-40);
|
|
3462
4065
|
--IDS-MOBILE-MENU-ITEM__INNER__FONT-WEIGHT: 600;
|
|
3463
4066
|
--IDS-MOBILE-MENU-ITEM__ICON__COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3464
4067
|
/* Level 1 - ACTIVE */
|
|
3465
|
-
--IDS-MOBILE-MENU-ITEM--ACTIVE__INNER__BEFORE__BACKGROUND-COLOR: var(
|
|
3466
|
-
--IDS-COLOR-PRIMARY-40
|
|
3467
|
-
);
|
|
4068
|
+
--IDS-MOBILE-MENU-ITEM--ACTIVE__INNER__BEFORE__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3468
4069
|
/* Level 1 - HAS-CHILDREN */
|
|
3469
|
-
--IDS-MOBILE-MENU-ITEM--HAS-CHILDREN__INNER__BACKGROUND-COLOR: var(
|
|
3470
|
-
--IDS-COLOR-SECONDARY-90
|
|
3471
|
-
);
|
|
4070
|
+
--IDS-MOBILE-MENU-ITEM--HAS-CHILDREN__INNER__BACKGROUND-COLOR: var(--IDS-COLOR-SECONDARY-90);
|
|
3472
4071
|
/* Level 1 - EXPANDED */
|
|
3473
|
-
--IDS-MOBILE-MENU-ITEM--EXPANDED__INNER__BACKGROUND-COLOR: var(
|
|
3474
|
-
--IDS-COLOR-SECONDARY-90
|
|
3475
|
-
);
|
|
4072
|
+
--IDS-MOBILE-MENU-ITEM--EXPANDED__INNER__BACKGROUND-COLOR: var(--IDS-COLOR-SECONDARY-90);
|
|
3476
4073
|
/* Level 1 - OUTLINE */
|
|
3477
4074
|
--IDS-MOBILE-MENU-ITEM--FOCUS--OUTLINE-COLOR: var(--focus-outline_color);
|
|
3478
4075
|
/* Level 1 - VARIATION 2 */
|
|
3479
|
-
--IDS-MOBILE-MENU--2-ITEM__INNER__BACKGROUND-COLOR: var(
|
|
3480
|
-
--IDS-COLOR-PRIMARY-40
|
|
3481
|
-
);
|
|
4076
|
+
--IDS-MOBILE-MENU--2-ITEM__INNER__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3482
4077
|
--IDS-MOBILE-MENU--2-ITEM__INNER__COLOR: white;
|
|
3483
4078
|
--IDS-MOBILE-MENU--2-ITEM__INNER__BORDER-BOTTOM-COLOR: white;
|
|
3484
4079
|
--IDS-MOBILE-MENU--2-ITEM__ICON__COLOR: white;
|
|
@@ -3490,9 +4085,7 @@ select::placeholder {
|
|
|
3490
4085
|
/* Level 1 - VARIATION 2 - OUTLINE */
|
|
3491
4086
|
--IDS-MOBILE-MENU--2-ITEM--FOCUS--OUTLINE-COLOR: white;
|
|
3492
4087
|
/* Level 1 - SECONDARY */
|
|
3493
|
-
--IDS-MOBILE-MENU-ITEM--SECONDARY--FOCUS--OUTLINE-COLOR: var(
|
|
3494
|
-
--focus-outline_color
|
|
3495
|
-
);
|
|
4088
|
+
--IDS-MOBILE-MENU-ITEM--SECONDARY--FOCUS--OUTLINE-COLOR: var(--focus-outline_color);
|
|
3496
4089
|
--IDS-MOBILE-MENU-ITEM--SECONDARY__INNER__COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3497
4090
|
--IDS-MOBILE-MENU-ITEM--SECONDARY__INNER__BACKGROUND-COLOR: white;
|
|
3498
4091
|
--IDS-MOBILE-MENU-ITEM--SECONDARY--ACTIVE__INNER__BEFORE__BACKGROUND-COLOR: var(
|
|
@@ -3501,29 +4094,20 @@ select::placeholder {
|
|
|
3501
4094
|
/* Level 2 */
|
|
3502
4095
|
--IDS-MOBILE-MENU-ITEM--2__INNER__BACKGROUND-COLOR: white;
|
|
3503
4096
|
--IDS-MOBILE-MENU-ITEM--2__INNER__COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3504
|
-
--IDS-MOBILE-MENU-ITEM--2__INNER__BORDER-BOTTOM: 1px solid
|
|
3505
|
-
var(--IDS-COLOR-NEUTRAL-40);
|
|
4097
|
+
--IDS-MOBILE-MENU-ITEM--2__INNER__BORDER-BOTTOM: 1px solid var(--IDS-COLOR-NEUTRAL-40);
|
|
3506
4098
|
--IDS-MOBILE-MENU-ITEM--2__INNER__FONT-WEIGHT: normal;
|
|
3507
4099
|
--IDS-MOBILE-MENU-ITEM--2__ICON__COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3508
|
-
--IDS-MOBILE-MENU-ITEM--2__INNER__BEFORE__BACKGROUND-COLOR: var(
|
|
3509
|
-
--IDS-COLOR-SECONDARY-40
|
|
3510
|
-
);
|
|
4100
|
+
--IDS-MOBILE-MENU-ITEM--2__INNER__BEFORE__BACKGROUND-COLOR: var(--IDS-COLOR-SECONDARY-40);
|
|
3511
4101
|
/* Level 2 - ACTIVE */
|
|
3512
|
-
--IDS-MOBILE-MENU-ITEM--2--ACTIVE__INNER__BEFORE__BACKGROUND-COLOR: var(
|
|
3513
|
-
--IDS-COLOR-PRIMARY-40
|
|
3514
|
-
);
|
|
4102
|
+
--IDS-MOBILE-MENU-ITEM--2--ACTIVE__INNER__BEFORE__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3515
4103
|
/* Level 2 - HAS-CHILDREN */
|
|
3516
4104
|
--IDS-MOBILE-MENU-ITEM--2--HAS-CHILDREN__INNER__FONT-WEIGHT: normal;
|
|
3517
4105
|
/* Level 2 - HAS-CHILDREN */
|
|
3518
|
-
--IDS-MOBILE-MENU-ITEM--2--EXPANDED__INNER__BEFORE__BACKGROUND-COLOR: var(
|
|
3519
|
-
--IDS-COLOR-PRIMARY-40
|
|
3520
|
-
);
|
|
4106
|
+
--IDS-MOBILE-MENU-ITEM--2--EXPANDED__INNER__BEFORE__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3521
4107
|
/* Level 2 - OUTLINE */
|
|
3522
4108
|
--IDS-MOBILE-MENU-ITEM--2--FOCUS--OUTLINE-COLOR: var(--focus-outline_color);
|
|
3523
4109
|
/* Level 2 - VARIATION 2 */
|
|
3524
|
-
--IDS-MOBILE-MENU--2-ITEM--2__INNER__BACKGROUND-COLOR: var(
|
|
3525
|
-
--IDS-COLOR-PRIMARY-40
|
|
3526
|
-
);
|
|
4110
|
+
--IDS-MOBILE-MENU--2-ITEM--2__INNER__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3527
4111
|
--IDS-MOBILE-MENU--2-ITEM--2__INNER__COLOR: white;
|
|
3528
4112
|
--IDS-MOBILE-MENU--2-ITEM--2__INNER__BORDER-BOTTOM-COLOR: white;
|
|
3529
4113
|
--IDS-MOBILE-MENU--2-ITEM--2__ICON__COLOR: white;
|
|
@@ -3534,9 +4118,7 @@ select::placeholder {
|
|
|
3534
4118
|
/* Level 2 - OUTLINE */
|
|
3535
4119
|
--IDS-MOBILE-MENU-ITEM--3--FOCUS--OUTLINE-COLOR: var(--focus-outline_color);
|
|
3536
4120
|
/* Level 3 - VARIATION 2 */
|
|
3537
|
-
--IDS-MOBILE-MENU--2-ITEM--3__INNER__BACKGROUND-COLOR: var(
|
|
3538
|
-
--IDS-COLOR-PRIMARY-40
|
|
3539
|
-
);
|
|
4121
|
+
--IDS-MOBILE-MENU--2-ITEM--3__INNER__BACKGROUND-COLOR: var(--IDS-COLOR-PRIMARY-40);
|
|
3540
4122
|
--IDS-MOBILE-MENU--2-ITEM--3__INNER__BORDER-BOTTOM-COLOR: white;
|
|
3541
4123
|
--IDS-MOBILE-MENU--2-ITEM--3__INNER__COLOR: white;
|
|
3542
4124
|
--IDS-MOBILE-MENU--2-ITEM--3--FOCUS--OUTLINE-COLOR: white;
|
|
@@ -3574,9 +4156,7 @@ select::placeholder {
|
|
|
3574
4156
|
--mobile-menu-item--active_border: var(--IDS-COLOR-PRIMARY-40);
|
|
3575
4157
|
--mobile-menu-item-has-children_color: var(--IDS-COLOR-PRIMARY-40);
|
|
3576
4158
|
--mobile-menu-item-has-children_border-color: var(--IDS-COLOR-SECONDARY-90);
|
|
3577
|
-
--mobile-menu-item-has-children_background-color: var(
|
|
3578
|
-
--IDS-COLOR-SECONDARY-90
|
|
3579
|
-
);
|
|
4159
|
+
--mobile-menu-item-has-children_background-color: var(--IDS-COLOR-SECONDARY-90);
|
|
3580
4160
|
/* Variation 2 */
|
|
3581
4161
|
--mobile-menu-2-item_background-color: var(--IDS-COLOR-PRIMARY-40);
|
|
3582
4162
|
--mobile-menu-2-item_color: var(--IDS-COLOR-ON-PRIMARY-40);
|
|
@@ -3600,9 +4180,7 @@ select::placeholder {
|
|
|
3600
4180
|
--mobile-menu-2-item-2--active_background-color: var(--IDS-COLOR-PRIMARY-40);
|
|
3601
4181
|
--mobile-menu-2-item-2--expanded_color: var(--IDS-COLOR-ON-PRIMARY-40);
|
|
3602
4182
|
--mobile-menu-2-item-2--expanded_border-color: var(--IDS-COLOR-PRIMARY-40);
|
|
3603
|
-
--mobile-menu-2-item-2--expanded_background-color: var(
|
|
3604
|
-
--IDS-COLOR-PRIMARY-40
|
|
3605
|
-
);
|
|
4183
|
+
--mobile-menu-2-item-2--expanded_background-color: var(--IDS-COLOR-PRIMARY-40);
|
|
3606
4184
|
/* Level 3 */
|
|
3607
4185
|
/* Variation 1 */
|
|
3608
4186
|
--mobile-menu-item-3_color: var(--IDS-COLOR-PRIMARY-40);
|
|
@@ -3619,15 +4197,14 @@ select::placeholder {
|
|
|
3619
4197
|
--mobile-menu-2-item-3--active_border: var(--IDS-COLOR-PRIMARY-40);
|
|
3620
4198
|
--mobile-menu-2-item-2-chevron_color: var(--IDS-COLOR-ON-PRIMARY-40);
|
|
3621
4199
|
/* Navigation Content */
|
|
3622
|
-
--content-navigation_border-radius: var(--IDS-BORDER-RADIUS);
|
|
3623
|
-
--content-navigation_font-family: var(--font-
|
|
3624
|
-
--content-navigation_font-weight:
|
|
3625
|
-
--content-navigation_font-size:
|
|
4200
|
+
--content-navigation_border-radius: var(--IDS-FORM-BORDER-RADIUS);
|
|
4201
|
+
--content-navigation_font-family: var(--font-family_2);
|
|
4202
|
+
--content-navigation_font-weight: 600;
|
|
4203
|
+
--content-navigation_font-size: 1.25rem;
|
|
3626
4204
|
--content-navigation_line-height: 22px;
|
|
3627
4205
|
--content-navigation_letter-spacing: -0.4px;
|
|
3628
|
-
--content-navigation_text-transform: uppercase;
|
|
3629
4206
|
--content-navigation_padding-bottom: 5px;
|
|
3630
|
-
--content-navigation_color: var(--IDS-COLOR-
|
|
4207
|
+
--content-navigation_color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3631
4208
|
--content-navigation-separator_background-color: var(--IDS-COLOR-NEUTRAL-90);
|
|
3632
4209
|
/* Navigation Local */
|
|
3633
4210
|
--navigation-local_border-top: 1px solid var(--IDS-COLOR-NEUTRAL-90);
|
|
@@ -3666,9 +4243,7 @@ select::placeholder {
|
|
|
3666
4243
|
--stepper-step-indicator_color: var(--IDS-COLOR-ACCENT-40);
|
|
3667
4244
|
--stepper-step-indicator_font-family: var(--font-family_1);
|
|
3668
4245
|
--stepper-step-chevron_color: var(--IDS-COLOR-ACCENT-40);
|
|
3669
|
-
--stepper-step-indicator-selected_background-color: var(
|
|
3670
|
-
--IDS-COLOR-ACCENT-40
|
|
3671
|
-
);
|
|
4246
|
+
--stepper-step-indicator-selected_background-color: var(--IDS-COLOR-ACCENT-40);
|
|
3672
4247
|
--stepper-step-indicator-valid-icon_color: var(--IDS-COLOR-SUCCESS-40);
|
|
3673
4248
|
--stepper-step-indicator-valid_background-color: var(--IDS-COLOR-SUCCESS-99);
|
|
3674
4249
|
--stepper-step-indicator-valid_border: 1px solid var(--IDS-COLOR-SUCCESS-40);
|
|
@@ -3691,11 +4266,12 @@ select::placeholder {
|
|
|
3691
4266
|
/* Tab */
|
|
3692
4267
|
--IDS-TABS_BORDER-BOTTOM: 4px solid var(--IDS-COLOR-NEUTRAL-90);
|
|
3693
4268
|
--IDS-TAB_BACKGROUND-COLOR: var(--color-dust-background);
|
|
3694
|
-
--IDS-TAB_COLOR: var(--IDS-COLOR-ACCENT-
|
|
3695
|
-
--IDS-
|
|
4269
|
+
--IDS-TAB_COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
4270
|
+
--IDS-TAB--SELECTED_COLOR: var(--IDS-COLOR-ACCENT-30);
|
|
4271
|
+
--IDS-TAB_BORDER: 1px solid transparent;
|
|
4272
|
+
--IDS-TAB--SELECTED-BORDER: 1px solid var(--IDS-COLOR-NEUTRAL-40);
|
|
3696
4273
|
--IDS-TAB_BORDER-RADIUS: 3px 3px 0px 0px;
|
|
3697
4274
|
--IDS-TAB--SELECTED_BOX-SHADOW: 0px 0px 4px rgba(0, 0, 0, 0.3);
|
|
3698
|
-
--IDS-TAB--SELECTED_COLOR: var(--color-grey-base);
|
|
3699
4275
|
--IDS-TAB-ICON_COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
3700
4276
|
--IDS-TAB-ICON_COLOR2: var(--IDS-COLOR-ACCENT-40);
|
|
3701
4277
|
--IDS-TAB--SELECTED--BEFORE_CONTENT: none;
|
|
@@ -3708,9 +4284,10 @@ select::placeholder {
|
|
|
3708
4284
|
--IDS-TAG__BORDER-RADIUS: 5px;
|
|
3709
4285
|
--IDS-TAG__PADDING: 7px 15px;
|
|
3710
4286
|
--IDS-TAG__COLOR: var(--IDS-COLOR-NEUTRAL-20);
|
|
3711
|
-
--IDS-TAG__ICON_COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
3712
4287
|
--IDS-TAG--INTERACTIVE__COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
4288
|
+
--IDS-TAG--INTERACTIVE__COLOR--HOVER: var(--IDS-COLOR-ACCENT-30);
|
|
3713
4289
|
--IDS-TAG--INTERACTIVE__BORDER-COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
4290
|
+
--IDS-TAG--INTERACTIVE__FONT-WEIGHT: normal;
|
|
3714
4291
|
--IDS-TAG__ICON__COLOR: var(--IDS-COLOR-ACCENT-40);
|
|
3715
4292
|
/* Tooltip */
|
|
3716
4293
|
--tooltip_color: var(--IDS-COLOR-NEUTRAL-20);
|
|
@@ -3785,97 +4362,89 @@ ids-input input[type=search]::-webkit-search-results-decoration {
|
|
|
3785
4362
|
.ids .ids-heading-1 {
|
|
3786
4363
|
color: var(--IDS-COLOR-PRIMARY-40);
|
|
3787
4364
|
font-style: normal;
|
|
3788
|
-
font-family: var(--
|
|
3789
|
-
font-size: var(--
|
|
3790
|
-
font-weight: var(--
|
|
3791
|
-
letter-spacing: var(--
|
|
3792
|
-
line-height: var(--
|
|
4365
|
+
font-family: var(--heading-1-font-family);
|
|
4366
|
+
font-size: var(--heading-1-font-size);
|
|
4367
|
+
font-weight: var(--heading-1-font-weight);
|
|
4368
|
+
letter-spacing: var(--heading-1-letter-spacing);
|
|
4369
|
+
line-height: var(--heading-1-line-height);
|
|
3793
4370
|
}
|
|
3794
4371
|
@media (max-width: 1024px) {
|
|
3795
4372
|
.ids .ids-heading-1 {
|
|
3796
|
-
font-size: var(--
|
|
3797
|
-
line-height: var(--
|
|
4373
|
+
font-size: var(--heading-1-font-size-small);
|
|
4374
|
+
line-height: var(--heading-1-line-height-small);
|
|
3798
4375
|
}
|
|
3799
4376
|
}
|
|
3800
4377
|
|
|
3801
4378
|
.ids .ids-heading-1.ids-small {
|
|
3802
4379
|
color: var(--IDS-COLOR-PRIMARY-40);
|
|
3803
4380
|
font-style: normal;
|
|
3804
|
-
font-family: var(--
|
|
3805
|
-
font-size: var(--
|
|
3806
|
-
font-weight: var(--
|
|
3807
|
-
letter-spacing: var(--
|
|
3808
|
-
line-height: var(--
|
|
4381
|
+
font-family: var(--heading-1-small-font-family);
|
|
4382
|
+
font-size: var(--heading-1-small-font-size);
|
|
4383
|
+
font-weight: var(--heading-1-small-font-weight);
|
|
4384
|
+
letter-spacing: var(--heading-1-small-letter-spacing);
|
|
4385
|
+
line-height: var(--heading-1-small-line-height);
|
|
3809
4386
|
}
|
|
3810
4387
|
@media (max-width: 1024px) {
|
|
3811
4388
|
.ids .ids-heading-1.ids-small {
|
|
3812
|
-
font-size: var(--
|
|
3813
|
-
line-height: var(--
|
|
4389
|
+
font-size: var(--heading-1-small-font-size-small);
|
|
4390
|
+
line-height: var(--heading-1-small-line-height-small);
|
|
3814
4391
|
}
|
|
3815
4392
|
}
|
|
3816
4393
|
|
|
3817
4394
|
.ids .ids-heading-2 {
|
|
3818
4395
|
color: var(--IDS-COLOR-PRIMARY-40);
|
|
3819
4396
|
font-style: normal;
|
|
3820
|
-
font-family: var(--
|
|
3821
|
-
font-size: var(--
|
|
3822
|
-
font-weight: var(--
|
|
3823
|
-
letter-spacing: var(--
|
|
3824
|
-
line-height: var(--
|
|
4397
|
+
font-family: var(--heading-2-font-family);
|
|
4398
|
+
font-size: var(--heading-2-font-size);
|
|
4399
|
+
font-weight: var(--heading-2-font-weight);
|
|
4400
|
+
letter-spacing: var(--heading-2-letter-spacing);
|
|
4401
|
+
line-height: var(--heading-2-line-height);
|
|
3825
4402
|
}
|
|
3826
4403
|
@media (max-width: 1024px) {
|
|
3827
4404
|
.ids .ids-heading-2 {
|
|
3828
|
-
font-size: var(--
|
|
3829
|
-
line-height: var(--
|
|
4405
|
+
font-size: var(--heading-2-font-size-small);
|
|
4406
|
+
line-height: var(--heading-2-line-height-small);
|
|
3830
4407
|
}
|
|
3831
4408
|
}
|
|
3832
4409
|
|
|
3833
4410
|
.ids .ids-heading-3 {
|
|
3834
4411
|
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3835
4412
|
font-style: normal;
|
|
3836
|
-
font-family: var(--
|
|
3837
|
-
font-size: var(--
|
|
3838
|
-
font-weight: var(--
|
|
3839
|
-
letter-spacing: var(--
|
|
3840
|
-
line-height: var(--
|
|
4413
|
+
font-family: var(--heading-3-font-family);
|
|
4414
|
+
font-size: var(--heading-3-font-size);
|
|
4415
|
+
font-weight: var(--heading-3-font-weight);
|
|
4416
|
+
letter-spacing: var(--heading-3-letter-spacing);
|
|
4417
|
+
line-height: var(--heading-3-line-height);
|
|
3841
4418
|
}
|
|
3842
4419
|
|
|
3843
4420
|
.ids .ids-heading-4 {
|
|
3844
4421
|
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3845
4422
|
font-style: normal;
|
|
3846
|
-
font-family: var(--
|
|
3847
|
-
font-size: var(--
|
|
3848
|
-
font-weight: var(--
|
|
3849
|
-
letter-spacing: var(--
|
|
3850
|
-
line-height: var(--
|
|
4423
|
+
font-family: var(--heading-4-font-family);
|
|
4424
|
+
font-size: var(--heading-4-font-size);
|
|
4425
|
+
font-weight: var(--heading-4-font-weight);
|
|
4426
|
+
letter-spacing: var(--heading-4-letter-spacing);
|
|
4427
|
+
line-height: var(--heading-4-line-height);
|
|
3851
4428
|
}
|
|
3852
4429
|
|
|
3853
4430
|
.ids .ids-heading-5 {
|
|
3854
4431
|
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3855
4432
|
font-style: normal;
|
|
3856
|
-
|
|
3857
|
-
font-
|
|
3858
|
-
font-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
line-height: var(--header-5-line-height);
|
|
3862
|
-
}
|
|
3863
|
-
@media (max-width: 1024px) {
|
|
3864
|
-
.ids .ids-heading-5 {
|
|
3865
|
-
font-size: var(--header-5-font-size-small);
|
|
3866
|
-
line-height: var(--header-5-line-height-small);
|
|
3867
|
-
}
|
|
4433
|
+
font-family: var(--heading-3-font-family);
|
|
4434
|
+
font-size: var(--heading-3-font-size);
|
|
4435
|
+
font-weight: var(--heading-3-font-weight);
|
|
4436
|
+
letter-spacing: var(--heading-3-letter-spacing);
|
|
4437
|
+
line-height: var(--heading-3-line-height);
|
|
3868
4438
|
}
|
|
3869
4439
|
|
|
3870
4440
|
.ids .ids-heading-6 {
|
|
3871
4441
|
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3872
4442
|
font-style: normal;
|
|
3873
|
-
|
|
3874
|
-
font-
|
|
3875
|
-
font-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
line-height: var(--header-6-line-height);
|
|
4443
|
+
font-family: var(--heading-4-font-family);
|
|
4444
|
+
font-size: var(--heading-4-font-size);
|
|
4445
|
+
font-weight: var(--heading-4-font-weight);
|
|
4446
|
+
letter-spacing: var(--heading-4-letter-spacing);
|
|
4447
|
+
line-height: var(--heading-4-line-height);
|
|
3879
4448
|
}
|
|
3880
4449
|
|
|
3881
4450
|
.ids .ids-preamble {
|
|
@@ -3898,6 +4467,52 @@ ids-input input[type=search]::-webkit-search-results-decoration {
|
|
|
3898
4467
|
line-height: 1.625rem;
|
|
3899
4468
|
}
|
|
3900
4469
|
|
|
4470
|
+
.ids ul.ids-bullet-list,
|
|
4471
|
+
.ids .ids-bullet-list {
|
|
4472
|
+
list-style: disc;
|
|
4473
|
+
margin-left: 1.5rem;
|
|
4474
|
+
}
|
|
4475
|
+
.ids ul.ids-bullet-list li,
|
|
4476
|
+
.ids .ids-bullet-list li {
|
|
4477
|
+
margin-bottom: 1rem;
|
|
4478
|
+
padding-left: 0.5rem;
|
|
4479
|
+
display: list-item;
|
|
4480
|
+
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
4481
|
+
font-family: var(--font-family_1);
|
|
4482
|
+
font-size: 1rem;
|
|
4483
|
+
font-style: normal;
|
|
4484
|
+
font-weight: 400;
|
|
4485
|
+
letter-spacing: 0rem;
|
|
4486
|
+
line-height: 1.625rem;
|
|
4487
|
+
}
|
|
4488
|
+
.ids ul.ids-bullet-list li::marker,
|
|
4489
|
+
.ids .ids-bullet-list li::marker {
|
|
4490
|
+
color: var(--bullet-list-marker-color);
|
|
4491
|
+
}
|
|
4492
|
+
|
|
4493
|
+
.ids ol.ids-numbered-list,
|
|
4494
|
+
.ids .ids-numbered-list {
|
|
4495
|
+
list-style-type: decimal;
|
|
4496
|
+
margin-left: 1.5rem;
|
|
4497
|
+
}
|
|
4498
|
+
.ids ol.ids-numbered-list li,
|
|
4499
|
+
.ids .ids-numbered-list li {
|
|
4500
|
+
margin-bottom: 1rem;
|
|
4501
|
+
padding-left: 0.5rem;
|
|
4502
|
+
display: list-item;
|
|
4503
|
+
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
4504
|
+
font-family: var(--font-family_1);
|
|
4505
|
+
font-size: 1rem;
|
|
4506
|
+
font-style: normal;
|
|
4507
|
+
font-weight: 400;
|
|
4508
|
+
letter-spacing: 0rem;
|
|
4509
|
+
line-height: 1.625rem;
|
|
4510
|
+
}
|
|
4511
|
+
.ids ol.ids-numbered-list li::marker,
|
|
4512
|
+
.ids .ids-numbered-list li::marker {
|
|
4513
|
+
font-weight: var(--bullet-list-marker-font-weight);
|
|
4514
|
+
}
|
|
4515
|
+
|
|
3901
4516
|
.ids .ids-body.ids-disabled {
|
|
3902
4517
|
color: var(--IDS-COLOR-NEUTRAL-40);
|
|
3903
4518
|
font-style: italic;
|
|
@@ -3955,7 +4570,8 @@ ids-input input[type=search]::-webkit-search-results-decoration {
|
|
|
3955
4570
|
display: none;
|
|
3956
4571
|
}
|
|
3957
4572
|
|
|
3958
|
-
:root,
|
|
4573
|
+
:root,
|
|
4574
|
+
:host {
|
|
3959
4575
|
/* Footer */
|
|
3960
4576
|
--footer-headline_color: var(--IDS-COLOR-PRIMARY-40);
|
|
3961
4577
|
--footer-headline-sub_color: var(--IDS-COLOR-PRIMARY-40);
|
|
@@ -3993,7 +4609,7 @@ ids-input input[type=search]::-webkit-search-results-decoration {
|
|
|
3993
4609
|
/* Mobile Menu */
|
|
3994
4610
|
--mobile-menu-item_font-weight: normal;
|
|
3995
4611
|
--mobile-menu-item-has-children_font-weight: 600;
|
|
3996
|
-
--mobile-menu-sub-item--before_box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.3);
|
|
4612
|
+
--mobile-menu-sub-item--before_box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.3);
|
|
3997
4613
|
--mobile-menu-sub-item--before_display: block;
|
|
3998
4614
|
--mobile-menu-item--focus_outline-color: var(--focus-outline_color);
|
|
3999
4615
|
--mobile-menu-2-sub-item-item_box-shadow: none;
|
|
@@ -4028,6 +4644,21 @@ ids-input input[type=search]::-webkit-search-results-decoration {
|
|
|
4028
4644
|
--mobile-menu-2-item-3--active_border: var(--IDS-COLOR-SECONDARY-90);
|
|
4029
4645
|
--mobile-menu-2-item-3--active_background-color: var(--IDS-COLOR-SECONDARY-90);
|
|
4030
4646
|
--mobile-menu-2-item-3--active_color: var(--IDS-COLOR-ON-SECONDARY-90);
|
|
4647
|
+
/* Description list*/
|
|
4648
|
+
--IDS-DESCRIPTION-LIST__DISPLAY: flex;
|
|
4649
|
+
--IDS-DESCRIPTION-LIST__BORDER: 0;
|
|
4650
|
+
--IDS-DESCRIPTION-LIST__BORDER-RADIUS: 0;
|
|
4651
|
+
--IDS-DESCRIPTION-LIST-TERM__PADDING: 0;
|
|
4652
|
+
--IDS-DESCRIPTION-LIST-TERM__BACKGROUND-COLOR: transparent;
|
|
4653
|
+
--IDS-DESCRIPTION-LIST-DESCRIPTION__MARGIN-BOTTOM: 12px;
|
|
4654
|
+
--IDS-DESCRIPTION-LIST-DESCRIPTION__PADDING: 0;
|
|
4655
|
+
--IDS-DESCRIPTION-LIST__DISPLAY--COLUMN: grid;
|
|
4656
|
+
--IDS-DESCRIPTION-LIST__BORDER--COLUMN: 1px solid var(--IDS-COLOR-NEUTRAL-40);
|
|
4657
|
+
--IDS-DESCRIPTION-LIST__BORDER-RADIUS--COLUMN: 5px;
|
|
4658
|
+
--IDS-DESCRIPTION-LIST-TERM__PADDING--COLUMN: 8px 8px 8px 16px;
|
|
4659
|
+
--IDS-DESCRIPTION-LIST-TERM__BACKGROUND-COLOR--COLUMN: var(--IDS-COLOR-SECONDARY-90);
|
|
4660
|
+
--IDS-DESCRIPTION-LIST-DESCRIPTION__MARGIN-BOTTOM--COLUMN: 0;
|
|
4661
|
+
--IDS-DESCRIPTION-LIST-DESCRIPTION__PADDING--COLUMN: 8px 16px 8px 8px;
|
|
4031
4662
|
}
|
|
4032
4663
|
|
|
4033
4664
|
/* Thematic classes */
|