@inera/ids-design 5.2.2 → 5.4.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/dist/components/alert/alert-lit.js +7 -0
- package/{components → dist/components}/alert/alert.css +48 -48
- package/dist/components/alert-global/alert-global-lit.js +7 -0
- package/dist/components/alert-global/alert-global.css +151 -0
- package/dist/components/badge/badge-lit.js +7 -0
- package/{components → dist/components}/badge/badge.css +10 -6
- package/dist/components/breadcrumbs/breadcrumbs-lit.js +7 -0
- package/dist/components/breadcrumbs/breadcrumbs.css +118 -0
- package/dist/components/button-group/button-group-lit.js +7 -0
- package/{components → dist/components}/button-group/button-group.css +1 -1
- package/dist/components/card/card-lit.js +7 -0
- package/{components → dist/components}/card/card.css +26 -17
- package/dist/components/carousel/carousel-item-lit.js +7 -0
- package/dist/components/carousel/carousel-item.css +67 -0
- package/dist/components/carousel/carousel-lit.js +7 -0
- package/dist/components/carousel/carousel.css +156 -0
- package/dist/components/data-table/data-table-lit.js +7 -0
- package/{components → dist/components}/data-table/data-table.css +28 -27
- package/dist/components/date-label/date-label-lit.js +7 -0
- package/{components → dist/components}/date-label/date-label.css +13 -13
- package/dist/components/dialog/dialog-lit.js +7 -0
- package/{components → dist/components}/dialog/dialog.css +48 -48
- package/dist/components/dropdown/dropdown-lit.js +9 -0
- package/{components → dist/components}/dropdown/dropdown.css +23 -23
- package/dist/components/expandable/expandable-lit.js +7 -0
- package/{components → dist/components}/expandable/expandable.css +41 -37
- package/dist/components/footer/footer-lit.js +7 -0
- package/{components → dist/components}/footer/footer.css +49 -49
- package/dist/components/footer-1177/footer-1177-lit.js +7 -0
- package/{components → dist/components}/footer-1177/footer-1177.css +72 -70
- package/dist/components/footer-1177-admin/footer-1177-admin-lit.js +7 -0
- package/{components → dist/components}/footer-1177-admin/footer-1177-admin.css +75 -71
- package/dist/components/footer-1177-pro/footer-1177-pro-lit.js +7 -0
- package/{components → dist/components}/footer-1177-pro/footer-1177-pro.css +38 -39
- package/dist/components/footer-inera/footer-inera-lit.js +7 -0
- package/{components → dist/components}/footer-inera/footer-inera.css +84 -84
- package/dist/components/footer-inera-admin/footer-inera-admin-lit.js +7 -0
- package/{components → dist/components}/footer-inera-admin/footer-inera-admin.css +111 -110
- package/dist/components/form/error-message/error-message-lit.js +7 -0
- package/{components → dist/components}/form/error-message/error-message.css +10 -10
- package/dist/components/form/group/group-lit.js +7 -0
- package/{components → dist/components}/form/group/group.css +7 -7
- package/dist/components/form/range/range-lit.js +7 -0
- package/dist/components/form/range/range.css +33 -0
- package/dist/components/form/select-multiple/select-multiple-lit.js +7 -0
- package/dist/components/form/select-multiple/select-multiple.css +175 -0
- package/dist/components/form/spinner/spinner-lit.js +7 -0
- package/{components → dist/components}/form/spinner/spinner.css +10 -9
- package/dist/components/grid/column/column-lit.js +7 -0
- package/{components → dist/components}/grid/column/column.css +12 -0
- package/{components → dist/components}/header-1177/composite-header-1177.css +439 -412
- package/dist/components/header-1177/header-1177-avatar-lit.js +7 -0
- package/{components → dist/components}/header-1177/header-1177-avatar.css +50 -42
- package/dist/components/header-1177/header-1177-item-lit.js +7 -0
- package/{components → dist/components}/header-1177/header-1177-item.css +55 -43
- package/dist/components/header-1177/header-1177-lit.js +7 -0
- package/dist/components/header-1177/header-1177-nav-item-lit.js +7 -0
- package/dist/components/header-1177/header-1177-nav-item-mobile-lit.js +7 -0
- package/{components → dist/components}/header-1177/header-1177-nav-item-mobile.css +41 -42
- package/{components → dist/components}/header-1177/header-1177-nav-item.css +141 -141
- package/dist/components/header-1177/header-1177-nav-lit.js +7 -0
- package/{components → dist/components}/header-1177/header-1177-nav.css +22 -22
- package/{components → dist/components}/header-1177/header-1177.css +133 -125
- package/dist/components/header-1177-admin/header-1177-admin-avatar-lit.js +7 -0
- package/dist/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +7 -0
- package/{components → dist/components}/header-1177-admin/header-1177-admin-avatar-mobile.css +20 -20
- package/{components → dist/components}/header-1177-admin/header-1177-admin-avatar.css +62 -61
- package/dist/components/header-1177-admin/header-1177-admin-item-lit.js +7 -0
- package/{components → dist/components}/header-1177-admin/header-1177-admin-item.css +61 -37
- package/dist/components/header-1177-admin/header-1177-admin-lit.js +7 -0
- package/dist/components/header-1177-admin/header-1177-admin-nav-item-lit.js +7 -0
- package/{components → dist/components}/header-1177-admin/header-1177-admin-nav-item.css +149 -149
- package/dist/components/header-1177-admin/header-1177-admin-nav-lit.js +7 -0
- package/{components → dist/components}/header-1177-admin/header-1177-admin-nav.css +16 -16
- package/{components → dist/components}/header-1177-admin/header-1177-admin.css +76 -74
- package/dist/components/header-1177-pro/header-1177-pro-avatar-lit.js +7 -0
- package/dist/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.js +7 -0
- package/{components → dist/components}/header-1177-pro/header-1177-pro-avatar-mobile.css +21 -20
- package/{components → dist/components}/header-1177-pro/header-1177-pro-avatar.css +67 -65
- package/dist/components/header-1177-pro/header-1177-pro-item-lit.js +7 -0
- package/{components → dist/components}/header-1177-pro/header-1177-pro-item.css +25 -13
- package/dist/components/header-1177-pro/header-1177-pro-lit.js +7 -0
- package/dist/components/header-1177-pro/header-1177-pro-nav-item-lit.js +7 -0
- package/{components → dist/components}/header-1177-pro/header-1177-pro-nav-item.css +137 -137
- package/dist/components/header-1177-pro/header-1177-pro-nav-lit.js +7 -0
- package/dist/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +7 -0
- package/{components → dist/components}/header-1177-pro/header-1177-pro-nav-menu-mobile.css +34 -34
- package/{components → dist/components}/header-1177-pro/header-1177-pro-nav.css +20 -24
- package/dist/components/header-1177-pro/header-1177-pro-region-picker-lit.js +7 -0
- package/{components → dist/components}/header-1177-pro/header-1177-pro-region-picker.css +81 -77
- package/{components → dist/components}/header-1177-pro/header-1177-pro.css +63 -63
- package/dist/components/header-inera/header-inera-item-lit.js +7 -0
- package/{components → dist/components}/header-inera/header-inera-item.css +15 -12
- package/dist/components/header-inera/header-inera-lit.js +7 -0
- package/dist/components/header-inera/header-inera-nav-item-lit.js +7 -0
- package/{components → dist/components}/header-inera/header-inera-nav-item.css +37 -50
- package/dist/components/header-inera/header-inera-nav-lit.js +7 -0
- package/dist/components/header-inera/header-inera-nav-mobile-lit.js +7 -0
- package/dist/components/header-inera/header-inera-nav-mobile.css +124 -0
- package/{components → dist/components}/header-inera/header-inera-nav.css +2 -2
- package/{components → dist/components}/header-inera/header-inera.css +21 -21
- package/{components → dist/components}/header-inera-admin/composite-header-inera-admin.css +156 -174
- package/dist/components/header-inera-admin/header-inera-admin-avatar-lit.js +7 -0
- package/dist/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.js +7 -0
- package/{components → dist/components}/header-inera-admin/header-inera-admin-avatar-mobile.css +9 -9
- package/{components → dist/components}/header-inera-admin/header-inera-admin-avatar.css +22 -21
- package/dist/components/header-inera-admin/header-inera-admin-item-lit.js +7 -0
- package/{components → dist/components}/header-inera-admin/header-inera-admin-item.css +11 -11
- package/dist/components/header-inera-admin/header-inera-admin-lit.js +7 -0
- package/dist/components/header-inera-admin/header-inera-admin-nav-item-lit.js +7 -0
- package/{components → dist/components}/header-inera-admin/header-inera-admin-nav-item.css +42 -50
- package/dist/components/header-inera-admin/header-inera-admin-nav-lit.js +7 -0
- package/dist/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +7 -0
- package/{components → dist/components}/header-inera-admin/header-inera-admin-nav-mobile.css +49 -48
- package/{components → dist/components}/header-inera-admin/header-inera-admin-nav.css +2 -2
- package/{components → dist/components}/header-inera-admin/header-inera-admin.css +34 -34
- package/dist/components/list/list-lit.js +7 -0
- package/{components → dist/components}/list/list.css +47 -31
- package/dist/components/mobile-menu/mobile-menu-lit.js +7 -0
- package/{components → dist/components}/mobile-menu/mobile-menu.css +413 -408
- package/dist/components/navigation/content/navigation-content-lit.js +7 -0
- package/dist/components/navigation/content/navigation-content.css +67 -0
- package/dist/components/navigation/local/navigation-local-lit.js +7 -0
- package/{components → dist/components}/navigation/local/navigation-local.css +31 -29
- package/dist/components/notification-badge/notification-badge-lit.js +7 -0
- package/{components → dist/components}/notification-badge/notification-badge.css +2 -2
- package/dist/components/pagination/data-pagination/data-pagination-lit.js +7 -0
- package/{components → dist/components}/pagination/data-pagination/data-pagination.css +28 -28
- package/dist/components/pagination/list-pagination/list-pagination-lit.js +9 -0
- package/{components → dist/components}/pagination/list-pagination/list-pagination.css +38 -35
- package/dist/components/popover/popover-content-lit.js +7 -0
- package/{components → dist/components}/popover/popover-content.css +74 -82
- package/dist/components/progressbar/progressbar-lit.js +7 -0
- package/{components → dist/components}/progressbar/progressbar.css +15 -15
- package/dist/components/side-menu/side-menu-lit.js +7 -0
- package/dist/components/side-menu/side-menu.css +178 -0
- package/dist/components/side-panel/side-panel-lit.js +7 -0
- package/dist/components/side-panel/side-panel.css +431 -0
- package/dist/components/stepper/stepper-lit.js +7 -0
- package/{components → dist/components}/stepper/stepper.css +47 -43
- package/{components → dist/components}/table/table.css +5 -5
- package/dist/components/tabs/tab-lit.js +7 -0
- package/dist/components/tabs/tab-panel-lit.d.ts +2 -0
- package/dist/components/tabs/tab-panel-lit.js +7 -0
- package/{components → dist/components}/tabs/tab-panel.css +2 -2
- package/{components → dist/components}/tabs/tab.css +24 -24
- package/dist/components/tabs/tabs-lit.d.ts +2 -0
- package/dist/components/tabs/tabs-lit.js +9 -0
- package/{components → dist/components}/tabs/tabs.css +6 -6
- package/dist/components/tag/tag-lit.d.ts +2 -0
- package/dist/components/tag/tag-lit.js +7 -0
- package/dist/components/tag/tag.css +79 -0
- package/dist/components/tooltip/tooltip-lit.d.ts +2 -0
- package/dist/components/tooltip/tooltip-lit.js +7 -0
- package/{components → dist/components}/tooltip/tooltip.css +12 -15
- package/{global → dist/global}/_partials.css +1 -1
- package/{global → dist/global}/global.css +680 -595
- package/{global → dist/global}/util/util.css +7 -5
- package/dist/license.md +7 -0
- package/dist/package.json +9 -0
- package/{themes → dist/themes}/1177/1177.css +1225 -1247
- package/{themes → dist/themes}/1177-pro/1177-pro.css +1342 -1361
- package/{themes → dist/themes}/inera/inera.css +1220 -1236
- package/{themes → dist/themes}/inera-admin/inera-admin.css +1279 -1310
- package/{themes → dist/themes}/reset.css +1 -1
- package/global.d.ts +4 -0
- package/package.json +26 -9
- package/rollup/styleObjects.js +131 -0
- package/rollup.config.js +84 -0
- package/src/components/alert/alert-lit.ts +4 -0
- package/src/components/alert/alert.scss +200 -0
- package/src/components/alert-global/alert-global-lit.ts +4 -0
- package/src/components/alert-global/alert-global.scss +128 -0
- package/src/components/badge/badge-lit.ts +4 -0
- package/src/components/badge/badge.scss +55 -0
- package/src/components/breadcrumbs/breadcrumbs-lit.ts +4 -0
- package/src/components/breadcrumbs/breadcrumbs.scss +112 -0
- package/src/components/button-group/button-group-lit.ts +4 -0
- package/src/components/button-group/button-group.scss +29 -0
- package/src/components/card/card-lit.ts +4 -0
- package/src/components/card/card.scss +108 -0
- package/src/components/carousel/carousel-item-lit.ts +4 -0
- package/src/components/carousel/carousel-item.scss +67 -0
- package/src/components/carousel/carousel-lit.ts +4 -0
- package/src/components/carousel/carousel.scss +148 -0
- package/src/components/data-table/data-table-lit.ts +4 -0
- package/src/components/data-table/data-table.scss +169 -0
- package/src/components/date-label/date-label-lit.ts +4 -0
- package/src/components/date-label/date-label.scss +61 -0
- package/src/components/dialog/dialog-lit.ts +4 -0
- package/src/components/dialog/dialog.scss +117 -0
- package/src/components/dropdown/dropdown-lit.ts +6 -0
- package/src/components/dropdown/dropdown.scss +79 -0
- package/src/components/expandable/expandable-lit.ts +4 -0
- package/src/components/expandable/expandable.scss +121 -0
- package/src/components/footer/footer-lit.ts +4 -0
- package/src/components/footer/footer.scss +393 -0
- package/src/components/footer-1177/footer-1177-lit.ts +4 -0
- package/src/components/footer-1177/footer-1177.scss +256 -0
- package/src/components/footer-1177-admin/footer-1177-admin-lit.ts +4 -0
- package/src/components/footer-1177-admin/footer-1177-admin.scss +247 -0
- package/src/components/footer-1177-pro/footer-1177-pro-lit.ts +4 -0
- package/src/components/footer-1177-pro/footer-1177-pro.scss +117 -0
- package/src/components/footer-inera/footer-inera-lit.ts +4 -0
- package/src/components/footer-inera/footer-inera.scss +271 -0
- package/src/components/footer-inera-admin/footer-inera-admin-lit.ts +4 -0
- package/src/components/footer-inera-admin/footer-inera-admin.scss +308 -0
- package/src/components/form/error-message/error-message-lit.ts +4 -0
- package/src/components/form/error-message/error-message.scss +45 -0
- package/src/components/form/group/group-lit.ts +4 -0
- package/src/components/form/group/group.scss +23 -0
- package/src/components/form/range/range-lit.ts +4 -0
- package/src/components/form/range/range.scss +34 -0
- package/src/components/form/select-multiple/select-multiple-lit.ts +4 -0
- package/src/components/form/select-multiple/select-multiple.scss +58 -0
- package/src/components/form/spinner/spinner-lit.ts +4 -0
- package/src/components/form/spinner/spinner.scss +66 -0
- package/src/components/form/textarea/textarea-lit.ts +4 -0
- package/src/components/form/textarea/textarea.scss +0 -0
- package/src/components/grid/column/_column-partials.scss +62 -0
- package/src/components/grid/column/column-lit.ts +4 -0
- package/src/components/grid/column/column.scss +380 -0
- package/src/components/header-1177/composite-header-1177.scss +6 -0
- package/src/components/header-1177/header-1177-avatar-lit.ts +4 -0
- package/src/components/header-1177/header-1177-avatar.scss +113 -0
- package/src/components/header-1177/header-1177-item-lit.ts +4 -0
- package/src/components/header-1177/header-1177-item.scss +72 -0
- package/src/components/header-1177/header-1177-lit.ts +4 -0
- package/src/components/header-1177/header-1177-nav-item-lit.ts +4 -0
- package/src/components/header-1177/header-1177-nav-item-mobile-lit.ts +4 -0
- package/src/components/header-1177/header-1177-nav-item-mobile.scss +84 -0
- package/src/components/header-1177/header-1177-nav-item.scss +158 -0
- package/src/components/header-1177/header-1177-nav-lit.ts +4 -0
- package/src/components/header-1177/header-1177-nav.scss +57 -0
- package/src/components/header-1177/header-1177.scss +364 -0
- package/src/components/header-1177-admin/composite-header-1177-admin.scss +6 -0
- package/src/components/header-1177-admin/header-1177-admin-avatar-lit.ts +4 -0
- package/src/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.ts +4 -0
- package/src/components/header-1177-admin/header-1177-admin-avatar-mobile.scss +91 -0
- package/src/components/header-1177-admin/header-1177-admin-avatar.scss +107 -0
- package/src/components/header-1177-admin/header-1177-admin-item-lit.ts +4 -0
- package/src/components/header-1177-admin/header-1177-admin-item.scss +74 -0
- package/src/components/header-1177-admin/header-1177-admin-lit.ts +4 -0
- package/src/components/header-1177-admin/header-1177-admin-nav-item-lit.ts +4 -0
- package/src/components/header-1177-admin/header-1177-admin-nav-item.scss +168 -0
- package/src/components/header-1177-admin/header-1177-admin-nav-lit.ts +4 -0
- package/src/components/header-1177-admin/header-1177-admin-nav-menu-lit.ts +4 -0
- package/src/components/header-1177-admin/header-1177-admin-nav.scss +54 -0
- package/src/components/header-1177-admin/header-1177-admin.scss +201 -0
- package/src/components/header-1177-pro/composite-header-1177-pro.scss +8 -0
- package/src/components/header-1177-pro/header-1177-pro-avatar-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-avatar-mobile.scss +92 -0
- package/src/components/header-1177-pro/header-1177-pro-avatar.scss +113 -0
- package/src/components/header-1177-pro/header-1177-pro-item-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-item.scss +73 -0
- package/src/components/header-1177-pro/header-1177-pro-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-nav-item-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-nav-item.scss +149 -0
- package/src/components/header-1177-pro/header-1177-pro-nav-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-nav-menu-mobile.scss +89 -0
- package/src/components/header-1177-pro/header-1177-pro-nav.scss +59 -0
- package/src/components/header-1177-pro/header-1177-pro-region-picker-lit.ts +4 -0
- package/src/components/header-1177-pro/header-1177-pro-region-picker.scss +81 -0
- package/src/components/header-1177-pro/header-1177-pro.scss +175 -0
- package/src/components/header-inera/composite-header-inera.scss +5 -0
- package/src/components/header-inera/header-inera-item-lit.ts +4 -0
- package/src/components/header-inera/header-inera-item.scss +87 -0
- package/src/components/header-inera/header-inera-lit.ts +4 -0
- package/src/components/header-inera/header-inera-nav-item-lit.ts +4 -0
- package/src/components/header-inera/header-inera-nav-item.scss +181 -0
- package/src/components/header-inera/header-inera-nav-lit.ts +4 -0
- package/src/components/header-inera/header-inera-nav-mobile-lit.ts +4 -0
- package/src/components/header-inera/header-inera-nav-mobile.scss +33 -0
- package/src/components/header-inera/header-inera-nav.scss +36 -0
- package/src/components/header-inera/header-inera.scss +68 -0
- package/src/components/header-inera-admin/composite-header-inera-admin.scss +7 -0
- package/src/components/header-inera-admin/header-inera-admin-avatar-lit.ts +4 -0
- package/src/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.ts +4 -0
- package/src/components/header-inera-admin/header-inera-admin-avatar-mobile.scss +59 -0
- package/src/components/header-inera-admin/header-inera-admin-avatar.scss +139 -0
- package/src/components/header-inera-admin/header-inera-admin-item-lit.ts +4 -0
- package/src/components/header-inera-admin/header-inera-admin-item.scss +85 -0
- package/src/components/header-inera-admin/header-inera-admin-lit.ts +4 -0
- package/src/components/header-inera-admin/header-inera-admin-nav-item-lit.ts +4 -0
- package/src/components/header-inera-admin/header-inera-admin-nav-item.scss +186 -0
- package/src/components/header-inera-admin/header-inera-admin-nav-lit.ts +4 -0
- package/src/components/header-inera-admin/header-inera-admin-nav-mobile-lit.ts +4 -0
- package/src/components/header-inera-admin/header-inera-admin-nav-mobile.scss +33 -0
- package/src/components/header-inera-admin/header-inera-admin-nav.scss +36 -0
- package/src/components/header-inera-admin/header-inera-admin.scss +118 -0
- package/src/components/list/list-lit.ts +4 -0
- package/src/components/list/list.scss +148 -0
- package/src/components/mobile-menu/mobile-menu-lit.ts +4 -0
- package/src/components/mobile-menu/mobile-menu.scss +458 -0
- package/src/components/navigation/content/navigation-content-lit.ts +4 -0
- package/src/components/navigation/content/navigation-content.scss +69 -0
- package/src/components/navigation/local/navigation-local-lit.ts +4 -0
- package/src/components/navigation/local/navigation-local.scss +62 -0
- package/src/components/notification-badge/notification-badge-lit.ts +4 -0
- package/src/components/notification-badge/notification-badge.scss +22 -0
- package/src/components/pagination/data-pagination/data-pagination-lit.ts +4 -0
- package/src/components/pagination/data-pagination/data-pagination.scss +143 -0
- package/src/components/pagination/list-pagination/list-pagination-lit.ts +6 -0
- package/src/components/pagination/list-pagination/list-pagination.scss +165 -0
- package/src/components/popover/popover-content-lit.ts +4 -0
- package/src/components/popover/popover-content.scss +282 -0
- package/src/components/popover/popover-lit.ts +4 -0
- package/src/components/popover/popover.scss +9 -0
- package/src/components/progressbar/progressbar-lit.ts +4 -0
- package/src/components/progressbar/progressbar.scss +39 -0
- package/src/components/side-menu/side-menu-lit.ts +4 -0
- package/src/components/side-menu/side-menu.scss +179 -0
- package/src/components/side-panel/side-panel-lit.ts +4 -0
- package/src/components/side-panel/side-panel.scss +330 -0
- package/src/components/stepper/stepper-lit.ts +4 -0
- package/src/components/stepper/stepper.scss +171 -0
- package/src/components/table/table.scss +34 -0
- package/src/components/tabs/tab-lit.ts +4 -0
- package/src/components/tabs/tab-panel-lit.ts +4 -0
- package/src/components/tabs/tab-panel.scss +20 -0
- package/src/components/tabs/tab.scss +85 -0
- package/src/components/tabs/tabs-lit.ts +5 -0
- package/src/components/tabs/tabs.scss +33 -0
- package/src/components/tag/tag-lit.ts +4 -0
- package/src/components/tag/tag.scss +58 -0
- package/src/components/tooltip/tooltip-lit.ts +4 -0
- package/src/components/tooltip/tooltip.scss +68 -0
- package/src/global/_partials.scss +408 -0
- package/src/global/components/link.scss +134 -0
- package/src/global/form/button.scss +261 -0
- package/src/global/form/checkbox.scss +100 -0
- package/src/global/form/input.scss +77 -0
- package/src/global/form/radio.scss +108 -0
- package/src/global/form/range.scss +69 -0
- package/src/global/form/select.scss +23 -0
- package/src/global/form/textarea.scss +41 -0
- package/src/global/form/time.scss +44 -0
- package/src/global/form/toggle.scss +119 -0
- package/src/global/global.scss +52 -0
- package/src/global/icons/close.scss +25 -0
- package/src/global/typography/_typography-partials.scss +240 -0
- package/src/global/typography/description-list.scss +89 -0
- package/src/global/typography/typography.scss +100 -0
- package/src/global/util/util.scss +2632 -0
- package/src/layout/breakpoints.scss +13 -0
- package/src/layout/container.scss +15 -0
- package/src/layout/grid.scss +393 -0
- package/src/layout/row.scss +48 -0
- package/src/themes/1177/1177-tokens.css +32 -0
- package/src/themes/1177/1177-typography.scss +94 -0
- package/src/themes/1177/1177.scss +670 -0
- package/src/themes/1177-pro/1177-pro-tokens.css +1 -0
- package/src/themes/1177-pro/1177-pro-typography.scss +10 -0
- package/src/themes/1177-pro/1177-pro.scss +162 -0
- package/src/themes/inera/inera-tokens.css +53 -0
- package/src/themes/inera/inera-typography.scss +95 -0
- package/src/themes/inera/inera.scss +656 -0
- package/src/themes/inera-admin/inera-admin-tokens.css +1 -0
- package/src/themes/inera-admin/inera-admin.scss +96 -0
- package/src/themes/reset.scss +61 -0
- package/tailwind/util-tailwind.scss +2320 -0
- package/tailwind.config.js +32 -0
- package/tsconfig.json +10 -0
- package/components/alert/alert-lit.js +0 -7
- package/components/alert-global/alert-global-lit.js +0 -7
- package/components/alert-global/alert-global.css +0 -175
- package/components/badge/badge-lit.js +0 -7
- package/components/breadcrumbs/breadcrumbs-lit.js +0 -7
- package/components/breadcrumbs/breadcrumbs.css +0 -95
- package/components/button-group/button-group-lit.js +0 -7
- package/components/card/card-lit.js +0 -7
- package/components/data-table/data-table-lit.js +0 -7
- package/components/date-label/date-label-lit.js +0 -7
- package/components/dialog/dialog-lit.js +0 -7
- package/components/dropdown/dropdown-lit.js +0 -9
- package/components/expandable/expandable-lit.js +0 -7
- package/components/footer/footer-lit.js +0 -7
- package/components/footer-1177/footer-1177-lit.js +0 -7
- package/components/footer-1177-admin/footer-1177-admin-lit.js +0 -7
- package/components/footer-1177-pro/footer-1177-pro-lit.js +0 -7
- package/components/footer-inera/footer-inera-lit.js +0 -7
- package/components/footer-inera-admin/footer-inera-admin-lit.js +0 -7
- package/components/form/error-message/error-message-lit.js +0 -7
- package/components/form/group/group-lit.js +0 -7
- package/components/form/range/range-lit.js +0 -7
- package/components/form/range/range.css +0 -34
- package/components/form/select-multiple/select-multiple-lit.js +0 -7
- package/components/form/select-multiple/select-multiple.css +0 -166
- package/components/form/spinner/spinner-lit.js +0 -7
- package/components/grid/column/column-lit.js +0 -7
- package/components/header-1177/header-1177-avatar-lit.js +0 -7
- package/components/header-1177/header-1177-item-lit.js +0 -7
- package/components/header-1177/header-1177-lit.js +0 -7
- package/components/header-1177/header-1177-nav-item-lit.js +0 -7
- package/components/header-1177/header-1177-nav-item-mobile-lit.js +0 -7
- package/components/header-1177/header-1177-nav-lit.js +0 -7
- package/components/header-1177-admin/header-1177-admin-avatar-lit.js +0 -7
- package/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +0 -7
- package/components/header-1177-admin/header-1177-admin-item-lit.js +0 -7
- package/components/header-1177-admin/header-1177-admin-lit.js +0 -7
- package/components/header-1177-admin/header-1177-admin-nav-item-lit.js +0 -7
- package/components/header-1177-admin/header-1177-admin-nav-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-avatar-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-item-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-nav-item-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-nav-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +0 -7
- package/components/header-1177-pro/header-1177-pro-region-picker-lit.js +0 -7
- package/components/header-inera/header-inera-item-lit.js +0 -7
- package/components/header-inera/header-inera-lit.js +0 -7
- package/components/header-inera/header-inera-nav-item-lit.js +0 -7
- package/components/header-inera/header-inera-nav-lit.js +0 -7
- package/components/header-inera/header-inera-nav-mobile-lit.js +0 -7
- package/components/header-inera/header-inera-nav-mobile.css +0 -123
- package/components/header-inera-admin/header-inera-admin-avatar-lit.js +0 -7
- package/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.js +0 -7
- package/components/header-inera-admin/header-inera-admin-item-lit.js +0 -7
- package/components/header-inera-admin/header-inera-admin-lit.js +0 -7
- package/components/header-inera-admin/header-inera-admin-nav-item-lit.js +0 -7
- package/components/header-inera-admin/header-inera-admin-nav-lit.js +0 -7
- package/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +0 -7
- package/components/list/list-lit.js +0 -7
- package/components/mobile-menu/mobile-menu-lit.js +0 -7
- package/components/navigation/content/navigation-content-lit.js +0 -7
- package/components/navigation/content/navigation-content.css +0 -67
- package/components/navigation/local/navigation-local-lit.js +0 -7
- package/components/notification-badge/notification-badge-lit.js +0 -7
- package/components/pagination/data-pagination/data-pagination-lit.js +0 -7
- package/components/pagination/list-pagination/list-pagination-lit.js +0 -9
- package/components/popover/popover-content-lit.js +0 -7
- package/components/progressbar/progressbar-lit.js +0 -7
- package/components/side-panel/side-panel-lit.js +0 -7
- package/components/side-panel/side-panel.css +0 -198
- package/components/stepper/stepper-lit.js +0 -7
- package/components/tabs/tab-lit.js +0 -7
- package/components/tabs/tab-panel-lit.js +0 -7
- package/components/tabs/tabs-lit.js +0 -9
- package/components/tag/tag-lit.js +0 -7
- package/components/tag/tag.css +0 -103
- package/components/tooltip/tooltip-lit.js +0 -7
- /package/{components/alert-global/alert-global-lit.d.ts → css.d.ts} +0 -0
- /package/{components/badge/badge-lit.d.ts → dist/components/alert/alert-lit.d.ts} +0 -0
- /package/{components/alert/alert-lit.d.ts → dist/components/alert-global/alert-global-lit.d.ts} +0 -0
- /package/{components/breadcrumbs/breadcrumbs-lit.d.ts → dist/components/badge/badge-lit.d.ts} +0 -0
- /package/{components/button-group/button-group-lit.d.ts → dist/components/breadcrumbs/breadcrumbs-lit.d.ts} +0 -0
- /package/{components/card/card-lit.d.ts → dist/components/button-group/button-group-lit.d.ts} +0 -0
- /package/{components/data-table/data-table-lit.d.ts → dist/components/card/card-lit.d.ts} +0 -0
- /package/{components/date-label/date-label-lit.d.ts → dist/components/carousel/carousel-item-lit.d.ts} +0 -0
- /package/{components/dialog/dialog-lit.d.ts → dist/components/carousel/carousel-lit.d.ts} +0 -0
- /package/{components/dropdown/dropdown-lit.d.ts → dist/components/data-table/data-table-lit.d.ts} +0 -0
- /package/{components/expandable/expandable-lit.d.ts → dist/components/date-label/date-label-lit.d.ts} +0 -0
- /package/{components/footer-1177-admin/footer-1177-admin-lit.d.ts → dist/components/dialog/dialog-lit.d.ts} +0 -0
- /package/{components/footer-1177-pro/footer-1177-pro-lit.d.ts → dist/components/dropdown/dropdown-lit.d.ts} +0 -0
- /package/{components/footer-1177/footer-1177-lit.d.ts → dist/components/expandable/expandable-lit.d.ts} +0 -0
- /package/{components/form/range/range-lit.d.ts → dist/components/footer/footer-lit.d.ts} +0 -0
- /package/{components/footer/footer-lit.d.ts → dist/components/footer-1177/footer-1177-lit.d.ts} +0 -0
- /package/{components/footer-inera-admin/footer-inera-admin-lit.d.ts → dist/components/footer-1177-admin/footer-1177-admin-lit.d.ts} +0 -0
- /package/{components/footer-inera/footer-inera-lit.d.ts → dist/components/footer-1177-pro/footer-1177-pro-lit.d.ts} +0 -0
- /package/{components/form/group/group-lit.d.ts → dist/components/footer-inera/footer-inera-lit.d.ts} +0 -0
- /package/{components/form/error-message/error-message-lit.d.ts → dist/components/footer-inera-admin/footer-inera-admin-lit.d.ts} +0 -0
- /package/{components/form/select-multiple/select-multiple-lit.d.ts → dist/components/form/error-message/error-message-lit.d.ts} +0 -0
- /package/{components/form/spinner/spinner-lit.d.ts → dist/components/form/group/group-lit.d.ts} +0 -0
- /package/{components/form/textarea/textarea-lit.d.ts → dist/components/form/range/range-lit.d.ts} +0 -0
- /package/{components/grid/column/column-lit.d.ts → dist/components/form/select-multiple/select-multiple-lit.d.ts} +0 -0
- /package/{components/header-1177-admin/header-1177-admin-avatar-lit.d.ts → dist/components/form/spinner/spinner-lit.d.ts} +0 -0
- /package/{components/header-1177-admin/header-1177-admin-avatar-mobile-lit.d.ts → dist/components/form/textarea/textarea-lit.d.ts} +0 -0
- /package/{components → dist/components}/form/textarea/textarea-lit.js +0 -0
- /package/{components → dist/components}/form/textarea/textarea.css +0 -0
- /package/{components → dist/components}/grid/column/_column-partials.css +0 -0
- /package/{components/header-1177-admin/header-1177-admin-item-lit.d.ts → dist/components/grid/column/column-lit.d.ts} +0 -0
- /package/{components/header-1177/header-1177-nav-item-lit.d.ts → dist/components/header-1177/header-1177-avatar-lit.d.ts} +0 -0
- /package/{components/header-1177/header-1177-nav-item-mobile-lit.d.ts → dist/components/header-1177/header-1177-item-lit.d.ts} +0 -0
- /package/{components/header-1177/header-1177-nav-lit.d.ts → dist/components/header-1177/header-1177-lit.d.ts} +0 -0
- /package/{components/header-inera-admin/header-inera-admin-avatar-lit.d.ts → dist/components/header-1177/header-1177-nav-item-lit.d.ts} +0 -0
- /package/{components/header-inera-admin/header-inera-admin-avatar-mobile-lit.d.ts → dist/components/header-1177/header-1177-nav-item-mobile-lit.d.ts} +0 -0
- /package/{components/header-inera-admin/header-inera-admin-item-lit.d.ts → dist/components/header-1177/header-1177-nav-lit.d.ts} +0 -0
- /package/{components/header-1177-admin/header-1177-admin-lit.d.ts → dist/components/header-1177-admin/header-1177-admin-avatar-lit.d.ts} +0 -0
- /package/{components/header-1177-admin/header-1177-admin-nav-item-lit.d.ts → dist/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.d.ts} +0 -0
- /package/{components/header-1177-admin/header-1177-admin-nav-lit.d.ts → dist/components/header-1177-admin/header-1177-admin-item-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-avatar-lit.d.ts → dist/components/header-1177-admin/header-1177-admin-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-avatar-mobile-lit.d.ts → dist/components/header-1177-admin/header-1177-admin-nav-item-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-item-lit.d.ts → dist/components/header-1177-admin/header-1177-admin-nav-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-avatar-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-nav-item-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-nav-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-item-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-lit.d.ts} +0 -0
- /package/{components/header-1177-pro/header-1177-pro-region-picker-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-nav-item-lit.d.ts} +0 -0
- /package/{components/header-1177/header-1177-avatar-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-nav-lit.d.ts} +0 -0
- /package/{components/header-1177/header-1177-item-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.d.ts} +0 -0
- /package/{components/header-1177/header-1177-lit.d.ts → dist/components/header-1177-pro/header-1177-pro-region-picker-lit.d.ts} +0 -0
- /package/{components/header-inera/header-inera-nav-lit.d.ts → dist/components/header-inera/header-inera-item-lit.d.ts} +0 -0
- /package/{components/header-inera/header-inera-nav-mobile-lit.d.ts → dist/components/header-inera/header-inera-lit.d.ts} +0 -0
- /package/{components/list/list-lit.d.ts → dist/components/header-inera/header-inera-nav-item-lit.d.ts} +0 -0
- /package/{components/mobile-menu/mobile-menu-lit.d.ts → dist/components/header-inera/header-inera-nav-lit.d.ts} +0 -0
- /package/{components/navigation/content/navigation-content-lit.d.ts → dist/components/header-inera/header-inera-nav-mobile-lit.d.ts} +0 -0
- /package/{components/header-inera-admin/header-inera-admin-lit.d.ts → dist/components/header-inera-admin/header-inera-admin-avatar-lit.d.ts} +0 -0
- /package/{components/header-inera-admin/header-inera-admin-nav-item-lit.d.ts → dist/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.d.ts} +0 -0
- /package/{components/header-inera-admin/header-inera-admin-nav-lit.d.ts → dist/components/header-inera-admin/header-inera-admin-item-lit.d.ts} +0 -0
- /package/{components/header-inera-admin/header-inera-admin-nav-mobile-lit.d.ts → dist/components/header-inera-admin/header-inera-admin-lit.d.ts} +0 -0
- /package/{components/header-inera/header-inera-item-lit.d.ts → dist/components/header-inera-admin/header-inera-admin-nav-item-lit.d.ts} +0 -0
- /package/{components/header-inera/header-inera-lit.d.ts → dist/components/header-inera-admin/header-inera-admin-nav-lit.d.ts} +0 -0
- /package/{components/header-inera/header-inera-nav-item-lit.d.ts → dist/components/header-inera-admin/header-inera-admin-nav-mobile-lit.d.ts} +0 -0
- /package/{components/navigation/local/navigation-local-lit.d.ts → dist/components/list/list-lit.d.ts} +0 -0
- /package/{components/notification-badge/notification-badge-lit.d.ts → dist/components/mobile-menu/mobile-menu-lit.d.ts} +0 -0
- /package/{components/pagination/data-pagination/data-pagination-lit.d.ts → dist/components/navigation/content/navigation-content-lit.d.ts} +0 -0
- /package/{components/pagination/list-pagination/list-pagination-lit.d.ts → dist/components/navigation/local/navigation-local-lit.d.ts} +0 -0
- /package/{components/popover/popover-content-lit.d.ts → dist/components/notification-badge/notification-badge-lit.d.ts} +0 -0
- /package/{components/popover/popover-lit.d.ts → dist/components/pagination/data-pagination/data-pagination-lit.d.ts} +0 -0
- /package/{components/progressbar/progressbar-lit.d.ts → dist/components/pagination/list-pagination/list-pagination-lit.d.ts} +0 -0
- /package/{components/side-panel/side-panel-lit.d.ts → dist/components/popover/popover-content-lit.d.ts} +0 -0
- /package/{components/stepper/stepper-lit.d.ts → dist/components/popover/popover-lit.d.ts} +0 -0
- /package/{components → dist/components}/popover/popover-lit.js +0 -0
- /package/{components → dist/components}/popover/popover.css +0 -0
- /package/{components/tabs/tab-lit.d.ts → dist/components/progressbar/progressbar-lit.d.ts} +0 -0
- /package/{components/tabs/tab-panel-lit.d.ts → dist/components/side-menu/side-menu-lit.d.ts} +0 -0
- /package/{components/tabs/tabs-lit.d.ts → dist/components/side-panel/side-panel-lit.d.ts} +0 -0
- /package/{components/tag/tag-lit.d.ts → dist/components/stepper/stepper-lit.d.ts} +0 -0
- /package/{components/tooltip/tooltip-lit.d.ts → dist/components/tabs/tab-lit.d.ts} +0 -0
- /package/{themes → dist/themes}/1177/1177-tokens.css +0 -0
- /package/{themes → dist/themes}/1177-pro/1177-pro-tokens.css +0 -0
- /package/{themes → dist/themes}/inera/inera-tokens.css +0 -0
- /package/{themes → dist/themes}/inera-admin/inera-admin-tokens.css +0 -0
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.ids-bg-1 {
|
|
21
|
-
background-color:
|
|
21
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.ids-bg-2 {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
outline: inherit;
|
|
41
41
|
}
|
|
42
42
|
.ids-btn-no-styles:focus {
|
|
43
|
-
outline: var(--
|
|
44
|
-
outline-offset: var(--
|
|
43
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
44
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
/* Makes elements behave as inline-level block containers */
|
|
@@ -1655,7 +1655,8 @@
|
|
|
1655
1655
|
padding-left: 3rem;
|
|
1656
1656
|
}
|
|
1657
1657
|
/* Hide classes */
|
|
1658
|
-
.ids .ids-hide-on-s,
|
|
1658
|
+
.ids .ids-hide-on-s,
|
|
1659
|
+
.ids .ids-s-hide {
|
|
1659
1660
|
display: none;
|
|
1660
1661
|
}
|
|
1661
1662
|
}
|
|
@@ -2193,7 +2194,8 @@
|
|
|
2193
2194
|
padding-left: 3rem;
|
|
2194
2195
|
}
|
|
2195
2196
|
/* Hide classes */
|
|
2196
|
-
.ids .ids-hide-on-m,
|
|
2197
|
+
.ids .ids-hide-on-m,
|
|
2198
|
+
.ids .ids-m-hide {
|
|
2197
2199
|
display: none;
|
|
2198
2200
|
}
|
|
2199
2201
|
}
|
|
@@ -2277,7 +2279,7 @@
|
|
|
2277
2279
|
* BUTTONS
|
|
2278
2280
|
********/
|
|
2279
2281
|
/*******
|
|
2280
|
-
*
|
|
2282
|
+
* SCROLLBARS
|
|
2281
2283
|
********/
|
|
2282
2284
|
/*******
|
|
2283
2285
|
* FORM
|
|
@@ -2286,11 +2288,12 @@
|
|
|
2286
2288
|
* A11Y
|
|
2287
2289
|
********/
|
|
2288
2290
|
.ids-link {
|
|
2289
|
-
font-family: var(--IDS-
|
|
2290
|
-
color: var(--
|
|
2291
|
-
text-decoration-color: var(--
|
|
2291
|
+
font-family: var(--IDS-LINK__FONT-FAMILY);
|
|
2292
|
+
color: var(--IDS-LINK--COLORPRESET-1__COLOR);
|
|
2293
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-1__COLOR);
|
|
2294
|
+
font-size: 1rem;
|
|
2292
2295
|
line-height: 1.5rem;
|
|
2293
|
-
gap:
|
|
2296
|
+
gap: 0.5rem;
|
|
2294
2297
|
cursor: pointer;
|
|
2295
2298
|
display: inline-flex;
|
|
2296
2299
|
align-items: flex-start;
|
|
@@ -2300,13 +2303,13 @@
|
|
|
2300
2303
|
.ids-link:not(:has(.ids-icon)) {
|
|
2301
2304
|
text-decoration: underline;
|
|
2302
2305
|
}
|
|
2303
|
-
.ids-link:focus
|
|
2304
|
-
outline: var(--IDS-
|
|
2305
|
-
outline-offset: var(--IDS-
|
|
2306
|
+
.ids-link:focus {
|
|
2307
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
2308
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
2306
2309
|
}
|
|
2307
2310
|
.ids-link:hover, .ids-link:focus {
|
|
2308
2311
|
text-decoration: underline !important;
|
|
2309
|
-
color: var(--
|
|
2312
|
+
color: var(--IDS-LINK--COLORPRESET-1__HOVER-COLOR);
|
|
2310
2313
|
}
|
|
2311
2314
|
.ids-link:hover .ids-link__icon:has(+ .ids-link__icon--hover), .ids-link:focus .ids-link__icon:has(+ .ids-link__icon--hover) {
|
|
2312
2315
|
display: none;
|
|
@@ -2334,10 +2337,10 @@
|
|
|
2334
2337
|
padding: 0.188rem;
|
|
2335
2338
|
}
|
|
2336
2339
|
.ids-link.ids-link--active-icon.ids-link--active .ids-icon {
|
|
2337
|
-
background-color: var(--
|
|
2340
|
+
background-color: var(--IDS-LINK--COLORPRESET-1-ACTIVE__ICON-BACKGROUND-COLOR);
|
|
2338
2341
|
}
|
|
2339
2342
|
.ids-link.ids-link--active-icon:hover .ids-icon, .ids-link.ids-link--active-icon:focus-within .ids-icon {
|
|
2340
|
-
background-color: var(--
|
|
2343
|
+
background-color: var(--IDS-LINK--COLORPRESET-1-ACTIVE-HOVER__ICON-BACKGROUND-COLOR);
|
|
2341
2344
|
}
|
|
2342
2345
|
.ids-link.ids-link--active-icon.ids-link--color-2 .ids-icon {
|
|
2343
2346
|
margin-top: 0.25rem;
|
|
@@ -2350,28 +2353,52 @@
|
|
|
2350
2353
|
padding: 0.188rem;
|
|
2351
2354
|
}
|
|
2352
2355
|
.ids-link.ids-link--active-icon.ids-link--color-2.ids-link--active .ids-icon {
|
|
2353
|
-
background-color: var(--
|
|
2356
|
+
background-color: var(--IDS-LINK--COLORPRESET-2-ACTIVE__ICON-BACKGROUND-COLOR);
|
|
2354
2357
|
}
|
|
2355
2358
|
.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(--
|
|
2359
|
+
background-color: var(--IDS-LINK--COLORPRESET-2-ACTIVE-HOVER__ICON-BACKGROUND-COLOR);
|
|
2360
|
+
}
|
|
2361
|
+
.ids-link.ids-link--active-icon.ids-link--color-3 .ids-icon {
|
|
2362
|
+
margin-top: 0.25rem;
|
|
2363
|
+
display: inline-flex;
|
|
2364
|
+
border-radius: 100%;
|
|
2365
|
+
width: 1rem;
|
|
2366
|
+
height: 1rem;
|
|
2367
|
+
align-items: center;
|
|
2368
|
+
justify-content: center;
|
|
2369
|
+
padding: 0.188rem;
|
|
2370
|
+
}
|
|
2371
|
+
.ids-link.ids-link--active-icon.ids-link--color-3.ids-link--active .ids-icon {
|
|
2372
|
+
background-color: var(--IDS-LINK--COLORPRESET-3-ACTIVE__ICON-BACKGROUND-COLOR);
|
|
2373
|
+
}
|
|
2374
|
+
.ids-link.ids-link--active-icon.ids-link--color-3:hover .ids-icon, .ids-link.ids-link--active-icon.ids-link--color-3:focus-within .ids-icon {
|
|
2375
|
+
background-color: var(--IDS-LINK--COLORPRESET-3-ACTIVE-HOVER-ICON-BACKGROUND-COLOR);
|
|
2357
2376
|
}
|
|
2358
2377
|
.ids-link.ids-link--color-2 {
|
|
2359
|
-
color: var(--
|
|
2360
|
-
text-decoration-color: var(--
|
|
2378
|
+
color: var(--IDS-LINK--COLORPRESET-2__COLOR);
|
|
2379
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-2__COLOR);
|
|
2361
2380
|
}
|
|
2362
2381
|
.ids-link.ids-link--color-2:hover, .ids-link.ids-link--color-2:focus {
|
|
2363
|
-
color: var(--
|
|
2364
|
-
text-decoration-color: var(--
|
|
2382
|
+
color: var(--IDS-LINK--COLORPRESET-2__HOVER-COLOR);
|
|
2383
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-2__HOVER-COLOR);
|
|
2384
|
+
}
|
|
2385
|
+
.ids-link.ids-link--color-3 {
|
|
2386
|
+
color: var(--IDS-LINK--COLORPRESET-3__COLOR);
|
|
2387
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-3__COLOR);
|
|
2388
|
+
}
|
|
2389
|
+
.ids-link.ids-link--color-3:hover, .ids-link.ids-link--color-3:focus {
|
|
2390
|
+
color: var(--IDS-LINK--COLORPRESET-3__HOVER-COLOR);
|
|
2391
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-3__HOVER-COLOR);
|
|
2365
2392
|
}
|
|
2366
2393
|
.ids-link.ids-link--light {
|
|
2367
|
-
color:
|
|
2368
|
-
text-decoration-color:
|
|
2394
|
+
color: var(--IDS-COLOR-NEUTRAL-100) !important;
|
|
2395
|
+
text-decoration-color: var(--IDS-COLOR-NEUTRAL-100) !important;
|
|
2369
2396
|
}
|
|
2370
2397
|
.ids-link.ids-link--light:focus {
|
|
2371
|
-
outline-color:
|
|
2398
|
+
outline-color: var(--IDS-COLOR-NEUTRAL-100) !important;
|
|
2372
2399
|
}
|
|
2373
2400
|
.ids-link.ids-link--light:hover {
|
|
2374
|
-
color:
|
|
2401
|
+
color: var(--IDS-COLOR-NEUTRAL-100) !important;
|
|
2375
2402
|
}
|
|
2376
2403
|
.ids-link .ids-icon {
|
|
2377
2404
|
display: inline-flex;
|
|
@@ -2395,14 +2422,14 @@
|
|
|
2395
2422
|
.ids-button[disabled],
|
|
2396
2423
|
.ids button.ids-button.ids-button--disabled,
|
|
2397
2424
|
.ids button.ids-button[disabled] {
|
|
2398
|
-
color: var(--
|
|
2399
|
-
border: var(--
|
|
2400
|
-
background-color:
|
|
2425
|
+
color: var(--IDS-BUTTON--DISABLED__COLOR) !important;
|
|
2426
|
+
border: var(--IDS-BUTTON--DISABLED__BORDER) !important;
|
|
2427
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100) !important;
|
|
2401
2428
|
}
|
|
2402
2429
|
|
|
2403
2430
|
.ids button.ids-button {
|
|
2404
|
-
min-width:
|
|
2405
|
-
min-height:
|
|
2431
|
+
min-width: 1.5rem;
|
|
2432
|
+
min-height: 1.5rem;
|
|
2406
2433
|
background: none;
|
|
2407
2434
|
color: inherit;
|
|
2408
2435
|
border: none;
|
|
@@ -2417,37 +2444,36 @@
|
|
|
2417
2444
|
user-select: none;
|
|
2418
2445
|
}
|
|
2419
2446
|
.ids button.ids-button:focus {
|
|
2420
|
-
outline: var(--IDS-
|
|
2421
|
-
outline-offset: var(--IDS-
|
|
2447
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
2448
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
2422
2449
|
}
|
|
2423
2450
|
|
|
2424
2451
|
.ids .ids-button,
|
|
2425
2452
|
.ids-button,
|
|
2426
2453
|
.ids button.ids-button {
|
|
2427
2454
|
text-align: center;
|
|
2428
|
-
background-color: var(--
|
|
2429
|
-
border: var(--
|
|
2430
|
-
border-radius: var(--
|
|
2455
|
+
background-color: var(--IDS-BUTTON__BACKGROUND-COLOR);
|
|
2456
|
+
border: var(--IDS-BUTTON__BORDER);
|
|
2457
|
+
border-radius: var(--IDS-BUTTON__BORDER-RADIUS);
|
|
2431
2458
|
text-decoration: none;
|
|
2432
2459
|
box-sizing: border-box;
|
|
2433
|
-
color:
|
|
2460
|
+
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2434
2461
|
cursor: pointer;
|
|
2435
|
-
|
|
2436
|
-
gap: 8px;
|
|
2462
|
+
gap: 0.5rem;
|
|
2437
2463
|
display: inline-flex;
|
|
2438
2464
|
justify-content: center;
|
|
2439
2465
|
align-items: center;
|
|
2440
|
-
|
|
2441
|
-
|
|
2466
|
+
padding: var(--IDS-BUTTON--M__PADDING);
|
|
2467
|
+
line-height: var(--IDS-BUTTON--M__LINE-HEIGHT);
|
|
2468
|
+
font-size: var(--IDS-BUTTON--M__FONT-SIZE);
|
|
2469
|
+
font-family: var(--IDS-BUTTON__FONT-FAMILY);
|
|
2470
|
+
font-weight: var(--IDS-BUTTON__FONT-WEIGHT);
|
|
2442
2471
|
text-transform: uppercase;
|
|
2443
2472
|
user-select: none;
|
|
2444
2473
|
-webkit-user-select: none;
|
|
2445
2474
|
-khtml-user-select: none;
|
|
2446
2475
|
-moz-user-select: none;
|
|
2447
2476
|
-ms-user-select: none;
|
|
2448
|
-
font-size: 1rem;
|
|
2449
|
-
min-height: var(--btn-m_height);
|
|
2450
|
-
line-height: 22px;
|
|
2451
2477
|
}
|
|
2452
2478
|
.ids .ids-button:hover, .ids .ids-button:active, .ids .ids-button:focus, .ids .ids-button.ids-button--active,
|
|
2453
2479
|
.ids-button:hover,
|
|
@@ -2458,22 +2484,22 @@
|
|
|
2458
2484
|
.ids button.ids-button:active,
|
|
2459
2485
|
.ids button.ids-button:focus,
|
|
2460
2486
|
.ids button.ids-button.ids-button--active {
|
|
2461
|
-
background-color: var(--
|
|
2462
|
-
box-shadow: var(--
|
|
2487
|
+
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
2488
|
+
box-shadow: var(--IDS-BUTTON--ACTIVE__BOX-SHADOW);
|
|
2463
2489
|
}
|
|
2464
2490
|
.ids .ids-button.ids-button--s,
|
|
2465
2491
|
.ids-button.ids-button--s,
|
|
2466
2492
|
.ids button.ids-button.ids-button--s {
|
|
2467
|
-
font-size:
|
|
2468
|
-
|
|
2469
|
-
padding: var(--
|
|
2493
|
+
font-size: var(--IDS-BUTTON--S__FONT-SIZE);
|
|
2494
|
+
line-height: var(--IDS-BUTTON--S__LINE-HEIGHT);
|
|
2495
|
+
padding: var(--IDS-BUTTON--S__PADDING);
|
|
2470
2496
|
}
|
|
2471
2497
|
.ids .ids-button.ids-button--l,
|
|
2472
2498
|
.ids-button.ids-button--l,
|
|
2473
2499
|
.ids button.ids-button.ids-button--l {
|
|
2474
|
-
font-size:
|
|
2475
|
-
|
|
2476
|
-
padding: var(--
|
|
2500
|
+
font-size: var(--IDS-BUTTON--L__FONT-SIZE);
|
|
2501
|
+
line-height: var(--IDS-BUTTON--L__LINE-HEIGHT);
|
|
2502
|
+
padding: var(--IDS-BUTTON--L__PADDING);
|
|
2477
2503
|
}
|
|
2478
2504
|
.ids .ids-button.ids-button--loading,
|
|
2479
2505
|
.ids-button.ids-button--loading,
|
|
@@ -2483,23 +2509,23 @@
|
|
|
2483
2509
|
.ids .ids-button.ids-button--secondary,
|
|
2484
2510
|
.ids-button.ids-button--secondary,
|
|
2485
2511
|
.ids button.ids-button.ids-button--secondary {
|
|
2486
|
-
background-color:
|
|
2487
|
-
border: var(--
|
|
2488
|
-
color: var(--
|
|
2489
|
-
|
|
2490
|
-
padding: var(--
|
|
2512
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2513
|
+
border: var(--IDS-BUTTON--SECONDARY__BORDER);
|
|
2514
|
+
color: var(--IDS-BUTTON--SECONDARY__COLOR);
|
|
2515
|
+
line-height: var(--IDS-BUTTON--M__LINE-HEIGHT);
|
|
2516
|
+
padding: var(--IDS-BUTTON--M__PADDING);
|
|
2491
2517
|
}
|
|
2492
2518
|
.ids .ids-button.ids-button--secondary.ids-button--s,
|
|
2493
2519
|
.ids-button.ids-button--secondary.ids-button--s,
|
|
2494
2520
|
.ids button.ids-button.ids-button--secondary.ids-button--s {
|
|
2495
|
-
|
|
2496
|
-
padding: var(--
|
|
2521
|
+
line-height: var(--IDS-BUTTON--S__LINE-HEIGHT);
|
|
2522
|
+
padding: var(--IDS-BUTTON--S__PADDING);
|
|
2497
2523
|
}
|
|
2498
2524
|
.ids .ids-button.ids-button--secondary.ids-button--l,
|
|
2499
2525
|
.ids-button.ids-button--secondary.ids-button--l,
|
|
2500
2526
|
.ids button.ids-button.ids-button--secondary.ids-button--l {
|
|
2501
|
-
|
|
2502
|
-
padding: var(--
|
|
2527
|
+
line-height: var(--IDS-BUTTON--L__LINE-HEIGHT);
|
|
2528
|
+
padding: var(--IDS-BUTTON--L__PADDING);
|
|
2503
2529
|
}
|
|
2504
2530
|
.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
2531
|
.ids-button.ids-button--secondary.ids-button--active,
|
|
@@ -2510,22 +2536,33 @@
|
|
|
2510
2536
|
.ids button.ids-button.ids-button--secondary:hover,
|
|
2511
2537
|
.ids button.ids-button.ids-button--secondary:focus,
|
|
2512
2538
|
.ids button.ids-button.ids-button--secondary:active {
|
|
2513
|
-
background-color: var(--
|
|
2514
|
-
color:
|
|
2515
|
-
border:
|
|
2539
|
+
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
2540
|
+
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2541
|
+
border: 0.063rem solid var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
2516
2542
|
}
|
|
2517
2543
|
.ids .ids-button.ids-button--tertiary,
|
|
2518
2544
|
.ids-button.ids-button--tertiary,
|
|
2519
2545
|
.ids button.ids-button.ids-button--tertiary {
|
|
2520
2546
|
background: transparent;
|
|
2521
|
-
border-radius:
|
|
2522
|
-
border:
|
|
2523
|
-
color: var(--
|
|
2547
|
+
border-radius: 0;
|
|
2548
|
+
border: 0.063rem solid transparent;
|
|
2549
|
+
color: var(--IDS-BUTTON--TERTIARY__COLOR);
|
|
2524
2550
|
box-shadow: none;
|
|
2525
|
-
|
|
2526
|
-
font-family: var(--font-family_2);
|
|
2551
|
+
font-family: var(--IDS-FONT-FAMILY-HEADING);
|
|
2527
2552
|
text-decoration: underline;
|
|
2528
2553
|
}
|
|
2554
|
+
.ids .ids-button.ids-button--tertiary.ids-button--s,
|
|
2555
|
+
.ids-button.ids-button--tertiary.ids-button--s,
|
|
2556
|
+
.ids button.ids-button.ids-button--tertiary.ids-button--s {
|
|
2557
|
+
line-height: var(--IDS-BUTTON--S__LINE-HEIGHT);
|
|
2558
|
+
padding: var(--IDS-BUTTON--S__PADDING);
|
|
2559
|
+
}
|
|
2560
|
+
.ids .ids-button.ids-button--tertiary.ids-button--l,
|
|
2561
|
+
.ids-button.ids-button--tertiary.ids-button--l,
|
|
2562
|
+
.ids button.ids-button.ids-button--tertiary.ids-button--l {
|
|
2563
|
+
line-height: var(--IDS-BUTTON--L__LINE-HEIGHT);
|
|
2564
|
+
padding: var(--IDS-BUTTON--L__PADDING);
|
|
2565
|
+
}
|
|
2529
2566
|
.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
2567
|
.ids-button.ids-button--tertiary.ids-button--active,
|
|
2531
2568
|
.ids-button.ids-button--tertiary:hover,
|
|
@@ -2535,9 +2572,10 @@
|
|
|
2535
2572
|
.ids button.ids-button.ids-button--tertiary:hover,
|
|
2536
2573
|
.ids button.ids-button.ids-button--tertiary:active,
|
|
2537
2574
|
.ids button.ids-button.ids-button--tertiary:focus {
|
|
2538
|
-
background-color: var(--
|
|
2539
|
-
color:
|
|
2540
|
-
border-radius: var(--
|
|
2575
|
+
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
2576
|
+
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2577
|
+
border-radius: var(--IDS-BUTTON__BORDER-RADIUS);
|
|
2578
|
+
border: 0.063rem solid var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
2541
2579
|
}
|
|
2542
2580
|
.ids .ids-button.ids-button--tertiary.ids-button--disabled, .ids .ids-button.ids-button--tertiary[disabled],
|
|
2543
2581
|
.ids-button.ids-button--tertiary.ids-button--disabled,
|
|
@@ -2546,28 +2584,22 @@
|
|
|
2546
2584
|
.ids button.ids-button.ids-button--tertiary[disabled] {
|
|
2547
2585
|
border: none !important;
|
|
2548
2586
|
text-decoration: underline !important;
|
|
2549
|
-
color: var(--
|
|
2587
|
+
color: var(--IDS-BUTTON--DISABLED__COLOR);
|
|
2550
2588
|
text-decoration: none;
|
|
2551
2589
|
}
|
|
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
2590
|
.ids .ids-button.ids-button--icon, .ids .ids-button.ids-button--fab,
|
|
2559
2591
|
.ids-button.ids-button--icon,
|
|
2560
2592
|
.ids-button.ids-button--fab,
|
|
2561
2593
|
.ids button.ids-button.ids-button--icon,
|
|
2562
2594
|
.ids button.ids-button.ids-button--fab {
|
|
2563
|
-
width:
|
|
2564
|
-
height:
|
|
2595
|
+
width: 2.75rem;
|
|
2596
|
+
height: 2.75rem !important;
|
|
2565
2597
|
border-radius: 100%;
|
|
2566
2598
|
font-style: normal;
|
|
2567
2599
|
font-weight: 400;
|
|
2568
|
-
line-height:
|
|
2569
|
-
font-size:
|
|
2570
|
-
padding:
|
|
2600
|
+
line-height: 0 !important;
|
|
2601
|
+
font-size: 1.25rem;
|
|
2602
|
+
padding: 0 !important;
|
|
2571
2603
|
justify-content: center;
|
|
2572
2604
|
}
|
|
2573
2605
|
.ids .ids-button.ids-button--icon.ids-button--s, .ids .ids-button.ids-button--fab.ids-button--s,
|
|
@@ -2575,28 +2607,28 @@
|
|
|
2575
2607
|
.ids-button.ids-button--fab.ids-button--s,
|
|
2576
2608
|
.ids button.ids-button.ids-button--icon.ids-button--s,
|
|
2577
2609
|
.ids button.ids-button.ids-button--fab.ids-button--s {
|
|
2578
|
-
width:
|
|
2579
|
-
height:
|
|
2610
|
+
width: 1.875rem;
|
|
2611
|
+
height: 1.875rem !important;
|
|
2580
2612
|
}
|
|
2581
2613
|
.ids .ids-button.ids-button--icon.ids-button--l, .ids .ids-button.ids-button--fab.ids-button--l,
|
|
2582
2614
|
.ids-button.ids-button--icon.ids-button--l,
|
|
2583
2615
|
.ids-button.ids-button--fab.ids-button--l,
|
|
2584
2616
|
.ids button.ids-button.ids-button--icon.ids-button--l,
|
|
2585
2617
|
.ids button.ids-button.ids-button--fab.ids-button--l {
|
|
2586
|
-
width:
|
|
2587
|
-
height:
|
|
2618
|
+
width: 3.75rem;
|
|
2619
|
+
height: 3.75rem !important;
|
|
2588
2620
|
}
|
|
2589
2621
|
.ids .ids-button.ids-button--fab,
|
|
2590
2622
|
.ids-button.ids-button--fab,
|
|
2591
2623
|
.ids button.ids-button.ids-button--fab {
|
|
2592
|
-
background-color:
|
|
2593
|
-
border: var(--
|
|
2594
|
-
filter: drop-shadow(
|
|
2624
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2625
|
+
border: var(--IDS-BUTTON--FAB__BORDER);
|
|
2626
|
+
filter: drop-shadow(0 0 0.375rem rgba(0, 0, 0, 0.3));
|
|
2595
2627
|
}
|
|
2596
2628
|
.ids .ids-button.ids-button--icon.ids-button--secondary,
|
|
2597
2629
|
.ids-button.ids-button--icon.ids-button--secondary,
|
|
2598
2630
|
.ids button.ids-button.ids-button--icon.ids-button--secondary {
|
|
2599
|
-
background-color: var(--
|
|
2631
|
+
background-color: var(--IDS-BUTTON--SECONDARY__ICON-BACKGROUND-COLOR);
|
|
2600
2632
|
}
|
|
2601
2633
|
.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
2634
|
.ids-button.ids-button--icon.ids-button--active,
|
|
@@ -2607,37 +2639,69 @@
|
|
|
2607
2639
|
.ids button.ids-button.ids-button--icon:hover,
|
|
2608
2640
|
.ids button.ids-button.ids-button--icon:active,
|
|
2609
2641
|
.ids button.ids-button.ids-button--icon:focus {
|
|
2610
|
-
background-color: var(--
|
|
2611
|
-
color:
|
|
2642
|
+
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
2643
|
+
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2612
2644
|
}
|
|
2613
2645
|
.ids .ids-button.ids-button--submit,
|
|
2614
2646
|
.ids-button.ids-button--submit,
|
|
2615
2647
|
.ids button.ids-button.ids-button--submit {
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2648
|
+
border-radius: var(--IDS-BUTTON--SUBMIT__BORDER-RADIUS);
|
|
2649
|
+
font-size: var(--IDS-BUTTON--SUBMIT-S__FONT-SIZE);
|
|
2650
|
+
height: var(--IDS-BUTTON--SUBMIT-S__HEIGHT);
|
|
2651
|
+
padding: var(--IDS-BUTTON--SUBMIT-S__PADDING);
|
|
2652
|
+
}
|
|
2653
|
+
.ids .ids-button.ids-button--submit.ids-button--s,
|
|
2654
|
+
.ids-button.ids-button--submit.ids-button--s,
|
|
2655
|
+
.ids button.ids-button.ids-button--submit.ids-button--s {
|
|
2656
|
+
height: var(--IDS-BUTTON--SEARCH-M__HEIGHT);
|
|
2657
|
+
font-size: var(--IDS-BUTTON--SEARCH-M__FONT-SIZE);
|
|
2658
|
+
padding: var(--IDS-BUTTON--SEARCH-M__PADDING);
|
|
2659
|
+
}
|
|
2660
|
+
@media (min-width: 1024px) {
|
|
2661
|
+
.ids .ids-button.ids-button--submit,
|
|
2662
|
+
.ids-button.ids-button--submit,
|
|
2663
|
+
.ids button.ids-button.ids-button--submit {
|
|
2664
|
+
height: var(--IDS-BUTTON--SUBMIT-L__HEIGHT);
|
|
2665
|
+
padding: var(--IDS-BUTTON--SUBMIT-L__PADDING);
|
|
2666
|
+
font-size: var(--IDS-BUTTON--SUBMIT-L__FONT-SIZE);
|
|
2667
|
+
}
|
|
2668
|
+
.ids .ids-button.ids-button--submit.ids-button--s,
|
|
2669
|
+
.ids-button.ids-button--submit.ids-button--s,
|
|
2670
|
+
.ids button.ids-button.ids-button--submit.ids-button--s {
|
|
2671
|
+
height: var(--IDS-BUTTON--SEARCH-M__HEIGHT);
|
|
2672
|
+
font-size: var(--IDS-BUTTON--SEARCH-M__FONT-SIZE);
|
|
2673
|
+
padding: var(--IDS-BUTTON--SEARCH-M__PADDING);
|
|
2674
|
+
}
|
|
2619
2675
|
}
|
|
2620
2676
|
.ids .ids-button.ids-button--search,
|
|
2621
2677
|
.ids-button.ids-button--search,
|
|
2622
2678
|
.ids button.ids-button.ids-button--search {
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2679
|
+
border-radius: var(--IDS-BUTTON--SEARCH__BORDER-RADIUS);
|
|
2680
|
+
font-size: var(--IDS-BUTTON--SEARCH-S__FONT-SIZE);
|
|
2681
|
+
height: var(--IDS-BUTTON--SEARCH-S__HEIGHT);
|
|
2682
|
+
padding: var(--IDS-BUTTON--SEARCH-S__PADDING);
|
|
2627
2683
|
}
|
|
2628
2684
|
.ids .ids-button.ids-button--search.ids-button--s,
|
|
2629
2685
|
.ids-button.ids-button--search.ids-button--s,
|
|
2630
2686
|
.ids button.ids-button.ids-button--search.ids-button--s {
|
|
2631
|
-
height: var(--
|
|
2632
|
-
font-size: var(--
|
|
2687
|
+
height: var(--IDS-BUTTON--SEARCH-M__HEIGHT);
|
|
2688
|
+
font-size: var(--IDS-BUTTON--SEARCH-M__FONT-SIZE);
|
|
2689
|
+
padding: var(--IDS-BUTTON--SEARCH-M__PADDING);
|
|
2633
2690
|
}
|
|
2634
|
-
@media (
|
|
2691
|
+
@media (min-width: 1024px) {
|
|
2635
2692
|
.ids .ids-button.ids-button--search,
|
|
2636
2693
|
.ids-button.ids-button--search,
|
|
2637
2694
|
.ids button.ids-button.ids-button--search {
|
|
2638
|
-
|
|
2639
|
-
padding:
|
|
2640
|
-
|
|
2695
|
+
height: var(--IDS-BUTTON--SEARCH-L__HEIGHT);
|
|
2696
|
+
padding: var(--IDS-BUTTON--SEARCH-L__PADDING);
|
|
2697
|
+
font-size: var(--IDS-BUTTON--SEARCH-L__FONT-SIZE);
|
|
2698
|
+
}
|
|
2699
|
+
.ids .ids-button.ids-button--search.ids-button--s,
|
|
2700
|
+
.ids-button.ids-button--search.ids-button--s,
|
|
2701
|
+
.ids button.ids-button.ids-button--search.ids-button--s {
|
|
2702
|
+
height: var(--IDS-BUTTON--SEARCH-M__HEIGHT);
|
|
2703
|
+
font-size: var(--IDS-BUTTON--SEARCH-M__FONT-SIZE);
|
|
2704
|
+
padding: var(--IDS-BUTTON--SEARCH-M__PADDING);
|
|
2641
2705
|
}
|
|
2642
2706
|
}
|
|
2643
2707
|
.ids .ids-button.ids-button--block,
|
|
@@ -2678,22 +2742,22 @@
|
|
|
2678
2742
|
.ids .ids-button:focus,
|
|
2679
2743
|
.ids-button:focus,
|
|
2680
2744
|
.ids button.ids-button:focus {
|
|
2681
|
-
outline: var(--IDS-
|
|
2682
|
-
outline-offset: var(--IDS-
|
|
2745
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
2746
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
2683
2747
|
}
|
|
2684
2748
|
|
|
2685
2749
|
.ids-radio {
|
|
2686
2750
|
display: inline-flex;
|
|
2687
2751
|
align-items: flex-start;
|
|
2688
|
-
gap:
|
|
2689
|
-
margin-bottom:
|
|
2690
|
-
margin-right:
|
|
2752
|
+
gap: 0.5rem;
|
|
2753
|
+
margin-bottom: 0.313rem;
|
|
2754
|
+
margin-right: 0.5rem;
|
|
2691
2755
|
}
|
|
2692
2756
|
.ids-radio .ids-label-tooltip-wrapper label {
|
|
2693
2757
|
display: inline;
|
|
2694
|
-
top: -
|
|
2758
|
+
top: -0.188rem;
|
|
2695
2759
|
position: relative;
|
|
2696
|
-
margin-right:
|
|
2760
|
+
margin-right: 0.5rem;
|
|
2697
2761
|
}
|
|
2698
2762
|
.ids-radio input,
|
|
2699
2763
|
.ids-radio input[type=radio] {
|
|
@@ -2703,107 +2767,112 @@
|
|
|
2703
2767
|
width: 1.25rem;
|
|
2704
2768
|
height: 1.25rem;
|
|
2705
2769
|
color: var(--IDS-COLOR-ACCENT-40);
|
|
2706
|
-
border:
|
|
2770
|
+
border: 0.063rem solid var(--IDS-COLOR-ACCENT-40);
|
|
2707
2771
|
background-color: var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2708
2772
|
border-radius: 50%;
|
|
2709
|
-
margin-top: 3px;
|
|
2710
2773
|
position: relative;
|
|
2711
2774
|
flex-shrink: 0;
|
|
2712
2775
|
}
|
|
2713
|
-
.ids-radio input.ids-input--light:not(
|
|
2714
|
-
.ids-radio input[type=radio].ids-input--light:not(
|
|
2715
|
-
background-color:
|
|
2776
|
+
.ids-radio input.ids-input--light:not(.ids-input--invalid),
|
|
2777
|
+
.ids-radio input[type=radio].ids-input--light:not(.ids-input--invalid) {
|
|
2778
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2716
2779
|
}
|
|
2717
|
-
.ids-radio input.ids-input--light:not(
|
|
2718
|
-
.ids-radio input[type=radio].ids-input--light:not(
|
|
2719
|
-
border:
|
|
2720
|
-
background-color:
|
|
2780
|
+
.ids-radio input.ids-input--light:not(.ids-input--invalid)::after,
|
|
2781
|
+
.ids-radio input[type=radio].ids-input--light:not(.ids-input--invalid)::after {
|
|
2782
|
+
border: 0.125rem solid var(--IDS-COLOR-NEUTRAL-100);
|
|
2783
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2721
2784
|
}
|
|
2722
|
-
.ids-radio input.ids-input--light:not(
|
|
2723
|
-
.ids-radio input[type=radio].ids-input--light:not(
|
|
2724
|
-
border:
|
|
2785
|
+
.ids-radio input.ids-input--light:not(.ids-input--invalid):checked::after,
|
|
2786
|
+
.ids-radio input[type=radio].ids-input--light:not(.ids-input--invalid):checked::after {
|
|
2787
|
+
border: 0.125rem solid var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2725
2788
|
background-color: var(--IDS-RADIO--CHECKED__BACKGROUND-COLOR);
|
|
2726
2789
|
}
|
|
2727
|
-
.ids-radio input::
|
|
2728
|
-
.ids-radio input[type=radio]::
|
|
2790
|
+
.ids-radio input.ids-input--light:not(.ids-input--invalid):disabled::after,
|
|
2791
|
+
.ids-radio input[type=radio].ids-input--light:not(.ids-input--invalid):disabled::after {
|
|
2792
|
+
border: 0.125rem solid var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2793
|
+
background-color: var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2794
|
+
}
|
|
2795
|
+
.ids-radio input.ids-input--light:not(.ids-input--invalid):disabled:checked::after,
|
|
2796
|
+
.ids-radio input[type=radio].ids-input--light:not(.ids-input--invalid):disabled:checked::after {
|
|
2797
|
+
border: 0.125rem solid var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2798
|
+
background-color: var(--IDS-RADIO--CHECKED-DISABLED__BACKGROUND-COLOR);
|
|
2799
|
+
}
|
|
2800
|
+
.ids-radio input::after,
|
|
2801
|
+
.ids-radio input[type=radio]::after {
|
|
2729
2802
|
content: "";
|
|
2730
2803
|
position: absolute;
|
|
2731
2804
|
display: inline-block;
|
|
2732
2805
|
cursor: pointer;
|
|
2733
|
-
width:
|
|
2734
|
-
height:
|
|
2806
|
+
width: 1.125rem;
|
|
2807
|
+
height: 1.125rem;
|
|
2735
2808
|
border-radius: 50%;
|
|
2736
2809
|
top: 0;
|
|
2737
2810
|
left: 0;
|
|
2738
|
-
border:
|
|
2811
|
+
border: 0.125rem solid var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2739
2812
|
background-color: var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2740
2813
|
}
|
|
2741
|
-
.ids-radio input:checked::
|
|
2742
|
-
.ids-radio input[type=radio]:checked::
|
|
2743
|
-
border:
|
|
2814
|
+
.ids-radio input:checked::after,
|
|
2815
|
+
.ids-radio input[type=radio]:checked::after {
|
|
2816
|
+
border: 0.125rem solid var(--IDS-RADIO__BACKGROUND-COLOR);
|
|
2744
2817
|
background-color: var(--IDS-RADIO--CHECKED__BACKGROUND-COLOR);
|
|
2745
2818
|
}
|
|
2746
2819
|
.ids-radio input:disabled,
|
|
2747
2820
|
.ids-radio input[type=radio]:disabled {
|
|
2748
2821
|
cursor: default;
|
|
2749
2822
|
background-color: var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2750
|
-
|
|
2751
|
-
border: 0;
|
|
2823
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
2752
2824
|
}
|
|
2753
|
-
.ids-radio input:disabled::
|
|
2754
|
-
.ids-radio input[type=radio]:disabled::
|
|
2825
|
+
.ids-radio input:disabled::after,
|
|
2826
|
+
.ids-radio input[type=radio]:disabled::after {
|
|
2755
2827
|
cursor: default;
|
|
2756
2828
|
background-color: var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2757
|
-
border:
|
|
2758
|
-
top:
|
|
2759
|
-
left:
|
|
2829
|
+
border: 0.125rem solid var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2830
|
+
top: 0;
|
|
2831
|
+
left: 0;
|
|
2760
2832
|
}
|
|
2761
|
-
.ids-radio input:disabled:checked::
|
|
2762
|
-
.ids-radio input[type=radio]:disabled:checked::
|
|
2763
|
-
border:
|
|
2833
|
+
.ids-radio input:disabled:checked::after,
|
|
2834
|
+
.ids-radio input[type=radio]:disabled:checked::after {
|
|
2835
|
+
border: 0.125rem solid var(--IDS-RADIO--DISABLED__BACKGROUND-COLOR);
|
|
2764
2836
|
background-color: var(--IDS-RADIO--CHECKED-DISABLED__BACKGROUND-COLOR);
|
|
2765
2837
|
}
|
|
2766
2838
|
.ids-radio input[aria-invalid=true]:not(:checked),
|
|
2767
2839
|
.ids-radio input[type=radio][aria-invalid=true]:not(:checked) {
|
|
2768
2840
|
background-color: var(--IDS-RADIO--INVALID__BACKGROUND-COLOR);
|
|
2769
|
-
|
|
2770
|
-
|
|
2841
|
+
border: 0.0625rem solid var(--IDS-FORM--INVALID__BORDER-COLOR);
|
|
2842
|
+
box-shadow: inset 0 0 0 0.0625rem var(--IDS-RADIO--INVALID__BACKGROUND-COLOR);
|
|
2771
2843
|
}
|
|
2772
|
-
.ids-radio input[aria-invalid=true]:not(:checked)::
|
|
2773
|
-
.ids-radio input[type=radio][aria-invalid=true]:not(:checked)::
|
|
2774
|
-
border:
|
|
2844
|
+
.ids-radio input[aria-invalid=true]:not(:checked)::after,
|
|
2845
|
+
.ids-radio input[type=radio][aria-invalid=true]:not(:checked)::after {
|
|
2846
|
+
border: 0.0625rem solid var(--IDS-FORM--INVALID__BORDER-COLOR);
|
|
2775
2847
|
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;
|
|
2848
|
+
top: 0;
|
|
2849
|
+
left: 0;
|
|
2781
2850
|
}
|
|
2782
2851
|
.ids-radio.ids-radio--compact {
|
|
2783
2852
|
margin: 0 !important;
|
|
2784
2853
|
}
|
|
2785
2854
|
.ids-radio.ids-radio--compact label {
|
|
2786
2855
|
margin-left: 0 !important;
|
|
2787
|
-
margin-bottom: -
|
|
2856
|
+
margin-bottom: -0.125rem !important;
|
|
2788
2857
|
}
|
|
2789
2858
|
|
|
2790
2859
|
.ids-checkbox {
|
|
2791
2860
|
position: relative;
|
|
2792
2861
|
display: inline-flex;
|
|
2793
2862
|
align-items: flex-start;
|
|
2794
|
-
gap:
|
|
2795
|
-
margin-bottom:
|
|
2796
|
-
margin-right:
|
|
2863
|
+
gap: 0.5rem;
|
|
2864
|
+
margin-bottom: 0.313rem;
|
|
2865
|
+
margin-right: 0.5rem;
|
|
2797
2866
|
}
|
|
2798
2867
|
.ids-checkbox .ids-label-tooltip-wrapper label {
|
|
2799
2868
|
display: inline;
|
|
2800
|
-
top: -
|
|
2869
|
+
top: -0.188rem;
|
|
2801
2870
|
position: relative;
|
|
2802
|
-
margin-right:
|
|
2871
|
+
margin-right: 0.5rem;
|
|
2803
2872
|
}
|
|
2804
2873
|
.ids-checkbox input[type=checkbox],
|
|
2805
2874
|
.ids-checkbox input {
|
|
2806
|
-
margin:
|
|
2875
|
+
margin: 0;
|
|
2807
2876
|
position: relative;
|
|
2808
2877
|
height: 1.25rem;
|
|
2809
2878
|
width: 1.25rem;
|
|
@@ -2815,23 +2884,23 @@
|
|
|
2815
2884
|
position: relative;
|
|
2816
2885
|
display: inline-block;
|
|
2817
2886
|
cursor: pointer;
|
|
2818
|
-
background-color: var(--IDS-
|
|
2819
|
-
border: var(--IDS-
|
|
2820
|
-
border-radius: var(--IDS-
|
|
2887
|
+
background-color: var(--IDS-CHECKBOX__BACKGROUND-COLOR);
|
|
2888
|
+
border: var(--IDS-CHECKBOX__BORDER);
|
|
2889
|
+
border-radius: var(--IDS-CHECKBOX__BORDER-RADIUS);
|
|
2821
2890
|
box-sizing: border-box;
|
|
2822
2891
|
min-height: 1.25rem;
|
|
2823
2892
|
min-width: 1.25rem;
|
|
2824
2893
|
}
|
|
2825
2894
|
input:focus + .ids-checkbox input[type=checkbox]::before,
|
|
2826
2895
|
input:focus + .ids-checkbox input::before {
|
|
2827
|
-
outline: var(--
|
|
2828
|
-
outline-offset: var(--
|
|
2896
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
2897
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET);
|
|
2829
2898
|
}
|
|
2830
2899
|
.ids-checkbox input[type=checkbox]:checked::after,
|
|
2831
2900
|
.ids-checkbox input:checked::after {
|
|
2832
2901
|
content: "";
|
|
2833
2902
|
display: inline-block;
|
|
2834
|
-
background-image: var(--IDS-
|
|
2903
|
+
background-image: var(--IDS-CHECKBOX__CHECK-BACKGROUND-IMAGE);
|
|
2835
2904
|
min-height: 1.25rem;
|
|
2836
2905
|
min-width: 1.25rem;
|
|
2837
2906
|
position: absolute;
|
|
@@ -2845,31 +2914,28 @@ input:focus + .ids-checkbox input::before {
|
|
|
2845
2914
|
.ids-checkbox input[type=checkbox]:disabled::before,
|
|
2846
2915
|
.ids-checkbox input:disabled::before {
|
|
2847
2916
|
cursor: default;
|
|
2917
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
2848
2918
|
background-color: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR) !important;
|
|
2849
|
-
border: none !important;
|
|
2850
|
-
background-image: var(--IDS-CHECKBOX--DISABLED_BACKGROUND-IMAGE) !important;
|
|
2851
2919
|
}
|
|
2852
2920
|
.ids-checkbox input[type=checkbox]:disabled:after,
|
|
2853
2921
|
.ids-checkbox input:disabled:after {
|
|
2854
2922
|
cursor: default;
|
|
2855
2923
|
}
|
|
2856
|
-
.ids-checkbox input[type=checkbox]:disabled:checked
|
|
2857
|
-
.ids-checkbox input
|
|
2858
|
-
|
|
2859
|
-
.ids-checkbox input:disabled:checked + .ids-checkbox input:disabled::after {
|
|
2860
|
-
background-image: var(--IDS-CHECKBOX-CHECK--DISABLED_BACKGROUND-IMAGE) !important;
|
|
2924
|
+
.ids-checkbox input[type=checkbox]:disabled:checked::after,
|
|
2925
|
+
.ids-checkbox input:disabled:checked::after {
|
|
2926
|
+
background-image: var(--IDS-CHECKBOX--DISABLED__CHECK-BACKGROUND-IMAGE) !important;
|
|
2861
2927
|
}
|
|
2862
2928
|
.ids-checkbox input[type=checkbox].ids-input--invalid::before,
|
|
2863
2929
|
.ids-checkbox input.ids-input--invalid::before {
|
|
2864
|
-
border:
|
|
2865
|
-
|
|
2866
|
-
background-
|
|
2930
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
2931
|
+
box-shadow: inset 0 0 0 0.0625rem var(--IDS-FORM--INVALID__BORDER-COLOR);
|
|
2932
|
+
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2867
2933
|
}
|
|
2868
2934
|
.ids-checkbox input[type=checkbox].ids-input--invalid::before:checked + .ids-checkbox input[type=checkbox].ids-input--invalid::before::after,
|
|
2869
2935
|
.ids-checkbox input[type=checkbox].ids-input--invalid::before:checked + .ids-checkbox input.ids-input--invalid::before::after,
|
|
2870
2936
|
.ids-checkbox input.ids-input--invalid::before:checked + .ids-checkbox input[type=checkbox].ids-input--invalid::before::after,
|
|
2871
2937
|
.ids-checkbox input.ids-input--invalid::before:checked + .ids-checkbox input.ids-input--invalid::before::after {
|
|
2872
|
-
background-image: var(--IDS-CHECKBOX
|
|
2938
|
+
background-image: var(--IDS-CHECKBOX--INVALID__CHECK-BACKGROUND-IMAGE) !important;
|
|
2873
2939
|
}
|
|
2874
2940
|
.ids-checkbox.ids-checkbox--light input[type=checkbox]::before,
|
|
2875
2941
|
.ids-checkbox.ids-checkbox--light input::before {
|
|
@@ -2879,240 +2945,249 @@ input:focus + .ids-checkbox input::before {
|
|
|
2879
2945
|
.ids-checkbox.ids-checkbox--light input.ids-input--invalid::before {
|
|
2880
2946
|
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2881
2947
|
}
|
|
2882
|
-
.ids-checkbox
|
|
2883
|
-
|
|
2948
|
+
.ids-checkbox.ids-checkbox--block {
|
|
2949
|
+
width: 100%;
|
|
2950
|
+
}
|
|
2951
|
+
.ids-checkbox.ids-checkbox--block .ids-label {
|
|
2952
|
+
width: 100%;
|
|
2884
2953
|
}
|
|
2885
2954
|
.ids-checkbox.ids-checkbox--compact {
|
|
2886
2955
|
margin: 0 !important;
|
|
2887
2956
|
}
|
|
2888
2957
|
.ids-checkbox.ids-checkbox--compact label {
|
|
2889
2958
|
margin-left: 0 !important;
|
|
2890
|
-
margin-bottom: -
|
|
2891
|
-
}
|
|
2892
|
-
|
|
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;
|
|
2959
|
+
margin-bottom: -0.125rem !important;
|
|
2920
2960
|
}
|
|
2921
2961
|
|
|
2922
2962
|
.ids-input-wrapper {
|
|
2923
2963
|
position: relative;
|
|
2924
2964
|
display: flex;
|
|
2925
|
-
gap:
|
|
2926
|
-
}
|
|
2927
|
-
.ids-input-wrapper .ids-input {
|
|
2928
|
-
width: 100%;
|
|
2929
|
-
min-height: 3rem;
|
|
2965
|
+
gap: 0.5rem;
|
|
2930
2966
|
}
|
|
2931
2967
|
.ids-input-wrapper .ids-input__icon {
|
|
2932
2968
|
pointer-events: none;
|
|
2933
2969
|
position: absolute;
|
|
2934
2970
|
top: 50%;
|
|
2935
|
-
right:
|
|
2971
|
+
right: var(--IDS-INPUT__ICON-RIGHT);
|
|
2936
2972
|
transform: translateY(-50%);
|
|
2937
2973
|
}
|
|
2938
|
-
.ids-input-wrapper .ids-
|
|
2974
|
+
.ids-input-wrapper .ids-input__inner-wrapper {
|
|
2975
|
+
position: relative;
|
|
2976
|
+
width: 100%;
|
|
2977
|
+
}
|
|
2978
|
+
.ids-input-wrapper .ids-input__inner-wrapper .ids-input__search-icon {
|
|
2939
2979
|
pointer-events: none;
|
|
2940
2980
|
position: absolute;
|
|
2941
2981
|
top: 50%;
|
|
2942
|
-
left:
|
|
2982
|
+
left: 1.25rem;
|
|
2943
2983
|
transform: translateY(-50%);
|
|
2944
2984
|
}
|
|
2945
|
-
.ids-input-wrapper .ids-
|
|
2946
|
-
padding-left:
|
|
2985
|
+
.ids-input-wrapper .ids-input__inner-wrapper .ids-input {
|
|
2986
|
+
padding-left: var(--IDS-INPUT--SEARCH__PADDING-LEFT);
|
|
2947
2987
|
}
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
position: relative;
|
|
2951
|
-
display: flex;
|
|
2952
|
-
width: 100%;
|
|
2988
|
+
.ids-input-wrapper.ids-input--icon .ids-input {
|
|
2989
|
+
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT);
|
|
2953
2990
|
}
|
|
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);
|
|
2991
|
+
@media (min-width: 1024px) {
|
|
2992
|
+
.ids-input-wrapper {
|
|
2993
|
+
gap: 1.25rem;
|
|
2994
|
+
}
|
|
2966
2995
|
}
|
|
2967
|
-
|
|
2996
|
+
|
|
2997
|
+
.ids-input {
|
|
2998
|
+
font-family: var(--IDS-FONT-FAMILY-BASE) !important;
|
|
2999
|
+
padding: var(--IDS-INPUT__PADDING);
|
|
3000
|
+
background-color: var(--IDS-INPUT__BACKGROUND-COLOR);
|
|
3001
|
+
border: var(--IDS-INPUT__BORDER);
|
|
3002
|
+
border-radius: var(--IDS-INPUT__BORDER-RADIUS);
|
|
3003
|
+
font-size: 1rem;
|
|
3004
|
+
color: var(--IDS-INPUT__COLOR);
|
|
2968
3005
|
display: block;
|
|
3006
|
+
width: 100% !important;
|
|
3007
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
3008
|
+
line-height: 1.5rem;
|
|
3009
|
+
font-size: 1rem;
|
|
2969
3010
|
}
|
|
2970
|
-
.ids-
|
|
2971
|
-
|
|
2972
|
-
|
|
3011
|
+
.ids-input:disabled {
|
|
3012
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3013
|
+
font-style: italic !important;
|
|
3014
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3015
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
2973
3016
|
}
|
|
2974
|
-
|
|
2975
3017
|
.ids-input.ids-input--invalid {
|
|
2976
3018
|
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2977
|
-
border:
|
|
2978
|
-
|
|
3019
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
3020
|
+
box-shadow: inset 0 0 0 0.0625rem var(--IDS-FORM--INVALID__BORDER-COLOR);
|
|
2979
3021
|
}
|
|
2980
|
-
.ids-input
|
|
2981
|
-
background: var(--IDS-
|
|
2982
|
-
border: none;
|
|
2983
|
-
background-image: var(--IDS-INPUT--DISABLED_BACKGROUND-IMAGE);
|
|
2984
|
-
}
|
|
2985
|
-
.ids-input:focus {
|
|
2986
|
-
box-shadow: var(--IDS-INPUT_BOX-SHADOW);
|
|
3022
|
+
.ids-input.ids-input--light {
|
|
3023
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
2987
3024
|
}
|
|
2988
|
-
.ids-input
|
|
2989
|
-
|
|
3025
|
+
.ids-input.ids-input--light:disabled {
|
|
3026
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3027
|
+
font-style: italic !important;
|
|
3028
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3029
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
2990
3030
|
}
|
|
2991
|
-
.ids-input.ids-input--light
|
|
2992
|
-
background-color:
|
|
3031
|
+
.ids-input.ids-input--light.ids-input--invalid {
|
|
3032
|
+
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2993
3033
|
}
|
|
2994
|
-
.ids-input
|
|
2995
|
-
|
|
3034
|
+
.ids-input:focus {
|
|
3035
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3036
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
2996
3037
|
}
|
|
2997
|
-
.ids-input.ids-input--search {
|
|
2998
|
-
margin-top: 0
|
|
2999
|
-
margin-bottom: 0
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3038
|
+
.ids-input.ids-input--search, .ids-input[type=search] {
|
|
3039
|
+
margin-top: 0;
|
|
3040
|
+
margin-bottom: 0;
|
|
3041
|
+
padding-left: var(--IDS-INPUT--SEARCH__PADDING-LEFT);
|
|
3042
|
+
font-size: var(--IDS-INPUT--SEARCH__FONT-SIZE-MOBILE);
|
|
3043
|
+
border-radius: var(--IDS-INPUT--SEARCH__BORDER-RADIUS);
|
|
3044
|
+
height: var(--IDS-INPUT--SEARCH__HEIGHT-MOBILE);
|
|
3003
3045
|
}
|
|
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;
|
|
3046
|
+
@media (min-width: 1024px) {
|
|
3047
|
+
.ids-input.ids-input--search, .ids-input[type=search] {
|
|
3048
|
+
height: var(--IDS-INPUT--SEARCH__HEIGHT-DESKTOP);
|
|
3011
3049
|
}
|
|
3012
3050
|
}
|
|
3013
3051
|
|
|
3014
|
-
.ids-
|
|
3015
|
-
-
|
|
3052
|
+
.ids-input__hint {
|
|
3053
|
+
margin-top: 0.313rem;
|
|
3054
|
+
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
3055
|
+
color: var(--IDS-FORM-LABEL__COLOR);
|
|
3056
|
+
display: flex;
|
|
3057
|
+
justify-content: end;
|
|
3058
|
+
line-height: 1.5rem;
|
|
3059
|
+
font-size: 1rem;
|
|
3060
|
+
font-style: italic;
|
|
3061
|
+
}
|
|
3062
|
+
|
|
3063
|
+
input.ids-range {
|
|
3064
|
+
appearance: none;
|
|
3016
3065
|
width: 100%;
|
|
3017
|
-
height:
|
|
3066
|
+
height: 0.5rem;
|
|
3018
3067
|
background-color: var(--IDS-RANGE__BACKGROUND-COLOR);
|
|
3019
|
-
background-image: linear-gradient(var(--IDS-
|
|
3068
|
+
background-image: linear-gradient(var(--IDS-RANGE__SELECTION-BACKGROUND-COLOR), var(--IDS-RANGE__SELECTION-BACKGROUND-COLOR));
|
|
3020
3069
|
background-repeat: no-repeat;
|
|
3021
|
-
border:
|
|
3070
|
+
border: 0.063rem;
|
|
3022
3071
|
cursor: pointer;
|
|
3023
3072
|
display: block;
|
|
3024
|
-
padding:
|
|
3025
|
-
border-radius:
|
|
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;
|
|
3037
|
-
border-radius: 16px;
|
|
3073
|
+
padding: 0;
|
|
3074
|
+
border-radius: 1rem;
|
|
3075
|
+
margin: 0;
|
|
3038
3076
|
}
|
|
3039
|
-
.ids-range::-ms-track {
|
|
3077
|
+
input.ids-range::-ms-track {
|
|
3040
3078
|
width: 100%;
|
|
3041
3079
|
cursor: pointer;
|
|
3042
3080
|
background: transparent;
|
|
3043
3081
|
border-color: transparent;
|
|
3044
3082
|
color: transparent;
|
|
3045
3083
|
}
|
|
3046
|
-
.ids-range::-webkit-slider-thumb {
|
|
3084
|
+
input.ids-range::-webkit-slider-thumb {
|
|
3047
3085
|
-webkit-appearance: none;
|
|
3048
|
-
border:
|
|
3049
|
-
height:
|
|
3050
|
-
width:
|
|
3086
|
+
border: 0.125rem solid var(--IDS-COLOR-NEUTRAL-100);
|
|
3087
|
+
height: 1.5rem;
|
|
3088
|
+
width: 1.5rem;
|
|
3051
3089
|
border-radius: 100%;
|
|
3052
|
-
background: var(--IDS-
|
|
3090
|
+
background: var(--IDS-RANGE__THUMB-BACKGROUND-COLOR);
|
|
3053
3091
|
cursor: pointer;
|
|
3054
3092
|
}
|
|
3055
|
-
.ids-range
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
.ids-range::-ms-thumb {
|
|
3060
|
-
border: 2px solid white;
|
|
3061
|
-
height: 22px;
|
|
3062
|
-
width: 24px;
|
|
3093
|
+
input.ids-range::-ms-thumb {
|
|
3094
|
+
border: 0.125rem solid var(--IDS-COLOR-NEUTRAL-100);
|
|
3095
|
+
height: 1.375rem;
|
|
3096
|
+
width: 1.5rem;
|
|
3063
3097
|
border-radius: 100%;
|
|
3064
3098
|
cursor: pointer;
|
|
3065
3099
|
}
|
|
3066
|
-
.ids-range:disabled
|
|
3100
|
+
input.ids-range:disabled {
|
|
3101
|
+
cursor: default;
|
|
3102
|
+
appearance: none;
|
|
3103
|
+
width: 100%;
|
|
3104
|
+
height: 0.5rem;
|
|
3105
|
+
background-color: var(--IDS-RANGE__BACKGROUND-COLOR);
|
|
3106
|
+
background-image: linear-gradient(var(--IDS-RANGE--DISABLED__SELECTION-BACKGROUND-COLOR), var(--IDS-RANGE--DISABLED__SELECTION-BACKGROUND-COLOR));
|
|
3107
|
+
background-repeat: no-repeat;
|
|
3108
|
+
border: 0.063rem;
|
|
3109
|
+
padding: 0;
|
|
3110
|
+
border-radius: 1rem;
|
|
3111
|
+
}
|
|
3112
|
+
input.ids-range:disabled::-webkit-slider-thumb {
|
|
3113
|
+
cursor: default;
|
|
3114
|
+
background: var(--IDS-RANGE--DISABLED__SELECTION-BACKGROUND-COLOR);
|
|
3115
|
+
}
|
|
3116
|
+
input.ids-range:disabled::-ms-thumb {
|
|
3067
3117
|
cursor: default;
|
|
3068
3118
|
}
|
|
3069
3119
|
|
|
3070
3120
|
.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
3121
|
appearance: none !important;
|
|
3082
3122
|
-webkit-appearance: none !important;
|
|
3083
3123
|
-moz-appearance: none !important;
|
|
3124
|
+
font-family: var(--IDS-FONT-FAMILY-BASE) !important;
|
|
3125
|
+
padding: var(--IDS-INPUT__PADDING);
|
|
3126
|
+
background-color: var(--IDS-INPUT__BACKGROUND-COLOR);
|
|
3127
|
+
border: var(--IDS-INPUT__BORDER);
|
|
3128
|
+
border-radius: var(--IDS-INPUT__BORDER-RADIUS);
|
|
3129
|
+
font-size: 1rem;
|
|
3130
|
+
color: var(--IDS-INPUT__COLOR);
|
|
3131
|
+
display: block;
|
|
3132
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
3133
|
+
cursor: pointer;
|
|
3084
3134
|
display: inline-block !important;
|
|
3085
|
-
padding-right:
|
|
3135
|
+
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT) !important;
|
|
3086
3136
|
text-align: left;
|
|
3087
3137
|
overflow: hidden;
|
|
3088
3138
|
text-overflow: ellipsis;
|
|
3089
|
-
border: var(--
|
|
3090
|
-
border-bottom: var(--IDS-INPUT_BORDER-BOTTOM);
|
|
3139
|
+
border: var(--IDS-INPUT__BORDER);
|
|
3091
3140
|
width: 100% !important;
|
|
3092
3141
|
}
|
|
3093
3142
|
.ids-select:disabled {
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
background
|
|
3143
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3144
|
+
font-style: italic !important;
|
|
3145
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3146
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
3097
3147
|
}
|
|
3098
3148
|
.ids-select.ids-input--invalid {
|
|
3099
|
-
background
|
|
3100
|
-
|
|
3101
|
-
|
|
3149
|
+
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
3150
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
3151
|
+
box-shadow: inset 0 0 0 0.0625rem var(--IDS-FORM--INVALID__BORDER-COLOR);
|
|
3102
3152
|
}
|
|
3103
|
-
.ids-select
|
|
3153
|
+
.ids-select.ids-input--light {
|
|
3154
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3155
|
+
}
|
|
3156
|
+
.ids-select.ids-input--light:disabled {
|
|
3104
3157
|
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3105
|
-
background-color: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR) !important;
|
|
3106
|
-
border: var(--IDS-FORM-DISABLED_BORDER);
|
|
3107
3158
|
font-style: italic !important;
|
|
3108
|
-
background
|
|
3159
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3160
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
3161
|
+
}
|
|
3162
|
+
.ids-select.ids-input--light.ids-input--invalid {
|
|
3163
|
+
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
3164
|
+
}
|
|
3165
|
+
.ids-select.ids-input--invalid {
|
|
3166
|
+
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
3167
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
3168
|
+
box-shadow: inset 0 0 0 0.0625rem var(--IDS-FORM--INVALID__BORDER-COLOR);
|
|
3109
3169
|
}
|
|
3110
3170
|
.ids-select.ids-input--light {
|
|
3111
|
-
background-color:
|
|
3171
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3172
|
+
}
|
|
3173
|
+
.ids-select.ids-input--light.ids-input--invalid {
|
|
3174
|
+
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
3175
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
3176
|
+
box-shadow: inset 0 0 0 0.0625rem var(--IDS-FORM--INVALID__BORDER-COLOR);
|
|
3177
|
+
}
|
|
3178
|
+
.ids-select:disabled {
|
|
3179
|
+
cursor: default;
|
|
3180
|
+
}
|
|
3181
|
+
.ids-select:disabled.ids-input--light {
|
|
3182
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3183
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3184
|
+
font-style: italic !important;
|
|
3185
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3186
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
3112
3187
|
}
|
|
3113
3188
|
.ids-select:focus {
|
|
3114
|
-
outline: var(--IDS-
|
|
3115
|
-
outline-offset: var(--IDS-
|
|
3189
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3190
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3116
3191
|
}
|
|
3117
3192
|
|
|
3118
3193
|
.ids-select-wrapper {
|
|
@@ -3121,14 +3196,14 @@ input:focus + .ids-checkbox input::before {
|
|
|
3121
3196
|
}
|
|
3122
3197
|
.ids-select-wrapper::after {
|
|
3123
3198
|
content: "";
|
|
3124
|
-
width:
|
|
3199
|
+
width: 0.75rem;
|
|
3125
3200
|
height: 100%;
|
|
3126
3201
|
display: block;
|
|
3127
3202
|
position: absolute;
|
|
3128
3203
|
transform: rotate(90deg);
|
|
3129
|
-
right:
|
|
3130
|
-
top:
|
|
3131
|
-
bottom:
|
|
3204
|
+
right: var(--IDS-INPUT__ICON-RIGHT);
|
|
3205
|
+
top: 0;
|
|
3206
|
+
bottom: 0;
|
|
3132
3207
|
background-position: center;
|
|
3133
3208
|
background-repeat: no-repeat;
|
|
3134
3209
|
background-image: var(--IDS-SELECT__CHEVRON-ICON);
|
|
@@ -3141,72 +3216,77 @@ input:focus + .ids-checkbox input::before {
|
|
|
3141
3216
|
background-image: var(--IDS-SELECT--DISABLED__CHEVRON-ICON);
|
|
3142
3217
|
}
|
|
3143
3218
|
|
|
3144
|
-
.ids-select:disabled {
|
|
3145
|
-
cursor: default;
|
|
3146
|
-
}
|
|
3147
|
-
|
|
3148
3219
|
.ids-textarea {
|
|
3149
3220
|
display: inline-block;
|
|
3150
3221
|
}
|
|
3151
3222
|
.ids-textarea textarea {
|
|
3152
|
-
font-family: var(--
|
|
3153
|
-
padding:
|
|
3154
|
-
background-color: var(--IDS-
|
|
3155
|
-
border: var(--IDS-
|
|
3156
|
-
border-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
color: var(--IDS-INPUT_COLOR);
|
|
3223
|
+
font-family: var(--IDS-FONT-FAMILY-BASE) !important;
|
|
3224
|
+
padding: var(--IDS-INPUT__PADDING);
|
|
3225
|
+
background-color: var(--IDS-INPUT__BACKGROUND-COLOR);
|
|
3226
|
+
border: var(--IDS-INPUT__BORDER);
|
|
3227
|
+
border-radius: var(--IDS-INPUT__BORDER-RADIUS);
|
|
3228
|
+
font-size: 1rem;
|
|
3229
|
+
color: var(--IDS-INPUT__COLOR);
|
|
3160
3230
|
display: block;
|
|
3231
|
+
padding: var(--IDS-TEXTAREA__PADDING);
|
|
3161
3232
|
box-sizing: border-box;
|
|
3162
3233
|
}
|
|
3163
3234
|
.ids-textarea textarea:disabled {
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
background
|
|
3235
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3236
|
+
font-style: italic !important;
|
|
3237
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3238
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
3239
|
+
}
|
|
3240
|
+
.ids-textarea textarea.ids-input--invalid {
|
|
3241
|
+
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
3242
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
3243
|
+
box-shadow: inset 0 0 0 0.0625rem var(--IDS-FORM--INVALID__BORDER-COLOR);
|
|
3244
|
+
}
|
|
3245
|
+
.ids-textarea textarea.ids-input--light {
|
|
3246
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3247
|
+
}
|
|
3248
|
+
.ids-textarea textarea.ids-input--light:disabled {
|
|
3249
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3250
|
+
font-style: italic !important;
|
|
3251
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3252
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
3253
|
+
}
|
|
3254
|
+
.ids-textarea textarea.ids-input--light.ids-input--invalid {
|
|
3255
|
+
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
3167
3256
|
}
|
|
3168
3257
|
.ids-textarea textarea::-webkit-scrollbar {
|
|
3169
|
-
width:
|
|
3258
|
+
width: 1rem;
|
|
3170
3259
|
position: absolute;
|
|
3171
|
-
margin-left: -
|
|
3172
|
-
margin-top: 10px;
|
|
3260
|
+
margin-left: -1.25rem;
|
|
3173
3261
|
}
|
|
3174
3262
|
.ids-textarea textarea::-webkit-scrollbar-track {
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
margin-top:
|
|
3178
|
-
|
|
3179
|
-
}
|
|
3180
|
-
.ids-textarea textarea::-webkit-resizer {
|
|
3181
|
-
appearance: none;
|
|
3182
|
-
background-image: var(--IDS-TEXTAREA-RESIZER-IMAGE);
|
|
3183
|
-
background-repeat: no-repeat;
|
|
3184
|
-
background-position: center center;
|
|
3185
|
-
background-size: cover;
|
|
3186
|
-
}
|
|
3187
|
-
.ids-textarea textarea::-webkit-scrollbar-corner {
|
|
3188
|
-
background-color: transparent;
|
|
3263
|
+
border-radius: 0.625rem;
|
|
3264
|
+
margin-bottom: 0;
|
|
3265
|
+
margin-top: 0.0313rem;
|
|
3266
|
+
background-color: var(--IDS-INPUT__BACKGROUND-COLOR);
|
|
3189
3267
|
}
|
|
3190
3268
|
.ids-textarea textarea::-webkit-scrollbar-thumb {
|
|
3191
3269
|
cursor: auto;
|
|
3192
|
-
background: var(--IDS-
|
|
3193
|
-
border-radius:
|
|
3270
|
+
background: var(--IDS-SCROLL__COLOR);
|
|
3271
|
+
border-radius: 0.625rem;
|
|
3194
3272
|
box-sizing: border-box;
|
|
3195
|
-
border:
|
|
3273
|
+
border: 0.125rem solid var(--IDS-INPUT__BACKGROUND-COLOR);
|
|
3196
3274
|
}
|
|
3197
3275
|
.ids-textarea textarea::-webkit-scrollbar-thumb:hover {
|
|
3198
|
-
background: var(--IDS-
|
|
3276
|
+
background: var(--IDS-SCROLL__HOVER-COLOR);
|
|
3199
3277
|
}
|
|
3200
|
-
.ids-textarea textarea
|
|
3201
|
-
|
|
3278
|
+
.ids-textarea textarea::-webkit-scrollbar-corner {
|
|
3279
|
+
background-color: transparent;
|
|
3202
3280
|
}
|
|
3203
|
-
.ids-textarea textarea
|
|
3204
|
-
|
|
3281
|
+
.ids-textarea textarea:focus {
|
|
3282
|
+
box-shadow: var(--IDS-INPUT__BOX-SHADOW);
|
|
3205
3283
|
}
|
|
3206
|
-
.ids-textarea textarea
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
background-
|
|
3284
|
+
.ids-textarea textarea::-webkit-resizer {
|
|
3285
|
+
appearance: none;
|
|
3286
|
+
background-image: var(--IDS-TEXTAREA__RESIZER-IMAGE);
|
|
3287
|
+
background-repeat: no-repeat;
|
|
3288
|
+
background-position: center center;
|
|
3289
|
+
background-size: cover;
|
|
3210
3290
|
}
|
|
3211
3291
|
.ids-textarea.ids-textarea--block {
|
|
3212
3292
|
display: block;
|
|
@@ -3224,40 +3304,33 @@ input:focus + .ids-checkbox input::before {
|
|
|
3224
3304
|
overflow: hidden;
|
|
3225
3305
|
}
|
|
3226
3306
|
|
|
3227
|
-
.ids-time-
|
|
3307
|
+
.ids-time .ids-time__input-wrapper {
|
|
3228
3308
|
position: relative;
|
|
3229
|
-
display: flex;
|
|
3230
|
-
gap: 10px;
|
|
3231
|
-
}
|
|
3232
|
-
.ids-time-input-wrapper .ids-input {
|
|
3233
|
-
width: 100%;
|
|
3234
|
-
min-height: 3rem;
|
|
3235
3309
|
}
|
|
3236
|
-
.ids-time
|
|
3310
|
+
.ids-time .ids-input__icon {
|
|
3237
3311
|
pointer-events: none;
|
|
3238
3312
|
position: absolute;
|
|
3239
3313
|
top: 50%;
|
|
3240
|
-
right:
|
|
3314
|
+
right: var(--IDS-INPUT__ICON-RIGHT);
|
|
3241
3315
|
transform: translateY(-50%);
|
|
3242
3316
|
}
|
|
3243
|
-
.ids-time
|
|
3244
|
-
.ids-time
|
|
3317
|
+
.ids-time ::slotted(input),
|
|
3318
|
+
.ids-time input {
|
|
3245
3319
|
cursor: pointer;
|
|
3246
3320
|
}
|
|
3247
|
-
.ids-time
|
|
3248
|
-
.ids-time
|
|
3321
|
+
.ids-time ::slotted(input:disabled),
|
|
3322
|
+
.ids-time input:disabled {
|
|
3249
3323
|
cursor: default;
|
|
3250
3324
|
}
|
|
3251
3325
|
|
|
3252
|
-
input.ids-
|
|
3253
|
-
font-family: var(--
|
|
3254
|
-
padding:
|
|
3255
|
-
background-color: var(--IDS-
|
|
3256
|
-
border: var(--IDS-
|
|
3257
|
-
border-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
color: var(--IDS-INPUT_COLOR);
|
|
3326
|
+
input.ids-time__input {
|
|
3327
|
+
font-family: var(--IDS-FONT-FAMILY-BASE) !important;
|
|
3328
|
+
padding: var(--IDS-INPUT__PADDING);
|
|
3329
|
+
background-color: var(--IDS-INPUT__BACKGROUND-COLOR);
|
|
3330
|
+
border: var(--IDS-INPUT__BORDER);
|
|
3331
|
+
border-radius: var(--IDS-INPUT__BORDER-RADIUS);
|
|
3332
|
+
font-size: 1rem;
|
|
3333
|
+
color: var(--IDS-INPUT__COLOR);
|
|
3261
3334
|
display: block;
|
|
3262
3335
|
cursor: pointer;
|
|
3263
3336
|
appearance: none;
|
|
@@ -3265,73 +3338,76 @@ input.ids-time {
|
|
|
3265
3338
|
-moz-appearance: none;
|
|
3266
3339
|
display: inline-block;
|
|
3267
3340
|
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);
|
|
3341
|
+
width: 100%;
|
|
3342
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
3343
|
+
padding: var(--IDS-INPUT__PADDING);
|
|
3344
|
+
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT);
|
|
3280
3345
|
}
|
|
3281
|
-
input.ids-
|
|
3346
|
+
input.ids-time__input:disabled {
|
|
3347
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3348
|
+
font-style: italic !important;
|
|
3349
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3350
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
3351
|
+
}
|
|
3352
|
+
input.ids-time__input.ids-input--invalid {
|
|
3282
3353
|
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
3283
|
-
border:
|
|
3284
|
-
|
|
3354
|
+
border: var(--IDS-FORM--INVALID__BORDER);
|
|
3355
|
+
box-shadow: inset 0 0 0 0.0625rem var(--IDS-FORM--INVALID__BORDER-COLOR);
|
|
3285
3356
|
}
|
|
3286
|
-
input.ids-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3357
|
+
input.ids-time__input.ids-input--light {
|
|
3358
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3359
|
+
}
|
|
3360
|
+
input.ids-time__input.ids-input--light:disabled {
|
|
3361
|
+
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
3362
|
+
font-style: italic !important;
|
|
3363
|
+
background: var(--IDS-FORM--DISABLED__BACKGROUND-COLOR);
|
|
3364
|
+
border: var(--IDS-FORM--DISABLED__BORDER);
|
|
3293
3365
|
}
|
|
3294
|
-
input.ids-
|
|
3295
|
-
background-color:
|
|
3366
|
+
input.ids-time__input.ids-input--light.ids-input--invalid {
|
|
3367
|
+
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
3296
3368
|
}
|
|
3297
|
-
|
|
3298
|
-
|
|
3369
|
+
input.ids-time__input::-webkit-calendar-picker-indicator {
|
|
3370
|
+
opacity: 0;
|
|
3371
|
+
appearance: none;
|
|
3372
|
+
}
|
|
3373
|
+
input.ids-time__input:disabled {
|
|
3299
3374
|
cursor: default;
|
|
3300
3375
|
}
|
|
3301
3376
|
|
|
3302
3377
|
.ids-toggle {
|
|
3303
3378
|
display: inline-flex;
|
|
3304
3379
|
align-items: flex-start;
|
|
3305
|
-
gap:
|
|
3306
|
-
margin-bottom:
|
|
3307
|
-
margin-right:
|
|
3380
|
+
gap: 0.5rem;
|
|
3381
|
+
margin-bottom: 0.313rem;
|
|
3382
|
+
margin-right: 0;
|
|
3308
3383
|
}
|
|
3309
3384
|
.ids-toggle .ids-label-tooltip-wrapper label {
|
|
3310
3385
|
display: inline;
|
|
3311
|
-
top: -
|
|
3386
|
+
top: -0.188rem;
|
|
3312
3387
|
position: relative;
|
|
3313
|
-
margin-right:
|
|
3388
|
+
margin-right: 0;
|
|
3314
3389
|
}
|
|
3315
3390
|
.ids-toggle label {
|
|
3316
3391
|
position: relative;
|
|
3317
|
-
top:
|
|
3392
|
+
top: 0.375rem;
|
|
3393
|
+
flex-shrink: 100;
|
|
3318
3394
|
}
|
|
3319
3395
|
.ids-toggle .ids-label-tooltip-wrapper {
|
|
3320
3396
|
position: relative;
|
|
3321
|
-
top:
|
|
3397
|
+
top: 0.375rem;
|
|
3322
3398
|
}
|
|
3323
3399
|
.ids-toggle .ids-label-tooltip-wrapper label {
|
|
3324
|
-
top: -
|
|
3325
|
-
margin-right:
|
|
3400
|
+
top: -0.25rem;
|
|
3401
|
+
margin-right: 0.5rem;
|
|
3326
3402
|
}
|
|
3327
3403
|
.ids-toggle input[type=checkbox],
|
|
3328
3404
|
.ids-toggle input {
|
|
3329
3405
|
position: relative;
|
|
3330
3406
|
margin: 0;
|
|
3331
|
-
height:
|
|
3332
|
-
width:
|
|
3333
|
-
border:
|
|
3334
|
-
border-radius:
|
|
3407
|
+
height: 2rem;
|
|
3408
|
+
width: 3.9375rem;
|
|
3409
|
+
border: 0.063rem solid transparent;
|
|
3410
|
+
border-radius: 6.25rem;
|
|
3335
3411
|
appearance: none;
|
|
3336
3412
|
}
|
|
3337
3413
|
.ids-toggle input[type=checkbox]:before,
|
|
@@ -3340,16 +3416,16 @@ input.ids-time:disabled {
|
|
|
3340
3416
|
position: absolute;
|
|
3341
3417
|
cursor: pointer;
|
|
3342
3418
|
background-color: var(--IDS-TOGGLE__BACKGROUND-COLOR);
|
|
3343
|
-
border-radius:
|
|
3344
|
-
height:
|
|
3345
|
-
width:
|
|
3419
|
+
border-radius: 6.25rem;
|
|
3420
|
+
height: 1.875rem;
|
|
3421
|
+
width: 3.75rem;
|
|
3346
3422
|
-webkit-transition: 0.4s;
|
|
3347
3423
|
transition: 0.4s;
|
|
3348
3424
|
}
|
|
3349
3425
|
input:focus + .ids-toggle input[type=checkbox]:before,
|
|
3350
3426
|
input:focus + .ids-toggle input:before {
|
|
3351
|
-
outline: var(--
|
|
3352
|
-
outline-offset: var(--
|
|
3427
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3428
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET);
|
|
3353
3429
|
}
|
|
3354
3430
|
.ids-toggle input[type=checkbox]:after,
|
|
3355
3431
|
.ids-toggle input:after {
|
|
@@ -3358,15 +3434,15 @@ input:focus + .ids-toggle input:before {
|
|
|
3358
3434
|
position: absolute;
|
|
3359
3435
|
cursor: pointer;
|
|
3360
3436
|
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3361
|
-
height:
|
|
3362
|
-
width:
|
|
3437
|
+
height: 1.5rem;
|
|
3438
|
+
width: 1.5rem;
|
|
3363
3439
|
border-radius: 100%;
|
|
3364
|
-
background-image: var(--IDS-
|
|
3440
|
+
background-image: var(--IDS-TOGGLE__KNOB-BACKGROUND-IMAGE);
|
|
3365
3441
|
background-position: center center;
|
|
3366
|
-
background-size:
|
|
3442
|
+
background-size: 0.625rem 0.625rem;
|
|
3367
3443
|
background-repeat: no-repeat;
|
|
3368
|
-
top:
|
|
3369
|
-
left:
|
|
3444
|
+
top: 0.188rem;
|
|
3445
|
+
left: 0.25rem;
|
|
3370
3446
|
-webkit-transition: 0.3s;
|
|
3371
3447
|
transition: all 0.3s;
|
|
3372
3448
|
}
|
|
@@ -3377,9 +3453,9 @@ input:focus + .ids-toggle input:before {
|
|
|
3377
3453
|
.ids-toggle input[type=checkbox]:checked:after,
|
|
3378
3454
|
.ids-toggle input:checked:after {
|
|
3379
3455
|
content: "";
|
|
3380
|
-
background-image: var(--IDS-TOGGLE
|
|
3381
|
-
top:
|
|
3382
|
-
left: calc(100% -
|
|
3456
|
+
background-image: var(--IDS-TOGGLE--CHECKED__KNOB-BACKGROUND-IMAGE);
|
|
3457
|
+
top: 0.188rem;
|
|
3458
|
+
left: calc(100% - 1.875rem);
|
|
3383
3459
|
-webkit-transition: 0.3s;
|
|
3384
3460
|
transition: all 0.3s;
|
|
3385
3461
|
}
|
|
@@ -3387,7 +3463,7 @@ input:focus + .ids-toggle input:before {
|
|
|
3387
3463
|
.ids-toggle input:disabled + label {
|
|
3388
3464
|
cursor: default;
|
|
3389
3465
|
font-style: italic;
|
|
3390
|
-
color: var(--IDS-
|
|
3466
|
+
color: var(--IDS-FORM-LABEL--DISABLED__COLOR);
|
|
3391
3467
|
}
|
|
3392
3468
|
.ids-toggle input[type=checkbox]:disabled:before,
|
|
3393
3469
|
.ids-toggle input:disabled:before {
|
|
@@ -3398,8 +3474,8 @@ input:focus + .ids-toggle input:before {
|
|
|
3398
3474
|
.ids-toggle input[type=checkbox]:disabled:after,
|
|
3399
3475
|
.ids-toggle input:disabled:after {
|
|
3400
3476
|
cursor: default;
|
|
3401
|
-
background-color: var(--IDS-TOGGLE
|
|
3402
|
-
background-image: var(--IDS-TOGGLE-
|
|
3477
|
+
background-color: var(--IDS-TOGGLE--DISABLED__KNOB-BACKGROUND-COLOR);
|
|
3478
|
+
background-image: var(--IDS-TOGGLE--DISABLED__KNOB-BACKGROUND-IMAGE);
|
|
3403
3479
|
}
|
|
3404
3480
|
.ids-toggle input[type=checkbox]:disabled:checked:before,
|
|
3405
3481
|
.ids-toggle input:disabled:checked:before {
|
|
@@ -3410,8 +3486,13 @@ input:focus + .ids-toggle input:before {
|
|
|
3410
3486
|
.ids-toggle input[type=checkbox]:disabled:checked:after,
|
|
3411
3487
|
.ids-toggle input:disabled:checked:after {
|
|
3412
3488
|
cursor: default;
|
|
3413
|
-
background-color: var(--IDS-TOGGLE
|
|
3414
|
-
background-image: var(--IDS-TOGGLE
|
|
3489
|
+
background-color: var(--IDS-TOGGLE--DISABLED__KNOB-BACKGROUND-COLOR);
|
|
3490
|
+
background-image: var(--IDS-TOGGLE--DISABLED-CHECKED__KNOB-BACKGROUND-IMAGE);
|
|
3491
|
+
}
|
|
3492
|
+
@media (max-width: 300px) {
|
|
3493
|
+
.ids-toggle {
|
|
3494
|
+
flex-wrap: wrap;
|
|
3495
|
+
}
|
|
3415
3496
|
}
|
|
3416
3497
|
|
|
3417
3498
|
.ids-form-group__fieldset {
|
|
@@ -3420,7 +3501,7 @@ input:focus + .ids-toggle input:before {
|
|
|
3420
3501
|
padding: 0;
|
|
3421
3502
|
display: flex;
|
|
3422
3503
|
flex-direction: column;
|
|
3423
|
-
gap:
|
|
3504
|
+
gap: 0.5rem;
|
|
3424
3505
|
}
|
|
3425
3506
|
.ids-form-group__fieldset.ids-form-group__fieldset--compact {
|
|
3426
3507
|
gap: 0;
|
|
@@ -3429,15 +3510,15 @@ input:focus + .ids-toggle input:before {
|
|
|
3429
3510
|
padding: 0;
|
|
3430
3511
|
font-style: normal;
|
|
3431
3512
|
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3432
|
-
font-family: var(--
|
|
3433
|
-
font-size: var(--
|
|
3434
|
-
line-height: var(--
|
|
3513
|
+
font-family: var(--IDS-BODY__FONT-FAMILY);
|
|
3514
|
+
font-size: var(--IDS-BODY__FONT-SIZE);
|
|
3515
|
+
line-height: var(--IDS-BODY__LINE-HEIGHT);
|
|
3435
3516
|
font-weight: 400;
|
|
3436
3517
|
letter-spacing: 0;
|
|
3437
|
-
color: var(--IDS-
|
|
3518
|
+
color: var(--IDS-FORM-LABEL__COLOR);
|
|
3438
3519
|
display: inline-flex;
|
|
3439
|
-
gap:
|
|
3440
|
-
margin-bottom:
|
|
3520
|
+
gap: 0.5rem;
|
|
3521
|
+
margin-bottom: 0.625rem;
|
|
3441
3522
|
}
|
|
3442
3523
|
|
|
3443
3524
|
.ids-description-list {
|
|
@@ -3449,21 +3530,18 @@ input:focus + .ids-toggle input:before {
|
|
|
3449
3530
|
display: var(--IDS-DESCRIPTION-LIST__DISPLAY);
|
|
3450
3531
|
flex-direction: column;
|
|
3451
3532
|
grid-template-columns: auto 1fr;
|
|
3452
|
-
/* @media only screen and (min-width: breakpoints.$small) {
|
|
3453
|
-
grid-template-columns: auto 1fr;
|
|
3454
|
-
} */
|
|
3455
3533
|
}
|
|
3456
3534
|
.ids-description-list .ids-description-list__term {
|
|
3457
3535
|
border-right: var(--IDS-DESCRIPTION-LIST__BORDER);
|
|
3458
3536
|
border-bottom: var(--IDS-DESCRIPTION-LIST__BORDER);
|
|
3459
3537
|
padding: var(--IDS-DESCRIPTION-LIST__PADDING);
|
|
3460
|
-
background-color: var(--IDS-DESCRIPTION-
|
|
3538
|
+
background-color: var(--IDS-DESCRIPTION-LIST__TERM-BACKGROUND-COLOR);
|
|
3461
3539
|
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3462
|
-
font-family: var(--
|
|
3463
|
-
font-size:
|
|
3540
|
+
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
3541
|
+
font-size: 1rem;
|
|
3464
3542
|
font-style: normal;
|
|
3465
|
-
font-weight:
|
|
3466
|
-
line-height:
|
|
3543
|
+
font-weight: var(--IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT);
|
|
3544
|
+
line-height: 1.5rem;
|
|
3467
3545
|
overflow-wrap: break-word;
|
|
3468
3546
|
}
|
|
3469
3547
|
.ids-description-list .ids-description-list__term:first-child {
|
|
@@ -3477,7 +3555,7 @@ input:focus + .ids-toggle input:before {
|
|
|
3477
3555
|
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3478
3556
|
border-bottom: var(--IDS-DESCRIPTION-LIST__BORDER);
|
|
3479
3557
|
padding: var(--IDS-DESCRIPTION-LIST__PADDING);
|
|
3480
|
-
margin-bottom: var(--IDS-DESCRIPTION-
|
|
3558
|
+
margin-bottom: var(--IDS-DESCRIPTION-LIST__DESCRIPTION-MARGIN-BOTTOM);
|
|
3481
3559
|
}
|
|
3482
3560
|
.ids-description-list .ids-description-list__description:first-child {
|
|
3483
3561
|
border-top-right-radius: var(--IDS-DESCRIPTION-LIST__BORDER-RADIUS);
|
|
@@ -3487,51 +3565,51 @@ input:focus + .ids-toggle input:before {
|
|
|
3487
3565
|
border-bottom-left-radius: var(--IDS-DESCRIPTION-LIST__BORDER-RADIUS);
|
|
3488
3566
|
}
|
|
3489
3567
|
.ids-description-list.ids-description-list--column {
|
|
3490
|
-
border: var(--IDS-DESCRIPTION-
|
|
3491
|
-
border-radius: var(--IDS-DESCRIPTION-
|
|
3492
|
-
display: var(--IDS-DESCRIPTION-
|
|
3568
|
+
border: var(--IDS-DESCRIPTION-LIST--COLUMN__BORDER);
|
|
3569
|
+
border-radius: var(--IDS-DESCRIPTION-LIST--COLUMN__BORDER-RADIUS);
|
|
3570
|
+
display: var(--IDS-DESCRIPTION-LIST--COLUMN__DISPLAY);
|
|
3493
3571
|
}
|
|
3494
3572
|
.ids-description-list.ids-description-list--column .ids-description-list__term {
|
|
3495
|
-
border-right: var(--IDS-DESCRIPTION-
|
|
3496
|
-
border-bottom: var(--IDS-DESCRIPTION-
|
|
3497
|
-
padding: var(--IDS-DESCRIPTION-
|
|
3498
|
-
background-color: var(--IDS-DESCRIPTION-LIST-
|
|
3573
|
+
border-right: var(--IDS-DESCRIPTION-LIST--COLUMN__BORDER);
|
|
3574
|
+
border-bottom: var(--IDS-DESCRIPTION-LIST--COLUMN__BORDER);
|
|
3575
|
+
padding: var(--IDS-DESCRIPTION-LIST--COLUMN__PADDING);
|
|
3576
|
+
background-color: var(--IDS-DESCRIPTION-LIST--COLUMN__TERM-BACKGROUND-COLOR);
|
|
3499
3577
|
}
|
|
3500
3578
|
.ids-description-list.ids-description-list--column .ids-description-list__term:first-child {
|
|
3501
|
-
border-top-left-radius: var(--IDS-DESCRIPTION-
|
|
3579
|
+
border-top-left-radius: var(--IDS-DESCRIPTION-LIST--COLUMN__BORDER-RADIUS);
|
|
3502
3580
|
}
|
|
3503
3581
|
.ids-description-list.ids-description-list--column .ids-description-list__term:nth-last-child(2) {
|
|
3504
3582
|
border-bottom: 0;
|
|
3505
|
-
border-bottom-left-radius: var(--IDS-DESCRIPTION-
|
|
3583
|
+
border-bottom-left-radius: var(--IDS-DESCRIPTION-LIST--COLUMN__BORDER-RADIUS);
|
|
3506
3584
|
}
|
|
3507
3585
|
.ids-description-list.ids-description-list--column .ids-description-list__description {
|
|
3508
|
-
border-bottom: var(--IDS-DESCRIPTION-
|
|
3509
|
-
padding: var(--IDS-DESCRIPTION-
|
|
3510
|
-
margin-bottom: var(--IDS-DESCRIPTION-LIST-
|
|
3586
|
+
border-bottom: var(--IDS-DESCRIPTION-LIST--COLUMN__BORDER);
|
|
3587
|
+
padding: var(--IDS-DESCRIPTION-LIST--COLUMN__PADDING);
|
|
3588
|
+
margin-bottom: var(--IDS-DESCRIPTION-LIST--COLUMN__DESCRIPTION-MARGIN-BOTTOM);
|
|
3511
3589
|
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3512
3590
|
}
|
|
3513
3591
|
.ids-description-list.ids-description-list--column .ids-description-list__description:nth-child(2) {
|
|
3514
|
-
border-top-right-radius: var(--IDS-DESCRIPTION-
|
|
3592
|
+
border-top-right-radius: var(--IDS-DESCRIPTION-LIST--COLUMN__BORDER-RADIUS);
|
|
3515
3593
|
}
|
|
3516
3594
|
.ids-description-list.ids-description-list--column .ids-description-list__description:last-child {
|
|
3517
3595
|
border-bottom: 0;
|
|
3518
|
-
border-bottom-right-radius: var(--IDS-DESCRIPTION-
|
|
3596
|
+
border-bottom-right-radius: var(--IDS-DESCRIPTION-LIST--COLUMN__BORDER-RADIUS);
|
|
3519
3597
|
}
|
|
3520
3598
|
|
|
3521
3599
|
.ids .ids-heading-xxl {
|
|
3522
3600
|
font-style: normal;
|
|
3523
|
-
color: var(--
|
|
3524
|
-
font-family: var(--
|
|
3525
|
-
font-size: var(--
|
|
3526
|
-
line-height: var(--
|
|
3527
|
-
letter-spacing: var(--
|
|
3528
|
-
font-weight: var(--
|
|
3601
|
+
color: var(--IDS-HEADING-XXL__COLOR);
|
|
3602
|
+
font-family: var(--IDS-HEADING-XXL__FONT-FAMILY);
|
|
3603
|
+
font-size: var(--IDS-HEADING-XXL__FONT-SIZE);
|
|
3604
|
+
line-height: var(--IDS-HEADING-XXL__LINE-HEIGHT);
|
|
3605
|
+
letter-spacing: var(--IDS-HEADING-XXL__LETTER-SPACING);
|
|
3606
|
+
font-weight: var(--IDS-HEADING-XXL__FONT-WEIGHT);
|
|
3529
3607
|
}
|
|
3530
3608
|
@media (min-width: 1024px) {
|
|
3531
3609
|
.ids .ids-heading-xxl {
|
|
3532
|
-
font-size: var(--
|
|
3533
|
-
line-height: var(--
|
|
3534
|
-
letter-spacing: var(--
|
|
3610
|
+
font-size: var(--IDS-HEADING-XXL__FONT-SIZE-DESKTOP);
|
|
3611
|
+
line-height: var(--IDS-HEADING-XXL__LINE-HEIGHT-DESKTOP);
|
|
3612
|
+
letter-spacing: var(--IDS-HEADING-XXL__LETTER-SPACING-DESKTOP);
|
|
3535
3613
|
}
|
|
3536
3614
|
}
|
|
3537
3615
|
.ids .ids-heading-xxl:focus-visible {
|
|
@@ -3539,18 +3617,18 @@ input:focus + .ids-toggle input:before {
|
|
|
3539
3617
|
}
|
|
3540
3618
|
.ids .ids-heading-xl {
|
|
3541
3619
|
font-style: normal;
|
|
3542
|
-
color: var(--
|
|
3543
|
-
font-family: var(--
|
|
3544
|
-
font-size: var(--
|
|
3545
|
-
line-height: var(--
|
|
3546
|
-
letter-spacing: var(--
|
|
3547
|
-
font-weight: var(--
|
|
3620
|
+
color: var(--IDS-HEADING-XL__COLOR);
|
|
3621
|
+
font-family: var(--IDS-HEADING-XL__FONT-FAMILY);
|
|
3622
|
+
font-size: var(--IDS-HEADING-XL__FONT-SIZE);
|
|
3623
|
+
line-height: var(--IDS-HEADING-XL__LINE-HEIGHT);
|
|
3624
|
+
letter-spacing: var(--IDS-HEADING-XL__LETTER-SPACING);
|
|
3625
|
+
font-weight: var(--IDS-HEADING-XL__FONT-WEIGHT);
|
|
3548
3626
|
}
|
|
3549
3627
|
@media (min-width: 1024px) {
|
|
3550
3628
|
.ids .ids-heading-xl {
|
|
3551
|
-
font-size: var(--
|
|
3552
|
-
line-height: var(--
|
|
3553
|
-
letter-spacing: var(--
|
|
3629
|
+
font-size: var(--IDS-HEADING-XL__FONT-SIZE-DESKTOP);
|
|
3630
|
+
line-height: var(--IDS-HEADING-XL__LINE-HEIGHT-DESKTOP);
|
|
3631
|
+
letter-spacing: var(--IDS-HEADING-XL__LETTER-SPACING-DESKTOP);
|
|
3554
3632
|
}
|
|
3555
3633
|
}
|
|
3556
3634
|
.ids .ids-heading-xl:focus-visible {
|
|
@@ -3558,18 +3636,18 @@ input:focus + .ids-toggle input:before {
|
|
|
3558
3636
|
}
|
|
3559
3637
|
.ids .ids-heading-l {
|
|
3560
3638
|
font-style: normal;
|
|
3561
|
-
color: var(--
|
|
3562
|
-
font-family: var(--
|
|
3563
|
-
font-size: var(--
|
|
3564
|
-
line-height: var(--
|
|
3565
|
-
letter-spacing: var(--
|
|
3566
|
-
font-weight: var(--
|
|
3639
|
+
color: var(--IDS-HEADING-L__COLOR);
|
|
3640
|
+
font-family: var(--IDS-HEADING-L__FONT-FAMILY);
|
|
3641
|
+
font-size: var(--IDS-HEADING-L__FONT-SIZE);
|
|
3642
|
+
line-height: var(--IDS-HEADING-L__LINE-HEIGHT);
|
|
3643
|
+
letter-spacing: var(--IDS-HEADING-L__LETTER-SPACING);
|
|
3644
|
+
font-weight: var(--IDS-HEADING-L__FONT-WEIGHT);
|
|
3567
3645
|
}
|
|
3568
3646
|
@media (min-width: 1024px) {
|
|
3569
3647
|
.ids .ids-heading-l {
|
|
3570
|
-
font-size: var(--
|
|
3571
|
-
line-height: var(--
|
|
3572
|
-
letter-spacing: var(--
|
|
3648
|
+
font-size: var(--IDS-HEADING-L__FONT-SIZE-DESKTOP);
|
|
3649
|
+
line-height: var(--IDS-HEADING-L__LINE-HEIGHT-DESKTOP);
|
|
3650
|
+
letter-spacing: var(--IDS-HEADING-L__LETTER-SPACING-DESKTOP);
|
|
3573
3651
|
}
|
|
3574
3652
|
}
|
|
3575
3653
|
.ids .ids-heading-l:focus-visible {
|
|
@@ -3577,89 +3655,89 @@ input:focus + .ids-toggle input:before {
|
|
|
3577
3655
|
}
|
|
3578
3656
|
.ids .ids-heading-m {
|
|
3579
3657
|
font-style: normal;
|
|
3580
|
-
color: var(--
|
|
3581
|
-
font-family: var(--
|
|
3582
|
-
font-size: var(--
|
|
3583
|
-
line-height: var(--
|
|
3584
|
-
letter-spacing: var(--
|
|
3585
|
-
font-weight: var(--
|
|
3658
|
+
color: var(--IDS-HEADING-M__COLOR);
|
|
3659
|
+
font-family: var(--IDS-HEADING-M__FONT-FAMILY);
|
|
3660
|
+
font-size: var(--IDS-HEADING-M__FONT-SIZE);
|
|
3661
|
+
line-height: var(--IDS-HEADING-M__LINE-HEIGHT);
|
|
3662
|
+
letter-spacing: var(--IDS-HEADING-M__LETTER-SPACING);
|
|
3663
|
+
font-weight: var(--IDS-HEADING-M__FONT-WEIGHT);
|
|
3586
3664
|
}
|
|
3587
3665
|
@media (min-width: 1024px) {
|
|
3588
3666
|
.ids .ids-heading-m {
|
|
3589
|
-
font-size: var(--
|
|
3590
|
-
line-height: var(--
|
|
3591
|
-
letter-spacing: var(--
|
|
3667
|
+
font-size: var(--IDS-HEADING-M__FONT-SIZE-DESKTOP);
|
|
3668
|
+
line-height: var(--IDS-HEADING-M__LINE-HEIGHT-DESKTOP);
|
|
3669
|
+
letter-spacing: var(--IDS-HEADING-M__LETTER-SPACING-DESKTOP);
|
|
3592
3670
|
}
|
|
3593
3671
|
}
|
|
3594
3672
|
.ids .ids-heading-m .ids-anchor {
|
|
3595
|
-
color: var(--
|
|
3673
|
+
color: var(--IDS-ANCHOR__COLOR);
|
|
3596
3674
|
text-decoration: none;
|
|
3597
3675
|
}
|
|
3598
3676
|
.ids .ids-heading-m .ids-anchor:visited {
|
|
3599
|
-
color: var(--
|
|
3677
|
+
color: var(--IDS-ANCHOR__COLOR);
|
|
3600
3678
|
}
|
|
3601
3679
|
.ids .ids-heading-m .ids-anchor:link {
|
|
3602
3680
|
text-decoration: none;
|
|
3603
3681
|
}
|
|
3604
3682
|
.ids .ids-heading-m .ids-anchor:active, .ids .ids-heading-m .ids-anchor:hover {
|
|
3605
|
-
color: var(--
|
|
3683
|
+
color: var(--IDS-ANCHOR__HOVER-COLOR);
|
|
3606
3684
|
}
|
|
3607
3685
|
.ids .ids-heading-m:focus-visible {
|
|
3608
3686
|
outline: none;
|
|
3609
3687
|
}
|
|
3610
3688
|
.ids .ids-heading-s {
|
|
3611
3689
|
font-style: normal;
|
|
3612
|
-
color: var(--
|
|
3613
|
-
font-family: var(--
|
|
3614
|
-
font-size: var(--
|
|
3615
|
-
line-height: var(--
|
|
3616
|
-
letter-spacing: var(--
|
|
3617
|
-
font-weight: var(--
|
|
3690
|
+
color: var(--IDS-HEADING-S__COLOR);
|
|
3691
|
+
font-family: var(--IDS-HEADING-S__FONT-FAMILY);
|
|
3692
|
+
font-size: var(--IDS-HEADING-S__FONT-SIZE);
|
|
3693
|
+
line-height: var(--IDS-HEADING-S__LINE-HEIGHT);
|
|
3694
|
+
letter-spacing: var(--IDS-HEADING-S__LETTER-SPACING);
|
|
3695
|
+
font-weight: var(--IDS-HEADING-S__FONT-WEIGHT);
|
|
3618
3696
|
}
|
|
3619
3697
|
@media (min-width: 1024px) {
|
|
3620
3698
|
.ids .ids-heading-s {
|
|
3621
|
-
font-size: var(--
|
|
3622
|
-
line-height: var(--
|
|
3623
|
-
letter-spacing: var(--
|
|
3699
|
+
font-size: var(--IDS-HEADING-S__FONT-SIZE-DESKTOP);
|
|
3700
|
+
line-height: var(--IDS-HEADING-S__LINE-HEIGHT-DESKTOP);
|
|
3701
|
+
letter-spacing: var(--IDS-HEADING-S__LETTER-SPACING-DESKTOP);
|
|
3624
3702
|
}
|
|
3625
3703
|
}
|
|
3626
3704
|
.ids .ids-heading-s .ids-anchor {
|
|
3627
|
-
color: var(--
|
|
3705
|
+
color: var(--IDS-ANCHOR__COLOR);
|
|
3628
3706
|
text-decoration: none;
|
|
3629
3707
|
}
|
|
3630
3708
|
.ids .ids-heading-s .ids-anchor:visited {
|
|
3631
|
-
color: var(--
|
|
3709
|
+
color: var(--IDS-ANCHOR__COLOR);
|
|
3632
3710
|
}
|
|
3633
3711
|
.ids .ids-heading-s .ids-anchor:link {
|
|
3634
3712
|
text-decoration: none;
|
|
3635
3713
|
}
|
|
3636
3714
|
.ids .ids-heading-s .ids-anchor:active, .ids .ids-heading-s .ids-anchor:hover {
|
|
3637
|
-
color: var(--
|
|
3715
|
+
color: var(--IDS-ANCHOR__HOVER-COLOR);
|
|
3638
3716
|
}
|
|
3639
3717
|
.ids .ids-heading-s:focus-visible {
|
|
3640
3718
|
outline: none;
|
|
3641
3719
|
}
|
|
3642
3720
|
.ids .ids-heading-xs {
|
|
3643
3721
|
font-style: normal;
|
|
3644
|
-
color: var(--
|
|
3645
|
-
font-family: var(--
|
|
3646
|
-
font-size: var(--
|
|
3647
|
-
line-height: var(--
|
|
3648
|
-
letter-spacing: var(--
|
|
3649
|
-
font-weight: var(--
|
|
3722
|
+
color: var(--IDS-HEADING-XS__COLOR);
|
|
3723
|
+
font-family: var(--IDS-HEADING-XS__FONT-FAMILY);
|
|
3724
|
+
font-size: var(--IDS-HEADING-XS__FONT-SIZE);
|
|
3725
|
+
line-height: var(--IDS-HEADING-XS__LINE-HEIGHT);
|
|
3726
|
+
letter-spacing: var(--IDS-HEADING-XS__LETTER-SPACING);
|
|
3727
|
+
font-weight: var(--IDS-HEADING-XS__FONT-WEIGHT);
|
|
3650
3728
|
}
|
|
3651
3729
|
.ids .ids-heading-xs .ids-anchor {
|
|
3652
|
-
color: var(--
|
|
3730
|
+
color: var(--IDS-ANCHOR__COLOR);
|
|
3653
3731
|
text-decoration: none;
|
|
3654
3732
|
}
|
|
3655
3733
|
.ids .ids-heading-xs .ids-anchor:visited {
|
|
3656
|
-
color: var(--
|
|
3734
|
+
color: var(--IDS-ANCHOR__COLOR);
|
|
3657
3735
|
}
|
|
3658
3736
|
.ids .ids-heading-xs .ids-anchor:link {
|
|
3659
3737
|
text-decoration: none;
|
|
3660
3738
|
}
|
|
3661
3739
|
.ids .ids-heading-xs .ids-anchor:active, .ids .ids-heading-xs .ids-anchor:hover {
|
|
3662
|
-
color: var(--
|
|
3740
|
+
color: var(--IDS-ANCHOR__HOVER-COLOR);
|
|
3663
3741
|
}
|
|
3664
3742
|
.ids .ids-heading-xs:focus-visible {
|
|
3665
3743
|
outline: none;
|
|
@@ -3667,57 +3745,57 @@ input:focus + .ids-toggle input:before {
|
|
|
3667
3745
|
.ids .ids-preamble {
|
|
3668
3746
|
font-style: normal;
|
|
3669
3747
|
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3670
|
-
font-family: var(--
|
|
3671
|
-
font-size: var(--
|
|
3672
|
-
line-height: var(--
|
|
3748
|
+
font-family: var(--IDS-PREAMBLE__FONT-FAMILY);
|
|
3749
|
+
font-size: var(--IDS-PREAMBLE__FONT-SIZE);
|
|
3750
|
+
line-height: var(--IDS-PREAMBLE__LINE-HEIGHT);
|
|
3673
3751
|
font-weight: 300;
|
|
3674
3752
|
letter-spacing: 0;
|
|
3675
3753
|
}
|
|
3676
3754
|
@media (min-width: 1024px) {
|
|
3677
3755
|
.ids .ids-preamble {
|
|
3678
|
-
font-size: var(--
|
|
3679
|
-
line-height: var(--
|
|
3756
|
+
font-size: var(--IDS-PREAMBLE__FONT-SIZE-DESKTOP);
|
|
3757
|
+
line-height: var(--IDS-PREAMBLE__LINE-HEIGHT-DESKTOP);
|
|
3680
3758
|
}
|
|
3681
3759
|
}
|
|
3682
3760
|
.ids .ids-preamble .ids-anchor {
|
|
3683
|
-
color: var(--
|
|
3761
|
+
color: var(--IDS-ANCHOR__COLOR);
|
|
3684
3762
|
text-decoration: none;
|
|
3685
3763
|
}
|
|
3686
3764
|
.ids .ids-preamble .ids-anchor:visited {
|
|
3687
|
-
color: var(--
|
|
3765
|
+
color: var(--IDS-ANCHOR__COLOR);
|
|
3688
3766
|
}
|
|
3689
3767
|
.ids .ids-preamble .ids-anchor:link {
|
|
3690
3768
|
text-decoration: underline;
|
|
3691
3769
|
}
|
|
3692
3770
|
.ids .ids-preamble .ids-anchor:active, .ids .ids-preamble .ids-anchor:hover {
|
|
3693
|
-
color: var(--
|
|
3771
|
+
color: var(--IDS-ANCHOR__HOVER-COLOR);
|
|
3694
3772
|
text-decoration: underline;
|
|
3695
3773
|
}
|
|
3696
3774
|
.ids .ids-body {
|
|
3697
3775
|
font-style: normal;
|
|
3698
3776
|
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3699
|
-
font-family: var(--
|
|
3700
|
-
font-size: var(--
|
|
3701
|
-
line-height: var(--
|
|
3777
|
+
font-family: var(--IDS-BODY__FONT-FAMILY);
|
|
3778
|
+
font-size: var(--IDS-BODY__FONT-SIZE);
|
|
3779
|
+
line-height: var(--IDS-BODY__LINE-HEIGHT);
|
|
3702
3780
|
font-weight: 400;
|
|
3703
3781
|
letter-spacing: 0;
|
|
3704
3782
|
}
|
|
3705
3783
|
.ids .ids-body .ids-anchor {
|
|
3706
|
-
color: var(--
|
|
3784
|
+
color: var(--IDS-ANCHOR__COLOR);
|
|
3707
3785
|
text-decoration: none;
|
|
3708
3786
|
}
|
|
3709
3787
|
.ids .ids-body .ids-anchor:visited {
|
|
3710
|
-
color: var(--
|
|
3788
|
+
color: var(--IDS-ANCHOR__COLOR);
|
|
3711
3789
|
}
|
|
3712
3790
|
.ids .ids-body .ids-anchor:link {
|
|
3713
3791
|
text-decoration: underline;
|
|
3714
3792
|
}
|
|
3715
3793
|
.ids .ids-body .ids-anchor:active, .ids .ids-body .ids-anchor:hover {
|
|
3716
|
-
color: var(--
|
|
3794
|
+
color: var(--IDS-ANCHOR__HOVER-COLOR);
|
|
3717
3795
|
text-decoration: underline;
|
|
3718
3796
|
}
|
|
3719
3797
|
.ids .ids-body.ids-disabled {
|
|
3720
|
-
color: var(---
|
|
3798
|
+
color: var(---IDS-BODY--DISABLED__COLOR);
|
|
3721
3799
|
font-style: italic;
|
|
3722
3800
|
}
|
|
3723
3801
|
.ids .ids-small {
|
|
@@ -3727,30 +3805,30 @@ input:focus + .ids-toggle input:before {
|
|
|
3727
3805
|
line-height: 1.25rem;
|
|
3728
3806
|
font-weight: 400;
|
|
3729
3807
|
letter-spacing: 0rem;
|
|
3730
|
-
font-family: var(--
|
|
3808
|
+
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
3731
3809
|
}
|
|
3732
3810
|
.ids .ids-small .ids-anchor {
|
|
3733
|
-
color: var(--
|
|
3811
|
+
color: var(--IDS-ANCHOR__COLOR);
|
|
3734
3812
|
text-decoration: none;
|
|
3735
3813
|
}
|
|
3736
3814
|
.ids .ids-small .ids-anchor:visited {
|
|
3737
|
-
color: var(--
|
|
3815
|
+
color: var(--IDS-ANCHOR__COLOR);
|
|
3738
3816
|
}
|
|
3739
3817
|
.ids .ids-small .ids-anchor:link {
|
|
3740
3818
|
text-decoration: underline;
|
|
3741
3819
|
}
|
|
3742
3820
|
.ids .ids-small .ids-anchor:active, .ids .ids-small .ids-anchor:hover {
|
|
3743
|
-
color: var(--
|
|
3821
|
+
color: var(--IDS-ANCHOR__HOVER-COLOR);
|
|
3744
3822
|
text-decoration: underline;
|
|
3745
3823
|
}
|
|
3746
3824
|
.ids .ids-pagelist {
|
|
3747
3825
|
font-style: normal;
|
|
3748
|
-
color: var(--
|
|
3749
|
-
font-family: var(--
|
|
3750
|
-
font-size: var(--
|
|
3751
|
-
line-height: var(--
|
|
3752
|
-
font-weight: var(--
|
|
3753
|
-
letter-spacing: var(--
|
|
3826
|
+
color: var(--IDS-PAGE-LIST__COLOR);
|
|
3827
|
+
font-family: var(--IDS-PAGE-LIST__FONT-FAMILY);
|
|
3828
|
+
font-size: var(--IDS-PAGE-LIST__FONT-SIZE);
|
|
3829
|
+
line-height: var(--IDS-PAGE-LIST__LINE-HEIGHT);
|
|
3830
|
+
font-weight: var(--IDS-PAGE-LIST__FONT-WEIGHT);
|
|
3831
|
+
letter-spacing: var(--IDS-PAGE-LIST__LETTER-SPACING);
|
|
3754
3832
|
}
|
|
3755
3833
|
.ids ul.ids-bullet-list,
|
|
3756
3834
|
.ids .ids-bullet-list {
|
|
@@ -3763,16 +3841,16 @@ input:focus + .ids-toggle input:before {
|
|
|
3763
3841
|
padding-left: 0.5rem;
|
|
3764
3842
|
display: list-item;
|
|
3765
3843
|
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3766
|
-
font-family: var(--
|
|
3844
|
+
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
3767
3845
|
font-size: 1rem;
|
|
3768
3846
|
font-style: normal;
|
|
3769
3847
|
font-weight: 400;
|
|
3770
3848
|
letter-spacing: 0;
|
|
3771
|
-
line-height: var(--
|
|
3849
|
+
line-height: var(--IDS-BULLET-LIST__LINE-HEIGHT);
|
|
3772
3850
|
}
|
|
3773
3851
|
.ids ul.ids-bullet-list li::marker,
|
|
3774
3852
|
.ids .ids-bullet-list li::marker {
|
|
3775
|
-
color: var(--
|
|
3853
|
+
color: var(--IDS-BULLET-LIST__MARKER-COLOR);
|
|
3776
3854
|
}
|
|
3777
3855
|
.ids ol.ids-numbered-list,
|
|
3778
3856
|
.ids .ids-numbered-list {
|
|
@@ -3785,43 +3863,43 @@ input:focus + .ids-toggle input:before {
|
|
|
3785
3863
|
padding-left: 0.5rem;
|
|
3786
3864
|
display: list-item;
|
|
3787
3865
|
color: var(--IDS-COLOR-NEUTRAL-20);
|
|
3788
|
-
font-family: var(--
|
|
3866
|
+
font-family: var(--IDS-FONT-FAMILY-BASE);
|
|
3789
3867
|
font-size: 1rem;
|
|
3790
3868
|
font-style: normal;
|
|
3791
3869
|
font-weight: 400;
|
|
3792
|
-
letter-spacing:
|
|
3793
|
-
line-height: var(--
|
|
3870
|
+
letter-spacing: 0;
|
|
3871
|
+
line-height: var(--IDS-BULLET-LIST__LINE-HEIGHT);
|
|
3794
3872
|
}
|
|
3795
3873
|
.ids ol.ids-numbered-list li::marker,
|
|
3796
3874
|
.ids .ids-numbered-list li::marker {
|
|
3797
|
-
font-weight: var(--
|
|
3875
|
+
font-weight: var(--IDS-BULLET-LIST__MARKER-FONT-WEIGHT);
|
|
3798
3876
|
}
|
|
3799
3877
|
|
|
3800
3878
|
.ids-content .ids-heading-xxl {
|
|
3801
|
-
margin-bottom: var(--
|
|
3879
|
+
margin-bottom: var(--IDS-HEADING-XXL__MARGIN-BOTTOM);
|
|
3802
3880
|
}
|
|
3803
3881
|
.ids-content .ids-heading-xl {
|
|
3804
|
-
margin-bottom: var(--
|
|
3882
|
+
margin-bottom: var(--IDS-HEADING-XL__MARGIN-BOTTOM);
|
|
3805
3883
|
}
|
|
3806
3884
|
.ids-content .ids-heading-l {
|
|
3807
|
-
margin-bottom: var(--
|
|
3885
|
+
margin-bottom: var(--IDS-HEADING-L__MARGIN-BOTTOM);
|
|
3808
3886
|
}
|
|
3809
3887
|
.ids-content .ids-heading-m,
|
|
3810
3888
|
.ids-content .ids-heading-s,
|
|
3811
3889
|
.ids-content .ids-heading-xs {
|
|
3812
|
-
margin-bottom:
|
|
3890
|
+
margin-bottom: 0.625rem;
|
|
3813
3891
|
}
|
|
3814
3892
|
.ids-content .ids-preamble {
|
|
3815
|
-
margin-bottom:
|
|
3893
|
+
margin-bottom: 2.5rem;
|
|
3816
3894
|
}
|
|
3817
3895
|
.ids-content .ids-body {
|
|
3818
|
-
margin-bottom:
|
|
3896
|
+
margin-bottom: 1.875rem;
|
|
3819
3897
|
}
|
|
3820
3898
|
|
|
3821
3899
|
:root {
|
|
3822
|
-
--
|
|
3823
|
-
--
|
|
3824
|
-
--
|
|
3900
|
+
--IDS__MAX-WIDTH: 1280px;
|
|
3901
|
+
--IDS__FONT-FAMILY: Open sans;
|
|
3902
|
+
--IDS__FONT-COLOR: black;
|
|
3825
3903
|
}
|
|
3826
3904
|
|
|
3827
3905
|
.ids input:focus,
|
|
@@ -3829,18 +3907,25 @@ input:focus + .ids-toggle input:before {
|
|
|
3829
3907
|
.ids textarea:focus,
|
|
3830
3908
|
.ids ids-button:focus,
|
|
3831
3909
|
.ids a:focus {
|
|
3832
|
-
outline: var(--
|
|
3833
|
-
outline-offset: var(--
|
|
3910
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3911
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET);
|
|
3834
3912
|
}
|
|
3835
3913
|
|
|
3836
3914
|
input::placeholder,
|
|
3837
3915
|
textarea::placeholder,
|
|
3838
3916
|
select::placeholder {
|
|
3839
|
-
color: var(--IDS-
|
|
3917
|
+
color: var(--IDS-FORM-PLACEHOLDER__COLOR);
|
|
3840
3918
|
}
|
|
3841
3919
|
|
|
3842
3920
|
[tabindex="0"]:focus {
|
|
3843
|
-
outline: var(--
|
|
3844
|
-
outline-offset: var(--
|
|
3845
|
-
outline-color: var(--
|
|
3921
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3922
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET);
|
|
3923
|
+
outline-color: var(--IDS-FOCUS__OUTLINE-COLOR);
|
|
3924
|
+
}
|
|
3925
|
+
|
|
3926
|
+
input[type=search]::-webkit-search-decoration,
|
|
3927
|
+
input[type=search]::-webkit-search-cancel-button,
|
|
3928
|
+
input[type=search]::-webkit-search-results-button,
|
|
3929
|
+
input[type=search]::-webkit-search-results-decoration {
|
|
3930
|
+
-webkit-appearance: none;
|
|
3846
3931
|
}
|