@inera/ids-design 5.2.1 → 5.3.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/breadcrumbs/breadcrumbs-lit.js +1 -1
- package/components/breadcrumbs/breadcrumbs.css +1 -1
- package/components/data-table/data-table-lit.js +1 -1
- package/components/data-table/data-table.css +1 -0
- package/components/dialog/dialog-lit.js +1 -1
- package/components/dialog/dialog.css +5 -1
- package/components/dropdown/dropdown-lit.js +1 -1
- package/components/dropdown/dropdown.css +2 -2
- package/components/expandable/expandable-lit.js +1 -1
- package/components/expandable/expandable.css +3 -0
- package/components/form/error-message/error-message-lit.js +1 -1
- package/components/form/error-message/error-message.css +2 -2
- package/components/form/select-multiple/select-multiple-lit.js +1 -1
- package/components/form/select-multiple/select-multiple.css +38 -38
- package/components/form/spinner/spinner-lit.js +1 -1
- package/components/form/spinner/spinner.css +2 -2
- package/components/header-1177/composite-header-1177.css +26 -18
- package/components/header-1177/header-1177-avatar-lit.js +1 -1
- package/components/header-1177/header-1177-avatar.css +8 -8
- package/components/header-1177/header-1177-item-lit.js +1 -1
- package/components/header-1177/header-1177-item.css +8 -0
- package/components/header-1177/header-1177-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 +2 -2
- package/components/header-1177/header-1177.css +8 -8
- package/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-avatar-mobile.css +3 -3
- package/components/header-1177-admin/header-1177-admin-item-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin-item.css +8 -0
- package/components/header-1177-admin/header-1177-admin-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin.css +2 -2
- package/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-avatar-mobile.css +3 -3
- package/components/header-1177-pro/header-1177-pro-item-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-item.css +8 -0
- package/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-nav-menu-mobile.css +2 -2
- package/components/header-inera/header-inera-lit.js +1 -1
- package/components/header-inera/header-inera.css +4 -4
- package/components/header-inera-admin/composite-header-inera-admin.css +4 -4
- package/components/header-inera-admin/header-inera-admin-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin.css +4 -4
- package/components/list/list-lit.js +1 -1
- package/components/list/list.css +14 -15
- package/components/navigation/content/navigation-content-lit.js +1 -1
- package/components/navigation/content/navigation-content.css +19 -19
- package/components/navigation/local/navigation-local-lit.js +1 -1
- package/components/navigation/local/navigation-local.css +20 -18
- package/components/pagination/data-pagination/data-pagination-lit.js +1 -1
- package/components/pagination/data-pagination/data-pagination.css +5 -5
- package/components/pagination/list-pagination/list-pagination-lit.js +1 -1
- package/components/pagination/list-pagination/list-pagination.css +7 -7
- package/components/progressbar/progressbar-lit.js +1 -1
- package/components/progressbar/progressbar.css +3 -3
- package/components/side-menu/side-menu-lit.d.ts +2 -0
- package/components/side-menu/side-menu-lit.js +7 -0
- package/components/side-menu/side-menu.css +178 -0
- package/components/side-panel/side-panel-lit.js +1 -1
- package/components/side-panel/side-panel.css +286 -35
- package/components/stepper/stepper-lit.js +1 -1
- package/components/stepper/stepper.css +19 -19
- package/components/tabs/tabs-lit.js +1 -1
- package/components/tooltip/tooltip-lit.js +1 -1
- package/components/tooltip/tooltip.css +2 -2
- package/global/global.css +352 -315
- package/package.json +1 -1
- package/themes/1177/1177.css +670 -682
- package/themes/1177-pro/1177-pro.css +697 -699
- package/themes/inera/inera.css +640 -610
- package/themes/inera-admin/inera-admin.css +653 -610
package/global/global.css
CHANGED
|
@@ -2287,8 +2287,8 @@
|
|
|
2287
2287
|
********/
|
|
2288
2288
|
.ids-link {
|
|
2289
2289
|
font-family: var(--IDS-LINK--FONT-FAMILY);
|
|
2290
|
-
color: var(--
|
|
2291
|
-
text-decoration-color: var(--
|
|
2290
|
+
color: var(--IDS-LINK--COLORPRESET-1__COLOR);
|
|
2291
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-1__COLOR);
|
|
2292
2292
|
line-height: 1.5rem;
|
|
2293
2293
|
gap: 8px;
|
|
2294
2294
|
cursor: pointer;
|
|
@@ -2300,13 +2300,13 @@
|
|
|
2300
2300
|
.ids-link:not(:has(.ids-icon)) {
|
|
2301
2301
|
text-decoration: underline;
|
|
2302
2302
|
}
|
|
2303
|
-
.ids-link:focus
|
|
2303
|
+
.ids-link:focus {
|
|
2304
2304
|
outline: var(--IDS-FOCUS_OUTLINE);
|
|
2305
2305
|
outline-offset: var(--IDS-FOCUS_OUTLINE-OFFSET) !important;
|
|
2306
2306
|
}
|
|
2307
2307
|
.ids-link:hover, .ids-link:focus {
|
|
2308
2308
|
text-decoration: underline !important;
|
|
2309
|
-
color: var(--
|
|
2309
|
+
color: var(--IDS-LINK--COLORPRESET-1__HOVER-COLOR);
|
|
2310
2310
|
}
|
|
2311
2311
|
.ids-link:hover .ids-link__icon:has(+ .ids-link__icon--hover), .ids-link:focus .ids-link__icon:has(+ .ids-link__icon--hover) {
|
|
2312
2312
|
display: none;
|
|
@@ -2334,10 +2334,10 @@
|
|
|
2334
2334
|
padding: 0.188rem;
|
|
2335
2335
|
}
|
|
2336
2336
|
.ids-link.ids-link--active-icon.ids-link--active .ids-icon {
|
|
2337
|
-
background-color: var(--
|
|
2337
|
+
background-color: var(--IDS-LINK-ICON--COLORPRESET-1-ACTIVE__BACKGROUND-COLOR);
|
|
2338
2338
|
}
|
|
2339
2339
|
.ids-link.ids-link--active-icon:hover .ids-icon, .ids-link.ids-link--active-icon:focus-within .ids-icon {
|
|
2340
|
-
background-color: var(--
|
|
2340
|
+
background-color: var(--IDS-LINK-ICON--COLORPRESET-1-ACTIVE__HOVER-BACKGROUND-COLOR);
|
|
2341
2341
|
}
|
|
2342
2342
|
.ids-link.ids-link--active-icon.ids-link--color-2 .ids-icon {
|
|
2343
2343
|
margin-top: 0.25rem;
|
|
@@ -2350,18 +2350,18 @@
|
|
|
2350
2350
|
padding: 0.188rem;
|
|
2351
2351
|
}
|
|
2352
2352
|
.ids-link.ids-link--active-icon.ids-link--color-2.ids-link--active .ids-icon {
|
|
2353
|
-
background-color: var(--
|
|
2353
|
+
background-color: var(--IDS-LINK-ICON--COLORPRESET-2-ACTIVE__ACTIVE-BACKGROUND-COLOR);
|
|
2354
2354
|
}
|
|
2355
2355
|
.ids-link.ids-link--active-icon.ids-link--color-2:hover .ids-icon, .ids-link.ids-link--active-icon.ids-link--color-2:focus-within .ids-icon {
|
|
2356
|
-
background-color: var(--
|
|
2356
|
+
background-color: var(--IDS-LINK-ICON--COLORPRESET-2-ACTIVE__HOVER-BACKGROUND-COLOR);
|
|
2357
2357
|
}
|
|
2358
2358
|
.ids-link.ids-link--color-2 {
|
|
2359
|
-
color: var(--
|
|
2360
|
-
text-decoration-color: var(--
|
|
2359
|
+
color: var(--IDS-LINK--COLORPRESET-2__COLOR);
|
|
2360
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-2__COLOR);
|
|
2361
2361
|
}
|
|
2362
2362
|
.ids-link.ids-link--color-2:hover, .ids-link.ids-link--color-2:focus {
|
|
2363
|
-
color: var(--
|
|
2364
|
-
text-decoration-color: var(--
|
|
2363
|
+
color: var(--IDS-LINK--COLORPRESET-2__HOVER-COLOR);
|
|
2364
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-2__HOVER-COLOR);
|
|
2365
2365
|
}
|
|
2366
2366
|
.ids-link.ids-link--light {
|
|
2367
2367
|
color: white !important;
|
|
@@ -2395,9 +2395,9 @@
|
|
|
2395
2395
|
.ids-button[disabled],
|
|
2396
2396
|
.ids button.ids-button.ids-button--disabled,
|
|
2397
2397
|
.ids button.ids-button[disabled] {
|
|
2398
|
-
color: var(--
|
|
2399
|
-
border: var(--
|
|
2400
|
-
background-color:
|
|
2398
|
+
color: var(--IDS-BUTTON--DISABLED__COLOR) !important;
|
|
2399
|
+
border: var(--IDS-BUTTON--DISABLED__BORDER) !important;
|
|
2400
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100) !important;
|
|
2401
2401
|
}
|
|
2402
2402
|
|
|
2403
2403
|
.ids button.ids-button {
|
|
@@ -2425,29 +2425,28 @@
|
|
|
2425
2425
|
.ids-button,
|
|
2426
2426
|
.ids button.ids-button {
|
|
2427
2427
|
text-align: center;
|
|
2428
|
-
background-color: var(--
|
|
2429
|
-
border: var(--
|
|
2430
|
-
border-radius: var(--
|
|
2428
|
+
background-color: var(--IDS-BUTTON__BACKGROUND-COLOR);
|
|
2429
|
+
border: var(--IDS-BUTTON__BORDER);
|
|
2430
|
+
border-radius: var(--IDS-BUTTON__BORDER-RADIUS);
|
|
2431
2431
|
text-decoration: none;
|
|
2432
2432
|
box-sizing: border-box;
|
|
2433
|
-
color:
|
|
2433
|
+
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2434
2434
|
cursor: pointer;
|
|
2435
|
-
padding: var(--btn-m_padding);
|
|
2436
2435
|
gap: 8px;
|
|
2437
2436
|
display: inline-flex;
|
|
2438
2437
|
justify-content: center;
|
|
2439
2438
|
align-items: center;
|
|
2440
|
-
|
|
2441
|
-
|
|
2439
|
+
padding: var(--IDS-BUTTON--M__PADDING);
|
|
2440
|
+
line-height: var(--IDS-BUTTON--M__LINE-HEIGHT);
|
|
2441
|
+
font-size: var(--IDS-BUTTON--M__FONT-SIZE);
|
|
2442
|
+
font-family: var(--IDS-BUTTON__FONT-FAMILY);
|
|
2443
|
+
font-weight: var(--IDS-BUTTON__FONT-WEIGHT);
|
|
2442
2444
|
text-transform: uppercase;
|
|
2443
2445
|
user-select: none;
|
|
2444
2446
|
-webkit-user-select: none;
|
|
2445
2447
|
-khtml-user-select: none;
|
|
2446
2448
|
-moz-user-select: none;
|
|
2447
2449
|
-ms-user-select: none;
|
|
2448
|
-
font-size: 1rem;
|
|
2449
|
-
min-height: var(--btn-m_height);
|
|
2450
|
-
line-height: 22px;
|
|
2451
2450
|
}
|
|
2452
2451
|
.ids .ids-button:hover, .ids .ids-button:active, .ids .ids-button:focus, .ids .ids-button.ids-button--active,
|
|
2453
2452
|
.ids-button:hover,
|
|
@@ -2458,22 +2457,22 @@
|
|
|
2458
2457
|
.ids button.ids-button:active,
|
|
2459
2458
|
.ids button.ids-button:focus,
|
|
2460
2459
|
.ids button.ids-button.ids-button--active {
|
|
2461
|
-
background-color: var(--
|
|
2462
|
-
box-shadow: var(--
|
|
2460
|
+
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
2461
|
+
box-shadow: var(--IDS-BUTTON--ACTIVE__BOX-SHADOW);
|
|
2463
2462
|
}
|
|
2464
2463
|
.ids .ids-button.ids-button--s,
|
|
2465
2464
|
.ids-button.ids-button--s,
|
|
2466
2465
|
.ids button.ids-button.ids-button--s {
|
|
2467
|
-
font-size:
|
|
2468
|
-
|
|
2469
|
-
padding: var(--
|
|
2466
|
+
font-size: var(--IDS-BUTTON--S__FONT-SIZE);
|
|
2467
|
+
line-height: var(--IDS-BUTTON--S__LINE-HEIGHT);
|
|
2468
|
+
padding: var(--IDS-BUTTON--S__PADDING);
|
|
2470
2469
|
}
|
|
2471
2470
|
.ids .ids-button.ids-button--l,
|
|
2472
2471
|
.ids-button.ids-button--l,
|
|
2473
2472
|
.ids button.ids-button.ids-button--l {
|
|
2474
|
-
font-size:
|
|
2475
|
-
|
|
2476
|
-
padding: var(--
|
|
2473
|
+
font-size: var(--IDS-BUTTON--L__FONT-SIZE);
|
|
2474
|
+
line-height: var(--IDS-BUTTON--L__LINE-HEIGHT);
|
|
2475
|
+
padding: var(--IDS-BUTTON--L__PADDING);
|
|
2477
2476
|
}
|
|
2478
2477
|
.ids .ids-button.ids-button--loading,
|
|
2479
2478
|
.ids-button.ids-button--loading,
|
|
@@ -2483,23 +2482,23 @@
|
|
|
2483
2482
|
.ids .ids-button.ids-button--secondary,
|
|
2484
2483
|
.ids-button.ids-button--secondary,
|
|
2485
2484
|
.ids button.ids-button.ids-button--secondary {
|
|
2486
|
-
background-color:
|
|
2487
|
-
border: var(--
|
|
2488
|
-
color: var(--
|
|
2489
|
-
|
|
2490
|
-
padding: var(--
|
|
2485
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2486
|
+
border: var(--IDS-BUTTON--SECONDARY__BORDER);
|
|
2487
|
+
color: var(--IDS-BUTTON--SECONDARY__COLOR);
|
|
2488
|
+
line-height: var(--IDS-BUTTON--M__LINE-HEIGHT);
|
|
2489
|
+
padding: var(--IDS-BUTTON--M__PADDING);
|
|
2491
2490
|
}
|
|
2492
2491
|
.ids .ids-button.ids-button--secondary.ids-button--s,
|
|
2493
2492
|
.ids-button.ids-button--secondary.ids-button--s,
|
|
2494
2493
|
.ids button.ids-button.ids-button--secondary.ids-button--s {
|
|
2495
|
-
|
|
2496
|
-
padding: var(--
|
|
2494
|
+
line-height: var(--IDS-BUTTON--S__LINE-HEIGHT);
|
|
2495
|
+
padding: var(--IDS-BUTTON--S__PADDING);
|
|
2497
2496
|
}
|
|
2498
2497
|
.ids .ids-button.ids-button--secondary.ids-button--l,
|
|
2499
2498
|
.ids-button.ids-button--secondary.ids-button--l,
|
|
2500
2499
|
.ids button.ids-button.ids-button--secondary.ids-button--l {
|
|
2501
|
-
|
|
2502
|
-
padding: var(--
|
|
2500
|
+
line-height: var(--IDS-BUTTON--L__LINE-HEIGHT);
|
|
2501
|
+
padding: var(--IDS-BUTTON--L__PADDING);
|
|
2503
2502
|
}
|
|
2504
2503
|
.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,
|
|
2505
2504
|
.ids-button.ids-button--secondary.ids-button--active,
|
|
@@ -2510,22 +2509,33 @@
|
|
|
2510
2509
|
.ids button.ids-button.ids-button--secondary:hover,
|
|
2511
2510
|
.ids button.ids-button.ids-button--secondary:focus,
|
|
2512
2511
|
.ids button.ids-button.ids-button--secondary:active {
|
|
2513
|
-
background-color: var(--
|
|
2514
|
-
color:
|
|
2515
|
-
border: 1px solid var(--
|
|
2512
|
+
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
2513
|
+
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2514
|
+
border: 1px solid var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
2516
2515
|
}
|
|
2517
2516
|
.ids .ids-button.ids-button--tertiary,
|
|
2518
2517
|
.ids-button.ids-button--tertiary,
|
|
2519
2518
|
.ids button.ids-button.ids-button--tertiary {
|
|
2520
2519
|
background: transparent;
|
|
2521
|
-
border-radius:
|
|
2522
|
-
border:
|
|
2523
|
-
color: var(--
|
|
2520
|
+
border-radius: 0;
|
|
2521
|
+
border: 1px solid transparent;
|
|
2522
|
+
color: var(--IDS-BUTTON--TERTIARY__COLOR);
|
|
2524
2523
|
box-shadow: none;
|
|
2525
|
-
line-height: 22px;
|
|
2526
2524
|
font-family: var(--font-family_2);
|
|
2527
2525
|
text-decoration: underline;
|
|
2528
2526
|
}
|
|
2527
|
+
.ids .ids-button.ids-button--tertiary.ids-button--s,
|
|
2528
|
+
.ids-button.ids-button--tertiary.ids-button--s,
|
|
2529
|
+
.ids button.ids-button.ids-button--tertiary.ids-button--s {
|
|
2530
|
+
line-height: var(--IDS-BUTTON--S__LINE-HEIGHT);
|
|
2531
|
+
padding: var(--IDS-BUTTON--S__PADDING);
|
|
2532
|
+
}
|
|
2533
|
+
.ids .ids-button.ids-button--tertiary.ids-button--l,
|
|
2534
|
+
.ids-button.ids-button--tertiary.ids-button--l,
|
|
2535
|
+
.ids button.ids-button.ids-button--tertiary.ids-button--l {
|
|
2536
|
+
line-height: var(--IDS-BUTTON--L__LINE-HEIGHT);
|
|
2537
|
+
padding: var(--IDS-BUTTON--L__PADDING);
|
|
2538
|
+
}
|
|
2529
2539
|
.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,
|
|
2530
2540
|
.ids-button.ids-button--tertiary.ids-button--active,
|
|
2531
2541
|
.ids-button.ids-button--tertiary:hover,
|
|
@@ -2535,9 +2545,10 @@
|
|
|
2535
2545
|
.ids button.ids-button.ids-button--tertiary:hover,
|
|
2536
2546
|
.ids button.ids-button.ids-button--tertiary:active,
|
|
2537
2547
|
.ids button.ids-button.ids-button--tertiary:focus {
|
|
2538
|
-
background-color: var(--
|
|
2539
|
-
color:
|
|
2540
|
-
border-radius: var(--
|
|
2548
|
+
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
2549
|
+
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2550
|
+
border-radius: var(--IDS-BUTTON__BORDER-RADIUS);
|
|
2551
|
+
border: 1px solid var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
2541
2552
|
}
|
|
2542
2553
|
.ids .ids-button.ids-button--tertiary.ids-button--disabled, .ids .ids-button.ids-button--tertiary[disabled],
|
|
2543
2554
|
.ids-button.ids-button--tertiary.ids-button--disabled,
|
|
@@ -2546,15 +2557,9 @@
|
|
|
2546
2557
|
.ids button.ids-button.ids-button--tertiary[disabled] {
|
|
2547
2558
|
border: none !important;
|
|
2548
2559
|
text-decoration: underline !important;
|
|
2549
|
-
color: var(--
|
|
2560
|
+
color: var(--IDS-BUTTON--DISABLED__COLOR);
|
|
2550
2561
|
text-decoration: none;
|
|
2551
2562
|
}
|
|
2552
|
-
.ids .ids-button.ids-button--submit,
|
|
2553
|
-
.ids-button.ids-button--submit,
|
|
2554
|
-
.ids button.ids-button.ids-button--submit {
|
|
2555
|
-
height: 3.75em !important;
|
|
2556
|
-
border-radius: var(--btn-submit_border-radius);
|
|
2557
|
-
}
|
|
2558
2563
|
.ids .ids-button.ids-button--icon, .ids .ids-button.ids-button--fab,
|
|
2559
2564
|
.ids-button.ids-button--icon,
|
|
2560
2565
|
.ids-button.ids-button--fab,
|
|
@@ -2565,9 +2570,9 @@
|
|
|
2565
2570
|
border-radius: 100%;
|
|
2566
2571
|
font-style: normal;
|
|
2567
2572
|
font-weight: 400;
|
|
2568
|
-
line-height:
|
|
2573
|
+
line-height: 0 !important;
|
|
2569
2574
|
font-size: 20px;
|
|
2570
|
-
padding:
|
|
2575
|
+
padding: 0 !important;
|
|
2571
2576
|
justify-content: center;
|
|
2572
2577
|
}
|
|
2573
2578
|
.ids .ids-button.ids-button--icon.ids-button--s, .ids .ids-button.ids-button--fab.ids-button--s,
|
|
@@ -2589,14 +2594,14 @@
|
|
|
2589
2594
|
.ids .ids-button.ids-button--fab,
|
|
2590
2595
|
.ids-button.ids-button--fab,
|
|
2591
2596
|
.ids button.ids-button.ids-button--fab {
|
|
2592
|
-
background-color:
|
|
2593
|
-
border: var(--
|
|
2594
|
-
filter: drop-shadow(
|
|
2597
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2598
|
+
border: var(--IDS-BUTTON--FAB__BORDER);
|
|
2599
|
+
filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
|
|
2595
2600
|
}
|
|
2596
2601
|
.ids .ids-button.ids-button--icon.ids-button--secondary,
|
|
2597
2602
|
.ids-button.ids-button--icon.ids-button--secondary,
|
|
2598
2603
|
.ids button.ids-button.ids-button--icon.ids-button--secondary {
|
|
2599
|
-
background-color: var(--
|
|
2604
|
+
background-color: var(--IDS-BUTTON--SECONDARY__ICON-BACKGROUND-COLOR);
|
|
2600
2605
|
}
|
|
2601
2606
|
.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,
|
|
2602
2607
|
.ids-button.ids-button--icon.ids-button--active,
|
|
@@ -2607,37 +2612,69 @@
|
|
|
2607
2612
|
.ids button.ids-button.ids-button--icon:hover,
|
|
2608
2613
|
.ids button.ids-button.ids-button--icon:active,
|
|
2609
2614
|
.ids button.ids-button.ids-button--icon:focus {
|
|
2610
|
-
background-color: var(--
|
|
2611
|
-
color:
|
|
2615
|
+
background-color: var(--IDS-BUTTON--SECONDARY-HOVER__ICON-BACKGROUND-COLOR);
|
|
2616
|
+
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2612
2617
|
}
|
|
2613
2618
|
.ids .ids-button.ids-button--submit,
|
|
2614
2619
|
.ids-button.ids-button--submit,
|
|
2615
2620
|
.ids button.ids-button.ids-button--submit {
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2621
|
+
border-radius: var(--IDS-BUTTON--SUBMIT__BORDER-RADIUS);
|
|
2622
|
+
font-size: var(--IDS-BUTTON--SUBMIT-S__FONT-SIZE);
|
|
2623
|
+
height: var(--IDS-BUTTON--SUBMIT-S__HEIGHT);
|
|
2624
|
+
padding: var(--IDS-BUTTON--SUBMIT-S__PADDING);
|
|
2625
|
+
}
|
|
2626
|
+
.ids .ids-button.ids-button--submit.ids-button--s,
|
|
2627
|
+
.ids-button.ids-button--submit.ids-button--s,
|
|
2628
|
+
.ids button.ids-button.ids-button--submit.ids-button--s {
|
|
2629
|
+
height: var(--IDS-BUTTON--SEARCH-M__HEIGHT);
|
|
2630
|
+
font-size: var(--IDS-BUTTON--SEARCH-M__FONT-SIZE);
|
|
2631
|
+
padding: var(--IDS-BUTTON--SEARCH-M__PADDING);
|
|
2632
|
+
}
|
|
2633
|
+
@media (min-width: 1024px) {
|
|
2634
|
+
.ids .ids-button.ids-button--submit,
|
|
2635
|
+
.ids-button.ids-button--submit,
|
|
2636
|
+
.ids button.ids-button.ids-button--submit {
|
|
2637
|
+
height: var(--IDS-BUTTON--SUBMIT-L__HEIGHT);
|
|
2638
|
+
padding: var(--IDS-BUTTON--SUBMIT-L__PADDING);
|
|
2639
|
+
font-size: var(--IDS-BUTTON--SUBMIT-L__FONT-SIZE);
|
|
2640
|
+
}
|
|
2641
|
+
.ids .ids-button.ids-button--submit.ids-button--s,
|
|
2642
|
+
.ids-button.ids-button--submit.ids-button--s,
|
|
2643
|
+
.ids button.ids-button.ids-button--submit.ids-button--s {
|
|
2644
|
+
height: var(--IDS-BUTTON--SEARCH-M__HEIGHT);
|
|
2645
|
+
font-size: var(--IDS-BUTTON--SEARCH-M__FONT-SIZE);
|
|
2646
|
+
padding: var(--IDS-BUTTON--SEARCH-M__PADDING);
|
|
2647
|
+
}
|
|
2619
2648
|
}
|
|
2620
2649
|
.ids .ids-button.ids-button--search,
|
|
2621
2650
|
.ids-button.ids-button--search,
|
|
2622
2651
|
.ids button.ids-button.ids-button--search {
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2652
|
+
border-radius: var(--IDS-BUTTON--SEARCH__BORDER-RADIUS);
|
|
2653
|
+
font-size: var(--IDS-BUTTON--SEARCH-S__FONT-SIZE);
|
|
2654
|
+
height: var(--IDS-BUTTON--SEARCH-S__HEIGHT);
|
|
2655
|
+
padding: var(--IDS-BUTTON--SEARCH-S__PADDING);
|
|
2627
2656
|
}
|
|
2628
2657
|
.ids .ids-button.ids-button--search.ids-button--s,
|
|
2629
2658
|
.ids-button.ids-button--search.ids-button--s,
|
|
2630
2659
|
.ids button.ids-button.ids-button--search.ids-button--s {
|
|
2631
|
-
height: var(--
|
|
2632
|
-
font-size: var(--
|
|
2660
|
+
height: var(--IDS-BUTTON--SEARCH-M__HEIGHT);
|
|
2661
|
+
font-size: var(--IDS-BUTTON--SEARCH-M__FONT-SIZE);
|
|
2662
|
+
padding: var(--IDS-BUTTON--SEARCH-M__PADDING);
|
|
2633
2663
|
}
|
|
2634
|
-
@media (
|
|
2664
|
+
@media (min-width: 1024px) {
|
|
2635
2665
|
.ids .ids-button.ids-button--search,
|
|
2636
2666
|
.ids-button.ids-button--search,
|
|
2637
2667
|
.ids button.ids-button.ids-button--search {
|
|
2638
|
-
|
|
2639
|
-
padding:
|
|
2640
|
-
|
|
2668
|
+
height: var(--IDS-BUTTON--SEARCH-L__HEIGHT);
|
|
2669
|
+
padding: var(--IDS-BUTTON--SEARCH-L__PADDING);
|
|
2670
|
+
font-size: var(--IDS-BUTTON--SEARCH-L__FONT-SIZE);
|
|
2671
|
+
}
|
|
2672
|
+
.ids .ids-button.ids-button--search.ids-button--s,
|
|
2673
|
+
.ids-button.ids-button--search.ids-button--s,
|
|
2674
|
+
.ids button.ids-button.ids-button--search.ids-button--s {
|
|
2675
|
+
height: var(--IDS-BUTTON--SEARCH-M__HEIGHT);
|
|
2676
|
+
font-size: var(--IDS-BUTTON--SEARCH-M__FONT-SIZE);
|
|
2677
|
+
padding: var(--IDS-BUTTON--SEARCH-M__PADDING);
|
|
2641
2678
|
}
|
|
2642
2679
|
}
|
|
2643
2680
|
.ids .ids-button.ids-button--block,
|
|
@@ -2706,7 +2743,6 @@
|
|
|
2706
2743
|
border: 1px solid var(--IDS-COLOR-ACCENT-40);
|
|
2707
2744
|
background-color: var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2708
2745
|
border-radius: 50%;
|
|
2709
|
-
margin-top: 3px;
|
|
2710
2746
|
position: relative;
|
|
2711
2747
|
flex-shrink: 0;
|
|
2712
2748
|
}
|
|
@@ -2747,16 +2783,15 @@
|
|
|
2747
2783
|
.ids-radio input[type=radio]:disabled {
|
|
2748
2784
|
cursor: default;
|
|
2749
2785
|
background-color: var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2750
|
-
|
|
2751
|
-
border: 0;
|
|
2786
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
2752
2787
|
}
|
|
2753
2788
|
.ids-radio input:disabled::before,
|
|
2754
2789
|
.ids-radio input[type=radio]:disabled::before {
|
|
2755
2790
|
cursor: default;
|
|
2756
2791
|
background-color: var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2757
2792
|
border: 2px solid var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2758
|
-
top:
|
|
2759
|
-
left:
|
|
2793
|
+
top: 0;
|
|
2794
|
+
left: 0;
|
|
2760
2795
|
}
|
|
2761
2796
|
.ids-radio input:disabled:checked::before,
|
|
2762
2797
|
.ids-radio input[type=radio]:disabled:checked::before {
|
|
@@ -2766,18 +2801,14 @@
|
|
|
2766
2801
|
.ids-radio input[aria-invalid=true]:not(:checked),
|
|
2767
2802
|
.ids-radio input[type=radio][aria-invalid=true]:not(:checked) {
|
|
2768
2803
|
background-color: var(--IDS-RADIO--INVALID__BACKGROUND-COLOR);
|
|
2769
|
-
|
|
2770
|
-
border: 0;
|
|
2804
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
2771
2805
|
}
|
|
2772
2806
|
.ids-radio input[aria-invalid=true]:not(:checked)::before,
|
|
2773
2807
|
.ids-radio input[type=radio][aria-invalid=true]:not(:checked)::before {
|
|
2774
2808
|
border: 2px solid var(--IDS-RADIO--INVALID__BACKGROUND-COLOR);
|
|
2775
2809
|
background-color: var(--IDS-RADIO--INVALID__BACKGROUND-COLOR);
|
|
2776
|
-
top:
|
|
2777
|
-
left:
|
|
2778
|
-
}
|
|
2779
|
-
.ids-radio .ids-label-tooltip-wrapper:nth-child(2) {
|
|
2780
|
-
margin-top: 3px;
|
|
2810
|
+
top: 0;
|
|
2811
|
+
left: 0;
|
|
2781
2812
|
}
|
|
2782
2813
|
.ids-radio.ids-radio--compact {
|
|
2783
2814
|
margin: 0 !important;
|
|
@@ -2803,7 +2834,7 @@
|
|
|
2803
2834
|
}
|
|
2804
2835
|
.ids-checkbox input[type=checkbox],
|
|
2805
2836
|
.ids-checkbox input {
|
|
2806
|
-
margin:
|
|
2837
|
+
margin: 0;
|
|
2807
2838
|
position: relative;
|
|
2808
2839
|
height: 1.25rem;
|
|
2809
2840
|
width: 1.25rem;
|
|
@@ -2831,7 +2862,7 @@ input:focus + .ids-checkbox input::before {
|
|
|
2831
2862
|
.ids-checkbox input:checked::after {
|
|
2832
2863
|
content: "";
|
|
2833
2864
|
display: inline-block;
|
|
2834
|
-
background-image: var(--IDS-CHECKBOX
|
|
2865
|
+
background-image: var(--IDS-CHECKBOX-CHECK__BACKGROUND-IMAGE);
|
|
2835
2866
|
min-height: 1.25rem;
|
|
2836
2867
|
min-width: 1.25rem;
|
|
2837
2868
|
position: absolute;
|
|
@@ -2845,42 +2876,41 @@ input:focus + .ids-checkbox input::before {
|
|
|
2845
2876
|
.ids-checkbox input[type=checkbox]:disabled::before,
|
|
2846
2877
|
.ids-checkbox input:disabled::before {
|
|
2847
2878
|
cursor: default;
|
|
2879
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
2848
2880
|
background-color: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR) !important;
|
|
2849
|
-
border: none !important;
|
|
2850
|
-
background-image: var(--IDS-CHECKBOX--DISABLED_BACKGROUND-IMAGE) !important;
|
|
2851
2881
|
}
|
|
2852
2882
|
.ids-checkbox input[type=checkbox]:disabled:after,
|
|
2853
2883
|
.ids-checkbox input:disabled:after {
|
|
2854
2884
|
cursor: default;
|
|
2855
2885
|
}
|
|
2856
|
-
.ids-checkbox input[type=checkbox]:disabled:checked
|
|
2857
|
-
.ids-checkbox input
|
|
2858
|
-
.ids-checkbox input:disabled:checked + .ids-checkbox input[type=checkbox]:disabled::after,
|
|
2859
|
-
.ids-checkbox input:disabled:checked + .ids-checkbox input:disabled::after {
|
|
2886
|
+
.ids-checkbox input[type=checkbox]:disabled:checked::after,
|
|
2887
|
+
.ids-checkbox input:disabled:checked::after {
|
|
2860
2888
|
background-image: var(--IDS-CHECKBOX-CHECK--DISABLED_BACKGROUND-IMAGE) !important;
|
|
2861
2889
|
}
|
|
2862
|
-
.ids-checkbox input[type=checkbox]
|
|
2863
|
-
.ids-checkbox input
|
|
2864
|
-
border:
|
|
2865
|
-
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2866
|
-
background-image: var(--IDS-CHECKBOX--INVALID_BACKGROUND-IMAGE);
|
|
2890
|
+
.ids-checkbox input[type=checkbox].ids-input--invalid::before,
|
|
2891
|
+
.ids-checkbox input.ids-input--invalid::before {
|
|
2892
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
2893
|
+
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2867
2894
|
}
|
|
2868
|
-
.ids-checkbox input[type=checkbox]
|
|
2869
|
-
.ids-checkbox input[type=checkbox]
|
|
2870
|
-
.ids-checkbox input
|
|
2871
|
-
.ids-checkbox input
|
|
2895
|
+
.ids-checkbox input[type=checkbox].ids-input--invalid::before:checked + .ids-checkbox input[type=checkbox].ids-input--invalid::before::after,
|
|
2896
|
+
.ids-checkbox input[type=checkbox].ids-input--invalid::before:checked + .ids-checkbox input.ids-input--invalid::before::after,
|
|
2897
|
+
.ids-checkbox input.ids-input--invalid::before:checked + .ids-checkbox input[type=checkbox].ids-input--invalid::before::after,
|
|
2898
|
+
.ids-checkbox input.ids-input--invalid::before:checked + .ids-checkbox input.ids-input--invalid::before::after {
|
|
2872
2899
|
background-image: var(--IDS-CHECKBOX-CHECK--INVALID_BACKGROUND-IMAGE) !important;
|
|
2873
2900
|
}
|
|
2874
2901
|
.ids-checkbox.ids-checkbox--light input[type=checkbox]::before,
|
|
2875
2902
|
.ids-checkbox.ids-checkbox--light input::before {
|
|
2876
2903
|
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2877
2904
|
}
|
|
2878
|
-
.ids-checkbox.ids-checkbox--light input[type=checkbox]
|
|
2879
|
-
.ids-checkbox.ids-checkbox--light input
|
|
2905
|
+
.ids-checkbox.ids-checkbox--light input[type=checkbox].ids-input--invalid::before,
|
|
2906
|
+
.ids-checkbox.ids-checkbox--light input.ids-input--invalid::before {
|
|
2880
2907
|
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2881
2908
|
}
|
|
2882
|
-
.ids-checkbox
|
|
2883
|
-
|
|
2909
|
+
.ids-checkbox.ids-checkbox--block {
|
|
2910
|
+
width: 100%;
|
|
2911
|
+
}
|
|
2912
|
+
.ids-checkbox.ids-checkbox--block .ids-label {
|
|
2913
|
+
width: 100%;
|
|
2884
2914
|
}
|
|
2885
2915
|
.ids-checkbox.ids-checkbox--compact {
|
|
2886
2916
|
margin: 0 !important;
|
|
@@ -2890,129 +2920,115 @@ input:focus + .ids-checkbox input::before {
|
|
|
2890
2920
|
margin-bottom: -2px !important;
|
|
2891
2921
|
}
|
|
2892
2922
|
|
|
2893
|
-
.ids-input {
|
|
2894
|
-
font-family: var(--font-family_1) !important;
|
|
2895
|
-
padding: 0.75rem 1.25rem;
|
|
2896
|
-
background-color: var(--IDS-INPUT_BACKGROUND);
|
|
2897
|
-
border: var(--IDS-INPUT_BORDER);
|
|
2898
|
-
border-bottom: var(--IDS-INPUT_BORDER-BOTTOM);
|
|
2899
|
-
border-radius: var(--IDS-INPUT_BORDER-RADIUS);
|
|
2900
|
-
font-size: 16px;
|
|
2901
|
-
color: var(--IDS-INPUT_COLOR);
|
|
2902
|
-
display: block;
|
|
2903
|
-
width: 100%;
|
|
2904
|
-
}
|
|
2905
|
-
.ids-input:disabled {
|
|
2906
|
-
background: var(--IDS-INPUT--DISABLED_BACKGROUND-COLOR);
|
|
2907
|
-
border: none;
|
|
2908
|
-
background-image: var(--IDS-INPUT--DISABLED_BACKGROUND-IMAGE);
|
|
2909
|
-
}
|
|
2910
|
-
|
|
2911
|
-
.ids-input__hint {
|
|
2912
|
-
margin-top: 5px;
|
|
2913
|
-
font-family: var(--font-family_1);
|
|
2914
|
-
color: var(--IDS-FORM__LABEL__COLOR);
|
|
2915
|
-
display: flex;
|
|
2916
|
-
justify-content: end;
|
|
2917
|
-
line-height: 1.5rem;
|
|
2918
|
-
font-size: 1rem;
|
|
2919
|
-
font-style: italic;
|
|
2920
|
-
}
|
|
2921
|
-
|
|
2922
2923
|
.ids-input-wrapper {
|
|
2923
2924
|
position: relative;
|
|
2924
2925
|
display: flex;
|
|
2925
|
-
gap:
|
|
2926
|
-
}
|
|
2927
|
-
.ids-input-wrapper .ids-input {
|
|
2928
|
-
width: 100%;
|
|
2929
|
-
min-height: 3rem;
|
|
2926
|
+
gap: 8px;
|
|
2930
2927
|
}
|
|
2931
2928
|
.ids-input-wrapper .ids-input__icon {
|
|
2932
2929
|
pointer-events: none;
|
|
2933
2930
|
position: absolute;
|
|
2934
2931
|
top: 50%;
|
|
2935
|
-
right:
|
|
2932
|
+
right: var(--IDS-INPUT__ICON-RIGHT);
|
|
2936
2933
|
transform: translateY(-50%);
|
|
2937
2934
|
}
|
|
2938
|
-
.ids-input-wrapper .ids-
|
|
2935
|
+
.ids-input-wrapper .ids-input__inner-wrapper {
|
|
2936
|
+
position: relative;
|
|
2937
|
+
width: 100%;
|
|
2938
|
+
}
|
|
2939
|
+
.ids-input-wrapper .ids-input__inner-wrapper .ids-input__search-icon {
|
|
2939
2940
|
pointer-events: none;
|
|
2940
2941
|
position: absolute;
|
|
2941
2942
|
top: 50%;
|
|
2942
2943
|
left: 20px;
|
|
2943
2944
|
transform: translateY(-50%);
|
|
2944
2945
|
}
|
|
2945
|
-
.ids-input-wrapper .ids-
|
|
2946
|
-
padding-left:
|
|
2946
|
+
.ids-input-wrapper .ids-input__inner-wrapper .ids-input {
|
|
2947
|
+
padding-left: var(--IDS-INPUT--SEARCH__PADDING-LEFT);
|
|
2947
2948
|
}
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
position: relative;
|
|
2951
|
-
display: flex;
|
|
2952
|
-
width: 100%;
|
|
2949
|
+
.ids-input-wrapper.ids-input--icon .ids-input {
|
|
2950
|
+
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT);
|
|
2953
2951
|
}
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
position: absolute;
|
|
2959
|
-
right: 20px;
|
|
2960
|
-
top: 50%;
|
|
2961
|
-
transform: translateY(-50%);
|
|
2962
|
-
cursor: pointer;
|
|
2963
|
-
height: 20px;
|
|
2964
|
-
width: 20px;
|
|
2965
|
-
background-image: var(--IDS-INPUT--SEARCH__CANCEL-ICON);
|
|
2952
|
+
@media (min-width: 1024px) {
|
|
2953
|
+
.ids-input-wrapper {
|
|
2954
|
+
gap: 20px;
|
|
2955
|
+
}
|
|
2966
2956
|
}
|
|
2967
|
-
|
|
2957
|
+
|
|
2958
|
+
.ids-input {
|
|
2959
|
+
font-family: var(--font-family_1) !important;
|
|
2960
|
+
padding: var(--IDS-INPUT__PADDING);
|
|
2961
|
+
background-color: var(--IDS-INPUT__BACKGROUND-COLOR);
|
|
2962
|
+
border: var(--IDS-INPUT__BORDER);
|
|
2963
|
+
border-bottom: var(--IDS-INPUT__BORDER);
|
|
2964
|
+
border-radius: var(--IDS-INPUT__BORDER-RADIUS);
|
|
2965
|
+
font-size: 1rem;
|
|
2966
|
+
color: var(--IDS-INPUT__COLOR);
|
|
2968
2967
|
display: block;
|
|
2968
|
+
width: 100% !important;
|
|
2969
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
2970
|
+
line-height: 1.5rem;
|
|
2971
|
+
font-size: 1rem;
|
|
2969
2972
|
}
|
|
2970
|
-
.ids-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
+
.ids-input:disabled {
|
|
2974
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
2975
|
+
font-style: italic !important;
|
|
2976
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
2977
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
2973
2978
|
}
|
|
2974
|
-
|
|
2975
2979
|
.ids-input.ids-input--invalid {
|
|
2976
2980
|
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2977
|
-
border:
|
|
2978
|
-
background-image: var(--IDS-INPUT--INVALID_BACKGROUND-IMAGE);
|
|
2981
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
2979
2982
|
}
|
|
2980
2983
|
.ids-input:disabled {
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
background
|
|
2984
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
2985
|
+
font-style: italic !important;
|
|
2986
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
2987
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
2984
2988
|
}
|
|
2985
2989
|
.ids-input:focus {
|
|
2986
|
-
box-shadow: var(--IDS-
|
|
2990
|
+
box-shadow: var(--IDS-INPUT__BOX-SHADOW);
|
|
2987
2991
|
}
|
|
2988
|
-
.ids-input
|
|
2989
|
-
|
|
2992
|
+
.ids-input.ids-input--light, .ids-input.ids-input--light:required {
|
|
2993
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2990
2994
|
}
|
|
2991
|
-
.ids-input.ids-input--light:
|
|
2992
|
-
background
|
|
2995
|
+
.ids-input.ids-input--light.ids-input--invalid, .ids-input.ids-input--light:required.ids-input--invalid {
|
|
2996
|
+
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2997
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
2993
2998
|
}
|
|
2994
|
-
.ids-input.ids-input--light:required {
|
|
2995
|
-
|
|
2999
|
+
.ids-input.ids-input--light:disabled, .ids-input.ids-input--light:required:disabled {
|
|
3000
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3001
|
+
font-style: italic !important;
|
|
3002
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3003
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
2996
3004
|
}
|
|
2997
|
-
.ids-input.ids-input--search {
|
|
2998
|
-
margin-top: 0
|
|
2999
|
-
margin-bottom: 0
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3005
|
+
.ids-input.ids-input--search, .ids-input[type=search] {
|
|
3006
|
+
margin-top: 0;
|
|
3007
|
+
margin-bottom: 0;
|
|
3008
|
+
padding-left: var(--IDS-INPUT--SEARCH__PADDING-LEFT);
|
|
3009
|
+
font-size: var(--IDS-INPUT--SEARCH__FONT-SIZE-MOBILE);
|
|
3010
|
+
border-radius: var(--IDS-INPUT--SEARCH__BORDER-RADIUS);
|
|
3011
|
+
height: var(--IDS-INPUT--SEARCH__HEIGHT-MOBILE);
|
|
3003
3012
|
}
|
|
3004
|
-
@media (
|
|
3005
|
-
.ids-input.ids-input--search {
|
|
3006
|
-
|
|
3007
|
-
font-size: 16px !important;
|
|
3008
|
-
margin-right: var(--input-search-mobile_margin-right);
|
|
3009
|
-
border-radius: var(--IDS-INPUT--SEARCH__BORDER-RADIUS);
|
|
3010
|
-
height: 3.125rem;
|
|
3013
|
+
@media (min-width: 1024px) {
|
|
3014
|
+
.ids-input.ids-input--search, .ids-input[type=search] {
|
|
3015
|
+
height: var(--IDS-INPUT--SEARCH__HEIGHT-DESKTOP);
|
|
3011
3016
|
}
|
|
3012
3017
|
}
|
|
3013
3018
|
|
|
3014
|
-
.ids-
|
|
3015
|
-
-
|
|
3019
|
+
.ids-input__hint {
|
|
3020
|
+
margin-top: 5px;
|
|
3021
|
+
font-family: var(--font-family_1);
|
|
3022
|
+
color: var(--IDS-FORM__LABEL__COLOR);
|
|
3023
|
+
display: flex;
|
|
3024
|
+
justify-content: end;
|
|
3025
|
+
line-height: 1.5rem;
|
|
3026
|
+
font-size: 1rem;
|
|
3027
|
+
font-style: italic;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
input.ids-range {
|
|
3031
|
+
appearance: none;
|
|
3016
3032
|
width: 100%;
|
|
3017
3033
|
height: 8px;
|
|
3018
3034
|
background-color: var(--IDS-RANGE__BACKGROUND-COLOR);
|
|
@@ -3021,29 +3037,18 @@ input:focus + .ids-checkbox input::before {
|
|
|
3021
3037
|
border: 1px;
|
|
3022
3038
|
cursor: pointer;
|
|
3023
3039
|
display: block;
|
|
3024
|
-
padding:
|
|
3025
|
-
border-radius: 16px;
|
|
3026
|
-
}
|
|
3027
|
-
.ids-range:disabled {
|
|
3028
|
-
cursor: default;
|
|
3029
|
-
-webkit-appearance: none;
|
|
3030
|
-
width: 100%;
|
|
3031
|
-
height: 8px;
|
|
3032
|
-
background-color: var(--IDS-RANGE__BACKGROUND-COLOR);
|
|
3033
|
-
background-image: linear-gradient(var(--IDS-RANGE-SELECTION--DISABLED__COLOR), var(--IDS-RANGE-SELECTION--DISABLED__COLOR));
|
|
3034
|
-
background-repeat: no-repeat;
|
|
3035
|
-
border: 1px;
|
|
3036
|
-
padding: 0px;
|
|
3040
|
+
padding: 0;
|
|
3037
3041
|
border-radius: 16px;
|
|
3042
|
+
margin: 0;
|
|
3038
3043
|
}
|
|
3039
|
-
.ids-range::-ms-track {
|
|
3044
|
+
input.ids-range::-ms-track {
|
|
3040
3045
|
width: 100%;
|
|
3041
3046
|
cursor: pointer;
|
|
3042
3047
|
background: transparent;
|
|
3043
3048
|
border-color: transparent;
|
|
3044
3049
|
color: transparent;
|
|
3045
3050
|
}
|
|
3046
|
-
.ids-range::-webkit-slider-thumb {
|
|
3051
|
+
input.ids-range::-webkit-slider-thumb {
|
|
3047
3052
|
-webkit-appearance: none;
|
|
3048
3053
|
border: 2px solid white;
|
|
3049
3054
|
height: 24px;
|
|
@@ -3052,63 +3057,82 @@ input:focus + .ids-checkbox input::before {
|
|
|
3052
3057
|
background: var(--IDS-RANGE-THUMB__BACKGROUND-COLOR);
|
|
3053
3058
|
cursor: pointer;
|
|
3054
3059
|
}
|
|
3055
|
-
.ids-range
|
|
3056
|
-
cursor: default;
|
|
3057
|
-
background: var(--IDS-RANGE-SELECTION--DISABLED__COLOR);
|
|
3058
|
-
}
|
|
3059
|
-
.ids-range::-ms-thumb {
|
|
3060
|
+
input.ids-range::-ms-thumb {
|
|
3060
3061
|
border: 2px solid white;
|
|
3061
3062
|
height: 22px;
|
|
3062
3063
|
width: 24px;
|
|
3063
3064
|
border-radius: 100%;
|
|
3064
3065
|
cursor: pointer;
|
|
3065
3066
|
}
|
|
3066
|
-
.ids-range:disabled
|
|
3067
|
+
input.ids-range:disabled {
|
|
3068
|
+
cursor: default;
|
|
3069
|
+
appearance: none;
|
|
3070
|
+
width: 100%;
|
|
3071
|
+
height: 8px;
|
|
3072
|
+
background-color: var(--IDS-RANGE__BACKGROUND-COLOR);
|
|
3073
|
+
background-image: linear-gradient(var(--IDS-RANGE-SELECTION--DISABLED__COLOR), var(--IDS-RANGE-SELECTION--DISABLED__COLOR));
|
|
3074
|
+
background-repeat: no-repeat;
|
|
3075
|
+
border: 1px;
|
|
3076
|
+
padding: 0px;
|
|
3077
|
+
border-radius: 16px;
|
|
3078
|
+
}
|
|
3079
|
+
input.ids-range:disabled::-webkit-slider-thumb {
|
|
3080
|
+
cursor: default;
|
|
3081
|
+
background: var(--IDS-RANGE-SELECTION--DISABLED__COLOR);
|
|
3082
|
+
}
|
|
3083
|
+
input.ids-range:disabled::-ms-thumb {
|
|
3067
3084
|
cursor: default;
|
|
3068
3085
|
}
|
|
3069
3086
|
|
|
3070
3087
|
.ids-select {
|
|
3071
|
-
font-family: var(--font-family_1) !important;
|
|
3072
|
-
padding: 0.75rem 1.25rem;
|
|
3073
|
-
background-color: var(--IDS-INPUT_BACKGROUND);
|
|
3074
|
-
border: var(--IDS-INPUT_BORDER);
|
|
3075
|
-
border-bottom: var(--IDS-INPUT_BORDER-BOTTOM);
|
|
3076
|
-
border-radius: var(--IDS-INPUT_BORDER-RADIUS);
|
|
3077
|
-
font-size: 16px;
|
|
3078
|
-
color: var(--IDS-INPUT_COLOR);
|
|
3079
|
-
display: block;
|
|
3080
|
-
cursor: pointer;
|
|
3081
3088
|
appearance: none !important;
|
|
3082
3089
|
-webkit-appearance: none !important;
|
|
3083
3090
|
-moz-appearance: none !important;
|
|
3091
|
+
font-family: var(--font-family_1) !important;
|
|
3092
|
+
padding: var(--IDS-INPUT__PADDING);
|
|
3093
|
+
background-color: var(--IDS-INPUT__BACKGROUND-COLOR);
|
|
3094
|
+
border: var(--IDS-INPUT__BORDER);
|
|
3095
|
+
border-bottom: var(--IDS-INPUT__BORDER);
|
|
3096
|
+
border-radius: var(--IDS-INPUT__BORDER-RADIUS);
|
|
3097
|
+
font-size: 1rem;
|
|
3098
|
+
color: var(--IDS-INPUT__COLOR);
|
|
3099
|
+
display: block;
|
|
3100
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
3101
|
+
cursor: pointer;
|
|
3084
3102
|
display: inline-block !important;
|
|
3085
|
-
padding-right:
|
|
3103
|
+
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT) !important;
|
|
3086
3104
|
text-align: left;
|
|
3087
3105
|
overflow: hidden;
|
|
3088
3106
|
text-overflow: ellipsis;
|
|
3089
|
-
border: var(--
|
|
3090
|
-
border-bottom: var(--IDS-INPUT_BORDER-BOTTOM);
|
|
3107
|
+
border: var(--IDS-INPUT__BORDER);
|
|
3091
3108
|
width: 100% !important;
|
|
3092
3109
|
}
|
|
3093
3110
|
.ids-select:disabled {
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
background
|
|
3111
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3112
|
+
font-style: italic !important;
|
|
3113
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3114
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
3097
3115
|
}
|
|
3098
3116
|
.ids-select.ids-input--invalid {
|
|
3099
|
-
background
|
|
3100
|
-
|
|
3101
|
-
|
|
3117
|
+
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
3118
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
3119
|
+
}
|
|
3120
|
+
.ids-select.ids-input--light {
|
|
3121
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3122
|
+
}
|
|
3123
|
+
.ids-select.ids-input--light.ids-input--invalid {
|
|
3124
|
+
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
3125
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
3102
3126
|
}
|
|
3103
3127
|
.ids-select:disabled {
|
|
3128
|
+
cursor: default;
|
|
3129
|
+
}
|
|
3130
|
+
.ids-select:disabled.ids-input--light {
|
|
3131
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3104
3132
|
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3105
|
-
background-color: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR) !important;
|
|
3106
|
-
border: var(--IDS-FORM-DISABLED_BORDER);
|
|
3107
3133
|
font-style: italic !important;
|
|
3108
|
-
background
|
|
3109
|
-
|
|
3110
|
-
.ids-select.ids-input--light {
|
|
3111
|
-
background-color: white;
|
|
3134
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3135
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
3112
3136
|
}
|
|
3113
3137
|
.ids-select:focus {
|
|
3114
3138
|
outline: var(--IDS-FOCUS_OUTLINE);
|
|
@@ -3126,9 +3150,9 @@ input:focus + .ids-checkbox input::before {
|
|
|
3126
3150
|
display: block;
|
|
3127
3151
|
position: absolute;
|
|
3128
3152
|
transform: rotate(90deg);
|
|
3129
|
-
right:
|
|
3130
|
-
top:
|
|
3131
|
-
bottom:
|
|
3153
|
+
right: var(--IDS-INPUT__ICON-RIGHT);
|
|
3154
|
+
top: 0;
|
|
3155
|
+
bottom: 0;
|
|
3132
3156
|
background-position: center;
|
|
3133
3157
|
background-repeat: no-repeat;
|
|
3134
3158
|
background-image: var(--IDS-SELECT__CHEVRON-ICON);
|
|
@@ -3141,29 +3165,28 @@ input:focus + .ids-checkbox input::before {
|
|
|
3141
3165
|
background-image: var(--IDS-SELECT--DISABLED__CHEVRON-ICON);
|
|
3142
3166
|
}
|
|
3143
3167
|
|
|
3144
|
-
.ids-select:disabled {
|
|
3145
|
-
cursor: default;
|
|
3146
|
-
}
|
|
3147
|
-
|
|
3148
3168
|
.ids-textarea {
|
|
3149
3169
|
display: inline-block;
|
|
3150
3170
|
}
|
|
3151
3171
|
.ids-textarea textarea {
|
|
3152
3172
|
font-family: var(--font-family_1) !important;
|
|
3153
|
-
padding:
|
|
3154
|
-
background-color: var(--IDS-
|
|
3155
|
-
border: var(--IDS-
|
|
3156
|
-
border-bottom: var(--IDS-
|
|
3157
|
-
border-radius: var(--IDS-
|
|
3158
|
-
font-size:
|
|
3159
|
-
color: var(--IDS-
|
|
3173
|
+
padding: var(--IDS-INPUT__PADDING);
|
|
3174
|
+
background-color: var(--IDS-INPUT__BACKGROUND-COLOR);
|
|
3175
|
+
border: var(--IDS-INPUT__BORDER);
|
|
3176
|
+
border-bottom: var(--IDS-INPUT__BORDER);
|
|
3177
|
+
border-radius: var(--IDS-INPUT__BORDER-RADIUS);
|
|
3178
|
+
font-size: 1rem;
|
|
3179
|
+
color: var(--IDS-INPUT__COLOR);
|
|
3160
3180
|
display: block;
|
|
3181
|
+
padding-top: var(--IDS-TEXTAREA-PADDING-Y);
|
|
3182
|
+
padding-bottom: var(--IDS-TEXTAREA-PADDING-Y);
|
|
3161
3183
|
box-sizing: border-box;
|
|
3162
3184
|
}
|
|
3163
3185
|
.ids-textarea textarea:disabled {
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
background
|
|
3186
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3187
|
+
font-style: italic !important;
|
|
3188
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3189
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
3167
3190
|
}
|
|
3168
3191
|
.ids-textarea textarea::-webkit-scrollbar {
|
|
3169
3192
|
width: 14px;
|
|
@@ -3198,15 +3221,25 @@ input:focus + .ids-checkbox input::before {
|
|
|
3198
3221
|
background: var(--IDS-SCROLL_HOVER-COLOR);
|
|
3199
3222
|
}
|
|
3200
3223
|
.ids-textarea textarea:focus {
|
|
3201
|
-
box-shadow: var(--IDS-
|
|
3224
|
+
box-shadow: var(--IDS-INPUT__BOX-SHADOW);
|
|
3202
3225
|
}
|
|
3203
|
-
.ids-textarea textarea
|
|
3204
|
-
|
|
3226
|
+
.ids-textarea textarea:disabled {
|
|
3227
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3228
|
+
background-color: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3205
3229
|
}
|
|
3206
3230
|
.ids-textarea textarea.ids-input--invalid {
|
|
3207
3231
|
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
3208
|
-
border:
|
|
3209
|
-
|
|
3232
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
3233
|
+
}
|
|
3234
|
+
.ids-textarea textarea.ids-input--light {
|
|
3235
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3236
|
+
}
|
|
3237
|
+
.ids-textarea textarea.ids-input--light:disabled {
|
|
3238
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3239
|
+
background-color: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3240
|
+
}
|
|
3241
|
+
.ids-textarea textarea.ids-input--light.ids-input--invalid {
|
|
3242
|
+
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
3210
3243
|
}
|
|
3211
3244
|
.ids-textarea.ids-textarea--block {
|
|
3212
3245
|
display: block;
|
|
@@ -3224,40 +3257,34 @@ input:focus + .ids-checkbox input::before {
|
|
|
3224
3257
|
overflow: hidden;
|
|
3225
3258
|
}
|
|
3226
3259
|
|
|
3227
|
-
.ids-time-
|
|
3260
|
+
.ids-time .ids-time__input-wrapper {
|
|
3228
3261
|
position: relative;
|
|
3229
|
-
display: flex;
|
|
3230
|
-
gap: 10px;
|
|
3231
|
-
}
|
|
3232
|
-
.ids-time-input-wrapper .ids-input {
|
|
3233
|
-
width: 100%;
|
|
3234
|
-
min-height: 3rem;
|
|
3235
3262
|
}
|
|
3236
|
-
.ids-time
|
|
3263
|
+
.ids-time .ids-input__icon {
|
|
3237
3264
|
pointer-events: none;
|
|
3238
3265
|
position: absolute;
|
|
3239
3266
|
top: 50%;
|
|
3240
|
-
right:
|
|
3267
|
+
right: var(--IDS-INPUT__ICON-RIGHT);
|
|
3241
3268
|
transform: translateY(-50%);
|
|
3242
3269
|
}
|
|
3243
|
-
.ids-time
|
|
3244
|
-
.ids-time
|
|
3270
|
+
.ids-time ::slotted(input),
|
|
3271
|
+
.ids-time input {
|
|
3245
3272
|
cursor: pointer;
|
|
3246
3273
|
}
|
|
3247
|
-
.ids-time
|
|
3248
|
-
.ids-time
|
|
3274
|
+
.ids-time ::slotted(input:disabled),
|
|
3275
|
+
.ids-time input:disabled {
|
|
3249
3276
|
cursor: default;
|
|
3250
3277
|
}
|
|
3251
3278
|
|
|
3252
|
-
input.ids-
|
|
3279
|
+
input.ids-time__input {
|
|
3253
3280
|
font-family: var(--font-family_1) !important;
|
|
3254
|
-
padding:
|
|
3255
|
-
background-color: var(--IDS-
|
|
3256
|
-
border: var(--IDS-
|
|
3257
|
-
border-bottom: var(--IDS-
|
|
3258
|
-
border-radius: var(--IDS-
|
|
3259
|
-
font-size:
|
|
3260
|
-
color: var(--IDS-
|
|
3281
|
+
padding: var(--IDS-INPUT__PADDING);
|
|
3282
|
+
background-color: var(--IDS-INPUT__BACKGROUND-COLOR);
|
|
3283
|
+
border: var(--IDS-INPUT__BORDER);
|
|
3284
|
+
border-bottom: var(--IDS-INPUT__BORDER);
|
|
3285
|
+
border-radius: var(--IDS-INPUT__BORDER-RADIUS);
|
|
3286
|
+
font-size: 1rem;
|
|
3287
|
+
color: var(--IDS-INPUT__COLOR);
|
|
3261
3288
|
display: block;
|
|
3262
3289
|
cursor: pointer;
|
|
3263
3290
|
appearance: none;
|
|
@@ -3265,38 +3292,41 @@ input.ids-time {
|
|
|
3265
3292
|
-moz-appearance: none;
|
|
3266
3293
|
display: inline-block;
|
|
3267
3294
|
box-sizing: border-box;
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
padding-left: var(--time-padding-left);
|
|
3273
|
-
padding-top: var(--time-padding-top);
|
|
3274
|
-
padding-bottom: var(--time-padding-bottom);
|
|
3275
|
-
}
|
|
3276
|
-
input.ids-time:disabled {
|
|
3277
|
-
background: var(--IDS-INPUT--DISABLED_BACKGROUND-COLOR);
|
|
3278
|
-
border: none;
|
|
3279
|
-
background-image: var(--IDS-INPUT--DISABLED_BACKGROUND-IMAGE);
|
|
3295
|
+
width: 100%;
|
|
3296
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
3297
|
+
padding: var(--IDS-INPUT__PADDING);
|
|
3298
|
+
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT);
|
|
3280
3299
|
}
|
|
3281
|
-
input.ids-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
background
|
|
3300
|
+
input.ids-time__input:disabled {
|
|
3301
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3302
|
+
font-style: italic !important;
|
|
3303
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3304
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
3285
3305
|
}
|
|
3286
|
-
input.ids-
|
|
3306
|
+
input.ids-time__input::-webkit-calendar-picker-indicator {
|
|
3287
3307
|
opacity: 0;
|
|
3288
|
-
|
|
3289
|
-
margin-top: -3px;
|
|
3290
|
-
position: absolute;
|
|
3291
|
-
right: var(--IDS-INPUT__CALENDAR-ICON__RIGHT);
|
|
3292
|
-
top: 25px;
|
|
3308
|
+
appearance: none;
|
|
3293
3309
|
}
|
|
3294
|
-
input.ids-
|
|
3295
|
-
background
|
|
3310
|
+
input.ids-time__input.ids-input--invalid {
|
|
3311
|
+
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
3312
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
3296
3313
|
}
|
|
3297
|
-
|
|
3298
|
-
|
|
3314
|
+
input.ids-time__input.ids-input--light:not(:invalid) {
|
|
3315
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3316
|
+
}
|
|
3317
|
+
input.ids-time__input.ids-input--light:not(:invalid):disabled {
|
|
3299
3318
|
cursor: default;
|
|
3319
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3320
|
+
font-style: italic !important;
|
|
3321
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3322
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
3323
|
+
}
|
|
3324
|
+
input.ids-time__input:disabled {
|
|
3325
|
+
cursor: default;
|
|
3326
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3327
|
+
font-style: italic !important;
|
|
3328
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3329
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
3300
3330
|
}
|
|
3301
3331
|
|
|
3302
3332
|
.ids-toggle {
|
|
@@ -3843,4 +3873,11 @@ select::placeholder {
|
|
|
3843
3873
|
outline: var(--focus_outline);
|
|
3844
3874
|
outline-offset: var(--focus_outline-offset);
|
|
3845
3875
|
outline-color: var(--focus-outline_color);
|
|
3876
|
+
}
|
|
3877
|
+
|
|
3878
|
+
input[type=search]::-webkit-search-decoration,
|
|
3879
|
+
input[type=search]::-webkit-search-cancel-button,
|
|
3880
|
+
input[type=search]::-webkit-search-results-button,
|
|
3881
|
+
input[type=search]::-webkit-search-results-decoration {
|
|
3882
|
+
-webkit-appearance: none;
|
|
3846
3883
|
}
|