@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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* BUTTONS
|
|
3
3
|
********/
|
|
4
4
|
/*******
|
|
5
|
-
*
|
|
5
|
+
* SCROLLBARS
|
|
6
6
|
********/
|
|
7
7
|
/*******
|
|
8
8
|
* FORM
|
|
@@ -24,34 +24,34 @@
|
|
|
24
24
|
|
|
25
25
|
header.ids-header-1177 {
|
|
26
26
|
position: relative;
|
|
27
|
-
box-shadow:
|
|
27
|
+
box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
|
|
28
28
|
}
|
|
29
29
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) {
|
|
30
30
|
--IDS-HEADER__REGION-PICKER-ICON: var(--IDS-COLOR-PRIMARY-35);
|
|
31
31
|
}
|
|
32
32
|
@media (max-width: 1024px) {
|
|
33
33
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) {
|
|
34
|
-
--IDS-HEADER__REGION-PICKER-ICON:
|
|
34
|
+
--IDS-HEADER__REGION-PICKER-ICON: var(--IDS-COLOR-NEUTRAL-100);
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container {
|
|
38
|
-
background: var(--
|
|
39
|
-
padding:
|
|
38
|
+
background: linear-gradient(90deg, var(--IDS-COLOR-PRIMARY-40) 50%, var(--IDS-COLOR-PRIMARY-90) 50%);
|
|
39
|
+
padding: 0;
|
|
40
40
|
position: relative;
|
|
41
41
|
z-index: 2;
|
|
42
42
|
}
|
|
43
43
|
@media (max-width: 1024px) {
|
|
44
44
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container {
|
|
45
|
-
box-shadow:
|
|
45
|
+
box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner {
|
|
49
|
-
max-width: var(--
|
|
49
|
+
max-width: var(--IDS__MAX-WIDTH);
|
|
50
50
|
margin-left: auto;
|
|
51
51
|
margin-right: auto;
|
|
52
|
-
background: var(--
|
|
52
|
+
background: var(--IDS-COLOR-PRIMARY-90);
|
|
53
53
|
width: 100%;
|
|
54
|
-
height:
|
|
54
|
+
height: 7.5rem;
|
|
55
55
|
position: relative;
|
|
56
56
|
margin-left: auto;
|
|
57
57
|
margin-right: auto;
|
|
@@ -79,10 +79,10 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
79
79
|
grid-template-columns: auto auto;
|
|
80
80
|
position: relative;
|
|
81
81
|
height: 100%;
|
|
82
|
-
margin-left:
|
|
83
|
-
margin-right:
|
|
84
|
-
padding-left:
|
|
85
|
-
padding-right:
|
|
82
|
+
margin-left: 0 !important;
|
|
83
|
+
margin-right: 0;
|
|
84
|
+
padding-left: 0.75rem;
|
|
85
|
+
padding-right: 2.25rem;
|
|
86
86
|
}
|
|
87
87
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo:after {
|
|
88
88
|
content: "";
|
|
@@ -106,8 +106,8 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
106
106
|
@media (max-width: 1024px) {
|
|
107
107
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo {
|
|
108
108
|
grid-template-columns: auto;
|
|
109
|
-
padding-left:
|
|
110
|
-
padding-right:
|
|
109
|
+
padding-left: 1.25rem;
|
|
110
|
+
padding-right: 0.75rem;
|
|
111
111
|
}
|
|
112
112
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo:after {
|
|
113
113
|
content: "";
|
|
@@ -118,7 +118,7 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
118
118
|
right: -0.5625rem;
|
|
119
119
|
left: auto;
|
|
120
120
|
display: none;
|
|
121
|
-
top:
|
|
121
|
+
top: 0;
|
|
122
122
|
margin-top: -7.81rem;
|
|
123
123
|
clip: rect(7.8125rem, 18.75rem, 10.8375rem, 18.125rem);
|
|
124
124
|
height: 18.75rem;
|
|
@@ -131,39 +131,39 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo .ids-header-1177__logo-link {
|
|
134
|
-
width:
|
|
135
|
-
height:
|
|
136
|
-
margin-right:
|
|
134
|
+
width: 6.438rem;
|
|
135
|
+
height: 2.5rem;
|
|
136
|
+
margin-right: 1.5rem;
|
|
137
137
|
}
|
|
138
138
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo .ids-header-1177__logo-link a {
|
|
139
139
|
display: block;
|
|
140
140
|
}
|
|
141
141
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo .ids-header-1177__logo-link a:focus {
|
|
142
|
-
outline: var(--IDS-
|
|
143
|
-
outline-offset: var(--IDS-
|
|
142
|
+
outline: var(--IDS-FOCUS__OUTLINE--LIGHT);
|
|
143
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
144
144
|
}
|
|
145
145
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo .ids-header-1177__logo-link ::slotted([slot=logo]:focus) {
|
|
146
146
|
display: block;
|
|
147
|
-
outline: var(--IDS-
|
|
148
|
-
outline-offset: var(--IDS-
|
|
147
|
+
outline: var(--IDS-FOCUS__OUTLINE--LIGHT) !important;
|
|
148
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET);
|
|
149
149
|
}
|
|
150
150
|
@media (max-width: 1024px) {
|
|
151
151
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo .ids-header-1177__logo-link {
|
|
152
|
-
margin-right:
|
|
153
|
-
max-width:
|
|
154
|
-
height:
|
|
152
|
+
margin-right: 0;
|
|
153
|
+
max-width: 2.625rem;
|
|
154
|
+
height: 1rem !important;
|
|
155
155
|
}
|
|
156
156
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo .ids-header-1177__logo-link a,
|
|
157
157
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo .ids-header-1177__logo-link ::slotted([slot=logo]) {
|
|
158
|
-
margin-right:
|
|
158
|
+
margin-right: 0;
|
|
159
159
|
display: flex !important;
|
|
160
|
-
height:
|
|
160
|
+
height: 1rem !important;
|
|
161
161
|
width: 100% !important;
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region {
|
|
165
165
|
display: flex;
|
|
166
|
-
gap:
|
|
166
|
+
gap: 1rem;
|
|
167
167
|
grid-column: 2;
|
|
168
168
|
align-items: center;
|
|
169
169
|
grid-row: 1;
|
|
@@ -178,7 +178,7 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
178
178
|
right: -0.5625rem;
|
|
179
179
|
left: auto;
|
|
180
180
|
display: none;
|
|
181
|
-
top:
|
|
181
|
+
top: 0;
|
|
182
182
|
margin-top: -7.81rem;
|
|
183
183
|
clip: rect(7.8125rem, 18.75rem, 10.8375rem, 18.125rem);
|
|
184
184
|
height: 18.75rem;
|
|
@@ -193,7 +193,7 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
193
193
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region {
|
|
194
194
|
background-color: var(--IDS-COLOR-PRIMARY-40);
|
|
195
195
|
justify-content: space-between;
|
|
196
|
-
padding-left:
|
|
196
|
+
padding-left: 0.5rem;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
199
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected .ids-header-1177__region-picker button {
|
|
@@ -204,19 +204,22 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
204
204
|
content: "";
|
|
205
205
|
position: absolute;
|
|
206
206
|
z-index: 1;
|
|
207
|
-
left: -
|
|
208
|
-
width:
|
|
209
|
-
height:
|
|
210
|
-
background-color:
|
|
207
|
+
left: -1.875rem;
|
|
208
|
+
width: 0.063rem;
|
|
209
|
+
height: 4rem;
|
|
210
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
211
211
|
}
|
|
212
212
|
@media (max-width: 1024px) {
|
|
213
213
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected:before {
|
|
214
|
-
left:
|
|
215
|
-
height:
|
|
214
|
+
left: 0;
|
|
215
|
+
height: 2rem;
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
218
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected .ids-header-1177__region-icon {
|
|
219
|
-
padding-right:
|
|
219
|
+
padding-right: 2rem;
|
|
220
|
+
}
|
|
221
|
+
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected .ids-header-1177__region-picker__text {
|
|
222
|
+
font-size: 1rem;
|
|
220
223
|
}
|
|
221
224
|
@media (max-width: 1024px) {
|
|
222
225
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected .ids-header-1177__region-picker__text {
|
|
@@ -228,16 +231,16 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
228
231
|
content: "";
|
|
229
232
|
position: absolute;
|
|
230
233
|
z-index: 1;
|
|
231
|
-
left: -
|
|
232
|
-
width:
|
|
233
|
-
height:
|
|
234
|
-
background-color:
|
|
234
|
+
left: -1.875rem;
|
|
235
|
+
width: 0.063rem;
|
|
236
|
+
height: 4rem;
|
|
237
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
235
238
|
}
|
|
236
239
|
}
|
|
237
240
|
@media (max-width: 1024px) and (max-width: 1024px) {
|
|
238
241
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region:not(.ids-header-1177__region--selected) .ids-header-1177__region-picker button:before {
|
|
239
|
-
left:
|
|
240
|
-
height:
|
|
242
|
+
left: 0;
|
|
243
|
+
height: 2rem;
|
|
241
244
|
}
|
|
242
245
|
}
|
|
243
246
|
@media (max-width: 1024px) {
|
|
@@ -256,7 +259,7 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
256
259
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-icon {
|
|
257
260
|
background-color: var(--IDS-COLOR-PRIMARY-40);
|
|
258
261
|
justify-content: space-between;
|
|
259
|
-
padding-left:
|
|
262
|
+
padding-left: 0.5rem;
|
|
260
263
|
height: auto;
|
|
261
264
|
align-items: normal;
|
|
262
265
|
}
|
|
@@ -285,14 +288,14 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
285
288
|
}
|
|
286
289
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-icon ::slotted([slot=region]),
|
|
287
290
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-icon .ids-header-1177__region-logo {
|
|
288
|
-
max-height:
|
|
289
|
-
max-width:
|
|
291
|
+
max-height: 2.813rem;
|
|
292
|
+
max-width: 12.5rem;
|
|
290
293
|
display: flex;
|
|
291
294
|
}
|
|
292
295
|
@media (max-width: 1024px) {
|
|
293
296
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-icon ::slotted([slot=region]),
|
|
294
297
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-icon .ids-header-1177__region-logo {
|
|
295
|
-
max-height:
|
|
298
|
+
max-height: 2rem;
|
|
296
299
|
}
|
|
297
300
|
}
|
|
298
301
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker {
|
|
@@ -300,19 +303,19 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
300
303
|
align-items: center;
|
|
301
304
|
position: relative;
|
|
302
305
|
height: inherit;
|
|
303
|
-
margin-left:
|
|
306
|
+
margin-left: 1.5rem;
|
|
304
307
|
}
|
|
305
308
|
@media (max-width: 1024px) {
|
|
306
309
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker {
|
|
307
|
-
margin-left:
|
|
310
|
+
margin-left: 0;
|
|
308
311
|
position: initial;
|
|
309
312
|
height: 100%;
|
|
310
313
|
justify-content: space-between;
|
|
311
314
|
}
|
|
312
315
|
}
|
|
313
316
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker button {
|
|
314
|
-
min-width:
|
|
315
|
-
min-height:
|
|
317
|
+
min-width: 1.5rem;
|
|
318
|
+
min-height: 1.5rem;
|
|
316
319
|
background: none;
|
|
317
320
|
color: inherit;
|
|
318
321
|
border: none;
|
|
@@ -326,27 +329,27 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
326
329
|
-ms-user-select: none;
|
|
327
330
|
user-select: none;
|
|
328
331
|
display: flex;
|
|
329
|
-
gap:
|
|
332
|
+
gap: 1rem;
|
|
330
333
|
font-size: 0.875rem;
|
|
331
334
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
332
335
|
align-items: center;
|
|
333
336
|
}
|
|
334
337
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker button:focus {
|
|
335
|
-
outline: var(--IDS-
|
|
336
|
-
outline-offset:
|
|
338
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
339
|
+
outline-offset: 0.125rem !important;
|
|
337
340
|
}
|
|
338
341
|
@media (max-width: 1024px) {
|
|
339
342
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker button {
|
|
340
|
-
inset:
|
|
341
|
-
padding-right:
|
|
342
|
-
padding-left:
|
|
343
|
+
inset: 0;
|
|
344
|
+
padding-right: 1rem;
|
|
345
|
+
padding-left: 0.75rem;
|
|
343
346
|
position: absolute;
|
|
344
347
|
justify-content: space-between;
|
|
345
|
-
color:
|
|
348
|
+
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
346
349
|
}
|
|
347
350
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker button:focus {
|
|
348
|
-
outline: var(--IDS-
|
|
349
|
-
outline-offset: -
|
|
351
|
+
outline: var(--IDS-FOCUS__OUTLINE--LIGHT);
|
|
352
|
+
outline-offset: -0.25rem !important;
|
|
350
353
|
}
|
|
351
354
|
}
|
|
352
355
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items {
|
|
@@ -356,23 +359,24 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
356
359
|
grid-column: 3;
|
|
357
360
|
align-items: center;
|
|
358
361
|
grid-auto-flow: column;
|
|
359
|
-
gap:
|
|
360
|
-
margin-right:
|
|
362
|
+
gap: 1.25rem;
|
|
363
|
+
margin-right: 1.25rem;
|
|
364
|
+
margin-left: 1rem;
|
|
361
365
|
}
|
|
362
366
|
@media (max-width: 1024px) {
|
|
363
367
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items {
|
|
364
|
-
gap:
|
|
365
|
-
margin-left:
|
|
366
|
-
margin-right:
|
|
368
|
+
gap: 0;
|
|
369
|
+
margin-left: 1rem;
|
|
370
|
+
margin-right: 0.5rem;
|
|
367
371
|
}
|
|
368
372
|
}
|
|
369
373
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-mobile {
|
|
370
374
|
display: none;
|
|
371
|
-
background-color: var(--
|
|
375
|
+
background-color: var(--IDS-COLOR-PRIMARY-90);
|
|
372
376
|
flex-wrap: wrap;
|
|
373
377
|
flex: 1 1 auto;
|
|
374
378
|
box-sizing: border-box;
|
|
375
|
-
height:
|
|
379
|
+
height: 3.125rem;
|
|
376
380
|
}
|
|
377
381
|
@media (max-width: 1024px) {
|
|
378
382
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-mobile {
|
|
@@ -384,16 +388,16 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__ski
|
|
|
384
388
|
display: flex;
|
|
385
389
|
align-items: center;
|
|
386
390
|
justify-content: center;
|
|
387
|
-
padding: 0
|
|
388
|
-
height:
|
|
391
|
+
padding: 0 1rem;
|
|
392
|
+
height: 3rem;
|
|
389
393
|
text-align: center;
|
|
390
|
-
background-color:
|
|
391
|
-
box-shadow: rgba(0, 0, 0, 0.3) 0 0
|
|
394
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
395
|
+
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0.625rem 0;
|
|
392
396
|
z-index: 10;
|
|
393
|
-
font-family: var(--IDS-
|
|
394
|
-
font-size:
|
|
395
|
-
color: var(--
|
|
396
|
-
text-decoration-color: var(--
|
|
397
|
+
font-family: var(--IDS-LINK__FONT-FAMILY);
|
|
398
|
+
font-size: 1rem;
|
|
399
|
+
color: var(--IDS-LINK--COLORPRESET-1__COLOR);
|
|
400
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-1__COLOR);
|
|
397
401
|
text-decoration: underline;
|
|
398
402
|
position: absolute;
|
|
399
403
|
right: 0;
|
|
@@ -405,9 +409,9 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__ski
|
|
|
405
409
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__skip-to-content a:focus {
|
|
406
410
|
transform: translateY(0);
|
|
407
411
|
transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
408
|
-
color: var(--
|
|
409
|
-
text-decoration-color: var(--
|
|
410
|
-
outline-offset: -
|
|
412
|
+
color: var(--IDS-LINK--COLORPRESET-1__HOVER-COLOR);
|
|
413
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-1__HOVER-COLOR);
|
|
414
|
+
outline-offset: -0.375rem !important;
|
|
411
415
|
}
|
|
412
416
|
@media (max-width: 1024px) {
|
|
413
417
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) {
|
|
@@ -418,18 +422,18 @@ header.ids-header-1177.ids-header-1177--unresponsive {
|
|
|
418
422
|
--IDS-HEADER__REGION-PICKER-ICON: var(--IDS-COLOR-PRIMARY-35);
|
|
419
423
|
}
|
|
420
424
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container {
|
|
421
|
-
background: var(--
|
|
422
|
-
padding:
|
|
425
|
+
background: linear-gradient(90deg, var(--IDS-COLOR-PRIMARY-40) 50%, var(--IDS-COLOR-PRIMARY-90) 50%);
|
|
426
|
+
padding: 0;
|
|
423
427
|
position: relative;
|
|
424
428
|
z-index: 2;
|
|
425
429
|
}
|
|
426
430
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner {
|
|
427
|
-
max-width: var(--
|
|
431
|
+
max-width: var(--IDS__MAX-WIDTH);
|
|
428
432
|
margin-left: auto;
|
|
429
433
|
margin-right: auto;
|
|
430
|
-
background: var(--
|
|
434
|
+
background: var(--IDS-COLOR-PRIMARY-90);
|
|
431
435
|
width: 100%;
|
|
432
|
-
height:
|
|
436
|
+
height: 7.5rem;
|
|
433
437
|
position: relative;
|
|
434
438
|
margin-left: auto;
|
|
435
439
|
margin-right: auto;
|
|
@@ -448,10 +452,10 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
448
452
|
grid-template-columns: auto auto;
|
|
449
453
|
position: relative;
|
|
450
454
|
height: 100%;
|
|
451
|
-
margin-left:
|
|
452
|
-
margin-right:
|
|
453
|
-
padding-left:
|
|
454
|
-
padding-right:
|
|
455
|
+
margin-left: 0 !important;
|
|
456
|
+
margin-right: 0;
|
|
457
|
+
padding-left: 0.75rem;
|
|
458
|
+
padding-right: 2.25rem;
|
|
455
459
|
}
|
|
456
460
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo:after {
|
|
457
461
|
content: "";
|
|
@@ -468,25 +472,25 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
468
472
|
width: 25rem;
|
|
469
473
|
}
|
|
470
474
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo .ids-header-1177__logo-link {
|
|
471
|
-
width:
|
|
472
|
-
height:
|
|
473
|
-
margin-right:
|
|
475
|
+
width: 6.438rem;
|
|
476
|
+
height: 2.5rem;
|
|
477
|
+
margin-right: 1.5rem;
|
|
474
478
|
}
|
|
475
479
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo .ids-header-1177__logo-link a {
|
|
476
480
|
display: block;
|
|
477
481
|
}
|
|
478
482
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo .ids-header-1177__logo-link a:focus {
|
|
479
|
-
outline: var(--IDS-
|
|
480
|
-
outline-offset: var(--IDS-
|
|
483
|
+
outline: var(--IDS-FOCUS__OUTLINE--LIGHT);
|
|
484
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
481
485
|
}
|
|
482
486
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo .ids-header-1177__logo-link ::slotted([slot=logo]:focus) {
|
|
483
487
|
display: block;
|
|
484
|
-
outline: var(--IDS-
|
|
485
|
-
outline-offset: var(--IDS-
|
|
488
|
+
outline: var(--IDS-FOCUS__OUTLINE--LIGHT) !important;
|
|
489
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET);
|
|
486
490
|
}
|
|
487
491
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region {
|
|
488
492
|
display: flex;
|
|
489
|
-
gap:
|
|
493
|
+
gap: 1rem;
|
|
490
494
|
grid-column: 2;
|
|
491
495
|
align-items: center;
|
|
492
496
|
grid-row: 1;
|
|
@@ -501,7 +505,7 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
501
505
|
right: -0.5625rem;
|
|
502
506
|
left: auto;
|
|
503
507
|
display: none;
|
|
504
|
-
top:
|
|
508
|
+
top: 0;
|
|
505
509
|
margin-top: -7.81rem;
|
|
506
510
|
clip: rect(7.8125rem, 18.75rem, 10.8375rem, 18.125rem);
|
|
507
511
|
height: 18.75rem;
|
|
@@ -515,13 +519,16 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
515
519
|
content: "";
|
|
516
520
|
position: absolute;
|
|
517
521
|
z-index: 1;
|
|
518
|
-
left: -
|
|
519
|
-
width:
|
|
520
|
-
height:
|
|
521
|
-
background-color:
|
|
522
|
+
left: -1.875rem;
|
|
523
|
+
width: 0.063rem;
|
|
524
|
+
height: 4rem;
|
|
525
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
522
526
|
}
|
|
523
527
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected .ids-header-1177__region-icon {
|
|
524
|
-
padding-right:
|
|
528
|
+
padding-right: 2rem;
|
|
529
|
+
}
|
|
530
|
+
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region.ids-header-1177__region--selected .ids-header-1177__region-picker__text {
|
|
531
|
+
font-size: 1rem;
|
|
525
532
|
}
|
|
526
533
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-icon {
|
|
527
534
|
background-color: var(--IDS-COLOR-PRIMARY-40);
|
|
@@ -549,8 +556,8 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
549
556
|
}
|
|
550
557
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-icon ::slotted([slot=region]),
|
|
551
558
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-icon .ids-header-1177__region-logo {
|
|
552
|
-
max-height:
|
|
553
|
-
max-width:
|
|
559
|
+
max-height: 2.813rem;
|
|
560
|
+
max-width: 12.5rem;
|
|
554
561
|
display: flex;
|
|
555
562
|
}
|
|
556
563
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker {
|
|
@@ -558,11 +565,11 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
558
565
|
align-items: center;
|
|
559
566
|
position: relative;
|
|
560
567
|
height: inherit;
|
|
561
|
-
margin-left:
|
|
568
|
+
margin-left: 1.5rem;
|
|
562
569
|
}
|
|
563
570
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker button {
|
|
564
|
-
min-width:
|
|
565
|
-
min-height:
|
|
571
|
+
min-width: 1.5rem;
|
|
572
|
+
min-height: 1.5rem;
|
|
566
573
|
background: none;
|
|
567
574
|
color: inherit;
|
|
568
575
|
border: none;
|
|
@@ -576,14 +583,14 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
576
583
|
-ms-user-select: none;
|
|
577
584
|
user-select: none;
|
|
578
585
|
display: flex;
|
|
579
|
-
gap:
|
|
586
|
+
gap: 1rem;
|
|
580
587
|
font-size: 0.875rem;
|
|
581
588
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
582
589
|
align-items: center;
|
|
583
590
|
}
|
|
584
591
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region .ids-header-1177__region-picker button:focus {
|
|
585
|
-
outline: var(--IDS-
|
|
586
|
-
outline-offset:
|
|
592
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
593
|
+
outline-offset: 0.125rem !important;
|
|
587
594
|
}
|
|
588
595
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items {
|
|
589
596
|
justify-self: end;
|
|
@@ -592,32 +599,33 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
592
599
|
grid-column: 3;
|
|
593
600
|
align-items: center;
|
|
594
601
|
grid-auto-flow: column;
|
|
595
|
-
gap:
|
|
596
|
-
margin-right:
|
|
602
|
+
gap: 1.25rem;
|
|
603
|
+
margin-right: 1.25rem;
|
|
604
|
+
margin-left: 1rem;
|
|
597
605
|
}
|
|
598
606
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__nav-mobile {
|
|
599
607
|
display: none;
|
|
600
|
-
background-color: var(--
|
|
608
|
+
background-color: var(--IDS-COLOR-PRIMARY-90);
|
|
601
609
|
flex-wrap: wrap;
|
|
602
610
|
flex: 1 1 auto;
|
|
603
611
|
box-sizing: border-box;
|
|
604
|
-
height:
|
|
612
|
+
height: 3.125rem;
|
|
605
613
|
}
|
|
606
614
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__skip-to-content ::slotted(a),
|
|
607
615
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__skip-to-content a {
|
|
608
616
|
display: flex;
|
|
609
617
|
align-items: center;
|
|
610
618
|
justify-content: center;
|
|
611
|
-
padding: 0
|
|
612
|
-
height:
|
|
619
|
+
padding: 0 1rem;
|
|
620
|
+
height: 3rem;
|
|
613
621
|
text-align: center;
|
|
614
|
-
background-color:
|
|
615
|
-
box-shadow: rgba(0, 0, 0, 0.3) 0 0
|
|
622
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
623
|
+
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0.625rem 0;
|
|
616
624
|
z-index: 10;
|
|
617
|
-
font-family: var(--IDS-
|
|
618
|
-
font-size:
|
|
619
|
-
color: var(--
|
|
620
|
-
text-decoration-color: var(--
|
|
625
|
+
font-family: var(--IDS-LINK__FONT-FAMILY);
|
|
626
|
+
font-size: 1rem;
|
|
627
|
+
color: var(--IDS-LINK--COLORPRESET-1__COLOR);
|
|
628
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-1__COLOR);
|
|
621
629
|
text-decoration: underline;
|
|
622
630
|
position: absolute;
|
|
623
631
|
right: 0;
|
|
@@ -629,9 +637,9 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__skip-to-c
|
|
|
629
637
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__skip-to-content a:focus {
|
|
630
638
|
transform: translateY(0);
|
|
631
639
|
transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
632
|
-
color: var(--
|
|
633
|
-
text-decoration-color: var(--
|
|
634
|
-
outline-offset: -
|
|
640
|
+
color: var(--IDS-LINK--COLORPRESET-1__HOVER-COLOR);
|
|
641
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-1__HOVER-COLOR);
|
|
642
|
+
outline-offset: -0.375rem !important;
|
|
635
643
|
}
|
|
636
644
|
header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-header-1177__inner {
|
|
637
645
|
max-width: 100% !important;
|
|
@@ -641,63 +649,69 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
641
649
|
display: flex;
|
|
642
650
|
flex-direction: column;
|
|
643
651
|
align-items: center;
|
|
644
|
-
gap:
|
|
652
|
+
gap: 0.5rem;
|
|
645
653
|
text-decoration: none;
|
|
646
654
|
position: relative;
|
|
655
|
+
background-color: transparent;
|
|
656
|
+
border: 0;
|
|
647
657
|
}
|
|
648
658
|
.ids-header-1177--unresponsive .ids-header-1177__items__item:focus-within {
|
|
649
|
-
outline: var(--IDS-
|
|
650
|
-
outline-offset: var(--IDS-
|
|
659
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
660
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
651
661
|
}
|
|
652
662
|
.ids-header-1177--unresponsive .ids-header-1177__items__item .ids-header-1177__items__item-icon {
|
|
653
|
-
max-width:
|
|
654
|
-
max-height:
|
|
655
|
-
margin-left:
|
|
656
|
-
margin-right:
|
|
663
|
+
max-width: 1.5rem;
|
|
664
|
+
max-height: 1.5rem;
|
|
665
|
+
margin-left: 0.25rem;
|
|
666
|
+
margin-right: 0.25rem;
|
|
657
667
|
display: flex;
|
|
658
668
|
}
|
|
659
669
|
.ids-header-1177--unresponsive .ids-header-1177__items__item .ids-header-1177__items__item-text {
|
|
660
670
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
661
671
|
font-size: 1.125rem;
|
|
672
|
+
text-align: center;
|
|
662
673
|
}
|
|
663
674
|
|
|
664
675
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__items__item {
|
|
665
676
|
display: flex;
|
|
666
677
|
flex-direction: column;
|
|
667
678
|
align-items: center;
|
|
668
|
-
gap:
|
|
679
|
+
gap: 0.5rem;
|
|
669
680
|
text-decoration: none;
|
|
670
681
|
position: relative;
|
|
682
|
+
background-color: transparent;
|
|
683
|
+
border: 0;
|
|
671
684
|
}
|
|
672
685
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__items__item:focus-within {
|
|
673
|
-
outline: var(--IDS-
|
|
674
|
-
outline-offset: var(--IDS-
|
|
686
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
687
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
675
688
|
}
|
|
676
689
|
@media (max-width: 1024px) {
|
|
677
690
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__items__item:not(.ids-header-1177__items__item--mobile) {
|
|
678
|
-
outline: var(--IDS-
|
|
679
|
-
outline-offset: -
|
|
691
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
692
|
+
outline-offset: -0.25rem !important;
|
|
680
693
|
display: none;
|
|
681
694
|
}
|
|
682
695
|
}
|
|
683
696
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__items__item .ids-header-1177__items__item-icon {
|
|
684
|
-
max-width:
|
|
685
|
-
max-height:
|
|
686
|
-
margin-left:
|
|
687
|
-
margin-right:
|
|
697
|
+
max-width: 1.5rem;
|
|
698
|
+
max-height: 1.5rem;
|
|
699
|
+
margin-left: 0.25rem;
|
|
700
|
+
margin-right: 0.25rem;
|
|
688
701
|
display: flex;
|
|
689
702
|
}
|
|
690
|
-
@media (
|
|
703
|
+
@media (min-width: 1024px) {
|
|
691
704
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__items__item .ids-header-1177__items__item-icon {
|
|
692
|
-
max-width:
|
|
693
|
-
max-height:
|
|
694
|
-
margin-left:
|
|
695
|
-
margin-right:
|
|
705
|
+
max-width: 2rem;
|
|
706
|
+
max-height: 2rem;
|
|
707
|
+
margin-left: 0;
|
|
708
|
+
margin-right: 0;
|
|
696
709
|
}
|
|
697
710
|
}
|
|
698
711
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__items__item .ids-header-1177__items__item-text {
|
|
699
712
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
700
713
|
font-size: 1.125rem;
|
|
714
|
+
text-align: center;
|
|
701
715
|
}
|
|
702
716
|
@media (max-width: 1024px) {
|
|
703
717
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__items__item .ids-header-1177__items__item-text {
|
|
@@ -709,39 +723,42 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
709
723
|
display: flex;
|
|
710
724
|
flex-direction: column;
|
|
711
725
|
align-items: center;
|
|
712
|
-
gap:
|
|
726
|
+
gap: 0.5rem;
|
|
713
727
|
text-decoration: none;
|
|
714
728
|
position: relative;
|
|
729
|
+
background-color: transparent;
|
|
730
|
+
border: 0;
|
|
715
731
|
}
|
|
716
732
|
:host .ids-header-1177__items__item:not(.ids-header-1177__items__item--unresponsive):focus-within {
|
|
717
|
-
outline: var(--IDS-
|
|
718
|
-
outline-offset: var(--IDS-
|
|
733
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
734
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
719
735
|
}
|
|
720
736
|
@media (max-width: 1024px) {
|
|
721
737
|
:host .ids-header-1177__items__item:not(.ids-header-1177__items__item--unresponsive):not(.ids-header-1177__items__item--mobile) {
|
|
722
|
-
outline: var(--IDS-
|
|
723
|
-
outline-offset: -
|
|
738
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
739
|
+
outline-offset: -0.25rem !important;
|
|
724
740
|
display: none;
|
|
725
741
|
}
|
|
726
742
|
}
|
|
727
743
|
:host .ids-header-1177__items__item:not(.ids-header-1177__items__item--unresponsive) .ids-header-1177__items__item-icon {
|
|
728
|
-
max-width:
|
|
729
|
-
max-height:
|
|
730
|
-
margin-left:
|
|
731
|
-
margin-right:
|
|
744
|
+
max-width: 1.5rem;
|
|
745
|
+
max-height: 1.5rem;
|
|
746
|
+
margin-left: 0.25rem;
|
|
747
|
+
margin-right: 0.25rem;
|
|
732
748
|
display: flex;
|
|
733
749
|
}
|
|
734
|
-
@media (
|
|
750
|
+
@media (min-width: 1024px) {
|
|
735
751
|
:host .ids-header-1177__items__item:not(.ids-header-1177__items__item--unresponsive) .ids-header-1177__items__item-icon {
|
|
736
|
-
max-width:
|
|
737
|
-
max-height:
|
|
738
|
-
margin-left:
|
|
739
|
-
margin-right:
|
|
752
|
+
max-width: 2rem;
|
|
753
|
+
max-height: 2rem;
|
|
754
|
+
margin-left: 0;
|
|
755
|
+
margin-right: 0;
|
|
740
756
|
}
|
|
741
757
|
}
|
|
742
758
|
:host .ids-header-1177__items__item:not(.ids-header-1177__items__item--unresponsive) .ids-header-1177__items__item-text {
|
|
743
759
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
744
760
|
font-size: 1.125rem;
|
|
761
|
+
text-align: center;
|
|
745
762
|
}
|
|
746
763
|
@media (max-width: 1024px) {
|
|
747
764
|
:host .ids-header-1177__items__item:not(.ids-header-1177__items__item--unresponsive) .ids-header-1177__items__item-text {
|
|
@@ -752,24 +769,27 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
752
769
|
display: flex;
|
|
753
770
|
flex-direction: column;
|
|
754
771
|
align-items: center;
|
|
755
|
-
gap:
|
|
772
|
+
gap: 0.5rem;
|
|
756
773
|
text-decoration: none;
|
|
757
774
|
position: relative;
|
|
775
|
+
background-color: transparent;
|
|
776
|
+
border: 0;
|
|
758
777
|
}
|
|
759
778
|
:host .ids-header-1177__items__item.ids-header-1177__items__item--unresponsive:focus-within {
|
|
760
|
-
outline: var(--IDS-
|
|
761
|
-
outline-offset: var(--IDS-
|
|
779
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
780
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
762
781
|
}
|
|
763
782
|
:host .ids-header-1177__items__item.ids-header-1177__items__item--unresponsive .ids-header-1177__items__item-icon {
|
|
764
|
-
max-width:
|
|
765
|
-
max-height:
|
|
766
|
-
margin-left:
|
|
767
|
-
margin-right:
|
|
783
|
+
max-width: 1.5rem;
|
|
784
|
+
max-height: 1.5rem;
|
|
785
|
+
margin-left: 0.25rem;
|
|
786
|
+
margin-right: 0.25rem;
|
|
768
787
|
display: flex;
|
|
769
788
|
}
|
|
770
789
|
:host .ids-header-1177__items__item.ids-header-1177__items__item--unresponsive .ids-header-1177__items__item-text {
|
|
771
790
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
772
791
|
font-size: 1.125rem;
|
|
792
|
+
text-align: center;
|
|
773
793
|
}
|
|
774
794
|
|
|
775
795
|
.ids-header-1177--unresponsive .ids-header-1177__avatar {
|
|
@@ -784,17 +804,17 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
784
804
|
align-items: center;
|
|
785
805
|
justify-content: center;
|
|
786
806
|
gap: 1rem;
|
|
787
|
-
max-height:
|
|
788
|
-
height:
|
|
807
|
+
max-height: 5rem;
|
|
808
|
+
height: 5rem;
|
|
789
809
|
padding-right: 2rem;
|
|
790
810
|
padding-left: 2rem;
|
|
791
|
-
background-color:
|
|
811
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
792
812
|
border-radius: 3.125rem;
|
|
793
813
|
}
|
|
794
814
|
.ids-header-1177--unresponsive .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-icon {
|
|
795
815
|
display: flex;
|
|
796
|
-
max-width:
|
|
797
|
-
max-height:
|
|
816
|
+
max-width: 2.25rem;
|
|
817
|
+
max-height: 2.75rem;
|
|
798
818
|
}
|
|
799
819
|
.ids-header-1177--unresponsive .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content {
|
|
800
820
|
display: grid;
|
|
@@ -803,6 +823,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
803
823
|
.ids-header-1177--unresponsive .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__name {
|
|
804
824
|
text-align: start;
|
|
805
825
|
max-width: 15.625rem;
|
|
826
|
+
font-size: 1rem;
|
|
806
827
|
white-space: nowrap;
|
|
807
828
|
overflow: hidden;
|
|
808
829
|
position: relative;
|
|
@@ -812,14 +833,15 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
812
833
|
.ids-header-1177--unresponsive .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__links {
|
|
813
834
|
display: flex;
|
|
814
835
|
flex-wrap: wrap;
|
|
836
|
+
font-size: 1rem;
|
|
815
837
|
}
|
|
816
838
|
.ids-header-1177--unresponsive .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__links a {
|
|
817
|
-
color: var(--
|
|
818
|
-
text-decoration-color: var(--
|
|
839
|
+
color: var(--IDS-LINK--COLORPRESET-2__COLOR);
|
|
840
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-2__COLOR);
|
|
819
841
|
}
|
|
820
842
|
.ids-header-1177--unresponsive .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__links .ids-header-1177__avatar-content__links-divider {
|
|
821
843
|
padding-right: 0.5rem;
|
|
822
|
-
border-right:
|
|
844
|
+
border-right: 0.063rem solid var(--IDS-COLOR-NEUTRAL-90);
|
|
823
845
|
margin-right: 0.5rem;
|
|
824
846
|
}
|
|
825
847
|
|
|
@@ -835,33 +857,33 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
835
857
|
align-items: center;
|
|
836
858
|
justify-content: center;
|
|
837
859
|
gap: 1rem;
|
|
838
|
-
max-height:
|
|
839
|
-
height:
|
|
860
|
+
max-height: 5rem;
|
|
861
|
+
height: 5rem;
|
|
840
862
|
padding-right: 2rem;
|
|
841
863
|
padding-left: 2rem;
|
|
842
|
-
background-color:
|
|
864
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
843
865
|
border-radius: 3.125rem;
|
|
844
866
|
}
|
|
845
867
|
@media (max-width: 1024px) {
|
|
846
868
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar .ids-header-1177__avatar-box {
|
|
847
869
|
gap: 0.5rem;
|
|
848
|
-
height:
|
|
870
|
+
height: 2rem;
|
|
849
871
|
font-size: 0.75rem;
|
|
850
872
|
padding-right: 1rem;
|
|
851
873
|
padding-left: 1rem;
|
|
852
|
-
margin-left:
|
|
853
|
-
margin-right:
|
|
874
|
+
margin-left: 0.75rem;
|
|
875
|
+
margin-right: 0.75rem;
|
|
854
876
|
}
|
|
855
877
|
}
|
|
856
878
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-icon {
|
|
857
879
|
display: flex;
|
|
858
|
-
max-width:
|
|
859
|
-
max-height:
|
|
880
|
+
max-width: 2.25rem;
|
|
881
|
+
max-height: 2.75rem;
|
|
860
882
|
}
|
|
861
883
|
@media (max-width: 1024px) {
|
|
862
884
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-icon {
|
|
863
|
-
width:
|
|
864
|
-
height:
|
|
885
|
+
width: 1.25rem;
|
|
886
|
+
height: 1.25rem;
|
|
865
887
|
}
|
|
866
888
|
}
|
|
867
889
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content {
|
|
@@ -876,6 +898,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
876
898
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__name {
|
|
877
899
|
text-align: start;
|
|
878
900
|
max-width: 15.625rem;
|
|
901
|
+
font-size: 1rem;
|
|
879
902
|
white-space: nowrap;
|
|
880
903
|
overflow: hidden;
|
|
881
904
|
position: relative;
|
|
@@ -890,6 +913,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
890
913
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__links {
|
|
891
914
|
display: flex;
|
|
892
915
|
flex-wrap: wrap;
|
|
916
|
+
font-size: 1rem;
|
|
893
917
|
}
|
|
894
918
|
@media (max-width: 1024px) {
|
|
895
919
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__links {
|
|
@@ -897,12 +921,12 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
897
921
|
}
|
|
898
922
|
}
|
|
899
923
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__links a {
|
|
900
|
-
color: var(--
|
|
901
|
-
text-decoration-color: var(--
|
|
924
|
+
color: var(--IDS-LINK--COLORPRESET-2__COLOR);
|
|
925
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-2__COLOR);
|
|
902
926
|
}
|
|
903
927
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__links .ids-header-1177__avatar-content__links-divider {
|
|
904
928
|
padding-right: 0.5rem;
|
|
905
|
-
border-right:
|
|
929
|
+
border-right: 0.063rem solid var(--IDS-COLOR-NEUTRAL-90);
|
|
906
930
|
margin-right: 0.5rem;
|
|
907
931
|
}
|
|
908
932
|
|
|
@@ -918,33 +942,33 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
918
942
|
align-items: center;
|
|
919
943
|
justify-content: center;
|
|
920
944
|
gap: 1rem;
|
|
921
|
-
max-height:
|
|
922
|
-
height:
|
|
945
|
+
max-height: 5rem;
|
|
946
|
+
height: 5rem;
|
|
923
947
|
padding-right: 2rem;
|
|
924
948
|
padding-left: 2rem;
|
|
925
|
-
background-color:
|
|
949
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
926
950
|
border-radius: 3.125rem;
|
|
927
951
|
}
|
|
928
952
|
@media (max-width: 1024px) {
|
|
929
953
|
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) .ids-header-1177__avatar-box {
|
|
930
954
|
gap: 0.5rem;
|
|
931
|
-
height:
|
|
955
|
+
height: 2rem;
|
|
932
956
|
font-size: 0.75rem;
|
|
933
957
|
padding-right: 1rem;
|
|
934
958
|
padding-left: 1rem;
|
|
935
|
-
margin-left:
|
|
936
|
-
margin-right:
|
|
959
|
+
margin-left: 0.75rem;
|
|
960
|
+
margin-right: 0.75rem;
|
|
937
961
|
}
|
|
938
962
|
}
|
|
939
963
|
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) .ids-header-1177__avatar-box .ids-header-1177__avatar-icon {
|
|
940
964
|
display: flex;
|
|
941
|
-
max-width:
|
|
942
|
-
max-height:
|
|
965
|
+
max-width: 2.25rem;
|
|
966
|
+
max-height: 2.75rem;
|
|
943
967
|
}
|
|
944
968
|
@media (max-width: 1024px) {
|
|
945
969
|
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) .ids-header-1177__avatar-box .ids-header-1177__avatar-icon {
|
|
946
|
-
width:
|
|
947
|
-
height:
|
|
970
|
+
width: 1.25rem;
|
|
971
|
+
height: 1.25rem;
|
|
948
972
|
}
|
|
949
973
|
}
|
|
950
974
|
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) .ids-header-1177__avatar-box .ids-header-1177__avatar-content {
|
|
@@ -959,6 +983,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
959
983
|
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__name {
|
|
960
984
|
text-align: start;
|
|
961
985
|
max-width: 15.625rem;
|
|
986
|
+
font-size: 1rem;
|
|
962
987
|
white-space: nowrap;
|
|
963
988
|
overflow: hidden;
|
|
964
989
|
position: relative;
|
|
@@ -973,6 +998,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
973
998
|
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__links {
|
|
974
999
|
display: flex;
|
|
975
1000
|
flex-wrap: wrap;
|
|
1001
|
+
font-size: 1rem;
|
|
976
1002
|
}
|
|
977
1003
|
@media (max-width: 1024px) {
|
|
978
1004
|
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__links {
|
|
@@ -980,12 +1006,12 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
980
1006
|
}
|
|
981
1007
|
}
|
|
982
1008
|
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__links a {
|
|
983
|
-
color: var(--
|
|
984
|
-
text-decoration-color: var(--
|
|
1009
|
+
color: var(--IDS-LINK--COLORPRESET-2__COLOR);
|
|
1010
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-2__COLOR);
|
|
985
1011
|
}
|
|
986
1012
|
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__links .ids-header-1177__avatar-content__links-divider {
|
|
987
1013
|
padding-right: 0.5rem;
|
|
988
|
-
border-right:
|
|
1014
|
+
border-right: 0.063rem solid var(--IDS-COLOR-NEUTRAL-90);
|
|
989
1015
|
margin-right: 0.5rem;
|
|
990
1016
|
}
|
|
991
1017
|
:host .ids-header-1177__avatar.ids-header-1177__avatar--unresponsive {
|
|
@@ -1000,17 +1026,17 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1000
1026
|
align-items: center;
|
|
1001
1027
|
justify-content: center;
|
|
1002
1028
|
gap: 1rem;
|
|
1003
|
-
max-height:
|
|
1004
|
-
height:
|
|
1029
|
+
max-height: 5rem;
|
|
1030
|
+
height: 5rem;
|
|
1005
1031
|
padding-right: 2rem;
|
|
1006
1032
|
padding-left: 2rem;
|
|
1007
|
-
background-color:
|
|
1033
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
1008
1034
|
border-radius: 3.125rem;
|
|
1009
1035
|
}
|
|
1010
1036
|
:host .ids-header-1177__avatar.ids-header-1177__avatar--unresponsive .ids-header-1177__avatar-box .ids-header-1177__avatar-icon {
|
|
1011
1037
|
display: flex;
|
|
1012
|
-
max-width:
|
|
1013
|
-
max-height:
|
|
1038
|
+
max-width: 2.25rem;
|
|
1039
|
+
max-height: 2.75rem;
|
|
1014
1040
|
}
|
|
1015
1041
|
:host .ids-header-1177__avatar.ids-header-1177__avatar--unresponsive .ids-header-1177__avatar-box .ids-header-1177__avatar-content {
|
|
1016
1042
|
display: grid;
|
|
@@ -1019,6 +1045,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1019
1045
|
:host .ids-header-1177__avatar.ids-header-1177__avatar--unresponsive .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__name {
|
|
1020
1046
|
text-align: start;
|
|
1021
1047
|
max-width: 15.625rem;
|
|
1048
|
+
font-size: 1rem;
|
|
1022
1049
|
white-space: nowrap;
|
|
1023
1050
|
overflow: hidden;
|
|
1024
1051
|
position: relative;
|
|
@@ -1028,49 +1055,50 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1028
1055
|
:host .ids-header-1177__avatar.ids-header-1177__avatar--unresponsive .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__links {
|
|
1029
1056
|
display: flex;
|
|
1030
1057
|
flex-wrap: wrap;
|
|
1058
|
+
font-size: 1rem;
|
|
1031
1059
|
}
|
|
1032
1060
|
:host .ids-header-1177__avatar.ids-header-1177__avatar--unresponsive .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__links a {
|
|
1033
|
-
color: var(--
|
|
1034
|
-
text-decoration-color: var(--
|
|
1061
|
+
color: var(--IDS-LINK--COLORPRESET-2__COLOR);
|
|
1062
|
+
text-decoration-color: var(--IDS-LINK--COLORPRESET-2__COLOR);
|
|
1035
1063
|
}
|
|
1036
1064
|
:host .ids-header-1177__avatar.ids-header-1177__avatar--unresponsive .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__links .ids-header-1177__avatar-content__links-divider {
|
|
1037
1065
|
padding-right: 0.5rem;
|
|
1038
|
-
border-right:
|
|
1066
|
+
border-right: 0.063rem solid var(--IDS-COLOR-NEUTRAL-90);
|
|
1039
1067
|
margin-right: 0.5rem;
|
|
1040
1068
|
}
|
|
1041
1069
|
|
|
1042
1070
|
.ids-header-1177--unresponsive nav.ids-header-1177__nav {
|
|
1043
1071
|
position: relative;
|
|
1044
|
-
background-color:
|
|
1072
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
1045
1073
|
}
|
|
1046
1074
|
.ids-header-1177--unresponsive nav.ids-header-1177__nav .ids-header-1177__nav-inner {
|
|
1047
|
-
max-width: var(--
|
|
1075
|
+
max-width: var(--IDS__MAX-WIDTH);
|
|
1048
1076
|
display: flex;
|
|
1049
1077
|
flex-wrap: wrap;
|
|
1050
|
-
margin-top:
|
|
1051
|
-
margin-bottom:
|
|
1078
|
+
margin-top: 0;
|
|
1079
|
+
margin-bottom: 0;
|
|
1052
1080
|
margin-left: auto;
|
|
1053
1081
|
margin-right: auto;
|
|
1054
|
-
background-color: var(--
|
|
1082
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
1055
1083
|
}
|
|
1056
1084
|
|
|
1057
1085
|
.ids-header-1177:not(.ids-header-1177--unresponsive) nav.ids-header-1177__nav {
|
|
1058
1086
|
position: relative;
|
|
1059
|
-
background-color:
|
|
1087
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
1060
1088
|
}
|
|
1061
1089
|
.ids-header-1177:not(.ids-header-1177--unresponsive) nav.ids-header-1177__nav .ids-header-1177__nav-inner {
|
|
1062
|
-
max-width: var(--
|
|
1090
|
+
max-width: var(--IDS__MAX-WIDTH);
|
|
1063
1091
|
display: flex;
|
|
1064
1092
|
flex-wrap: wrap;
|
|
1065
|
-
margin-top:
|
|
1066
|
-
margin-bottom:
|
|
1093
|
+
margin-top: 0;
|
|
1094
|
+
margin-bottom: 0;
|
|
1067
1095
|
margin-left: auto;
|
|
1068
1096
|
margin-right: auto;
|
|
1069
|
-
background-color: var(--
|
|
1097
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
1070
1098
|
}
|
|
1071
1099
|
@media (max-width: 1024px) {
|
|
1072
1100
|
.ids-header-1177:not(.ids-header-1177--unresponsive) nav.ids-header-1177__nav .ids-header-1177__nav-inner {
|
|
1073
|
-
box-shadow: rgba(0, 0, 0, 0.2)
|
|
1101
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.625rem 0;
|
|
1074
1102
|
background-color: var(--IDS-COLOR-PRIMARY-90);
|
|
1075
1103
|
flex-wrap: wrap;
|
|
1076
1104
|
flex: 1 1 auto;
|
|
@@ -1084,21 +1112,21 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1084
1112
|
|
|
1085
1113
|
:host nav.ids-header-1177__nav:not(.ids-header-1177__nav--unresponsive) {
|
|
1086
1114
|
position: relative;
|
|
1087
|
-
background-color:
|
|
1115
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
1088
1116
|
}
|
|
1089
1117
|
:host nav.ids-header-1177__nav:not(.ids-header-1177__nav--unresponsive) .ids-header-1177__nav-inner {
|
|
1090
|
-
max-width: var(--
|
|
1118
|
+
max-width: var(--IDS__MAX-WIDTH);
|
|
1091
1119
|
display: flex;
|
|
1092
1120
|
flex-wrap: wrap;
|
|
1093
|
-
margin-top:
|
|
1094
|
-
margin-bottom:
|
|
1121
|
+
margin-top: 0;
|
|
1122
|
+
margin-bottom: 0;
|
|
1095
1123
|
margin-left: auto;
|
|
1096
1124
|
margin-right: auto;
|
|
1097
|
-
background-color: var(--
|
|
1125
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
1098
1126
|
}
|
|
1099
1127
|
@media (max-width: 1024px) {
|
|
1100
1128
|
:host nav.ids-header-1177__nav:not(.ids-header-1177__nav--unresponsive) .ids-header-1177__nav-inner {
|
|
1101
|
-
box-shadow: rgba(0, 0, 0, 0.2)
|
|
1129
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.625rem 0;
|
|
1102
1130
|
background-color: var(--IDS-COLOR-PRIMARY-90);
|
|
1103
1131
|
flex-wrap: wrap;
|
|
1104
1132
|
flex: 1 1 auto;
|
|
@@ -1107,17 +1135,17 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1107
1135
|
}
|
|
1108
1136
|
:host nav.ids-header-1177__nav.ids-header-1177__nav--unresponsive {
|
|
1109
1137
|
position: relative;
|
|
1110
|
-
background-color:
|
|
1138
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
1111
1139
|
}
|
|
1112
1140
|
:host nav.ids-header-1177__nav.ids-header-1177__nav--unresponsive .ids-header-1177__nav-inner {
|
|
1113
|
-
max-width: var(--
|
|
1141
|
+
max-width: var(--IDS__MAX-WIDTH);
|
|
1114
1142
|
display: flex;
|
|
1115
1143
|
flex-wrap: wrap;
|
|
1116
|
-
margin-top:
|
|
1117
|
-
margin-bottom:
|
|
1144
|
+
margin-top: 0;
|
|
1145
|
+
margin-bottom: 0;
|
|
1118
1146
|
margin-left: auto;
|
|
1119
1147
|
margin-right: auto;
|
|
1120
|
-
background-color: var(--
|
|
1148
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
1121
1149
|
}
|
|
1122
1150
|
:host nav.ids-header-1177__nav.ids-header-1177__nav--fluid .ids-header-1177__nav-inner {
|
|
1123
1151
|
max-width: 100%;
|
|
@@ -1127,87 +1155,87 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1127
1155
|
.ids-header-1177--unresponsive .ids-header-1177__nav-item ::slotted(a) {
|
|
1128
1156
|
display: flex;
|
|
1129
1157
|
align-items: center;
|
|
1130
|
-
padding:
|
|
1158
|
+
padding: 0.875rem 0.625rem;
|
|
1131
1159
|
position: relative;
|
|
1132
1160
|
text-decoration: none;
|
|
1133
1161
|
cursor: pointer;
|
|
1134
|
-
min-height:
|
|
1162
|
+
min-height: 3.5rem;
|
|
1135
1163
|
height: 100%;
|
|
1136
1164
|
font-weight: 400;
|
|
1137
|
-
letter-spacing: -0.
|
|
1165
|
+
letter-spacing: -0.031rem;
|
|
1138
1166
|
background-color: transparent !important;
|
|
1139
1167
|
font-size: 1.25rem !important;
|
|
1140
|
-
font-family: var(--
|
|
1168
|
+
font-family: var(--IDS-FONT-FAMILY-HEADING);
|
|
1141
1169
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
1142
|
-
border-radius:
|
|
1170
|
+
border-radius: 0;
|
|
1143
1171
|
border: none;
|
|
1144
1172
|
}
|
|
1145
1173
|
.ids-header-1177--unresponsive .ids-header-1177__nav-item > a:focus, .ids-header-1177--unresponsive .ids-header-1177__nav-item > button:focus {
|
|
1146
|
-
outline: var(--IDS-
|
|
1147
|
-
outline-offset: -
|
|
1174
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
1175
|
+
outline-offset: -0.125rem !important;
|
|
1148
1176
|
}
|
|
1149
1177
|
.ids-header-1177--unresponsive .ids-header-1177__nav-item > a:focus:after, .ids-header-1177--unresponsive .ids-header-1177__nav-item > button:focus:after {
|
|
1150
1178
|
width: auto;
|
|
1151
|
-
right:
|
|
1179
|
+
right: 0;
|
|
1152
1180
|
}
|
|
1153
1181
|
.ids-header-1177--unresponsive .ids-header-1177__nav-item > a:hover:after, .ids-header-1177--unresponsive .ids-header-1177__nav-item > button:hover:after {
|
|
1154
1182
|
width: auto;
|
|
1155
|
-
right:
|
|
1183
|
+
right: 0;
|
|
1156
1184
|
}
|
|
1157
1185
|
.ids-header-1177--unresponsive .ids-header-1177__nav-item > a:after, .ids-header-1177--unresponsive .ids-header-1177__nav-item > button:after {
|
|
1158
1186
|
background: var(--IDS-COLOR-PRIMARY-40);
|
|
1159
|
-
bottom:
|
|
1187
|
+
bottom: 0;
|
|
1160
1188
|
content: "";
|
|
1161
1189
|
display: block;
|
|
1162
|
-
height:
|
|
1163
|
-
left:
|
|
1190
|
+
height: 0.313rem;
|
|
1191
|
+
left: 0;
|
|
1164
1192
|
right: 100%;
|
|
1165
1193
|
position: absolute;
|
|
1166
1194
|
transition: all 0.3s ease 0s;
|
|
1167
|
-
width:
|
|
1168
|
-
margin-left:
|
|
1169
|
-
margin-right:
|
|
1195
|
+
width: 0;
|
|
1196
|
+
margin-left: 0.625rem;
|
|
1197
|
+
margin-right: 0.625rem;
|
|
1170
1198
|
}
|
|
1171
1199
|
.ids-header-1177--unresponsive .ids-header-1177__nav-item ::slotted(a):after {
|
|
1172
1200
|
background: var(--IDS-COLOR-PRIMARY-40);
|
|
1173
|
-
bottom:
|
|
1201
|
+
bottom: 0;
|
|
1174
1202
|
content: "";
|
|
1175
1203
|
display: block;
|
|
1176
|
-
height:
|
|
1177
|
-
left:
|
|
1204
|
+
height: 0.313rem;
|
|
1205
|
+
left: 0;
|
|
1178
1206
|
right: 100%;
|
|
1179
1207
|
position: absolute;
|
|
1180
1208
|
transition: all 0.3s ease 0s;
|
|
1181
|
-
width:
|
|
1182
|
-
margin-left:
|
|
1183
|
-
margin-right:
|
|
1209
|
+
width: 0;
|
|
1210
|
+
margin-left: 0.625rem;
|
|
1211
|
+
margin-right: 0.625rem;
|
|
1184
1212
|
}
|
|
1185
1213
|
.ids-header-1177--unresponsive .ids-header-1177__nav-item ::slotted(a:focus) {
|
|
1186
|
-
outline: var(--IDS-
|
|
1187
|
-
outline-offset: -
|
|
1214
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
1215
|
+
outline-offset: -0.125rem !important;
|
|
1188
1216
|
}
|
|
1189
1217
|
.ids-header-1177--unresponsive .ids-header-1177__nav-item.ids-header-1177__nav-item--active button:after, .ids-header-1177--unresponsive .ids-header-1177__nav-item.ids-header-1177__nav-item--active ::slotted(a):after,
|
|
1190
1218
|
.ids-header-1177--unresponsive .ids-header-1177__nav-item ::slotted(a:focus):after,
|
|
1191
1219
|
.ids-header-1177--unresponsive .ids-header-1177__nav-item ::slotted(a:hover):after {
|
|
1192
1220
|
width: auto;
|
|
1193
|
-
right:
|
|
1221
|
+
right: 0;
|
|
1194
1222
|
}
|
|
1195
1223
|
.ids-header-1177--unresponsive .ids-header-1177__nav-item .ids-header-1177__items__item-dropdown {
|
|
1196
|
-
background-color: var(--
|
|
1224
|
+
background-color: var(--IDS-COLOR-PRIMARY-90);
|
|
1197
1225
|
left: 0;
|
|
1198
|
-
min-height:
|
|
1199
|
-
padding:
|
|
1226
|
+
min-height: 10.813rem;
|
|
1227
|
+
padding: 2.5rem 0 3.125rem;
|
|
1200
1228
|
position: absolute;
|
|
1201
1229
|
width: 100%;
|
|
1202
1230
|
top: 100%;
|
|
1203
1231
|
z-index: -1;
|
|
1204
|
-
box-shadow:
|
|
1232
|
+
box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
|
|
1205
1233
|
}
|
|
1206
1234
|
.ids-header-1177--unresponsive .ids-header-1177__nav-item .ids-header-1177__items__item-dropdown .ids-header-1177__items__item-dropdown__content {
|
|
1207
|
-
max-width: var(--
|
|
1235
|
+
max-width: var(--IDS__MAX-WIDTH);
|
|
1208
1236
|
display: grid;
|
|
1209
1237
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
1210
|
-
padding:
|
|
1238
|
+
padding: 0 0.625rem;
|
|
1211
1239
|
margin-left: auto;
|
|
1212
1240
|
margin-right: auto;
|
|
1213
1241
|
}
|
|
@@ -1218,99 +1246,99 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1218
1246
|
.ids-header-1177--unresponsive .ids-header-1177__nav-item .ids-header-1177__items__item-dropdown .ids-header-1177__items__item-dropdown__content ::slotted([slot=col-2]),
|
|
1219
1247
|
.ids-header-1177--unresponsive .ids-header-1177__nav-item .ids-header-1177__items__item-dropdown .ids-header-1177__items__item-dropdown__content ::slotted([slot=col-3]) {
|
|
1220
1248
|
display: block;
|
|
1221
|
-
margin-bottom:
|
|
1222
|
-
margin-right:
|
|
1249
|
+
margin-bottom: 0.625rem;
|
|
1250
|
+
margin-right: 2.5rem;
|
|
1223
1251
|
font-size: 1rem;
|
|
1224
|
-
line-height:
|
|
1225
|
-
padding-bottom:
|
|
1226
|
-
border-bottom:
|
|
1252
|
+
line-height: 1.5rem;
|
|
1253
|
+
padding-bottom: 0.625rem;
|
|
1254
|
+
border-bottom: 0.063rem solid #dfa9b8;
|
|
1227
1255
|
}
|
|
1228
1256
|
|
|
1229
1257
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item > a, .ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item > button,
|
|
1230
1258
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item ::slotted(a) {
|
|
1231
1259
|
display: flex;
|
|
1232
1260
|
align-items: center;
|
|
1233
|
-
padding:
|
|
1261
|
+
padding: 0.875rem 0.625rem;
|
|
1234
1262
|
position: relative;
|
|
1235
1263
|
text-decoration: none;
|
|
1236
1264
|
cursor: pointer;
|
|
1237
|
-
min-height:
|
|
1265
|
+
min-height: 3.5rem;
|
|
1238
1266
|
height: 100%;
|
|
1239
1267
|
font-weight: 400;
|
|
1240
|
-
letter-spacing: -0.
|
|
1268
|
+
letter-spacing: -0.031rem;
|
|
1241
1269
|
background-color: transparent !important;
|
|
1242
1270
|
font-size: 1.25rem !important;
|
|
1243
|
-
font-family: var(--
|
|
1271
|
+
font-family: var(--IDS-FONT-FAMILY-HEADING);
|
|
1244
1272
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
1245
|
-
border-radius:
|
|
1273
|
+
border-radius: 0;
|
|
1246
1274
|
border: none;
|
|
1247
1275
|
}
|
|
1248
1276
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item > a:focus, .ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item > button:focus {
|
|
1249
|
-
outline: var(--IDS-
|
|
1250
|
-
outline-offset: -
|
|
1277
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
1278
|
+
outline-offset: -0.125rem !important;
|
|
1251
1279
|
}
|
|
1252
1280
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item > a:focus:after, .ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item > button:focus:after {
|
|
1253
1281
|
width: auto;
|
|
1254
|
-
right:
|
|
1282
|
+
right: 0;
|
|
1255
1283
|
}
|
|
1256
1284
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item > a:hover:after, .ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item > button:hover:after {
|
|
1257
1285
|
width: auto;
|
|
1258
|
-
right:
|
|
1286
|
+
right: 0;
|
|
1259
1287
|
}
|
|
1260
1288
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item > a:after, .ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item > button:after {
|
|
1261
1289
|
background: var(--IDS-COLOR-PRIMARY-40);
|
|
1262
|
-
bottom:
|
|
1290
|
+
bottom: 0;
|
|
1263
1291
|
content: "";
|
|
1264
1292
|
display: block;
|
|
1265
|
-
height:
|
|
1266
|
-
left:
|
|
1293
|
+
height: 0.313rem;
|
|
1294
|
+
left: 0;
|
|
1267
1295
|
right: 100%;
|
|
1268
1296
|
position: absolute;
|
|
1269
1297
|
transition: all 0.3s ease 0s;
|
|
1270
|
-
width:
|
|
1271
|
-
margin-left:
|
|
1272
|
-
margin-right:
|
|
1298
|
+
width: 0;
|
|
1299
|
+
margin-left: 0.625rem;
|
|
1300
|
+
margin-right: 0.625rem;
|
|
1273
1301
|
}
|
|
1274
1302
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item ::slotted(a):after {
|
|
1275
1303
|
background: var(--IDS-COLOR-PRIMARY-40);
|
|
1276
|
-
bottom:
|
|
1304
|
+
bottom: 0;
|
|
1277
1305
|
content: "";
|
|
1278
1306
|
display: block;
|
|
1279
|
-
height:
|
|
1280
|
-
left:
|
|
1307
|
+
height: 0.313rem;
|
|
1308
|
+
left: 0;
|
|
1281
1309
|
right: 100%;
|
|
1282
1310
|
position: absolute;
|
|
1283
1311
|
transition: all 0.3s ease 0s;
|
|
1284
|
-
width:
|
|
1285
|
-
margin-left:
|
|
1286
|
-
margin-right:
|
|
1312
|
+
width: 0;
|
|
1313
|
+
margin-left: 0.625rem;
|
|
1314
|
+
margin-right: 0.625rem;
|
|
1287
1315
|
}
|
|
1288
1316
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item ::slotted(a:focus) {
|
|
1289
|
-
outline: var(--IDS-
|
|
1290
|
-
outline-offset: -
|
|
1317
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
1318
|
+
outline-offset: -0.125rem !important;
|
|
1291
1319
|
}
|
|
1292
1320
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item.ids-header-1177__nav-item--active button:after, .ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item.ids-header-1177__nav-item--active ::slotted(a):after,
|
|
1293
1321
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item ::slotted(a:focus):after,
|
|
1294
1322
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item ::slotted(a:hover):after {
|
|
1295
1323
|
width: auto;
|
|
1296
|
-
right:
|
|
1324
|
+
right: 0;
|
|
1297
1325
|
}
|
|
1298
1326
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item .ids-header-1177__items__item-dropdown {
|
|
1299
|
-
background-color: var(--
|
|
1327
|
+
background-color: var(--IDS-COLOR-PRIMARY-90);
|
|
1300
1328
|
left: 0;
|
|
1301
|
-
min-height:
|
|
1302
|
-
padding:
|
|
1329
|
+
min-height: 10.813rem;
|
|
1330
|
+
padding: 2.5rem 0 3.125rem;
|
|
1303
1331
|
position: absolute;
|
|
1304
1332
|
width: 100%;
|
|
1305
1333
|
top: 100%;
|
|
1306
1334
|
z-index: -1;
|
|
1307
|
-
box-shadow:
|
|
1335
|
+
box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
|
|
1308
1336
|
}
|
|
1309
1337
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item .ids-header-1177__items__item-dropdown .ids-header-1177__items__item-dropdown__content {
|
|
1310
|
-
max-width: var(--
|
|
1338
|
+
max-width: var(--IDS__MAX-WIDTH);
|
|
1311
1339
|
display: grid;
|
|
1312
1340
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
1313
|
-
padding:
|
|
1341
|
+
padding: 0 0.625rem;
|
|
1314
1342
|
margin-left: auto;
|
|
1315
1343
|
margin-right: auto;
|
|
1316
1344
|
}
|
|
@@ -1321,12 +1349,12 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1321
1349
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item .ids-header-1177__items__item-dropdown .ids-header-1177__items__item-dropdown__content ::slotted([slot=col-2]),
|
|
1322
1350
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item .ids-header-1177__items__item-dropdown .ids-header-1177__items__item-dropdown__content ::slotted([slot=col-3]) {
|
|
1323
1351
|
display: block;
|
|
1324
|
-
margin-bottom:
|
|
1325
|
-
margin-right:
|
|
1352
|
+
margin-bottom: 0.625rem;
|
|
1353
|
+
margin-right: 2.5rem;
|
|
1326
1354
|
font-size: 1rem;
|
|
1327
|
-
line-height:
|
|
1328
|
-
padding-bottom:
|
|
1329
|
-
border-bottom:
|
|
1355
|
+
line-height: 1.5rem;
|
|
1356
|
+
padding-bottom: 0.625rem;
|
|
1357
|
+
border-bottom: 0.063rem solid #dfa9b8;
|
|
1330
1358
|
}
|
|
1331
1359
|
@media (max-width: 1024px) {
|
|
1332
1360
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-item {
|
|
@@ -1342,87 +1370,87 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1342
1370
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) ::slotted(a) {
|
|
1343
1371
|
display: flex;
|
|
1344
1372
|
align-items: center;
|
|
1345
|
-
padding:
|
|
1373
|
+
padding: 0.875rem 0.625rem;
|
|
1346
1374
|
position: relative;
|
|
1347
1375
|
text-decoration: none;
|
|
1348
1376
|
cursor: pointer;
|
|
1349
|
-
min-height:
|
|
1377
|
+
min-height: 3.5rem;
|
|
1350
1378
|
height: 100%;
|
|
1351
1379
|
font-weight: 400;
|
|
1352
|
-
letter-spacing: -0.
|
|
1380
|
+
letter-spacing: -0.031rem;
|
|
1353
1381
|
background-color: transparent !important;
|
|
1354
1382
|
font-size: 1.25rem !important;
|
|
1355
|
-
font-family: var(--
|
|
1383
|
+
font-family: var(--IDS-FONT-FAMILY-HEADING);
|
|
1356
1384
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
1357
|
-
border-radius:
|
|
1385
|
+
border-radius: 0;
|
|
1358
1386
|
border: none;
|
|
1359
1387
|
}
|
|
1360
1388
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) > a:focus, :host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) > button:focus {
|
|
1361
|
-
outline: var(--IDS-
|
|
1362
|
-
outline-offset: -
|
|
1389
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
1390
|
+
outline-offset: -0.125rem !important;
|
|
1363
1391
|
}
|
|
1364
1392
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) > a:focus:after, :host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) > button:focus:after {
|
|
1365
1393
|
width: auto;
|
|
1366
|
-
right:
|
|
1394
|
+
right: 0;
|
|
1367
1395
|
}
|
|
1368
1396
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) > a:hover:after, :host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) > button:hover:after {
|
|
1369
1397
|
width: auto;
|
|
1370
|
-
right:
|
|
1398
|
+
right: 0;
|
|
1371
1399
|
}
|
|
1372
1400
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) > a:after, :host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) > button:after {
|
|
1373
1401
|
background: var(--IDS-COLOR-PRIMARY-40);
|
|
1374
|
-
bottom:
|
|
1402
|
+
bottom: 0;
|
|
1375
1403
|
content: "";
|
|
1376
1404
|
display: block;
|
|
1377
|
-
height:
|
|
1378
|
-
left:
|
|
1405
|
+
height: 0.313rem;
|
|
1406
|
+
left: 0;
|
|
1379
1407
|
right: 100%;
|
|
1380
1408
|
position: absolute;
|
|
1381
1409
|
transition: all 0.3s ease 0s;
|
|
1382
|
-
width:
|
|
1383
|
-
margin-left:
|
|
1384
|
-
margin-right:
|
|
1410
|
+
width: 0;
|
|
1411
|
+
margin-left: 0.625rem;
|
|
1412
|
+
margin-right: 0.625rem;
|
|
1385
1413
|
}
|
|
1386
1414
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) ::slotted(a):after {
|
|
1387
1415
|
background: var(--IDS-COLOR-PRIMARY-40);
|
|
1388
|
-
bottom:
|
|
1416
|
+
bottom: 0;
|
|
1389
1417
|
content: "";
|
|
1390
1418
|
display: block;
|
|
1391
|
-
height:
|
|
1392
|
-
left:
|
|
1419
|
+
height: 0.313rem;
|
|
1420
|
+
left: 0;
|
|
1393
1421
|
right: 100%;
|
|
1394
1422
|
position: absolute;
|
|
1395
1423
|
transition: all 0.3s ease 0s;
|
|
1396
|
-
width:
|
|
1397
|
-
margin-left:
|
|
1398
|
-
margin-right:
|
|
1424
|
+
width: 0;
|
|
1425
|
+
margin-left: 0.625rem;
|
|
1426
|
+
margin-right: 0.625rem;
|
|
1399
1427
|
}
|
|
1400
1428
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) ::slotted(a:focus) {
|
|
1401
|
-
outline: var(--IDS-
|
|
1402
|
-
outline-offset: -
|
|
1429
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
1430
|
+
outline-offset: -0.125rem !important;
|
|
1403
1431
|
}
|
|
1404
1432
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive).ids-header-1177__nav-item--active button:after, :host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive).ids-header-1177__nav-item--active ::slotted(a):after,
|
|
1405
1433
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) ::slotted(a:focus):after,
|
|
1406
1434
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) ::slotted(a:hover):after {
|
|
1407
1435
|
width: auto;
|
|
1408
|
-
right:
|
|
1436
|
+
right: 0;
|
|
1409
1437
|
}
|
|
1410
1438
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) .ids-header-1177__items__item-dropdown {
|
|
1411
|
-
background-color: var(--
|
|
1439
|
+
background-color: var(--IDS-COLOR-PRIMARY-90);
|
|
1412
1440
|
left: 0;
|
|
1413
|
-
min-height:
|
|
1414
|
-
padding:
|
|
1441
|
+
min-height: 10.813rem;
|
|
1442
|
+
padding: 2.5rem 0 3.125rem;
|
|
1415
1443
|
position: absolute;
|
|
1416
1444
|
width: 100%;
|
|
1417
1445
|
top: 100%;
|
|
1418
1446
|
z-index: -1;
|
|
1419
|
-
box-shadow:
|
|
1447
|
+
box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
|
|
1420
1448
|
}
|
|
1421
1449
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) .ids-header-1177__items__item-dropdown .ids-header-1177__items__item-dropdown__content {
|
|
1422
|
-
max-width: var(--
|
|
1450
|
+
max-width: var(--IDS__MAX-WIDTH);
|
|
1423
1451
|
display: grid;
|
|
1424
1452
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
1425
|
-
padding:
|
|
1453
|
+
padding: 0 0.625rem;
|
|
1426
1454
|
margin-left: auto;
|
|
1427
1455
|
margin-right: auto;
|
|
1428
1456
|
}
|
|
@@ -1433,12 +1461,12 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1433
1461
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) .ids-header-1177__items__item-dropdown .ids-header-1177__items__item-dropdown__content ::slotted([slot=col-2]),
|
|
1434
1462
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) .ids-header-1177__items__item-dropdown .ids-header-1177__items__item-dropdown__content ::slotted([slot=col-3]) {
|
|
1435
1463
|
display: block;
|
|
1436
|
-
margin-bottom:
|
|
1437
|
-
margin-right:
|
|
1464
|
+
margin-bottom: 0.625rem;
|
|
1465
|
+
margin-right: 2.5rem;
|
|
1438
1466
|
font-size: 1rem;
|
|
1439
|
-
line-height:
|
|
1440
|
-
padding-bottom:
|
|
1441
|
-
border-bottom:
|
|
1467
|
+
line-height: 1.5rem;
|
|
1468
|
+
padding-bottom: 0.625rem;
|
|
1469
|
+
border-bottom: 0.063rem solid #dfa9b8;
|
|
1442
1470
|
}
|
|
1443
1471
|
@media (max-width: 1024px) {
|
|
1444
1472
|
:host .ids-header-1177__nav-item:not(.ids-header-1177__nav-item--unresponsive) {
|
|
@@ -1449,87 +1477,87 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1449
1477
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive ::slotted(a) {
|
|
1450
1478
|
display: flex;
|
|
1451
1479
|
align-items: center;
|
|
1452
|
-
padding:
|
|
1480
|
+
padding: 0.875rem 0.625rem;
|
|
1453
1481
|
position: relative;
|
|
1454
1482
|
text-decoration: none;
|
|
1455
1483
|
cursor: pointer;
|
|
1456
|
-
min-height:
|
|
1484
|
+
min-height: 3.5rem;
|
|
1457
1485
|
height: 100%;
|
|
1458
1486
|
font-weight: 400;
|
|
1459
|
-
letter-spacing: -0.
|
|
1487
|
+
letter-spacing: -0.031rem;
|
|
1460
1488
|
background-color: transparent !important;
|
|
1461
1489
|
font-size: 1.25rem !important;
|
|
1462
|
-
font-family: var(--
|
|
1490
|
+
font-family: var(--IDS-FONT-FAMILY-HEADING);
|
|
1463
1491
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
1464
|
-
border-radius:
|
|
1492
|
+
border-radius: 0;
|
|
1465
1493
|
border: none;
|
|
1466
1494
|
}
|
|
1467
1495
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive > a:focus, :host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive > button:focus {
|
|
1468
|
-
outline: var(--IDS-
|
|
1469
|
-
outline-offset: -
|
|
1496
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
1497
|
+
outline-offset: -0.125rem !important;
|
|
1470
1498
|
}
|
|
1471
1499
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive > a:focus:after, :host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive > button:focus:after {
|
|
1472
1500
|
width: auto;
|
|
1473
|
-
right:
|
|
1501
|
+
right: 0;
|
|
1474
1502
|
}
|
|
1475
1503
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive > a:hover:after, :host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive > button:hover:after {
|
|
1476
1504
|
width: auto;
|
|
1477
|
-
right:
|
|
1505
|
+
right: 0;
|
|
1478
1506
|
}
|
|
1479
1507
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive > a:after, :host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive > button:after {
|
|
1480
1508
|
background: var(--IDS-COLOR-PRIMARY-40);
|
|
1481
|
-
bottom:
|
|
1509
|
+
bottom: 0;
|
|
1482
1510
|
content: "";
|
|
1483
1511
|
display: block;
|
|
1484
|
-
height:
|
|
1485
|
-
left:
|
|
1512
|
+
height: 0.313rem;
|
|
1513
|
+
left: 0;
|
|
1486
1514
|
right: 100%;
|
|
1487
1515
|
position: absolute;
|
|
1488
1516
|
transition: all 0.3s ease 0s;
|
|
1489
|
-
width:
|
|
1490
|
-
margin-left:
|
|
1491
|
-
margin-right:
|
|
1517
|
+
width: 0;
|
|
1518
|
+
margin-left: 0.625rem;
|
|
1519
|
+
margin-right: 0.625rem;
|
|
1492
1520
|
}
|
|
1493
1521
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive ::slotted(a):after {
|
|
1494
1522
|
background: var(--IDS-COLOR-PRIMARY-40);
|
|
1495
|
-
bottom:
|
|
1523
|
+
bottom: 0;
|
|
1496
1524
|
content: "";
|
|
1497
1525
|
display: block;
|
|
1498
|
-
height:
|
|
1499
|
-
left:
|
|
1526
|
+
height: 0.313rem;
|
|
1527
|
+
left: 0;
|
|
1500
1528
|
right: 100%;
|
|
1501
1529
|
position: absolute;
|
|
1502
1530
|
transition: all 0.3s ease 0s;
|
|
1503
|
-
width:
|
|
1504
|
-
margin-left:
|
|
1505
|
-
margin-right:
|
|
1531
|
+
width: 0;
|
|
1532
|
+
margin-left: 0.625rem;
|
|
1533
|
+
margin-right: 0.625rem;
|
|
1506
1534
|
}
|
|
1507
1535
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive ::slotted(a:focus) {
|
|
1508
|
-
outline: var(--IDS-
|
|
1509
|
-
outline-offset: -
|
|
1536
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
1537
|
+
outline-offset: -0.125rem !important;
|
|
1510
1538
|
}
|
|
1511
1539
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive.ids-header-1177__nav-item--active button:after, :host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive.ids-header-1177__nav-item--active ::slotted(a):after,
|
|
1512
1540
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive ::slotted(a:focus):after,
|
|
1513
1541
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive ::slotted(a:hover):after {
|
|
1514
1542
|
width: auto;
|
|
1515
|
-
right:
|
|
1543
|
+
right: 0;
|
|
1516
1544
|
}
|
|
1517
1545
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive .ids-header-1177__items__item-dropdown {
|
|
1518
|
-
background-color: var(--
|
|
1546
|
+
background-color: var(--IDS-COLOR-PRIMARY-90);
|
|
1519
1547
|
left: 0;
|
|
1520
|
-
min-height:
|
|
1521
|
-
padding:
|
|
1548
|
+
min-height: 10.813rem;
|
|
1549
|
+
padding: 2.5rem 0 3.125rem;
|
|
1522
1550
|
position: absolute;
|
|
1523
1551
|
width: 100%;
|
|
1524
1552
|
top: 100%;
|
|
1525
1553
|
z-index: -1;
|
|
1526
|
-
box-shadow:
|
|
1554
|
+
box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
|
|
1527
1555
|
}
|
|
1528
1556
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive .ids-header-1177__items__item-dropdown .ids-header-1177__items__item-dropdown__content {
|
|
1529
|
-
max-width: var(--
|
|
1557
|
+
max-width: var(--IDS__MAX-WIDTH);
|
|
1530
1558
|
display: grid;
|
|
1531
1559
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
1532
|
-
padding:
|
|
1560
|
+
padding: 0 0.625rem;
|
|
1533
1561
|
margin-left: auto;
|
|
1534
1562
|
margin-right: auto;
|
|
1535
1563
|
}
|
|
@@ -1540,12 +1568,12 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1540
1568
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive .ids-header-1177__items__item-dropdown .ids-header-1177__items__item-dropdown__content ::slotted([slot=col-2]),
|
|
1541
1569
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--unresponsive .ids-header-1177__items__item-dropdown .ids-header-1177__items__item-dropdown__content ::slotted([slot=col-3]) {
|
|
1542
1570
|
display: block;
|
|
1543
|
-
margin-bottom:
|
|
1544
|
-
margin-right:
|
|
1571
|
+
margin-bottom: 0.625rem;
|
|
1572
|
+
margin-right: 2.5rem;
|
|
1545
1573
|
font-size: 1rem;
|
|
1546
|
-
line-height:
|
|
1547
|
-
padding-bottom:
|
|
1548
|
-
border-bottom:
|
|
1574
|
+
line-height: 1.5rem;
|
|
1575
|
+
padding-bottom: 0.625rem;
|
|
1576
|
+
border-bottom: 0.063rem solid #dfa9b8;
|
|
1549
1577
|
}
|
|
1550
1578
|
:host .ids-header-1177__nav-item.ids-header-1177__nav-item--fluid .ids-header-1177__items__item-dropdown .ids-header-1177__items__item-dropdown__content {
|
|
1551
1579
|
max-width: 100% !important;
|
|
@@ -1572,20 +1600,20 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1572
1600
|
.ids-header-1177__nav-mobile__menu .ids-hamburger__lines {
|
|
1573
1601
|
display: block;
|
|
1574
1602
|
width: 1.3125rem;
|
|
1575
|
-
border-radius:
|
|
1603
|
+
border-radius: 0.125rem;
|
|
1576
1604
|
transition: 0.2s;
|
|
1577
|
-
background: var(--IDS-COLOR-PRIMARY-35);
|
|
1605
|
+
background-color: var(--IDS-COLOR-PRIMARY-35);
|
|
1578
1606
|
position: relative;
|
|
1579
|
-
height:
|
|
1607
|
+
height: 0.188rem;
|
|
1580
1608
|
width: 1.25rem;
|
|
1581
1609
|
}
|
|
1582
1610
|
.ids-header-1177__nav-mobile__menu .ids-hamburger__lines:before,
|
|
1583
1611
|
.ids-header-1177__nav-mobile__menu .ids-hamburger__lines:after {
|
|
1584
1612
|
display: inline-block;
|
|
1585
1613
|
width: 1.3125rem;
|
|
1586
|
-
border-radius:
|
|
1614
|
+
border-radius: 0.125rem;
|
|
1587
1615
|
transition: 0.2s;
|
|
1588
|
-
background: var(--IDS-COLOR-PRIMARY-35);
|
|
1616
|
+
background-color: var(--IDS-COLOR-PRIMARY-35);
|
|
1589
1617
|
position: absolute;
|
|
1590
1618
|
left: 0;
|
|
1591
1619
|
content: "";
|
|
@@ -1594,7 +1622,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1594
1622
|
}
|
|
1595
1623
|
.ids-header-1177__nav-mobile__menu .ids-hamburger__lines:before,
|
|
1596
1624
|
.ids-header-1177__nav-mobile__menu .ids-hamburger__lines:after {
|
|
1597
|
-
height:
|
|
1625
|
+
height: 0.188rem;
|
|
1598
1626
|
width: 1.25rem;
|
|
1599
1627
|
}
|
|
1600
1628
|
.ids-header-1177__nav-mobile__menu .ids-hamburger__lines:before,
|
|
@@ -1603,10 +1631,10 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1603
1631
|
transform-origin: 0.13393rem center;
|
|
1604
1632
|
}
|
|
1605
1633
|
.ids-header-1177__nav-mobile__menu .ids-hamburger__lines:before {
|
|
1606
|
-
top:
|
|
1634
|
+
top: 0.5rem;
|
|
1607
1635
|
}
|
|
1608
1636
|
.ids-header-1177__nav-mobile__menu .ids-hamburger__lines:after {
|
|
1609
|
-
top: -
|
|
1637
|
+
top: -0.5rem;
|
|
1610
1638
|
}
|
|
1611
1639
|
.ids-header-1177__nav-mobile__menu[aria-expanded=true] .ids-hamburger {
|
|
1612
1640
|
-webkit-transform: scale3d(0.8, 0.8, 0.8);
|
|
@@ -1621,7 +1649,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1621
1649
|
transform-origin: 50% 50%;
|
|
1622
1650
|
top: 0;
|
|
1623
1651
|
width: 2rem;
|
|
1624
|
-
left: -
|
|
1652
|
+
left: -0.313rem;
|
|
1625
1653
|
}
|
|
1626
1654
|
.ids-header-1177__nav-mobile__menu[aria-expanded=true] .ids-hamburger .ids-hamburger__lines:before {
|
|
1627
1655
|
-ms-transform: rotate(45deg);
|
|
@@ -1635,13 +1663,12 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1635
1663
|
}
|
|
1636
1664
|
|
|
1637
1665
|
.ids-header-1177__nav-mobile__menu-items {
|
|
1638
|
-
background-color:
|
|
1666
|
+
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
1639
1667
|
display: none;
|
|
1640
1668
|
position: absolute;
|
|
1641
|
-
left:
|
|
1642
|
-
right:
|
|
1669
|
+
left: 0;
|
|
1670
|
+
right: 0;
|
|
1643
1671
|
z-index: 10;
|
|
1644
|
-
box-shadow: var(--header-nav-mobile-menu-items_box-shadow);
|
|
1645
1672
|
top: 100%;
|
|
1646
1673
|
}
|
|
1647
1674
|
@media (max-width: 1024px) {
|
|
@@ -1652,21 +1679,21 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1652
1679
|
|
|
1653
1680
|
.ids-header-1177--unresponsive .ids-header-1177__nav-mobile__item {
|
|
1654
1681
|
display: none;
|
|
1655
|
-
gap:
|
|
1682
|
+
gap: 0.5rem;
|
|
1656
1683
|
align-items: center;
|
|
1657
1684
|
justify-content: center;
|
|
1658
1685
|
flex-grow: 1;
|
|
1659
1686
|
font-size: 0.875rem;
|
|
1660
|
-
height:
|
|
1687
|
+
height: 3rem;
|
|
1661
1688
|
position: relative;
|
|
1662
1689
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
1663
|
-
border-right:
|
|
1690
|
+
border-right: 0.063rem solid rgba(160, 11, 54, 0.2);
|
|
1664
1691
|
}
|
|
1665
1692
|
.ids-header-1177--unresponsive .ids-header-1177__nav-mobile__item a,
|
|
1666
1693
|
.ids-header-1177--unresponsive .ids-header-1177__nav-mobile__item button {
|
|
1667
1694
|
display: flex;
|
|
1668
1695
|
width: 100%;
|
|
1669
|
-
gap:
|
|
1696
|
+
gap: 0.5rem;
|
|
1670
1697
|
text-decoration: none;
|
|
1671
1698
|
background: none;
|
|
1672
1699
|
color: inherit;
|
|
@@ -1684,32 +1711,32 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1684
1711
|
border-right: none;
|
|
1685
1712
|
}
|
|
1686
1713
|
.ids-header-1177--unresponsive .ids-header-1177__nav-mobile__item:focus-within {
|
|
1687
|
-
outline: var(--IDS-
|
|
1688
|
-
outline-offset: -
|
|
1714
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
1715
|
+
outline-offset: -0.125rem !important;
|
|
1689
1716
|
}
|
|
1690
1717
|
.ids-header-1177--unresponsive .ids-header-1177__nav-mobile__item ::slotted(a) {
|
|
1691
1718
|
position: absolute;
|
|
1692
|
-
inset:
|
|
1719
|
+
inset: 0;
|
|
1693
1720
|
opacity: 0;
|
|
1694
1721
|
}
|
|
1695
1722
|
|
|
1696
1723
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-mobile__item {
|
|
1697
1724
|
display: none;
|
|
1698
|
-
gap:
|
|
1725
|
+
gap: 0.5rem;
|
|
1699
1726
|
align-items: center;
|
|
1700
1727
|
justify-content: center;
|
|
1701
1728
|
flex-grow: 1;
|
|
1702
1729
|
font-size: 0.875rem;
|
|
1703
|
-
height:
|
|
1730
|
+
height: 3rem;
|
|
1704
1731
|
position: relative;
|
|
1705
1732
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
1706
|
-
border-right:
|
|
1733
|
+
border-right: 0.063rem solid rgba(160, 11, 54, 0.2);
|
|
1707
1734
|
}
|
|
1708
1735
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-mobile__item a,
|
|
1709
1736
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-mobile__item button {
|
|
1710
1737
|
display: flex;
|
|
1711
1738
|
width: 100%;
|
|
1712
|
-
gap:
|
|
1739
|
+
gap: 0.5rem;
|
|
1713
1740
|
text-decoration: none;
|
|
1714
1741
|
background: none;
|
|
1715
1742
|
color: inherit;
|
|
@@ -1727,8 +1754,8 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1727
1754
|
border-right: none;
|
|
1728
1755
|
}
|
|
1729
1756
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-mobile__item:focus-within {
|
|
1730
|
-
outline: var(--IDS-
|
|
1731
|
-
outline-offset: -
|
|
1757
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
1758
|
+
outline-offset: -0.125rem !important;
|
|
1732
1759
|
}
|
|
1733
1760
|
@media (max-width: 1024px) {
|
|
1734
1761
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-mobile__item {
|
|
@@ -1737,27 +1764,27 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1737
1764
|
}
|
|
1738
1765
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__nav-mobile__item ::slotted(a) {
|
|
1739
1766
|
position: absolute;
|
|
1740
|
-
inset:
|
|
1767
|
+
inset: 0;
|
|
1741
1768
|
opacity: 0;
|
|
1742
1769
|
}
|
|
1743
1770
|
|
|
1744
1771
|
:host .ids-header-1177__nav-mobile__item:not(.ids-header-1177__nav-mobile__item--unresponsive) {
|
|
1745
1772
|
display: none;
|
|
1746
|
-
gap:
|
|
1773
|
+
gap: 0.5rem;
|
|
1747
1774
|
align-items: center;
|
|
1748
1775
|
justify-content: center;
|
|
1749
1776
|
flex-grow: 1;
|
|
1750
1777
|
font-size: 0.875rem;
|
|
1751
|
-
height:
|
|
1778
|
+
height: 3rem;
|
|
1752
1779
|
position: relative;
|
|
1753
1780
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
1754
|
-
border-right:
|
|
1781
|
+
border-right: 0.063rem solid rgba(160, 11, 54, 0.2);
|
|
1755
1782
|
}
|
|
1756
1783
|
:host .ids-header-1177__nav-mobile__item:not(.ids-header-1177__nav-mobile__item--unresponsive) a,
|
|
1757
1784
|
:host .ids-header-1177__nav-mobile__item:not(.ids-header-1177__nav-mobile__item--unresponsive) button {
|
|
1758
1785
|
display: flex;
|
|
1759
1786
|
width: 100%;
|
|
1760
|
-
gap:
|
|
1787
|
+
gap: 0.5rem;
|
|
1761
1788
|
text-decoration: none;
|
|
1762
1789
|
background: none;
|
|
1763
1790
|
color: inherit;
|
|
@@ -1775,8 +1802,8 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1775
1802
|
border-right: none;
|
|
1776
1803
|
}
|
|
1777
1804
|
:host .ids-header-1177__nav-mobile__item:not(.ids-header-1177__nav-mobile__item--unresponsive):focus-within {
|
|
1778
|
-
outline: var(--IDS-
|
|
1779
|
-
outline-offset: -
|
|
1805
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
1806
|
+
outline-offset: -0.125rem !important;
|
|
1780
1807
|
}
|
|
1781
1808
|
@media (max-width: 1024px) {
|
|
1782
1809
|
:host .ids-header-1177__nav-mobile__item:not(.ids-header-1177__nav-mobile__item--unresponsive) {
|
|
@@ -1785,26 +1812,26 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1785
1812
|
}
|
|
1786
1813
|
:host .ids-header-1177__nav-mobile__item:not(.ids-header-1177__nav-mobile__item--unresponsive) ::slotted(a) {
|
|
1787
1814
|
position: absolute;
|
|
1788
|
-
inset:
|
|
1815
|
+
inset: 0;
|
|
1789
1816
|
opacity: 0;
|
|
1790
1817
|
}
|
|
1791
1818
|
:host .ids-header-1177__nav-mobile__item.ids-header-1177__nav-mobile__item--unresponsive {
|
|
1792
1819
|
display: none;
|
|
1793
|
-
gap:
|
|
1820
|
+
gap: 0.5rem;
|
|
1794
1821
|
align-items: center;
|
|
1795
1822
|
justify-content: center;
|
|
1796
1823
|
flex-grow: 1;
|
|
1797
1824
|
font-size: 0.875rem;
|
|
1798
|
-
height:
|
|
1825
|
+
height: 3rem;
|
|
1799
1826
|
position: relative;
|
|
1800
1827
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
1801
|
-
border-right:
|
|
1828
|
+
border-right: 0.063rem solid rgba(160, 11, 54, 0.2);
|
|
1802
1829
|
}
|
|
1803
1830
|
:host .ids-header-1177__nav-mobile__item.ids-header-1177__nav-mobile__item--unresponsive a,
|
|
1804
1831
|
:host .ids-header-1177__nav-mobile__item.ids-header-1177__nav-mobile__item--unresponsive button {
|
|
1805
1832
|
display: flex;
|
|
1806
1833
|
width: 100%;
|
|
1807
|
-
gap:
|
|
1834
|
+
gap: 0.5rem;
|
|
1808
1835
|
text-decoration: none;
|
|
1809
1836
|
background: none;
|
|
1810
1837
|
color: inherit;
|
|
@@ -1822,11 +1849,11 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1822
1849
|
border-right: none;
|
|
1823
1850
|
}
|
|
1824
1851
|
:host .ids-header-1177__nav-mobile__item.ids-header-1177__nav-mobile__item--unresponsive:focus-within {
|
|
1825
|
-
outline: var(--IDS-
|
|
1826
|
-
outline-offset: -
|
|
1852
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
1853
|
+
outline-offset: -0.125rem !important;
|
|
1827
1854
|
}
|
|
1828
1855
|
:host .ids-header-1177__nav-mobile__item.ids-header-1177__nav-mobile__item--unresponsive ::slotted(a) {
|
|
1829
1856
|
position: absolute;
|
|
1830
|
-
inset:
|
|
1857
|
+
inset: 0;
|
|
1831
1858
|
opacity: 0;
|
|
1832
1859
|
}
|