@inera/ids-design 5.4.0 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/alert/alert-lit.js +7 -0
- package/{dist/components → components}/alert/alert.css +67 -70
- package/components/badge/badge-lit.js +7 -0
- package/{dist/components → components}/badge/badge.css +1 -1
- package/components/box-link/box-link-lit.js +7 -0
- package/components/box-link/box-link.css +75 -0
- package/components/data-table/data-table-lit.js +7 -0
- package/{dist/components → components}/data-table/data-table.css +28 -23
- package/{dist/components → components}/dialog/dialog-lit.js +1 -1
- package/{dist/components → components}/dialog/dialog.css +1 -0
- package/components/dropdown/dropdown-lit.js +9 -0
- package/{dist/components → components}/dropdown/dropdown.css +7 -2
- package/components/footer/footer-lit.js +7 -0
- package/{dist/components → components}/footer/footer.css +0 -18
- package/components/footer-1177/footer-1177-lit.js +7 -0
- package/{dist/components → components}/footer-1177/footer-1177.css +3 -20
- package/components/footer-1177-admin/footer-1177-admin-lit.js +7 -0
- package/{dist/components → components}/footer-1177-admin/footer-1177-admin.css +0 -18
- package/components/footer-inera/footer-inera-lit.js +7 -0
- package/{dist/components → components}/footer-inera/footer-inera.css +3 -20
- package/components/footer-inera-admin/footer-inera-admin-lit.js +7 -0
- package/{dist/components → components}/footer-inera-admin/footer-inera-admin.css +5 -22
- package/components/grid/column/column-lit.js +7 -0
- package/components/grid/column/column.css +431 -0
- package/components/grid/container/container-lit.js +7 -0
- package/{src/layout/container.scss → components/grid/container/container.css} +20 -15
- package/components/grid/row/row-lit.js +7 -0
- package/components/grid/row/row.css +57 -0
- package/{dist/components → components}/header-1177/composite-header-1177.css +165 -126
- package/components/header-1177/header-1177-avatar-lit.js +7 -0
- package/{dist/components → components}/header-1177/header-1177-avatar.css +40 -42
- package/components/header-1177/header-1177-lit.js +7 -0
- package/components/header-1177/header-1177-nav-item-mobile-lit.js +7 -0
- package/{dist/components → components}/header-1177/header-1177-nav-item-mobile.css +5 -9
- package/components/header-1177/header-1177-nav-lit.js +7 -0
- package/{dist/components → components}/header-1177/header-1177-nav.css +4 -0
- package/{dist/components → components}/header-1177/header-1177.css +116 -75
- package/components/header-1177-admin/header-1177-admin-avatar-lit.js +7 -0
- package/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +7 -0
- package/{dist/components → components}/header-1177-admin/header-1177-admin-avatar-mobile.css +4 -0
- package/{dist/components → components}/header-1177-admin/header-1177-admin-avatar.css +64 -28
- package/components/header-1177-admin/header-1177-admin-lit.js +7 -0
- package/{dist/components → components}/header-1177-admin/header-1177-admin.css +59 -58
- package/components/header-1177-pro/header-1177-pro-avatar-lit.js +7 -0
- package/{dist/components → components}/header-1177-pro/header-1177-pro-avatar.css +57 -21
- package/components/header-1177-pro/header-1177-pro-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +7 -0
- package/{dist/components → components}/header-1177-pro/header-1177-pro-nav-menu-mobile.css +16 -12
- package/components/header-1177-pro/header-1177-pro-region-picker-lit.js +7 -0
- package/components/header-1177-pro/header-1177-pro-region-picker.css +504 -0
- package/{dist/components → components}/header-1177-pro/header-1177-pro.css +33 -63
- package/components/header-inera/header-inera-nav-mobile-lit.js +7 -0
- package/{dist/components → components}/header-inera/header-inera-nav-mobile.css +7 -10
- package/{dist/components → components}/header-inera-admin/composite-header-inera-admin.css +7 -16
- package/components/header-inera-admin/header-inera-admin-avatar-lit.js +7 -0
- package/{dist/components → components}/header-inera-admin/header-inera-admin-avatar.css +0 -6
- package/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +7 -0
- package/{dist/components → components}/header-inera-admin/header-inera-admin-nav-mobile.css +7 -10
- package/{dist/components → components}/notification-badge/notification-badge-lit.js +1 -1
- package/{dist/components → components}/notification-badge/notification-badge.css +1 -0
- package/components/pagination/data-pagination/data-pagination-lit.js +7 -0
- package/{dist/components → components}/pagination/data-pagination/data-pagination.css +1 -1
- package/{dist/components → components}/popover/popover-content-lit.js +1 -1
- package/{dist/components → components}/popover/popover-content.css +6 -1
- package/components/progressbar/progressbar-lit.js +7 -0
- package/{dist/components → components}/progressbar/progressbar.css +2 -3
- package/components/side-menu/side-menu-lit.js +7 -0
- package/{dist/components → components}/side-menu/side-menu.css +109 -37
- package/components/side-panel/side-panel-lit.js +7 -0
- package/{dist/components → components}/side-panel/side-panel.css +7 -9
- package/components/tabs/tab-lit.js +7 -0
- package/{dist/components → components}/tabs/tab.css +14 -8
- package/{dist/components → components}/tabs/tabs-lit.js +1 -1
- package/components/tabs/tabs.css +68 -0
- package/components/tag/tag-lit.d.ts +2 -0
- package/components/tooltip/tooltip-lit.d.ts +2 -0
- package/{dist/global → global}/global.css +136 -11
- package/package.json +9 -26
- package/{dist/themes → themes}/1177/1177.css +158 -20
- package/{dist/themes → themes}/1177-pro/1177-pro.css +158 -20
- package/{dist/themes → themes}/inera/inera.css +157 -19
- package/{dist/themes → themes}/inera-admin/inera-admin.css +157 -19
- package/dist/components/alert/alert-lit.js +0 -7
- package/dist/components/badge/badge-lit.js +0 -7
- package/dist/components/data-table/data-table-lit.js +0 -7
- package/dist/components/dropdown/dropdown-lit.js +0 -9
- package/dist/components/footer/footer-lit.js +0 -7
- package/dist/components/footer-1177/footer-1177-lit.js +0 -7
- package/dist/components/footer-1177-admin/footer-1177-admin-lit.js +0 -7
- package/dist/components/footer-inera/footer-inera-lit.js +0 -7
- package/dist/components/footer-inera-admin/footer-inera-admin-lit.js +0 -7
- package/dist/components/grid/column/column-lit.js +0 -7
- package/dist/components/grid/column/column.css +0 -436
- package/dist/components/header-1177/header-1177-avatar-lit.js +0 -7
- package/dist/components/header-1177/header-1177-lit.js +0 -7
- package/dist/components/header-1177/header-1177-nav-item-mobile-lit.js +0 -7
- package/dist/components/header-1177/header-1177-nav-lit.js +0 -7
- package/dist/components/header-1177-admin/header-1177-admin-avatar-lit.js +0 -7
- package/dist/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +0 -7
- package/dist/components/header-1177-admin/header-1177-admin-lit.js +0 -7
- package/dist/components/header-1177-pro/header-1177-pro-avatar-lit.js +0 -7
- package/dist/components/header-1177-pro/header-1177-pro-lit.js +0 -7
- package/dist/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +0 -7
- package/dist/components/header-1177-pro/header-1177-pro-region-picker-lit.js +0 -7
- package/dist/components/header-1177-pro/header-1177-pro-region-picker.css +0 -214
- package/dist/components/header-inera/header-inera-nav-mobile-lit.js +0 -7
- package/dist/components/header-inera-admin/header-inera-admin-avatar-lit.js +0 -7
- package/dist/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +0 -7
- package/dist/components/pagination/data-pagination/data-pagination-lit.js +0 -7
- package/dist/components/progressbar/progressbar-lit.js +0 -7
- package/dist/components/side-menu/side-menu-lit.js +0 -7
- package/dist/components/side-panel/side-panel-lit.js +0 -7
- package/dist/components/tabs/tab-lit.js +0 -7
- package/dist/components/tabs/tabs.css +0 -30
- package/dist/license.md +0 -7
- package/dist/package.json +0 -9
- package/global.d.ts +0 -4
- package/rollup/styleObjects.js +0 -131
- package/rollup.config.js +0 -84
- package/src/components/alert/alert-lit.ts +0 -4
- package/src/components/alert/alert.scss +0 -200
- package/src/components/alert-global/alert-global-lit.ts +0 -4
- package/src/components/alert-global/alert-global.scss +0 -128
- package/src/components/badge/badge-lit.ts +0 -4
- package/src/components/badge/badge.scss +0 -55
- package/src/components/breadcrumbs/breadcrumbs-lit.ts +0 -4
- package/src/components/breadcrumbs/breadcrumbs.scss +0 -112
- package/src/components/button-group/button-group-lit.ts +0 -4
- package/src/components/button-group/button-group.scss +0 -29
- package/src/components/card/card-lit.ts +0 -4
- package/src/components/card/card.scss +0 -108
- package/src/components/carousel/carousel-item-lit.ts +0 -4
- package/src/components/carousel/carousel-item.scss +0 -67
- package/src/components/carousel/carousel-lit.ts +0 -4
- package/src/components/carousel/carousel.scss +0 -148
- package/src/components/data-table/data-table-lit.ts +0 -4
- package/src/components/data-table/data-table.scss +0 -169
- package/src/components/date-label/date-label-lit.ts +0 -4
- package/src/components/date-label/date-label.scss +0 -61
- package/src/components/dialog/dialog-lit.ts +0 -4
- package/src/components/dialog/dialog.scss +0 -117
- package/src/components/dropdown/dropdown-lit.ts +0 -6
- package/src/components/dropdown/dropdown.scss +0 -79
- package/src/components/expandable/expandable-lit.ts +0 -4
- package/src/components/expandable/expandable.scss +0 -121
- package/src/components/footer/footer-lit.ts +0 -4
- package/src/components/footer/footer.scss +0 -393
- package/src/components/footer-1177/footer-1177-lit.ts +0 -4
- package/src/components/footer-1177/footer-1177.scss +0 -256
- package/src/components/footer-1177-admin/footer-1177-admin-lit.ts +0 -4
- package/src/components/footer-1177-admin/footer-1177-admin.scss +0 -247
- package/src/components/footer-1177-pro/footer-1177-pro-lit.ts +0 -4
- package/src/components/footer-1177-pro/footer-1177-pro.scss +0 -117
- package/src/components/footer-inera/footer-inera-lit.ts +0 -4
- package/src/components/footer-inera/footer-inera.scss +0 -271
- package/src/components/footer-inera-admin/footer-inera-admin-lit.ts +0 -4
- package/src/components/footer-inera-admin/footer-inera-admin.scss +0 -308
- package/src/components/form/error-message/error-message-lit.ts +0 -4
- package/src/components/form/error-message/error-message.scss +0 -45
- package/src/components/form/group/group-lit.ts +0 -4
- package/src/components/form/group/group.scss +0 -23
- package/src/components/form/range/range-lit.ts +0 -4
- package/src/components/form/range/range.scss +0 -34
- package/src/components/form/select-multiple/select-multiple-lit.ts +0 -4
- package/src/components/form/select-multiple/select-multiple.scss +0 -58
- package/src/components/form/spinner/spinner-lit.ts +0 -4
- package/src/components/form/spinner/spinner.scss +0 -66
- package/src/components/form/textarea/textarea-lit.ts +0 -4
- package/src/components/form/textarea/textarea.scss +0 -0
- package/src/components/grid/column/_column-partials.scss +0 -62
- package/src/components/grid/column/column-lit.ts +0 -4
- package/src/components/grid/column/column.scss +0 -380
- package/src/components/header-1177/composite-header-1177.scss +0 -6
- package/src/components/header-1177/header-1177-avatar-lit.ts +0 -4
- package/src/components/header-1177/header-1177-avatar.scss +0 -113
- package/src/components/header-1177/header-1177-item-lit.ts +0 -4
- package/src/components/header-1177/header-1177-item.scss +0 -72
- package/src/components/header-1177/header-1177-lit.ts +0 -4
- package/src/components/header-1177/header-1177-nav-item-lit.ts +0 -4
- package/src/components/header-1177/header-1177-nav-item-mobile-lit.ts +0 -4
- package/src/components/header-1177/header-1177-nav-item-mobile.scss +0 -84
- package/src/components/header-1177/header-1177-nav-item.scss +0 -158
- package/src/components/header-1177/header-1177-nav-lit.ts +0 -4
- package/src/components/header-1177/header-1177-nav.scss +0 -57
- package/src/components/header-1177/header-1177.scss +0 -364
- package/src/components/header-1177-admin/composite-header-1177-admin.scss +0 -6
- package/src/components/header-1177-admin/header-1177-admin-avatar-lit.ts +0 -4
- package/src/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.ts +0 -4
- package/src/components/header-1177-admin/header-1177-admin-avatar-mobile.scss +0 -91
- package/src/components/header-1177-admin/header-1177-admin-avatar.scss +0 -107
- package/src/components/header-1177-admin/header-1177-admin-item-lit.ts +0 -4
- package/src/components/header-1177-admin/header-1177-admin-item.scss +0 -74
- package/src/components/header-1177-admin/header-1177-admin-lit.ts +0 -4
- package/src/components/header-1177-admin/header-1177-admin-nav-item-lit.ts +0 -4
- package/src/components/header-1177-admin/header-1177-admin-nav-item.scss +0 -168
- package/src/components/header-1177-admin/header-1177-admin-nav-lit.ts +0 -4
- package/src/components/header-1177-admin/header-1177-admin-nav-menu-lit.ts +0 -4
- package/src/components/header-1177-admin/header-1177-admin-nav.scss +0 -54
- package/src/components/header-1177-admin/header-1177-admin.scss +0 -201
- package/src/components/header-1177-pro/composite-header-1177-pro.scss +0 -8
- package/src/components/header-1177-pro/header-1177-pro-avatar-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-avatar-mobile.scss +0 -92
- package/src/components/header-1177-pro/header-1177-pro-avatar.scss +0 -113
- package/src/components/header-1177-pro/header-1177-pro-item-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-item.scss +0 -73
- package/src/components/header-1177-pro/header-1177-pro-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-nav-item-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-nav-item.scss +0 -149
- package/src/components/header-1177-pro/header-1177-pro-nav-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-nav-menu-mobile.scss +0 -89
- package/src/components/header-1177-pro/header-1177-pro-nav.scss +0 -59
- package/src/components/header-1177-pro/header-1177-pro-region-picker-lit.ts +0 -4
- package/src/components/header-1177-pro/header-1177-pro-region-picker.scss +0 -81
- package/src/components/header-1177-pro/header-1177-pro.scss +0 -175
- package/src/components/header-inera/composite-header-inera.scss +0 -5
- package/src/components/header-inera/header-inera-item-lit.ts +0 -4
- package/src/components/header-inera/header-inera-item.scss +0 -87
- package/src/components/header-inera/header-inera-lit.ts +0 -4
- package/src/components/header-inera/header-inera-nav-item-lit.ts +0 -4
- package/src/components/header-inera/header-inera-nav-item.scss +0 -181
- package/src/components/header-inera/header-inera-nav-lit.ts +0 -4
- package/src/components/header-inera/header-inera-nav-mobile-lit.ts +0 -4
- package/src/components/header-inera/header-inera-nav-mobile.scss +0 -33
- package/src/components/header-inera/header-inera-nav.scss +0 -36
- package/src/components/header-inera/header-inera.scss +0 -68
- package/src/components/header-inera-admin/composite-header-inera-admin.scss +0 -7
- package/src/components/header-inera-admin/header-inera-admin-avatar-lit.ts +0 -4
- package/src/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.ts +0 -4
- package/src/components/header-inera-admin/header-inera-admin-avatar-mobile.scss +0 -59
- package/src/components/header-inera-admin/header-inera-admin-avatar.scss +0 -139
- package/src/components/header-inera-admin/header-inera-admin-item-lit.ts +0 -4
- package/src/components/header-inera-admin/header-inera-admin-item.scss +0 -85
- package/src/components/header-inera-admin/header-inera-admin-lit.ts +0 -4
- package/src/components/header-inera-admin/header-inera-admin-nav-item-lit.ts +0 -4
- package/src/components/header-inera-admin/header-inera-admin-nav-item.scss +0 -186
- package/src/components/header-inera-admin/header-inera-admin-nav-lit.ts +0 -4
- package/src/components/header-inera-admin/header-inera-admin-nav-mobile-lit.ts +0 -4
- package/src/components/header-inera-admin/header-inera-admin-nav-mobile.scss +0 -33
- package/src/components/header-inera-admin/header-inera-admin-nav.scss +0 -36
- package/src/components/header-inera-admin/header-inera-admin.scss +0 -118
- package/src/components/list/list-lit.ts +0 -4
- package/src/components/list/list.scss +0 -148
- package/src/components/mobile-menu/mobile-menu-lit.ts +0 -4
- package/src/components/mobile-menu/mobile-menu.scss +0 -458
- package/src/components/navigation/content/navigation-content-lit.ts +0 -4
- package/src/components/navigation/content/navigation-content.scss +0 -69
- package/src/components/navigation/local/navigation-local-lit.ts +0 -4
- package/src/components/navigation/local/navigation-local.scss +0 -62
- package/src/components/notification-badge/notification-badge-lit.ts +0 -4
- package/src/components/notification-badge/notification-badge.scss +0 -22
- package/src/components/pagination/data-pagination/data-pagination-lit.ts +0 -4
- package/src/components/pagination/data-pagination/data-pagination.scss +0 -143
- package/src/components/pagination/list-pagination/list-pagination-lit.ts +0 -6
- package/src/components/pagination/list-pagination/list-pagination.scss +0 -165
- package/src/components/popover/popover-content-lit.ts +0 -4
- package/src/components/popover/popover-content.scss +0 -282
- package/src/components/popover/popover-lit.ts +0 -4
- package/src/components/popover/popover.scss +0 -9
- package/src/components/progressbar/progressbar-lit.ts +0 -4
- package/src/components/progressbar/progressbar.scss +0 -39
- package/src/components/side-menu/side-menu-lit.ts +0 -4
- package/src/components/side-menu/side-menu.scss +0 -179
- package/src/components/side-panel/side-panel-lit.ts +0 -4
- package/src/components/side-panel/side-panel.scss +0 -330
- package/src/components/stepper/stepper-lit.ts +0 -4
- package/src/components/stepper/stepper.scss +0 -171
- package/src/components/table/table.scss +0 -34
- package/src/components/tabs/tab-lit.ts +0 -4
- package/src/components/tabs/tab-panel-lit.ts +0 -4
- package/src/components/tabs/tab-panel.scss +0 -20
- package/src/components/tabs/tab.scss +0 -85
- package/src/components/tabs/tabs-lit.ts +0 -5
- package/src/components/tabs/tabs.scss +0 -33
- package/src/components/tag/tag-lit.ts +0 -4
- package/src/components/tag/tag.scss +0 -58
- package/src/components/tooltip/tooltip-lit.ts +0 -4
- package/src/components/tooltip/tooltip.scss +0 -68
- package/src/global/_partials.scss +0 -408
- package/src/global/components/link.scss +0 -134
- package/src/global/form/button.scss +0 -261
- package/src/global/form/checkbox.scss +0 -100
- package/src/global/form/input.scss +0 -77
- package/src/global/form/radio.scss +0 -108
- package/src/global/form/range.scss +0 -69
- package/src/global/form/select.scss +0 -23
- package/src/global/form/textarea.scss +0 -41
- package/src/global/form/time.scss +0 -44
- package/src/global/form/toggle.scss +0 -119
- package/src/global/global.scss +0 -52
- package/src/global/icons/close.scss +0 -25
- package/src/global/typography/_typography-partials.scss +0 -240
- package/src/global/typography/description-list.scss +0 -89
- package/src/global/typography/typography.scss +0 -100
- package/src/global/util/util.scss +0 -2632
- package/src/layout/breakpoints.scss +0 -13
- package/src/layout/grid.scss +0 -393
- package/src/layout/row.scss +0 -48
- package/src/themes/1177/1177-tokens.css +0 -32
- package/src/themes/1177/1177-typography.scss +0 -94
- package/src/themes/1177/1177.scss +0 -670
- package/src/themes/1177-pro/1177-pro-tokens.css +0 -1
- package/src/themes/1177-pro/1177-pro-typography.scss +0 -10
- package/src/themes/1177-pro/1177-pro.scss +0 -162
- package/src/themes/inera/inera-tokens.css +0 -53
- package/src/themes/inera/inera-typography.scss +0 -95
- package/src/themes/inera/inera.scss +0 -656
- package/src/themes/inera-admin/inera-admin-tokens.css +0 -1
- package/src/themes/inera-admin/inera-admin.scss +0 -96
- package/src/themes/reset.scss +0 -61
- package/tailwind/util-tailwind.scss +0 -2320
- package/tailwind.config.js +0 -32
- package/tsconfig.json +0 -10
- /package/{dist/components → components}/alert/alert-lit.d.ts +0 -0
- /package/{dist/components → components}/alert-global/alert-global-lit.d.ts +0 -0
- /package/{dist/components → components}/alert-global/alert-global-lit.js +0 -0
- /package/{dist/components → components}/alert-global/alert-global.css +0 -0
- /package/{dist/components → components}/badge/badge-lit.d.ts +0 -0
- /package/{css.d.ts → components/box-link/box-link-lit.d.ts} +0 -0
- /package/{dist/components → components}/breadcrumbs/breadcrumbs-lit.d.ts +0 -0
- /package/{dist/components → components}/breadcrumbs/breadcrumbs-lit.js +0 -0
- /package/{dist/components → components}/breadcrumbs/breadcrumbs.css +0 -0
- /package/{dist/components → components}/button-group/button-group-lit.d.ts +0 -0
- /package/{dist/components → components}/button-group/button-group-lit.js +0 -0
- /package/{dist/components → components}/button-group/button-group.css +0 -0
- /package/{dist/components → components}/card/card-lit.d.ts +0 -0
- /package/{dist/components → components}/card/card-lit.js +0 -0
- /package/{dist/components → components}/card/card.css +0 -0
- /package/{dist/components → components}/carousel/carousel-item-lit.d.ts +0 -0
- /package/{dist/components → components}/carousel/carousel-item-lit.js +0 -0
- /package/{dist/components → components}/carousel/carousel-item.css +0 -0
- /package/{dist/components → components}/carousel/carousel-lit.d.ts +0 -0
- /package/{dist/components → components}/carousel/carousel-lit.js +0 -0
- /package/{dist/components → components}/carousel/carousel.css +0 -0
- /package/{dist/components → components}/data-table/data-table-lit.d.ts +0 -0
- /package/{dist/components → components}/date-label/date-label-lit.d.ts +0 -0
- /package/{dist/components → components}/date-label/date-label-lit.js +0 -0
- /package/{dist/components → components}/date-label/date-label.css +0 -0
- /package/{dist/components → components}/dialog/dialog-lit.d.ts +0 -0
- /package/{dist/components → components}/dropdown/dropdown-lit.d.ts +0 -0
- /package/{dist/components → components}/expandable/expandable-lit.d.ts +0 -0
- /package/{dist/components → components}/expandable/expandable-lit.js +0 -0
- /package/{dist/components → components}/expandable/expandable.css +0 -0
- /package/{dist/components → components}/footer/footer-lit.d.ts +0 -0
- /package/{dist/components → components}/footer-1177/footer-1177-lit.d.ts +0 -0
- /package/{dist/components → components}/footer-1177-admin/footer-1177-admin-lit.d.ts +0 -0
- /package/{dist/components → components}/footer-1177-pro/footer-1177-pro-lit.d.ts +0 -0
- /package/{dist/components → components}/footer-1177-pro/footer-1177-pro-lit.js +0 -0
- /package/{dist/components → components}/footer-1177-pro/footer-1177-pro.css +0 -0
- /package/{dist/components → components}/footer-inera/footer-inera-lit.d.ts +0 -0
- /package/{dist/components → components}/footer-inera-admin/footer-inera-admin-lit.d.ts +0 -0
- /package/{dist/components → components}/form/error-message/error-message-lit.d.ts +0 -0
- /package/{dist/components → components}/form/error-message/error-message-lit.js +0 -0
- /package/{dist/components → components}/form/error-message/error-message.css +0 -0
- /package/{dist/components → components}/form/group/group-lit.d.ts +0 -0
- /package/{dist/components → components}/form/group/group-lit.js +0 -0
- /package/{dist/components → components}/form/group/group.css +0 -0
- /package/{dist/components → components}/form/range/range-lit.d.ts +0 -0
- /package/{dist/components → components}/form/range/range-lit.js +0 -0
- /package/{dist/components → components}/form/range/range.css +0 -0
- /package/{dist/components → components}/form/select-multiple/select-multiple-lit.d.ts +0 -0
- /package/{dist/components → components}/form/select-multiple/select-multiple-lit.js +0 -0
- /package/{dist/components → components}/form/select-multiple/select-multiple.css +0 -0
- /package/{dist/components → components}/form/spinner/spinner-lit.d.ts +0 -0
- /package/{dist/components → components}/form/spinner/spinner-lit.js +0 -0
- /package/{dist/components → components}/form/spinner/spinner.css +0 -0
- /package/{dist/components → components}/form/textarea/textarea-lit.d.ts +0 -0
- /package/{dist/components → components}/form/textarea/textarea-lit.js +0 -0
- /package/{dist/components → components}/form/textarea/textarea.css +0 -0
- /package/{dist/components → components}/grid/column/_column-partials.css +0 -0
- /package/{dist/components → components}/grid/column/column-lit.d.ts +0 -0
- /package/{dist/components/header-1177-admin/header-1177-admin-avatar-lit.d.ts → components/grid/container/container-lit.d.ts} +0 -0
- /package/{dist/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.d.ts → components/grid/row/row-lit.d.ts} +0 -0
- /package/{dist/components/header-1177/header-1177-lit.d.ts → components/header-1177/header-1177-avatar-lit.d.ts} +0 -0
- /package/{dist/components/header-1177/header-1177-nav-item-lit.d.ts → components/header-1177/header-1177-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177/header-1177-item-lit.js +0 -0
- /package/{dist/components → components}/header-1177/header-1177-item.css +0 -0
- /package/{dist/components/header-1177/header-1177-nav-item-mobile-lit.d.ts → components/header-1177/header-1177-lit.d.ts} +0 -0
- /package/{dist/components/header-1177/header-1177-nav-lit.d.ts → components/header-1177/header-1177-nav-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177/header-1177-nav-item-lit.js +0 -0
- /package/{dist/components/header-inera-admin/header-inera-admin-avatar-lit.d.ts → components/header-1177/header-1177-nav-item-mobile-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177/header-1177-nav-item.css +0 -0
- /package/{dist/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.d.ts → components/header-1177/header-1177-nav-lit.d.ts} +0 -0
- /package/{dist/components/header-1177-admin/header-1177-admin-item-lit.d.ts → components/header-1177-admin/header-1177-admin-avatar-lit.d.ts} +0 -0
- /package/{dist/components/header-1177-admin/header-1177-admin-lit.d.ts → components/header-1177-admin/header-1177-admin-avatar-mobile-lit.d.ts} +0 -0
- /package/{dist/components/header-1177-admin/header-1177-admin-nav-item-lit.d.ts → components/header-1177-admin/header-1177-admin-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-admin/header-1177-admin-item-lit.js +0 -0
- /package/{dist/components → components}/header-1177-admin/header-1177-admin-item.css +0 -0
- /package/{dist/components/header-1177-admin/header-1177-admin-nav-lit.d.ts → components/header-1177-admin/header-1177-admin-lit.d.ts} +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-avatar-lit.d.ts → components/header-1177-admin/header-1177-admin-nav-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-admin/header-1177-admin-nav-item-lit.js +0 -0
- /package/{dist/components → components}/header-1177-admin/header-1177-admin-nav-item.css +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.d.ts → components/header-1177-admin/header-1177-admin-nav-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-admin/header-1177-admin-nav-lit.js +0 -0
- /package/{dist/components → components}/header-1177-admin/header-1177-admin-nav.css +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-item-lit.d.ts → components/header-1177-pro/header-1177-pro-avatar-lit.d.ts} +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-lit.d.ts → components/header-1177-pro/header-1177-pro-avatar-mobile-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-avatar-mobile-lit.js +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-avatar-mobile.css +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-nav-item-lit.d.ts → components/header-1177-pro/header-1177-pro-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-item-lit.js +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-item.css +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-nav-lit.d.ts → components/header-1177-pro/header-1177-pro-lit.d.ts} +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.d.ts → components/header-1177-pro/header-1177-pro-nav-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-nav-item-lit.js +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-nav-item.css +0 -0
- /package/{dist/components/header-1177-pro/header-1177-pro-region-picker-lit.d.ts → components/header-1177-pro/header-1177-pro-nav-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-nav-lit.js +0 -0
- /package/{dist/components/header-1177/header-1177-avatar-lit.d.ts → components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-1177-pro/header-1177-pro-nav.css +0 -0
- /package/{dist/components/header-1177/header-1177-item-lit.d.ts → components/header-1177-pro/header-1177-pro-region-picker-lit.d.ts} +0 -0
- /package/{dist/components/header-inera/header-inera-nav-item-lit.d.ts → components/header-inera/header-inera-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera/header-inera-item-lit.js +0 -0
- /package/{dist/components → components}/header-inera/header-inera-item.css +0 -0
- /package/{dist/components/header-inera/header-inera-nav-lit.d.ts → components/header-inera/header-inera-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera/header-inera-lit.js +0 -0
- /package/{dist/components/header-inera/header-inera-nav-mobile-lit.d.ts → components/header-inera/header-inera-nav-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera/header-inera-nav-item-lit.js +0 -0
- /package/{dist/components → components}/header-inera/header-inera-nav-item.css +0 -0
- /package/{dist/components/list/list-lit.d.ts → components/header-inera/header-inera-nav-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera/header-inera-nav-lit.js +0 -0
- /package/{dist/components/mobile-menu/mobile-menu-lit.d.ts → components/header-inera/header-inera-nav-mobile-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera/header-inera-nav.css +0 -0
- /package/{dist/components → components}/header-inera/header-inera.css +0 -0
- /package/{dist/components/header-inera-admin/header-inera-admin-item-lit.d.ts → components/header-inera-admin/header-inera-admin-avatar-lit.d.ts} +0 -0
- /package/{dist/components/header-inera-admin/header-inera-admin-lit.d.ts → components/header-inera-admin/header-inera-admin-avatar-mobile-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-avatar-mobile-lit.js +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-avatar-mobile.css +0 -0
- /package/{dist/components/header-inera-admin/header-inera-admin-nav-item-lit.d.ts → components/header-inera-admin/header-inera-admin-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-item-lit.js +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-item.css +0 -0
- /package/{dist/components/header-inera-admin/header-inera-admin-nav-lit.d.ts → components/header-inera-admin/header-inera-admin-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-lit.js +0 -0
- /package/{dist/components/header-inera-admin/header-inera-admin-nav-mobile-lit.d.ts → components/header-inera-admin/header-inera-admin-nav-item-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-nav-item-lit.js +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-nav-item.css +0 -0
- /package/{dist/components/header-inera/header-inera-item-lit.d.ts → components/header-inera-admin/header-inera-admin-nav-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-nav-lit.js +0 -0
- /package/{dist/components/header-inera/header-inera-lit.d.ts → components/header-inera-admin/header-inera-admin-nav-mobile-lit.d.ts} +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin-nav.css +0 -0
- /package/{dist/components → components}/header-inera-admin/header-inera-admin.css +0 -0
- /package/{dist/components/navigation/content/navigation-content-lit.d.ts → components/list/list-lit.d.ts} +0 -0
- /package/{dist/components → components}/list/list-lit.js +0 -0
- /package/{dist/components → components}/list/list.css +0 -0
- /package/{dist/components/navigation/local/navigation-local-lit.d.ts → components/mobile-menu/mobile-menu-lit.d.ts} +0 -0
- /package/{dist/components → components}/mobile-menu/mobile-menu-lit.js +0 -0
- /package/{dist/components → components}/mobile-menu/mobile-menu.css +0 -0
- /package/{dist/components/notification-badge/notification-badge-lit.d.ts → components/navigation/content/navigation-content-lit.d.ts} +0 -0
- /package/{dist/components → components}/navigation/content/navigation-content-lit.js +0 -0
- /package/{dist/components → components}/navigation/content/navigation-content.css +0 -0
- /package/{dist/components/pagination/data-pagination/data-pagination-lit.d.ts → components/navigation/local/navigation-local-lit.d.ts} +0 -0
- /package/{dist/components → components}/navigation/local/navigation-local-lit.js +0 -0
- /package/{dist/components → components}/navigation/local/navigation-local.css +0 -0
- /package/{dist/components/pagination/list-pagination/list-pagination-lit.d.ts → components/notification-badge/notification-badge-lit.d.ts} +0 -0
- /package/{dist/components/popover/popover-content-lit.d.ts → components/pagination/data-pagination/data-pagination-lit.d.ts} +0 -0
- /package/{dist/components/popover/popover-lit.d.ts → components/pagination/list-pagination/list-pagination-lit.d.ts} +0 -0
- /package/{dist/components → components}/pagination/list-pagination/list-pagination-lit.js +0 -0
- /package/{dist/components → components}/pagination/list-pagination/list-pagination.css +0 -0
- /package/{dist/components/progressbar/progressbar-lit.d.ts → components/popover/popover-content-lit.d.ts} +0 -0
- /package/{dist/components/side-menu/side-menu-lit.d.ts → components/popover/popover-lit.d.ts} +0 -0
- /package/{dist/components → components}/popover/popover-lit.js +0 -0
- /package/{dist/components → components}/popover/popover.css +0 -0
- /package/{dist/components/side-panel/side-panel-lit.d.ts → components/progressbar/progressbar-lit.d.ts} +0 -0
- /package/{dist/components/stepper/stepper-lit.d.ts → components/side-menu/side-menu-lit.d.ts} +0 -0
- /package/{dist/components/tabs/tab-lit.d.ts → components/side-panel/side-panel-lit.d.ts} +0 -0
- /package/{dist/components/tabs/tab-panel-lit.d.ts → components/stepper/stepper-lit.d.ts} +0 -0
- /package/{dist/components → components}/stepper/stepper-lit.js +0 -0
- /package/{dist/components → components}/stepper/stepper.css +0 -0
- /package/{dist/components → components}/table/table.css +0 -0
- /package/{dist/components/tabs/tabs-lit.d.ts → components/tabs/tab-lit.d.ts} +0 -0
- /package/{dist/components/tag/tag-lit.d.ts → components/tabs/tab-panel-lit.d.ts} +0 -0
- /package/{dist/components → components}/tabs/tab-panel-lit.js +0 -0
- /package/{dist/components → components}/tabs/tab-panel.css +0 -0
- /package/{dist/components/tooltip/tooltip-lit.d.ts → components/tabs/tabs-lit.d.ts} +0 -0
- /package/{dist/components → components}/tag/tag-lit.js +0 -0
- /package/{dist/components → components}/tag/tag.css +0 -0
- /package/{dist/components → components}/tooltip/tooltip-lit.js +0 -0
- /package/{dist/components → components}/tooltip/tooltip.css +0 -0
- /package/{dist/global → global}/_partials.css +0 -0
- /package/{dist/global → global}/util/util.css +0 -0
- /package/{dist/themes → themes}/1177/1177-tokens.css +0 -0
- /package/{dist/themes → themes}/1177-pro/1177-pro-tokens.css +0 -0
- /package/{dist/themes → themes}/inera/inera-tokens.css +0 -0
- /package/{dist/themes → themes}/inera-admin/inera-admin-tokens.css +0 -0
- /package/{dist/themes → themes}/reset.css +0 -0
|
@@ -51,34 +51,32 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
51
51
|
margin-right: auto;
|
|
52
52
|
background: var(--IDS-COLOR-PRIMARY-90);
|
|
53
53
|
width: 100%;
|
|
54
|
-
height: 7.5rem;
|
|
55
54
|
position: relative;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner.ids-header-1177--hide-region-picker, header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner:has(.ids-header-1177__avatar) {
|
|
62
|
-
grid-template-columns: auto 1fr;
|
|
55
|
+
display: flex;
|
|
56
|
+
justify-content: space-between;
|
|
57
|
+
align-items: center;
|
|
58
|
+
flex-wrap: wrap;
|
|
63
59
|
}
|
|
64
|
-
@media (
|
|
60
|
+
@media (min-width: 1024px) {
|
|
65
61
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner {
|
|
66
|
-
|
|
67
|
-
height: 3rem;
|
|
68
|
-
}
|
|
69
|
-
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner.ids-header-1177--hide-region-picker, header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner:has(.ids-header-1177__avatar) {
|
|
70
|
-
grid-template-columns: auto 1fr;
|
|
62
|
+
min-height: 7.5rem;
|
|
71
63
|
}
|
|
72
64
|
}
|
|
65
|
+
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-left {
|
|
66
|
+
display: flex;
|
|
67
|
+
flex-grow: 1;
|
|
68
|
+
}
|
|
69
|
+
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-right {
|
|
70
|
+
display: block;
|
|
71
|
+
margin-left: auto;
|
|
72
|
+
}
|
|
73
73
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo {
|
|
74
74
|
background-color: var(--IDS-COLOR-PRIMARY-40);
|
|
75
|
-
display:
|
|
76
|
-
grid-column: 1;
|
|
77
|
-
grid-row: 1;
|
|
75
|
+
display: flex;
|
|
78
76
|
align-items: center;
|
|
79
|
-
grid-template-columns: auto auto;
|
|
80
77
|
position: relative;
|
|
81
78
|
height: 100%;
|
|
79
|
+
min-height: 7.5rem;
|
|
82
80
|
margin-left: 0 !important;
|
|
83
81
|
margin-right: 0;
|
|
84
82
|
padding-left: 0.75rem;
|
|
@@ -91,6 +89,7 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
91
89
|
z-index: 0;
|
|
92
90
|
border-radius: 100%;
|
|
93
91
|
right: -0.5625rem;
|
|
92
|
+
top: 0;
|
|
94
93
|
left: auto;
|
|
95
94
|
top: 50%;
|
|
96
95
|
margin-top: -12.5rem;
|
|
@@ -105,9 +104,9 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
105
104
|
}
|
|
106
105
|
@media (max-width: 1024px) {
|
|
107
106
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo {
|
|
108
|
-
|
|
107
|
+
min-height: 3rem;
|
|
109
108
|
padding-left: 1.25rem;
|
|
110
|
-
padding-right:
|
|
109
|
+
padding-right: 1.25rem;
|
|
111
110
|
}
|
|
112
111
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo:after {
|
|
113
112
|
content: "";
|
|
@@ -116,11 +115,12 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
116
115
|
z-index: 0;
|
|
117
116
|
border-radius: 100%;
|
|
118
117
|
right: -0.5625rem;
|
|
118
|
+
top: 0;
|
|
119
119
|
left: auto;
|
|
120
120
|
display: none;
|
|
121
121
|
top: 0;
|
|
122
122
|
margin-top: -7.81rem;
|
|
123
|
-
clip: rect(7.8125rem, 18.75rem, 10.
|
|
123
|
+
clip: rect(7.8125rem, 18.75rem, 10.8125rem, 18.125rem);
|
|
124
124
|
height: 18.75rem;
|
|
125
125
|
width: 18.75rem;
|
|
126
126
|
}
|
|
@@ -163,10 +163,9 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
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
|
+
flex-grow: 1;
|
|
166
167
|
gap: 1rem;
|
|
167
|
-
grid-column: 2;
|
|
168
168
|
align-items: center;
|
|
169
|
-
grid-row: 1;
|
|
170
169
|
position: relative;
|
|
171
170
|
}
|
|
172
171
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region:after {
|
|
@@ -176,11 +175,12 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
176
175
|
z-index: 0;
|
|
177
176
|
border-radius: 100%;
|
|
178
177
|
right: -0.5625rem;
|
|
178
|
+
top: 0;
|
|
179
179
|
left: auto;
|
|
180
180
|
display: none;
|
|
181
181
|
top: 0;
|
|
182
182
|
margin-top: -7.81rem;
|
|
183
|
-
clip: rect(7.8125rem, 18.75rem, 10.
|
|
183
|
+
clip: rect(7.8125rem, 18.75rem, 10.8125rem, 18.125rem);
|
|
184
184
|
height: 18.75rem;
|
|
185
185
|
width: 18.75rem;
|
|
186
186
|
}
|
|
@@ -193,30 +193,41 @@ 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: 0.5rem;
|
|
197
196
|
}
|
|
198
197
|
}
|
|
198
|
+
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 {
|
|
199
|
+
margin-left: -4px;
|
|
200
|
+
}
|
|
199
201
|
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 {
|
|
200
202
|
display: flex;
|
|
201
203
|
justify-content: end;
|
|
202
204
|
}
|
|
203
|
-
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
|
|
205
|
+
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 {
|
|
206
|
+
min-height: 7.5rem;
|
|
207
|
+
padding-right: 2rem;
|
|
208
|
+
}
|
|
209
|
+
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:before {
|
|
204
210
|
content: "";
|
|
205
211
|
position: absolute;
|
|
206
212
|
z-index: 1;
|
|
207
213
|
left: -1.875rem;
|
|
208
214
|
width: 0.063rem;
|
|
209
|
-
height: 4rem;
|
|
215
|
+
min-height: 4rem;
|
|
210
216
|
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
211
217
|
}
|
|
212
218
|
@media (max-width: 1024px) {
|
|
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 {
|
|
219
|
+
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:before {
|
|
214
220
|
left: 0;
|
|
215
|
-
|
|
221
|
+
top: 50%;
|
|
222
|
+
transform: translateY(-50%);
|
|
223
|
+
min-height: 2rem;
|
|
216
224
|
}
|
|
217
225
|
}
|
|
218
|
-
|
|
219
|
-
|
|
226
|
+
@media (max-width: 1024px) {
|
|
227
|
+
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 {
|
|
228
|
+
min-height: 3rem;
|
|
229
|
+
max-width: 6rem;
|
|
230
|
+
}
|
|
220
231
|
}
|
|
221
232
|
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
233
|
font-size: 1rem;
|
|
@@ -226,6 +237,9 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
226
237
|
display: none;
|
|
227
238
|
}
|
|
228
239
|
}
|
|
240
|
+
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 {
|
|
241
|
+
min-width: 7rem;
|
|
242
|
+
}
|
|
229
243
|
@media (max-width: 1024px) {
|
|
230
244
|
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 {
|
|
231
245
|
content: "";
|
|
@@ -233,33 +247,42 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
233
247
|
z-index: 1;
|
|
234
248
|
left: -1.875rem;
|
|
235
249
|
width: 0.063rem;
|
|
236
|
-
height: 4rem;
|
|
250
|
+
min-height: 4rem;
|
|
237
251
|
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
238
252
|
}
|
|
239
253
|
}
|
|
240
254
|
@media (max-width: 1024px) and (max-width: 1024px) {
|
|
241
255
|
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 {
|
|
242
256
|
left: 0;
|
|
243
|
-
|
|
257
|
+
top: 50%;
|
|
258
|
+
transform: translateY(-50%);
|
|
259
|
+
min-height: 2rem;
|
|
244
260
|
}
|
|
245
261
|
}
|
|
246
262
|
@media (max-width: 1024px) {
|
|
247
263
|
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-icon {
|
|
248
264
|
display: none;
|
|
249
265
|
}
|
|
266
|
+
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-icon:before {
|
|
267
|
+
display: none;
|
|
268
|
+
}
|
|
250
269
|
}
|
|
251
270
|
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 {
|
|
252
271
|
background-color: var(--IDS-COLOR-PRIMARY-40);
|
|
253
|
-
display:
|
|
272
|
+
display: flex;
|
|
254
273
|
position: relative;
|
|
274
|
+
align-items: center;
|
|
255
275
|
height: 100%;
|
|
256
276
|
align-items: center;
|
|
257
277
|
}
|
|
278
|
+
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-icon {
|
|
279
|
+
display: block !important;
|
|
280
|
+
}
|
|
258
281
|
@media (max-width: 1024px) {
|
|
259
282
|
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 {
|
|
260
283
|
background-color: var(--IDS-COLOR-PRIMARY-40);
|
|
261
284
|
justify-content: space-between;
|
|
262
|
-
padding-left:
|
|
285
|
+
padding-left: 1rem;
|
|
263
286
|
height: auto;
|
|
264
287
|
align-items: normal;
|
|
265
288
|
}
|
|
@@ -271,6 +294,7 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
271
294
|
z-index: 0;
|
|
272
295
|
border-radius: 100%;
|
|
273
296
|
right: -0.5625rem;
|
|
297
|
+
top: 0;
|
|
274
298
|
left: auto;
|
|
275
299
|
top: 50%;
|
|
276
300
|
margin-top: -12.5rem;
|
|
@@ -284,12 +308,14 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
284
308
|
}
|
|
285
309
|
}
|
|
286
310
|
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 slot {
|
|
287
|
-
display:
|
|
311
|
+
display: flex;
|
|
312
|
+
align-items: center;
|
|
288
313
|
}
|
|
289
314
|
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]),
|
|
290
315
|
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 {
|
|
316
|
+
min-height: 2.813rem;
|
|
317
|
+
height: 2.813rem;
|
|
291
318
|
max-height: 2.813rem;
|
|
292
|
-
max-width: 12.5rem;
|
|
293
319
|
display: flex;
|
|
294
320
|
}
|
|
295
321
|
@media (max-width: 1024px) {
|
|
@@ -303,7 +329,8 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
303
329
|
align-items: center;
|
|
304
330
|
position: relative;
|
|
305
331
|
height: inherit;
|
|
306
|
-
|
|
332
|
+
padding: 0 0.5rem;
|
|
333
|
+
margin: 0 -0.4375rem 0 0.5rem;
|
|
307
334
|
}
|
|
308
335
|
@media (max-width: 1024px) {
|
|
309
336
|
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 {
|
|
@@ -333,6 +360,8 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
333
360
|
font-size: 0.875rem;
|
|
334
361
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
335
362
|
align-items: center;
|
|
363
|
+
padding: 0 0.5rem;
|
|
364
|
+
margin: 0 -0.5rem;
|
|
336
365
|
}
|
|
337
366
|
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 {
|
|
338
367
|
outline: var(--IDS-FOCUS__OUTLINE);
|
|
@@ -341,8 +370,9 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
341
370
|
@media (max-width: 1024px) {
|
|
342
371
|
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 {
|
|
343
372
|
inset: 0;
|
|
344
|
-
padding-right:
|
|
373
|
+
padding-right: 0.75rem;
|
|
345
374
|
padding-left: 0.75rem;
|
|
375
|
+
margin-right: 1px;
|
|
346
376
|
position: absolute;
|
|
347
377
|
justify-content: space-between;
|
|
348
378
|
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
@@ -353,19 +383,14 @@ header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__con
|
|
|
353
383
|
}
|
|
354
384
|
}
|
|
355
385
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items {
|
|
356
|
-
|
|
357
|
-
display: grid;
|
|
358
|
-
grid-row: 1;
|
|
359
|
-
grid-column: 3;
|
|
360
|
-
align-items: center;
|
|
361
|
-
grid-auto-flow: column;
|
|
386
|
+
display: flex;
|
|
362
387
|
gap: 1.25rem;
|
|
363
388
|
margin-right: 1.25rem;
|
|
364
389
|
margin-left: 1rem;
|
|
390
|
+
align-items: center;
|
|
365
391
|
}
|
|
366
392
|
@media (max-width: 1024px) {
|
|
367
393
|
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items {
|
|
368
|
-
gap: 0;
|
|
369
394
|
margin-left: 1rem;
|
|
370
395
|
margin-right: 0.5rem;
|
|
371
396
|
}
|
|
@@ -433,25 +458,27 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
433
458
|
margin-right: auto;
|
|
434
459
|
background: var(--IDS-COLOR-PRIMARY-90);
|
|
435
460
|
width: 100%;
|
|
436
|
-
height: 7.5rem;
|
|
437
461
|
position: relative;
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
462
|
+
display: flex;
|
|
463
|
+
justify-content: space-between;
|
|
464
|
+
align-items: center;
|
|
465
|
+
flex-wrap: wrap;
|
|
442
466
|
}
|
|
443
|
-
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner
|
|
444
|
-
|
|
467
|
+
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-left {
|
|
468
|
+
display: flex;
|
|
469
|
+
flex-grow: 1;
|
|
470
|
+
}
|
|
471
|
+
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-right {
|
|
472
|
+
display: block;
|
|
473
|
+
margin-left: auto;
|
|
445
474
|
}
|
|
446
475
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo {
|
|
447
476
|
background-color: var(--IDS-COLOR-PRIMARY-40);
|
|
448
|
-
display:
|
|
449
|
-
grid-column: 1;
|
|
450
|
-
grid-row: 1;
|
|
477
|
+
display: flex;
|
|
451
478
|
align-items: center;
|
|
452
|
-
grid-template-columns: auto auto;
|
|
453
479
|
position: relative;
|
|
454
480
|
height: 100%;
|
|
481
|
+
min-height: 7.5rem;
|
|
455
482
|
margin-left: 0 !important;
|
|
456
483
|
margin-right: 0;
|
|
457
484
|
padding-left: 0.75rem;
|
|
@@ -464,6 +491,7 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
464
491
|
z-index: 0;
|
|
465
492
|
border-radius: 100%;
|
|
466
493
|
right: -0.5625rem;
|
|
494
|
+
top: 0;
|
|
467
495
|
left: auto;
|
|
468
496
|
top: 50%;
|
|
469
497
|
margin-top: -12.5rem;
|
|
@@ -490,10 +518,9 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
490
518
|
}
|
|
491
519
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region {
|
|
492
520
|
display: flex;
|
|
521
|
+
flex-grow: 1;
|
|
493
522
|
gap: 1rem;
|
|
494
|
-
grid-column: 2;
|
|
495
523
|
align-items: center;
|
|
496
|
-
grid-row: 1;
|
|
497
524
|
position: relative;
|
|
498
525
|
}
|
|
499
526
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region:after {
|
|
@@ -503,40 +530,52 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
503
530
|
z-index: 0;
|
|
504
531
|
border-radius: 100%;
|
|
505
532
|
right: -0.5625rem;
|
|
533
|
+
top: 0;
|
|
506
534
|
left: auto;
|
|
507
535
|
display: none;
|
|
508
536
|
top: 0;
|
|
509
537
|
margin-top: -7.81rem;
|
|
510
|
-
clip: rect(7.8125rem, 18.75rem, 10.
|
|
538
|
+
clip: rect(7.8125rem, 18.75rem, 10.8125rem, 18.125rem);
|
|
511
539
|
height: 18.75rem;
|
|
512
540
|
width: 18.75rem;
|
|
513
541
|
}
|
|
542
|
+
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 {
|
|
543
|
+
margin-left: -4px;
|
|
544
|
+
}
|
|
514
545
|
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 button {
|
|
515
546
|
display: flex;
|
|
516
547
|
justify-content: end;
|
|
517
548
|
}
|
|
518
|
-
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
|
|
549
|
+
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 {
|
|
550
|
+
min-height: 7.5rem;
|
|
551
|
+
padding-right: 2rem;
|
|
552
|
+
}
|
|
553
|
+
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:before {
|
|
519
554
|
content: "";
|
|
520
555
|
position: absolute;
|
|
521
556
|
z-index: 1;
|
|
522
557
|
left: -1.875rem;
|
|
523
558
|
width: 0.063rem;
|
|
524
|
-
height: 4rem;
|
|
559
|
+
min-height: 4rem;
|
|
525
560
|
background-color: var(--IDS-COLOR-NEUTRAL-100);
|
|
526
561
|
}
|
|
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 {
|
|
528
|
-
padding-right: 2rem;
|
|
529
|
-
}
|
|
530
562
|
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
563
|
font-size: 1rem;
|
|
532
564
|
}
|
|
565
|
+
header.ids-header-1177.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 {
|
|
566
|
+
min-width: 7rem;
|
|
567
|
+
}
|
|
533
568
|
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 {
|
|
534
569
|
background-color: var(--IDS-COLOR-PRIMARY-40);
|
|
535
|
-
display:
|
|
570
|
+
display: flex;
|
|
536
571
|
position: relative;
|
|
572
|
+
align-items: center;
|
|
537
573
|
height: 100%;
|
|
538
574
|
align-items: center;
|
|
539
575
|
}
|
|
576
|
+
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-icon {
|
|
577
|
+
display: block !important;
|
|
578
|
+
}
|
|
540
579
|
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:after {
|
|
541
580
|
content: "";
|
|
542
581
|
background-color: var(--IDS-COLOR-PRIMARY-40);
|
|
@@ -544,6 +583,7 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
544
583
|
z-index: 0;
|
|
545
584
|
border-radius: 100%;
|
|
546
585
|
right: -0.5625rem;
|
|
586
|
+
top: 0;
|
|
547
587
|
left: auto;
|
|
548
588
|
top: 50%;
|
|
549
589
|
margin-top: -12.5rem;
|
|
@@ -552,12 +592,14 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
552
592
|
width: 25rem;
|
|
553
593
|
}
|
|
554
594
|
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 slot {
|
|
555
|
-
display:
|
|
595
|
+
display: flex;
|
|
596
|
+
align-items: center;
|
|
556
597
|
}
|
|
557
598
|
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]),
|
|
558
599
|
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 {
|
|
600
|
+
min-height: 2.813rem;
|
|
601
|
+
height: 2.813rem;
|
|
559
602
|
max-height: 2.813rem;
|
|
560
|
-
max-width: 12.5rem;
|
|
561
603
|
display: flex;
|
|
562
604
|
}
|
|
563
605
|
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 {
|
|
@@ -565,7 +607,8 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
565
607
|
align-items: center;
|
|
566
608
|
position: relative;
|
|
567
609
|
height: inherit;
|
|
568
|
-
|
|
610
|
+
padding: 0 0.5rem;
|
|
611
|
+
margin: 0 -0.4375rem 0 0.5rem;
|
|
569
612
|
}
|
|
570
613
|
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 {
|
|
571
614
|
min-width: 1.5rem;
|
|
@@ -587,21 +630,19 @@ header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container
|
|
|
587
630
|
font-size: 0.875rem;
|
|
588
631
|
color: var(--IDS-COLOR-PRIMARY-35);
|
|
589
632
|
align-items: center;
|
|
633
|
+
padding: 0 0.5rem;
|
|
634
|
+
margin: 0 -0.5rem;
|
|
590
635
|
}
|
|
591
636
|
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 {
|
|
592
637
|
outline: var(--IDS-FOCUS__OUTLINE);
|
|
593
638
|
outline-offset: 0.125rem !important;
|
|
594
639
|
}
|
|
595
640
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items {
|
|
596
|
-
|
|
597
|
-
display: grid;
|
|
598
|
-
grid-row: 1;
|
|
599
|
-
grid-column: 3;
|
|
600
|
-
align-items: center;
|
|
601
|
-
grid-auto-flow: column;
|
|
641
|
+
display: flex;
|
|
602
642
|
gap: 1.25rem;
|
|
603
643
|
margin-right: 1.25rem;
|
|
604
644
|
margin-left: 1rem;
|
|
645
|
+
align-items: center;
|
|
605
646
|
}
|
|
606
647
|
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__nav-mobile {
|
|
607
648
|
display: none;
|
|
@@ -793,14 +834,13 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
793
834
|
}
|
|
794
835
|
|
|
795
836
|
.ids-header-1177--unresponsive .ids-header-1177__avatar {
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
display: grid;
|
|
837
|
+
align-self: flex-end;
|
|
838
|
+
display: flex;
|
|
799
839
|
align-items: center;
|
|
840
|
+
flex-wrap: wrap;
|
|
800
841
|
}
|
|
801
842
|
.ids-header-1177--unresponsive .ids-header-1177__avatar .ids-header-1177__avatar-box {
|
|
802
|
-
display:
|
|
803
|
-
grid-template-columns: auto auto;
|
|
843
|
+
display: flex;
|
|
804
844
|
align-items: center;
|
|
805
845
|
justify-content: center;
|
|
806
846
|
gap: 1rem;
|
|
@@ -813,12 +853,14 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
813
853
|
}
|
|
814
854
|
.ids-header-1177--unresponsive .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-icon {
|
|
815
855
|
display: flex;
|
|
856
|
+
min-width: 1rem;
|
|
857
|
+
min-height: 1rem;
|
|
816
858
|
max-width: 2.25rem;
|
|
817
859
|
max-height: 2.75rem;
|
|
818
860
|
}
|
|
819
861
|
.ids-header-1177--unresponsive .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content {
|
|
820
|
-
display:
|
|
821
|
-
|
|
862
|
+
display: flex;
|
|
863
|
+
flex-direction: column;
|
|
822
864
|
}
|
|
823
865
|
.ids-header-1177--unresponsive .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content .ids-header-1177__avatar-content__name {
|
|
824
866
|
text-align: start;
|
|
@@ -846,14 +888,13 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
846
888
|
}
|
|
847
889
|
|
|
848
890
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar {
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
display: grid;
|
|
891
|
+
align-self: flex-end;
|
|
892
|
+
display: flex;
|
|
852
893
|
align-items: center;
|
|
894
|
+
flex-wrap: wrap;
|
|
853
895
|
}
|
|
854
896
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar .ids-header-1177__avatar-box {
|
|
855
|
-
display:
|
|
856
|
-
grid-template-columns: auto auto;
|
|
897
|
+
display: flex;
|
|
857
898
|
align-items: center;
|
|
858
899
|
justify-content: center;
|
|
859
900
|
gap: 1rem;
|
|
@@ -877,23 +918,22 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
877
918
|
}
|
|
878
919
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-icon {
|
|
879
920
|
display: flex;
|
|
921
|
+
min-width: 1rem;
|
|
922
|
+
min-height: 1rem;
|
|
880
923
|
max-width: 2.25rem;
|
|
881
924
|
max-height: 2.75rem;
|
|
882
925
|
}
|
|
883
926
|
@media (max-width: 1024px) {
|
|
884
927
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-icon {
|
|
885
|
-
width:
|
|
886
|
-
height:
|
|
928
|
+
min-width: 1rem;
|
|
929
|
+
min-height: 1rem;
|
|
930
|
+
max-width: 1.25rem;
|
|
931
|
+
max-height: 1.25rem;
|
|
887
932
|
}
|
|
888
933
|
}
|
|
889
934
|
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content {
|
|
890
|
-
display:
|
|
891
|
-
|
|
892
|
-
}
|
|
893
|
-
@media (max-width: 1024px) {
|
|
894
|
-
.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__avatar .ids-header-1177__avatar-box .ids-header-1177__avatar-content {
|
|
895
|
-
grid-template-rows: 1fr;
|
|
896
|
-
}
|
|
935
|
+
display: flex;
|
|
936
|
+
flex-direction: column;
|
|
897
937
|
}
|
|
898
938
|
.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 {
|
|
899
939
|
text-align: start;
|
|
@@ -931,14 +971,13 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
931
971
|
}
|
|
932
972
|
|
|
933
973
|
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) {
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
display: grid;
|
|
974
|
+
align-self: flex-end;
|
|
975
|
+
display: flex;
|
|
937
976
|
align-items: center;
|
|
977
|
+
flex-wrap: wrap;
|
|
938
978
|
}
|
|
939
979
|
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) .ids-header-1177__avatar-box {
|
|
940
|
-
display:
|
|
941
|
-
grid-template-columns: auto auto;
|
|
980
|
+
display: flex;
|
|
942
981
|
align-items: center;
|
|
943
982
|
justify-content: center;
|
|
944
983
|
gap: 1rem;
|
|
@@ -962,23 +1001,22 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
962
1001
|
}
|
|
963
1002
|
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) .ids-header-1177__avatar-box .ids-header-1177__avatar-icon {
|
|
964
1003
|
display: flex;
|
|
1004
|
+
min-width: 1rem;
|
|
1005
|
+
min-height: 1rem;
|
|
965
1006
|
max-width: 2.25rem;
|
|
966
1007
|
max-height: 2.75rem;
|
|
967
1008
|
}
|
|
968
1009
|
@media (max-width: 1024px) {
|
|
969
1010
|
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) .ids-header-1177__avatar-box .ids-header-1177__avatar-icon {
|
|
970
|
-
width:
|
|
971
|
-
height:
|
|
1011
|
+
min-width: 1rem;
|
|
1012
|
+
min-height: 1rem;
|
|
1013
|
+
max-width: 1.25rem;
|
|
1014
|
+
max-height: 1.25rem;
|
|
972
1015
|
}
|
|
973
1016
|
}
|
|
974
1017
|
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) .ids-header-1177__avatar-box .ids-header-1177__avatar-content {
|
|
975
|
-
display:
|
|
976
|
-
|
|
977
|
-
}
|
|
978
|
-
@media (max-width: 1024px) {
|
|
979
|
-
:host .ids-header-1177__avatar:not(.ids-header-1177__avatar--unresponsive) .ids-header-1177__avatar-box .ids-header-1177__avatar-content {
|
|
980
|
-
grid-template-rows: 1fr;
|
|
981
|
-
}
|
|
1018
|
+
display: flex;
|
|
1019
|
+
flex-direction: column;
|
|
982
1020
|
}
|
|
983
1021
|
: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 {
|
|
984
1022
|
text-align: start;
|
|
@@ -1015,14 +1053,13 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1015
1053
|
margin-right: 0.5rem;
|
|
1016
1054
|
}
|
|
1017
1055
|
:host .ids-header-1177__avatar.ids-header-1177__avatar--unresponsive {
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
display: grid;
|
|
1056
|
+
align-self: flex-end;
|
|
1057
|
+
display: flex;
|
|
1021
1058
|
align-items: center;
|
|
1059
|
+
flex-wrap: wrap;
|
|
1022
1060
|
}
|
|
1023
1061
|
:host .ids-header-1177__avatar.ids-header-1177__avatar--unresponsive .ids-header-1177__avatar-box {
|
|
1024
|
-
display:
|
|
1025
|
-
grid-template-columns: auto auto;
|
|
1062
|
+
display: flex;
|
|
1026
1063
|
align-items: center;
|
|
1027
1064
|
justify-content: center;
|
|
1028
1065
|
gap: 1rem;
|
|
@@ -1035,12 +1072,14 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1035
1072
|
}
|
|
1036
1073
|
:host .ids-header-1177__avatar.ids-header-1177__avatar--unresponsive .ids-header-1177__avatar-box .ids-header-1177__avatar-icon {
|
|
1037
1074
|
display: flex;
|
|
1075
|
+
min-width: 1rem;
|
|
1076
|
+
min-height: 1rem;
|
|
1038
1077
|
max-width: 2.25rem;
|
|
1039
1078
|
max-height: 2.75rem;
|
|
1040
1079
|
}
|
|
1041
1080
|
:host .ids-header-1177__avatar.ids-header-1177__avatar--unresponsive .ids-header-1177__avatar-box .ids-header-1177__avatar-content {
|
|
1042
|
-
display:
|
|
1043
|
-
|
|
1081
|
+
display: flex;
|
|
1082
|
+
flex-direction: column;
|
|
1044
1083
|
}
|
|
1045
1084
|
: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 {
|
|
1046
1085
|
text-align: start;
|
|
@@ -1075,6 +1114,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1075
1114
|
max-width: var(--IDS__MAX-WIDTH);
|
|
1076
1115
|
display: flex;
|
|
1077
1116
|
flex-wrap: wrap;
|
|
1117
|
+
align-items: center;
|
|
1078
1118
|
margin-top: 0;
|
|
1079
1119
|
margin-bottom: 0;
|
|
1080
1120
|
margin-left: auto;
|
|
@@ -1090,6 +1130,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1090
1130
|
max-width: var(--IDS__MAX-WIDTH);
|
|
1091
1131
|
display: flex;
|
|
1092
1132
|
flex-wrap: wrap;
|
|
1133
|
+
align-items: center;
|
|
1093
1134
|
margin-top: 0;
|
|
1094
1135
|
margin-bottom: 0;
|
|
1095
1136
|
margin-left: auto;
|
|
@@ -1118,6 +1159,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1118
1159
|
max-width: var(--IDS__MAX-WIDTH);
|
|
1119
1160
|
display: flex;
|
|
1120
1161
|
flex-wrap: wrap;
|
|
1162
|
+
align-items: center;
|
|
1121
1163
|
margin-top: 0;
|
|
1122
1164
|
margin-bottom: 0;
|
|
1123
1165
|
margin-left: auto;
|
|
@@ -1141,6 +1183,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1141
1183
|
max-width: var(--IDS__MAX-WIDTH);
|
|
1142
1184
|
display: flex;
|
|
1143
1185
|
flex-wrap: wrap;
|
|
1186
|
+
align-items: center;
|
|
1144
1187
|
margin-top: 0;
|
|
1145
1188
|
margin-bottom: 0;
|
|
1146
1189
|
margin-left: auto;
|
|
@@ -1592,7 +1635,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1592
1635
|
border-right: none !important;
|
|
1593
1636
|
}
|
|
1594
1637
|
.ids-header-1177__nav-mobile__menu .ids-hamburger {
|
|
1595
|
-
transition: 0.2s;
|
|
1638
|
+
transition: all 0.2s;
|
|
1596
1639
|
cursor: pointer;
|
|
1597
1640
|
user-select: none;
|
|
1598
1641
|
position: relative;
|
|
@@ -1601,7 +1644,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1601
1644
|
display: block;
|
|
1602
1645
|
width: 1.3125rem;
|
|
1603
1646
|
border-radius: 0.125rem;
|
|
1604
|
-
transition: 0.2s;
|
|
1647
|
+
transition: all 0.2s;
|
|
1605
1648
|
background-color: var(--IDS-COLOR-PRIMARY-35);
|
|
1606
1649
|
position: relative;
|
|
1607
1650
|
height: 0.188rem;
|
|
@@ -1612,7 +1655,7 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1612
1655
|
display: inline-block;
|
|
1613
1656
|
width: 1.3125rem;
|
|
1614
1657
|
border-radius: 0.125rem;
|
|
1615
|
-
transition: 0.2s;
|
|
1658
|
+
transition: all 0.2s;
|
|
1616
1659
|
background-color: var(--IDS-COLOR-PRIMARY-35);
|
|
1617
1660
|
position: absolute;
|
|
1618
1661
|
left: 0;
|
|
@@ -1636,10 +1679,6 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1636
1679
|
.ids-header-1177__nav-mobile__menu .ids-hamburger__lines:after {
|
|
1637
1680
|
top: -0.5rem;
|
|
1638
1681
|
}
|
|
1639
|
-
.ids-header-1177__nav-mobile__menu[aria-expanded=true] .ids-hamburger {
|
|
1640
|
-
-webkit-transform: scale3d(0.8, 0.8, 0.8);
|
|
1641
|
-
transform: scale3d(0.8, 0.8, 0.8);
|
|
1642
|
-
}
|
|
1643
1682
|
.ids-header-1177__nav-mobile__menu[aria-expanded=true] .ids-hamburger .ids-hamburger__lines {
|
|
1644
1683
|
background: transparent;
|
|
1645
1684
|
}
|
|
@@ -1648,8 +1687,8 @@ header.ids-header-1177.ids-header-1177--fluid .ids-header-1177__container .ids-h
|
|
|
1648
1687
|
-webkit-transform-origin: 50% 50%;
|
|
1649
1688
|
transform-origin: 50% 50%;
|
|
1650
1689
|
top: 0;
|
|
1651
|
-
width:
|
|
1652
|
-
left: -0.
|
|
1690
|
+
width: 1.5rem;
|
|
1691
|
+
left: -0.1rem;
|
|
1653
1692
|
}
|
|
1654
1693
|
.ids-header-1177__nav-mobile__menu[aria-expanded=true] .ids-hamburger .ids-hamburger__lines:before {
|
|
1655
1694
|
-ms-transform: rotate(45deg);
|