@scania/tegel 1.34.0-multibrand-beta.6 → 1.35.0-console-warnings.beta.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/cjs/loader.cjs.js +1 -1
- package/dist/cjs/tds-accordion-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-accordion.cjs.entry.js +1 -1
- package/dist/cjs/tds-badge.cjs.entry.js +1 -1
- package/dist/cjs/tds-banner.cjs.entry.js +1 -1
- package/dist/cjs/tds-block.cjs.entry.js +3 -7
- package/dist/cjs/tds-body-cell.cjs.entry.js +1 -1
- package/dist/cjs/tds-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/tds-breadcrumbs.cjs.entry.js +1 -1
- package/dist/cjs/tds-button.cjs.entry.js +1 -1
- package/dist/cjs/tds-card.cjs.entry.js +1 -1
- package/dist/cjs/tds-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/tds-chip.cjs.entry.js +1 -1
- package/dist/cjs/tds-core-header-item_2.cjs.entry.js +1 -1
- package/dist/cjs/tds-datetime.cjs.entry.js +1 -1
- package/dist/cjs/tds-divider.cjs.entry.js +1 -1
- package/dist/cjs/tds-dropdown_2.cjs.entry.js +12 -11
- package/dist/cjs/tds-folder-tab.cjs.entry.js +3 -3
- package/dist/cjs/tds-folder-tabs.cjs.entry.js +3 -3
- package/dist/cjs/tds-footer-group.cjs.entry.js +1 -1
- package/dist/cjs/tds-footer-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-footer.cjs.entry.js +4 -3
- package/dist/cjs/tds-header-cell.cjs.entry.js +2 -2
- package/dist/cjs/tds-header-dropdown-list-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-header-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/tds-header-launcher-grid-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-header-launcher.cjs.entry.js +1 -1
- package/dist/cjs/tds-icon.cjs.entry.js +3 -8
- package/dist/cjs/tds-inline-tab.cjs.entry.js +3 -3
- package/dist/cjs/tds-inline-tabs.cjs.entry.js +3 -3
- package/dist/cjs/tds-link.cjs.entry.js +1 -1
- package/dist/cjs/tds-message.cjs.entry.js +1 -1
- package/dist/cjs/tds-modal.cjs.entry.js +1 -1
- package/dist/cjs/tds-navigation-tab.cjs.entry.js +3 -3
- package/dist/cjs/tds-navigation-tabs.cjs.entry.js +5 -5
- package/dist/cjs/tds-popover-canvas.cjs.entry.js +1 -1
- package/dist/cjs/tds-popover-menu-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-popover-menu.cjs.entry.js +3 -6
- package/dist/cjs/tds-radio-button.cjs.entry.js +2 -4
- package/dist/cjs/tds-side-menu-dropdown-list-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-side-menu-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-side-menu.cjs.entry.js +1 -1
- package/dist/cjs/tds-slider.cjs.entry.js +9 -15
- package/dist/cjs/tds-spinner.cjs.entry.js +2 -2
- package/dist/cjs/tds-step.cjs.entry.js +1 -1
- package/dist/cjs/tds-stepper.cjs.entry.js +1 -1
- package/dist/cjs/tds-table-body-input-wrapper.cjs.entry.js +2 -2
- package/dist/cjs/tds-table-body-row-expandable.cjs.entry.js +8 -8
- package/dist/cjs/tds-table-body-row.cjs.entry.js +3 -3
- package/dist/cjs/tds-table-body.cjs.entry.js +1 -1
- package/dist/cjs/tds-table-footer.cjs.entry.js +4 -4
- package/dist/cjs/tds-table-header-input-wrapper.cjs.entry.js +2 -2
- package/dist/cjs/tds-table-header.cjs.entry.js +3 -3
- package/dist/cjs/tds-table-toolbar.cjs.entry.js +3 -3
- package/dist/cjs/tds-table.cjs.entry.js +1 -1
- package/dist/cjs/tds-text-field.cjs.entry.js +6 -9
- package/dist/cjs/tds-textarea.cjs.entry.js +5 -5
- package/dist/cjs/tds-toast.cjs.entry.js +4 -4
- package/dist/cjs/tds-toggle.cjs.entry.js +3 -3
- package/dist/cjs/tds-tooltip.cjs.entry.js +3 -3
- package/dist/cjs/tegel.cjs.js +1 -1
- package/dist/collection/components/accordion/accordion-item/accordion-item.css +25 -57
- package/dist/collection/components/accordion/accordion.css +6 -35
- package/dist/collection/components/badge/badge.css +4 -2
- package/dist/collection/components/banner/banner.css +16 -26
- package/dist/collection/components/block/block.css +8 -15
- package/dist/collection/components/block/block.js +2 -6
- package/dist/collection/components/breadcrumbs/breadcrumb/breadcrumb.css +8 -6
- package/dist/collection/components/breadcrumbs/breadcrumbs.css +2 -9
- package/dist/collection/components/button/button.css +426 -480
- package/dist/collection/components/card/card.css +18 -29
- package/dist/collection/components/checkbox/checkbox.css +35 -42
- package/dist/collection/components/chip/chip.css +19 -31
- package/dist/collection/components/datetime/datetime.css +199 -104
- package/dist/collection/components/divider/divider.css +16 -1
- package/dist/collection/components/dropdown/dropdown-option/dropdown-option.css +11 -19
- package/dist/collection/components/dropdown/dropdown-option/dropdown-option.js +6 -4
- package/dist/collection/components/dropdown/dropdown.css +129 -138
- package/dist/collection/components/dropdown/dropdown.js +4 -5
- package/dist/collection/components/footer/footer-group/footer-group.css +11 -21
- package/dist/collection/components/footer/footer-item/footer-item.css +17 -25
- package/dist/collection/components/footer/footer.css +7 -20
- package/dist/collection/components/footer/footer.js +3 -2
- package/dist/collection/components/header/header-dropdown/header-dropdown.css +3 -3
- package/dist/collection/components/header/header-dropdown-list-item/header-dropdown-list-item.css +3 -2
- package/dist/collection/components/header/header-item/header-item.css +3 -2
- package/dist/collection/components/header/header-launcher/header-launcher.css +3 -3
- package/dist/collection/components/header/header-launcher-grid-item/header-launcher-grid-item.css +3 -2
- package/dist/collection/components/icon/icon.js +2 -7
- package/dist/collection/components/icon/tratonIconsArray.js +1 -4
- package/dist/collection/components/link/link.css +14 -23
- package/dist/collection/components/message/message.css +53 -42
- package/dist/collection/components/modal/modal.css +16 -15
- package/dist/collection/components/popover-canvas/popover-canvas.css +2 -2
- package/dist/collection/components/popover-menu/popover-menu-item/popover-menu-item.css +7 -14
- package/dist/collection/components/popover-menu/popover-menu.css +1 -1
- package/dist/collection/components/popover-menu/popover-menu.js +2 -23
- package/dist/collection/components/radio-button/radio-button.css +27 -40
- package/dist/collection/components/radio-button/radio-button.js +1 -3
- package/dist/collection/components/side-menu/side-menu-dropdown-list-item/side-menu-dropdown-list-item.css +3 -2
- package/dist/collection/components/side-menu/side-menu-item/side-menu-item.css +3 -2
- package/dist/collection/components/side-menu/side-menu.css +3 -3
- package/dist/collection/components/slider/slider-stories-setup.js +1 -29
- package/dist/collection/components/slider/slider.css +52 -99
- package/dist/collection/components/slider/slider.js +8 -50
- package/dist/collection/components/spinner/spinner.css +64 -33
- package/dist/collection/components/spinner/spinner.js +2 -3
- package/dist/collection/components/stepper/step/step.css +38 -53
- package/dist/collection/components/stepper/stepper.css +3 -0
- package/dist/collection/components/table/table/table.css +4 -4
- package/dist/collection/components/table/table-body/table-body.css +21 -11
- package/dist/collection/components/table/table-body-cell/table-body-cell.css +5 -12
- package/dist/collection/components/table/table-body-input-wrapper/table-body-input-wrapper.css +9 -18
- package/dist/collection/components/table/table-body-input-wrapper/table-body-input-wrapper.js +1 -1
- package/dist/collection/components/table/table-body-row/table-body-row.css +9 -10
- package/dist/collection/components/table/table-body-row/table-body-row.js +2 -2
- package/dist/collection/components/table/table-body-row-expandable/table-body-row-expandable.css +12 -11
- package/dist/collection/components/table/table-body-row-expandable/table-body-row-expandable.js +7 -7
- package/dist/collection/components/table/table-footer/table-footer.css +22 -33
- package/dist/collection/components/table/table-footer/table-footer.js +3 -3
- package/dist/collection/components/table/table-header/table-header.css +7 -14
- package/dist/collection/components/table/table-header/table-header.js +2 -2
- package/dist/collection/components/table/table-header-cell/table-header-cell.css +13 -27
- package/dist/collection/components/table/table-header-cell/table-header-cell.js +1 -1
- package/dist/collection/components/table/table-header-input-wrapper/table-header-input-wrapper.css +9 -16
- package/dist/collection/components/table/table-header-input-wrapper/table-header-input-wrapper.js +1 -1
- package/dist/collection/components/table/table-toolbar/table-toolbar.css +14 -25
- package/dist/collection/components/table/table-toolbar/table-toolbar.js +2 -2
- package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.css +18 -25
- package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.js +2 -2
- package/dist/collection/components/tabs/folder-tabs/folder-tabs.css +18 -3
- package/dist/collection/components/tabs/folder-tabs/folder-tabs.js +2 -2
- package/dist/collection/components/tabs/inline-tabs/inline-tab/inline-tab.css +10 -19
- package/dist/collection/components/tabs/inline-tabs/inline-tab/inline-tab.js +2 -2
- package/dist/collection/components/tabs/inline-tabs/inline-tabs.css +20 -4
- package/dist/collection/components/tabs/inline-tabs/inline-tabs.js +2 -2
- package/dist/collection/components/tabs/navigation-tabs/navigation-tab/navigation-tab.css +10 -22
- package/dist/collection/components/tabs/navigation-tabs/navigation-tab/navigation-tab.js +2 -2
- package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.css +20 -5
- package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.js +4 -4
- package/dist/collection/components/text-field/text-field.css +170 -141
- package/dist/collection/components/text-field/text-field.js +5 -8
- package/dist/collection/components/textarea/textarea.css +74 -112
- package/dist/collection/components/textarea/textarea.js +4 -4
- package/dist/collection/components/toast/toast.css +23 -31
- package/dist/collection/components/toast/toast.js +3 -3
- package/dist/collection/components/toggle/toggle.css +47 -57
- package/dist/collection/components/toggle/toggle.js +2 -2
- package/dist/collection/components/tooltip/tooltip.css +4 -11
- package/dist/collection/components/tooltip/tooltip.js +2 -2
- package/dist/components/p-23aab3b9.js +114 -0
- package/dist/components/{p-d437241f.js → p-63437b77.js} +2 -2
- package/dist/components/{p-4cd4e1e3.js → p-6adb1ce3.js} +1 -1
- package/dist/components/{p-aeba8158.js → p-6eecf159.js} +1 -1
- package/dist/components/{p-af5310f8.js → p-71c3dfe9.js} +1 -1
- package/dist/components/{p-a1f93ac9.js → p-93ee9108.js} +9 -7
- package/dist/components/{p-ee402b70.js → p-9cee9d7f.js} +3 -3
- package/dist/components/{p-4e5ff414.js → p-b390ece5.js} +3 -8
- package/dist/components/{p-4bf2bec5.js → p-df84759a.js} +1 -1
- package/dist/components/{p-0e04ed76.js → p-ea381f94.js} +1 -1
- package/dist/components/{p-6bb21551.js → p-ffbaebb1.js} +6 -7
- package/dist/components/tds-accordion-item.js +2 -2
- package/dist/components/tds-accordion.js +1 -1
- package/dist/components/tds-badge.js +1 -1
- package/dist/components/tds-banner.js +2 -2
- package/dist/components/tds-block.js +3 -7
- package/dist/components/tds-body-cell.js +1 -1
- package/dist/components/tds-breadcrumb.js +1 -1
- package/dist/components/tds-breadcrumbs.js +1 -1
- package/dist/components/tds-button.js +1 -1
- package/dist/components/tds-card.js +2 -2
- package/dist/components/tds-checkbox.js +1 -1
- package/dist/components/tds-chip.js +1 -1
- package/dist/components/tds-datetime.js +2 -2
- package/dist/components/tds-divider.js +1 -1
- package/dist/components/tds-dropdown-option.js +1 -1
- package/dist/components/tds-dropdown.js +1 -1
- package/dist/components/tds-folder-tab.js +3 -3
- package/dist/components/tds-folder-tabs.js +4 -4
- package/dist/components/tds-footer-group.js +2 -2
- package/dist/components/tds-footer-item.js +1 -1
- package/dist/components/tds-footer.js +4 -3
- package/dist/components/tds-header-brand-symbol.js +1 -1
- package/dist/components/tds-header-cell.js +3 -3
- package/dist/components/tds-header-dropdown-list-item.js +1 -1
- package/dist/components/tds-header-dropdown.js +4 -4
- package/dist/components/tds-header-hamburger.js +2 -2
- package/dist/components/tds-header-item.js +1 -1
- package/dist/components/tds-header-launcher-button.js +1 -1
- package/dist/components/tds-header-launcher-grid-item.js +1 -1
- package/dist/components/tds-header-launcher-list-item.js +1 -1
- package/dist/components/tds-header-launcher.js +5 -5
- package/dist/components/tds-icon.js +1 -1
- package/dist/components/tds-inline-tab.js +3 -3
- package/dist/components/tds-inline-tabs.js +4 -4
- package/dist/components/tds-link.js +1 -1
- package/dist/components/tds-message.js +2 -2
- package/dist/components/tds-modal.js +2 -2
- package/dist/components/tds-navigation-tab.js +3 -3
- package/dist/components/tds-navigation-tabs.js +6 -6
- package/dist/components/tds-popover-canvas.js +1 -1
- package/dist/components/tds-popover-menu-item.js +1 -1
- package/dist/components/tds-popover-menu.js +3 -7
- package/dist/components/tds-radio-button.js +2 -4
- package/dist/components/tds-side-menu-close-button.js +1 -1
- package/dist/components/tds-side-menu-collapse-button.js +1 -1
- package/dist/components/tds-side-menu-dropdown-list-item.js +1 -1
- package/dist/components/tds-side-menu-dropdown.js +2 -2
- package/dist/components/tds-side-menu-item.js +1 -1
- package/dist/components/tds-side-menu.js +1 -1
- package/dist/components/tds-slider.js +10 -18
- package/dist/components/tds-spinner.js +4 -5
- package/dist/components/tds-step.js +2 -2
- package/dist/components/tds-stepper.js +1 -1
- package/dist/components/tds-table-body-input-wrapper.js +3 -3
- package/dist/components/tds-table-body-row-expandable.js +8 -8
- package/dist/components/tds-table-body-row.js +4 -4
- package/dist/components/tds-table-body.js +1 -1
- package/dist/components/tds-table-footer.js +8 -8
- package/dist/components/tds-table-header-input-wrapper.js +3 -3
- package/dist/components/tds-table-header.js +4 -4
- package/dist/components/tds-table-toolbar.js +4 -4
- package/dist/components/tds-table.js +1 -1
- package/dist/components/tds-text-field.js +8 -11
- package/dist/components/tds-textarea.js +7 -7
- package/dist/components/tds-toast.js +5 -5
- package/dist/components/tds-toggle.js +3 -3
- package/dist/components/tds-tooltip.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/tds-accordion-item.entry.js +1 -1
- package/dist/esm/tds-accordion.entry.js +1 -1
- package/dist/esm/tds-badge.entry.js +1 -1
- package/dist/esm/tds-banner.entry.js +1 -1
- package/dist/esm/tds-block.entry.js +3 -7
- package/dist/esm/tds-body-cell.entry.js +1 -1
- package/dist/esm/tds-breadcrumb.entry.js +1 -1
- package/dist/esm/tds-breadcrumbs.entry.js +1 -1
- package/dist/esm/tds-button.entry.js +1 -1
- package/dist/esm/tds-card.entry.js +1 -1
- package/dist/esm/tds-checkbox.entry.js +1 -1
- package/dist/esm/tds-chip.entry.js +1 -1
- package/dist/esm/tds-core-header-item_2.entry.js +1 -1
- package/dist/esm/tds-datetime.entry.js +1 -1
- package/dist/esm/tds-divider.entry.js +1 -1
- package/dist/esm/tds-dropdown_2.entry.js +12 -11
- package/dist/esm/tds-folder-tab.entry.js +3 -3
- package/dist/esm/tds-folder-tabs.entry.js +3 -3
- package/dist/esm/tds-footer-group.entry.js +1 -1
- package/dist/esm/tds-footer-item.entry.js +1 -1
- package/dist/esm/tds-footer.entry.js +4 -3
- package/dist/esm/tds-header-cell.entry.js +2 -2
- package/dist/esm/tds-header-dropdown-list-item.entry.js +1 -1
- package/dist/esm/tds-header-dropdown.entry.js +1 -1
- package/dist/esm/tds-header-launcher-grid-item.entry.js +1 -1
- package/dist/esm/tds-header-launcher.entry.js +1 -1
- package/dist/esm/tds-icon.entry.js +3 -8
- package/dist/esm/tds-inline-tab.entry.js +3 -3
- package/dist/esm/tds-inline-tabs.entry.js +3 -3
- package/dist/esm/tds-link.entry.js +1 -1
- package/dist/esm/tds-message.entry.js +1 -1
- package/dist/esm/tds-modal.entry.js +1 -1
- package/dist/esm/tds-navigation-tab.entry.js +3 -3
- package/dist/esm/tds-navigation-tabs.entry.js +5 -5
- package/dist/esm/tds-popover-canvas.entry.js +1 -1
- package/dist/esm/tds-popover-menu-item.entry.js +1 -1
- package/dist/esm/tds-popover-menu.entry.js +3 -6
- package/dist/esm/tds-radio-button.entry.js +2 -4
- package/dist/esm/tds-side-menu-dropdown-list-item.entry.js +1 -1
- package/dist/esm/tds-side-menu-item.entry.js +1 -1
- package/dist/esm/tds-side-menu.entry.js +1 -1
- package/dist/esm/tds-slider.entry.js +9 -15
- package/dist/esm/tds-spinner.entry.js +3 -3
- package/dist/esm/tds-step.entry.js +1 -1
- package/dist/esm/tds-stepper.entry.js +1 -1
- package/dist/esm/tds-table-body-input-wrapper.entry.js +2 -2
- package/dist/esm/tds-table-body-row-expandable.entry.js +8 -8
- package/dist/esm/tds-table-body-row.entry.js +3 -3
- package/dist/esm/tds-table-body.entry.js +1 -1
- package/dist/esm/tds-table-footer.entry.js +4 -4
- package/dist/esm/tds-table-header-input-wrapper.entry.js +2 -2
- package/dist/esm/tds-table-header.entry.js +3 -3
- package/dist/esm/tds-table-toolbar.entry.js +3 -3
- package/dist/esm/tds-table.entry.js +1 -1
- package/dist/esm/tds-text-field.entry.js +6 -9
- package/dist/esm/tds-textarea.entry.js +5 -5
- package/dist/esm/tds-toast.entry.js +4 -4
- package/dist/esm/tds-toggle.entry.js +3 -3
- package/dist/esm/tds-tooltip.entry.js +3 -3
- package/dist/esm/tegel.js +1 -1
- package/dist/tegel/{p-39f597f5.entry.js → p-08f63e5d.entry.js} +1 -1
- package/dist/tegel/{p-e7638f10.entry.js → p-0cfe8671.entry.js} +1 -1
- package/dist/tegel/p-106e048d.entry.js +1 -0
- package/dist/tegel/{p-ba990426.entry.js → p-177386d5.entry.js} +1 -1
- package/dist/tegel/p-1c75f8a7.entry.js +1 -0
- package/dist/tegel/p-25d026a6.entry.js +1 -0
- package/dist/tegel/p-29170339.entry.js +1 -0
- package/dist/tegel/{p-f12ce132.entry.js → p-2c56421f.entry.js} +1 -1
- package/dist/tegel/p-30e23366.entry.js +1 -0
- package/dist/tegel/p-3a92d554.entry.js +1 -0
- package/dist/tegel/{p-40ae469d.entry.js → p-3ec01fb3.entry.js} +1 -1
- package/dist/tegel/p-4274d329.entry.js +1 -0
- package/dist/tegel/p-4a77edf1.entry.js +1 -0
- package/dist/tegel/p-5020a688.entry.js +1 -0
- package/dist/tegel/p-52adc30c.entry.js +1 -0
- package/dist/tegel/p-5734c6ef.entry.js +1 -0
- package/dist/tegel/{p-ceddaae5.entry.js → p-5c077bb9.entry.js} +1 -1
- package/dist/tegel/p-5dd2aac8.entry.js +1 -0
- package/dist/tegel/{p-a077836e.entry.js → p-614bcd4b.entry.js} +1 -1
- package/dist/tegel/p-614cc097.entry.js +1 -0
- package/dist/tegel/p-618d6b4f.entry.js +1 -0
- package/dist/tegel/p-61a1dc59.entry.js +1 -0
- package/dist/tegel/p-650b98bf.entry.js +1 -0
- package/dist/tegel/p-67b4b2cf.entry.js +1 -0
- package/dist/tegel/p-6a615ac1.entry.js +1 -0
- package/dist/tegel/{p-0d09f1ad.entry.js → p-6e57997e.entry.js} +1 -1
- package/dist/tegel/p-7013249b.entry.js +1 -0
- package/dist/tegel/p-72006dd7.entry.js +1 -0
- package/dist/tegel/p-83831252.entry.js +1 -0
- package/dist/tegel/p-84de314b.entry.js +1 -0
- package/dist/tegel/p-86e99fdb.entry.js +1 -0
- package/dist/tegel/{p-2718a9ce.entry.js → p-87219f00.entry.js} +1 -1
- package/dist/tegel/{p-d9b054fa.entry.js → p-8c841698.entry.js} +1 -1
- package/dist/tegel/p-942abc1e.entry.js +1 -0
- package/dist/tegel/p-9b2257f3.entry.js +1 -0
- package/dist/tegel/{p-9620b368.entry.js → p-a0591e58.entry.js} +1 -1
- package/dist/tegel/{p-b3446292.entry.js → p-ab103d0c.entry.js} +1 -1
- package/dist/tegel/{p-a333339f.entry.js → p-abad3489.entry.js} +1 -1
- package/dist/tegel/p-ae438c2e.entry.js +1 -0
- package/dist/tegel/p-aec3e4cf.entry.js +1 -0
- package/dist/tegel/p-b58194f9.entry.js +1 -0
- package/dist/tegel/p-b734b309.entry.js +1 -0
- package/dist/tegel/p-b8a33966.entry.js +1 -0
- package/dist/tegel/p-b994e7ac.entry.js +1 -0
- package/dist/tegel/p-bb1d069f.entry.js +1 -0
- package/dist/tegel/p-bcd5e06d.entry.js +1 -0
- package/dist/tegel/p-bcdf13e0.entry.js +1 -0
- package/dist/tegel/p-bd935506.entry.js +1 -0
- package/dist/tegel/p-bdc913a0.entry.js +1 -0
- package/dist/tegel/{p-c94e0062.entry.js → p-c0b26507.entry.js} +1 -1
- package/dist/tegel/p-cf1413f0.entry.js +1 -0
- package/dist/tegel/p-cf7af8f2.entry.js +1 -0
- package/dist/tegel/p-dc375d3e.entry.js +1 -0
- package/dist/tegel/p-e3c2b6b4.entry.js +1 -0
- package/dist/tegel/{p-33aa94c4.entry.js → p-eff87481.entry.js} +1 -1
- package/dist/tegel/p-f2232281.entry.js +1 -0
- package/dist/tegel/p-f4b5e80b.entry.js +1 -0
- package/dist/tegel/p-fbffe3aa.entry.js +1 -0
- package/dist/tegel/p-fe8a4544.entry.js +1 -0
- package/dist/tegel/tegel.css +7 -3
- package/dist/tegel/tegel.esm.js +1 -1
- package/dist/types/components/dropdown/dropdown-option/dropdown-option.d.ts +1 -1
- package/dist/types/components/footer/footer.d.ts +1 -0
- package/dist/types/components/popover-menu/popover-menu.d.ts +0 -2
- package/dist/types/components/slider/slider-stories-setup.d.ts +1 -37
- package/dist/types/components/slider/slider.d.ts +0 -4
- package/dist/types/components.d.ts +0 -24
- package/dist/types/types/TratonIcons.d.ts +1 -1
- package/package.json +2 -8
- package/dist/components/p-8565f800.js +0 -114
- package/dist/tegel/p-0096c98e.entry.js +0 -1
- package/dist/tegel/p-10646dec.entry.js +0 -1
- package/dist/tegel/p-17b55fa2.entry.js +0 -1
- package/dist/tegel/p-22e4a4f9.entry.js +0 -1
- package/dist/tegel/p-2e6b957c.entry.js +0 -1
- package/dist/tegel/p-38aa3ec5.entry.js +0 -1
- package/dist/tegel/p-3f039f89.entry.js +0 -1
- package/dist/tegel/p-4095d044.entry.js +0 -1
- package/dist/tegel/p-45a503af.entry.js +0 -1
- package/dist/tegel/p-5487604f.entry.js +0 -1
- package/dist/tegel/p-5bc63fd1.entry.js +0 -1
- package/dist/tegel/p-5f35ce3b.entry.js +0 -1
- package/dist/tegel/p-67f3c355.entry.js +0 -1
- package/dist/tegel/p-6a20c0b8.entry.js +0 -1
- package/dist/tegel/p-72b2067a.entry.js +0 -1
- package/dist/tegel/p-77861e4c.entry.js +0 -1
- package/dist/tegel/p-7aaaeb32.entry.js +0 -1
- package/dist/tegel/p-80ce20cc.entry.js +0 -1
- package/dist/tegel/p-84d8c038.entry.js +0 -1
- package/dist/tegel/p-8bcc772f.entry.js +0 -1
- package/dist/tegel/p-8efd9d9a.entry.js +0 -1
- package/dist/tegel/p-93d3ea90.entry.js +0 -1
- package/dist/tegel/p-9572319f.entry.js +0 -1
- package/dist/tegel/p-9990cba2.entry.js +0 -1
- package/dist/tegel/p-9db54bd1.entry.js +0 -1
- package/dist/tegel/p-a1a335f8.entry.js +0 -1
- package/dist/tegel/p-a2f84e4a.entry.js +0 -1
- package/dist/tegel/p-b02b13ee.entry.js +0 -1
- package/dist/tegel/p-bb115b00.entry.js +0 -1
- package/dist/tegel/p-c0c68796.entry.js +0 -1
- package/dist/tegel/p-c1ff5218.entry.js +0 -1
- package/dist/tegel/p-c6e76ba8.entry.js +0 -1
- package/dist/tegel/p-c79386a0.entry.js +0 -1
- package/dist/tegel/p-cb83b852.entry.js +0 -1
- package/dist/tegel/p-d0d2efb5.entry.js +0 -1
- package/dist/tegel/p-d1b356d5.entry.js +0 -1
- package/dist/tegel/p-d75d632d.entry.js +0 -1
- package/dist/tegel/p-db46db63.entry.js +0 -1
- package/dist/tegel/p-ec395ccd.entry.js +0 -1
- package/dist/tegel/p-f1b0f4f6.entry.js +0 -1
- package/dist/tegel/p-f5c24e0b.entry.js +0 -1
- package/dist/tegel/p-f8cc59e0.entry.js +0 -1
- package/dist/tegel/p-f9b30e56.entry.js +0 -1
- package/dist/tegel/p-fe51bbbb.entry.js +0 -1
- package/dist-styles/core.css +0 -5834
- package/dist-styles/scania-variables.css +0 -1720
- package/dist-styles/scania.css +0 -7555
- package/dist-styles/traton-variables.css +0 -896
- package/dist-styles/traton.css +0 -6731
|
@@ -1,1720 +0,0 @@
|
|
|
1
|
-
/* Global variables. Needed for local assets path. */
|
|
2
|
-
/* Scania primitive tokens */
|
|
3
|
-
/**
|
|
4
|
-
* Do not edit directly, this file was auto-generated.
|
|
5
|
-
*/
|
|
6
|
-
:root {
|
|
7
|
-
--scania-color-transparent-200: rgba(48, 60, 97, 0.17);
|
|
8
|
-
--scania-color-transparent-250: rgba(58, 81, 124, 0.35);
|
|
9
|
-
--scania-color-transparent-350: rgba(7, 39, 88, 0.5);
|
|
10
|
-
--scania-color-transparent-500: rgba(10, 40, 80, 0.64);
|
|
11
|
-
--scania-color-transparent-650: rgba(4, 21, 48, 0.72);
|
|
12
|
-
--scania-color-transparent-750: rgba(13, 23, 39, 0.86);
|
|
13
|
-
--scania-color-transparent-950: #0e1013;
|
|
14
|
-
--scania-color-transparent-inverse-50: #f6f7f9;
|
|
15
|
-
--scania-color-transparent-inverse-200: rgba(233, 240, 252, 0.88);
|
|
16
|
-
--scania-color-transparent-inverse-250: rgba(219, 230, 248, 0.8);
|
|
17
|
-
--scania-color-transparent-inverse-300: rgba(195, 216, 247, 0.72);
|
|
18
|
-
--scania-color-transparent-inverse-400: rgba(170, 201, 246, 0.6);
|
|
19
|
-
--scania-color-transparent-inverse-500: rgba(174, 208, 255, 0.49);
|
|
20
|
-
--scania-color-transparent-inverse-600: rgba(164, 199, 245, 0.4);
|
|
21
|
-
--scania-color-transparent-scrim-light: rgba(0, 0, 0, 0.4);
|
|
22
|
-
--scania-color-transparent-scrim-dark: rgba(0, 0, 0, 0.6);
|
|
23
|
-
--scania-color-transparent-invisible-light: rgba(255, 255, 255, 0);
|
|
24
|
-
--scania-color-transparent-invisible-dark: rgba(0, 0, 0, 0);
|
|
25
|
-
--scania-color-transparent-shadow-100: rgba(0, 0, 0, 0.1);
|
|
26
|
-
--scania-color-transparent-shadow-150: rgba(0, 0, 0, 0.15);
|
|
27
|
-
--scania-color-transparent-shadow-200: rgba(0, 0, 0, 0.2);
|
|
28
|
-
--scania-color-transparent-shadow-250: rgba(0, 0, 0, 0.25);
|
|
29
|
-
--scania-color-transparent-shadow-350: rgba(0, 0, 0, 0.35);
|
|
30
|
-
--scania-color-blue-50: #d8dde5;
|
|
31
|
-
--scania-color-blue-100: #bacde8;
|
|
32
|
-
--scania-color-blue-200: #87afe8;
|
|
33
|
-
--scania-color-blue-300: #4a89f3;
|
|
34
|
-
--scania-color-blue-400: #2a6ecf;
|
|
35
|
-
--scania-color-blue-500: #2058a8;
|
|
36
|
-
--scania-color-blue-600: #16417f;
|
|
37
|
-
--scania-color-blue-700: #0f3263;
|
|
38
|
-
--scania-color-blue-800: #041e42;
|
|
39
|
-
--scania-color-blue-900: #001533;
|
|
40
|
-
--scania-color-red-50: #ffdfe3;
|
|
41
|
-
--scania-color-red-100: #ffb9b8;
|
|
42
|
-
--scania-color-red-200: #fc8a88;
|
|
43
|
-
--scania-color-red-300: #ea4851;
|
|
44
|
-
--scania-color-red-400: #d1001b;
|
|
45
|
-
--scania-color-red-500: #b20018;
|
|
46
|
-
--scania-color-red-600: #8a0012;
|
|
47
|
-
--scania-color-red-700: #6c0011;
|
|
48
|
-
--scania-color-red-800: #480008;
|
|
49
|
-
--scania-color-red-900: #350004;
|
|
50
|
-
--scania-color-green-50: #d3eee7;
|
|
51
|
-
--scania-color-green-100: #9bd9c2;
|
|
52
|
-
--scania-color-green-200: #65bda5;
|
|
53
|
-
--scania-color-green-300: #009e7e;
|
|
54
|
-
--scania-color-green-400: #008064;
|
|
55
|
-
--scania-color-green-500: #00664f;
|
|
56
|
-
--scania-color-green-600: #004c3b;
|
|
57
|
-
--scania-color-green-700: #0a382e;
|
|
58
|
-
--scania-color-green-800: #00251b;
|
|
59
|
-
--scania-color-green-900: #001a12;
|
|
60
|
-
--scania-color-yellow-50: #f9eec3;
|
|
61
|
-
--scania-color-yellow-100: #f8e596;
|
|
62
|
-
--scania-color-yellow-200: #f4d65d;
|
|
63
|
-
--scania-color-yellow-300: #f1c21b;
|
|
64
|
-
--scania-color-yellow-400: #eaad06;
|
|
65
|
-
--scania-color-yellow-500: #b87c14;
|
|
66
|
-
--scania-color-yellow-600: #975717;
|
|
67
|
-
--scania-color-yellow-700: #6b3b10;
|
|
68
|
-
--scania-color-yellow-800: #4d260a;
|
|
69
|
-
--scania-color-yellow-900: #361b07;
|
|
70
|
-
--scania-color-grey-50: #f6f7f9;
|
|
71
|
-
--scania-color-grey-100: #edeff3;
|
|
72
|
-
--scania-color-grey-150: #e0e5eb;
|
|
73
|
-
--scania-color-grey-200: #d1d7e0;
|
|
74
|
-
--scania-color-grey-250: #b4becd;
|
|
75
|
-
--scania-color-grey-300: #93a2b7;
|
|
76
|
-
--scania-color-grey-350: #7e90a9;
|
|
77
|
-
--scania-color-grey-400: #6e829f;
|
|
78
|
-
--scania-color-grey-500: #5f728c;
|
|
79
|
-
--scania-color-grey-600: #4e5e75;
|
|
80
|
-
--scania-color-grey-650: #475467;
|
|
81
|
-
--scania-color-grey-700: #3a4554;
|
|
82
|
-
--scania-color-grey-750: #2d3643;
|
|
83
|
-
--scania-color-grey-800: #242c37;
|
|
84
|
-
--scania-color-grey-850: #1c222b;
|
|
85
|
-
--scania-color-grey-900: #15181d;
|
|
86
|
-
--scania-color-grey-950: #0e1013;
|
|
87
|
-
--scania-color-grey-1000: #000;
|
|
88
|
-
--scania-color-grey-00: #fff;
|
|
89
|
-
--scania-font-family-display: scania sans headline;
|
|
90
|
-
--scania-font-family-default: scania sans;
|
|
91
|
-
--scania-font-family-semi-condensed: scania sans semi condensed;
|
|
92
|
-
--scania-font-weight-regular: 400;
|
|
93
|
-
--scania-font-weight-bold: 700;
|
|
94
|
-
--scania-unit-0: 0;
|
|
95
|
-
--scania-unit-1: 1px;
|
|
96
|
-
--scania-unit-2: 2px;
|
|
97
|
-
--scania-unit-4: 4px;
|
|
98
|
-
--scania-unit-8: 8px;
|
|
99
|
-
--scania-unit-12: 12px;
|
|
100
|
-
--scania-unit-16: 16px;
|
|
101
|
-
--scania-unit-20: 20px;
|
|
102
|
-
--scania-unit-24: 24px;
|
|
103
|
-
--scania-unit-32: 32px;
|
|
104
|
-
--scania-unit-40: 40px;
|
|
105
|
-
--scania-unit-48: 48px;
|
|
106
|
-
--scania-unit-56: 56px;
|
|
107
|
-
--scania-unit-64: 64px;
|
|
108
|
-
--scania-unit-80: 80px;
|
|
109
|
-
--scania-unit-96: 96px;
|
|
110
|
-
--scania-unit-120: 120px;
|
|
111
|
-
--scania-unit-9999: 9999px;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
/* Scania color tokens */
|
|
115
|
-
/**
|
|
116
|
-
* Do not edit directly, this file was auto-generated.
|
|
117
|
-
*/
|
|
118
|
-
:root,
|
|
119
|
-
.tds-mode-light,
|
|
120
|
-
.scania .tds-mode-light {
|
|
121
|
-
--color-background-base: var(--scania-color-grey-00);
|
|
122
|
-
--color-background-accent-primary-default: var(--scania-color-blue-600);
|
|
123
|
-
--color-background-accent-primary-disabled: var(--scania-color-grey-50);
|
|
124
|
-
--color-background-accent-primary-hover: var(--scania-color-blue-500);
|
|
125
|
-
--color-background-accent-primary-pressed: var(--scania-color-blue-700);
|
|
126
|
-
--color-background-accent-primary-focus: var(--scania-color-blue-400);
|
|
127
|
-
--color-background-accent-primary-inverse-default: var(--scania-color-blue-400);
|
|
128
|
-
--color-background-accent-primary-inverse-hover: var(--scania-color-blue-500);
|
|
129
|
-
--color-background-accent-primary-inverse-pressed: var(--scania-color-blue-300);
|
|
130
|
-
--color-background-accent-primary-inverse-focus: var(--scania-color-blue-600);
|
|
131
|
-
--color-background-accent-primary-inverse-disabled: var(--scania-color-grey-850);
|
|
132
|
-
--color-background-accent-danger-default: var(--scania-color-red-400);
|
|
133
|
-
--color-background-accent-danger-hover: var(--scania-color-red-600);
|
|
134
|
-
--color-background-accent-danger-pressed: var(--scania-color-red-700);
|
|
135
|
-
--color-background-accent-danger-focus: var(--scania-color-red-400);
|
|
136
|
-
--color-background-accent-danger-disabled: var(--scania-color-grey-50);
|
|
137
|
-
--color-background-layer-01: var(--scania-color-grey-50);
|
|
138
|
-
--color-background-layer-02: var(--scania-color-grey-00);
|
|
139
|
-
--color-background-layer-03: var(--scania-color-grey-50);
|
|
140
|
-
--color-background-overlay: var(--scania-color-transparent-scrim-light);
|
|
141
|
-
--color-background-inverse-base: var(--scania-color-grey-950);
|
|
142
|
-
--color-background-inverse-layer-01: var(--scania-color-grey-900);
|
|
143
|
-
--color-background-inverse-layer-02: var(--scania-color-grey-850);
|
|
144
|
-
--color-background-inverse-layer-03: var(--scania-color-grey-800);
|
|
145
|
-
--color-background-inverse-top: var(--scania-color-grey-900);
|
|
146
|
-
--color-background-inverse-overlay: var(--scania-color-transparent-scrim-light);
|
|
147
|
-
--color-background-surface-100: var(--scania-color-grey-100);
|
|
148
|
-
--color-background-surface-200: var(--scania-color-grey-150);
|
|
149
|
-
--color-background-surface-300: var(--scania-color-grey-200);
|
|
150
|
-
--color-background-surface-400: var(--scania-color-grey-250);
|
|
151
|
-
--color-background-surface-500: var(--scania-color-grey-350);
|
|
152
|
-
--color-background-surface-600: var(--scania-color-grey-600);
|
|
153
|
-
--color-background-surface-700: var(--scania-color-grey-700);
|
|
154
|
-
--color-background-surface-800: var(--scania-color-grey-750);
|
|
155
|
-
--color-background-surface-900: var(--scania-color-grey-800);
|
|
156
|
-
--color-background-surface-1000: var(--scania-color-grey-850);
|
|
157
|
-
--color-background-top: var(--scania-color-grey-00);
|
|
158
|
-
--color-system-warning-default: var(--scania-color-yellow-500);
|
|
159
|
-
--color-system-warning-discrete: var(--scania-color-yellow-50);
|
|
160
|
-
--color-system-warning-strong: var(--scania-color-yellow-900);
|
|
161
|
-
--color-system-warning-defined: var(--scania-color-yellow-600);
|
|
162
|
-
--color-system-warning-subtle: var(--scania-color-yellow-400);
|
|
163
|
-
--color-system-success-default: var(--scania-color-green-300);
|
|
164
|
-
--color-system-success-discrete: var(--scania-color-green-50);
|
|
165
|
-
--color-system-success-strong: var(--scania-color-green-800);
|
|
166
|
-
--color-system-success-defined: var(--scania-color-green-500);
|
|
167
|
-
--color-system-success-subtle: var(--scania-color-green-200);
|
|
168
|
-
--color-system-info-default: var(--scania-color-blue-400);
|
|
169
|
-
--color-system-info-discrete: var(--scania-color-blue-50);
|
|
170
|
-
--color-system-info-strong: var(--scania-color-blue-800);
|
|
171
|
-
--color-system-info-defined: var(--scania-color-blue-600);
|
|
172
|
-
--color-system-info-subtle: var(--scania-color-blue-300);
|
|
173
|
-
--color-system-danger-default: var(--scania-color-red-400);
|
|
174
|
-
--color-system-danger-discrete: var(--scania-color-red-50);
|
|
175
|
-
--color-system-danger-strong: var(--scania-color-red-800);
|
|
176
|
-
--color-system-danger-defined: var(--scania-color-red-500);
|
|
177
|
-
--color-system-danger-subtle: var(--scania-color-red-300);
|
|
178
|
-
--color-foreground-text-accent-default: var(--scania-color-blue-400);
|
|
179
|
-
--color-foreground-text-accent-brand: var(--scania-color-grey-00);
|
|
180
|
-
--color-foreground-text-accent-brand-inverse: var(--scania-color-grey-950);
|
|
181
|
-
--color-foreground-text-accent-visited: var(--scania-color-blue-700);
|
|
182
|
-
--color-foreground-text-strong: var(--scania-color-transparent-950);
|
|
183
|
-
--color-foreground-text-defined: var(--scania-color-transparent-650);
|
|
184
|
-
--color-foreground-text-subtle: var(--scania-color-transparent-350);
|
|
185
|
-
--color-foreground-text-inverse-strong: var(--scania-color-transparent-inverse-50);
|
|
186
|
-
--color-foreground-text-inverse-soft: var(--scania-color-transparent-inverse-300);
|
|
187
|
-
--color-foreground-text-inverse-subtle: var(--scania-color-transparent-inverse-400);
|
|
188
|
-
--color-foreground-text-inverse-defined: var(--scania-color-transparent-inverse-200);
|
|
189
|
-
--color-foreground-text-inverse-disabled: var(--scania-color-transparent-inverse-500);
|
|
190
|
-
--color-foreground-text-inverse-brand: var(--scania-color-grey-00);
|
|
191
|
-
--color-foreground-text-brand: var(--scania-color-blue-800);
|
|
192
|
-
--color-foreground-text-disabled: var(--scania-color-transparent-250);
|
|
193
|
-
--color-foreground-text-soft: var(--scania-color-transparent-500);
|
|
194
|
-
--color-foreground-border-inverse-strong: var(--scania-color-transparent-inverse-50);
|
|
195
|
-
--color-foreground-border-inverse-soft: var(--scania-color-transparent-inverse-300);
|
|
196
|
-
--color-foreground-border-inverse-subtle: var(--scania-color-transparent-inverse-400);
|
|
197
|
-
--color-foreground-border-inverse-discrete: var(--scania-color-transparent-inverse-600);
|
|
198
|
-
--color-foreground-border-inverse-defined: var(--scania-color-transparent-inverse-200);
|
|
199
|
-
--color-foreground-border-inverse-disabled: var(--scania-color-transparent-inverse-500);
|
|
200
|
-
--color-foreground-border-strong: var(--scania-color-transparent-950);
|
|
201
|
-
--color-foreground-border-soft: var(--scania-color-transparent-500);
|
|
202
|
-
--color-foreground-border-subtle: var(--scania-color-transparent-350);
|
|
203
|
-
--color-foreground-border-discrete: var(--scania-color-transparent-200);
|
|
204
|
-
--color-foreground-border-accent-link: var(--scania-color-blue-400);
|
|
205
|
-
--color-foreground-border-accent-focus: var(--scania-color-blue-400);
|
|
206
|
-
--color-foreground-border-defined: var(--scania-color-transparent-650);
|
|
207
|
-
--color-foreground-border-disabled: var(--scania-color-transparent-250);
|
|
208
|
-
--color-foreground-icon-strong: var(--scania-color-transparent-950);
|
|
209
|
-
--color-foreground-icon-defined: var(--scania-color-transparent-650);
|
|
210
|
-
--color-foreground-icon-soft: var(--scania-color-transparent-500);
|
|
211
|
-
--color-foreground-icon-subtle: var(--scania-color-transparent-350);
|
|
212
|
-
--color-foreground-icon-disabled: var(--scania-color-transparent-250);
|
|
213
|
-
--color-foreground-icon-discrete: var(--scania-color-transparent-200);
|
|
214
|
-
--color-foreground-icon-inverse-strong: var(--scania-color-transparent-inverse-50);
|
|
215
|
-
--color-foreground-icon-inverse-defined: var(--scania-color-transparent-inverse-200);
|
|
216
|
-
--color-foreground-icon-inverse-soft: var(--scania-color-transparent-inverse-300);
|
|
217
|
-
--color-foreground-icon-inverse-subtle: var(--scania-color-transparent-inverse-400);
|
|
218
|
-
--color-foreground-icon-inverse-disabled: var(--scania-color-transparent-inverse-500);
|
|
219
|
-
--color-foreground-icon-inverse-discrete: var(--scania-color-transparent-inverse-600);
|
|
220
|
-
--color-foreground-icon-accent-default: var(--scania-color-blue-400);
|
|
221
|
-
--color-foreground-icon-accent-visited: var(--scania-color-blue-700);
|
|
222
|
-
--color-foreground-icon-accent-brand: var(--scania-color-grey-00);
|
|
223
|
-
--color-foreground-icon-accent-brand-inverse: var(--scania-color-grey-950);
|
|
224
|
-
--color-brand-neutral-white: var(--scania-color-grey-00);
|
|
225
|
-
--color-brand-neutral-black: var(--scania-color-grey-1000);
|
|
226
|
-
--color-brand-primary-50: var(--scania-color-blue-50);
|
|
227
|
-
--color-brand-primary-100: var(--scania-color-blue-100);
|
|
228
|
-
--color-brand-primary-200: var(--scania-color-blue-200);
|
|
229
|
-
--color-brand-primary-300: var(--scania-color-blue-300);
|
|
230
|
-
--color-brand-primary-400: var(--scania-color-blue-400);
|
|
231
|
-
--color-brand-primary-500: var(--scania-color-blue-500);
|
|
232
|
-
--color-brand-primary-600: var(--scania-color-blue-600);
|
|
233
|
-
--color-brand-primary-700: var(--scania-color-blue-700);
|
|
234
|
-
--color-brand-primary-800: var(--scania-color-blue-800);
|
|
235
|
-
--color-brand-primary-900: var(--scania-color-blue-900);
|
|
236
|
-
--color-brand-secondary-50: var(--scania-color-red-50);
|
|
237
|
-
--color-brand-secondary-100: var(--scania-color-red-100);
|
|
238
|
-
--color-brand-secondary-200: var(--scania-color-red-200);
|
|
239
|
-
--color-brand-secondary-300: var(--scania-color-red-300);
|
|
240
|
-
--color-brand-secondary-400: var(--scania-color-red-400);
|
|
241
|
-
--color-brand-secondary-500: var(--scania-color-red-500);
|
|
242
|
-
--color-brand-secondary-600: var(--scania-color-red-600);
|
|
243
|
-
--color-brand-secondary-700: var(--scania-color-red-700);
|
|
244
|
-
--color-brand-secondary-800: var(--scania-color-red-800);
|
|
245
|
-
--color-brand-secondary-900: var(--scania-color-red-900);
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
/**
|
|
249
|
-
* Do not edit directly, this file was auto-generated.
|
|
250
|
-
*/
|
|
251
|
-
.tds-mode-dark,
|
|
252
|
-
.scania .tds-mode-dark {
|
|
253
|
-
--color-background-base: var(--scania-color-grey-950);
|
|
254
|
-
--color-background-accent-primary-default: var(--scania-color-blue-400);
|
|
255
|
-
--color-background-accent-primary-disabled: var(--scania-color-grey-850);
|
|
256
|
-
--color-background-accent-primary-hover: var(--scania-color-blue-500);
|
|
257
|
-
--color-background-accent-primary-pressed: var(--scania-color-blue-300);
|
|
258
|
-
--color-background-accent-primary-focus: var(--scania-color-blue-600);
|
|
259
|
-
--color-background-accent-primary-inverse-default: var(--scania-color-blue-600);
|
|
260
|
-
--color-background-accent-primary-inverse-hover: var(--scania-color-blue-500);
|
|
261
|
-
--color-background-accent-primary-inverse-pressed: var(--scania-color-blue-700);
|
|
262
|
-
--color-background-accent-primary-inverse-focus: var(--scania-color-blue-400);
|
|
263
|
-
--color-background-accent-primary-inverse-disabled: var(--scania-color-grey-50);
|
|
264
|
-
--color-background-accent-danger-default: var(--scania-color-red-400);
|
|
265
|
-
--color-background-accent-danger-hover: var(--scania-color-red-600);
|
|
266
|
-
--color-background-accent-danger-pressed: var(--scania-color-red-700);
|
|
267
|
-
--color-background-accent-danger-focus: var(--scania-color-red-400);
|
|
268
|
-
--color-background-accent-danger-disabled: var(--scania-color-grey-900);
|
|
269
|
-
--color-background-layer-01: var(--scania-color-grey-900);
|
|
270
|
-
--color-background-layer-02: var(--scania-color-grey-850);
|
|
271
|
-
--color-background-layer-03: var(--scania-color-grey-800);
|
|
272
|
-
--color-background-overlay: var(--scania-color-transparent-scrim-dark);
|
|
273
|
-
--color-background-inverse-base: var(--scania-color-grey-00);
|
|
274
|
-
--color-background-inverse-layer-01: var(--scania-color-grey-50);
|
|
275
|
-
--color-background-inverse-layer-02: var(--scania-color-grey-00);
|
|
276
|
-
--color-background-inverse-layer-03: var(--scania-color-grey-50);
|
|
277
|
-
--color-background-inverse-top: var(--scania-color-grey-00);
|
|
278
|
-
--color-background-inverse-overlay: var(--scania-color-transparent-scrim-dark);
|
|
279
|
-
--color-background-surface-100: var(--scania-color-grey-850);
|
|
280
|
-
--color-background-surface-200: var(--scania-color-grey-800);
|
|
281
|
-
--color-background-surface-300: var(--scania-color-grey-750);
|
|
282
|
-
--color-background-surface-400: var(--scania-color-grey-700);
|
|
283
|
-
--color-background-surface-500: var(--scania-color-grey-600);
|
|
284
|
-
--color-background-surface-600: var(--scania-color-grey-350);
|
|
285
|
-
--color-background-surface-700: var(--scania-color-grey-250);
|
|
286
|
-
--color-background-surface-800: var(--scania-color-grey-200);
|
|
287
|
-
--color-background-surface-900: var(--scania-color-grey-150);
|
|
288
|
-
--color-background-surface-1000: var(--scania-color-grey-100);
|
|
289
|
-
--color-background-top: var(--scania-color-grey-900);
|
|
290
|
-
--color-system-warning-default: var(--traton-color-yellow-300);
|
|
291
|
-
--color-system-warning-discrete: var(--scania-color-yellow-800);
|
|
292
|
-
--color-system-warning-strong: var(--traton-color-yellow-50);
|
|
293
|
-
--color-system-warning-defined: var(--scania-color-yellow-100);
|
|
294
|
-
--color-system-warning-subtle: var(--scania-color-yellow-400);
|
|
295
|
-
--color-system-success-default: var(--scania-color-green-200);
|
|
296
|
-
--color-system-success-discrete: var(--scania-color-green-700);
|
|
297
|
-
--color-system-success-strong: var(--scania-color-green-50);
|
|
298
|
-
--color-system-success-defined: var(--scania-color-green-100);
|
|
299
|
-
--color-system-success-subtle: var(--scania-color-green-300);
|
|
300
|
-
--color-system-info-default: var(--scania-color-blue-300);
|
|
301
|
-
--color-system-info-discrete: var(--scania-color-blue-700);
|
|
302
|
-
--color-system-info-strong: var(--scania-color-blue-50);
|
|
303
|
-
--color-system-info-defined: var(--scania-color-blue-200);
|
|
304
|
-
--color-system-info-subtle: var(--scania-color-blue-400);
|
|
305
|
-
--color-system-danger-default: var(--scania-color-red-300);
|
|
306
|
-
--color-system-danger-discrete: var(--scania-color-red-800);
|
|
307
|
-
--color-system-danger-strong: var(--scania-color-red-50);
|
|
308
|
-
--color-system-danger-defined: var(--scania-color-red-100);
|
|
309
|
-
--color-system-danger-subtle: var(--scania-color-red-400);
|
|
310
|
-
--color-foreground-text-accent-default: var(--scania-color-blue-300);
|
|
311
|
-
--color-foreground-text-accent-brand: var(--scania-color-grey-00);
|
|
312
|
-
--color-foreground-text-accent-brand-inverse: var(--scania-color-grey-00);
|
|
313
|
-
--color-foreground-text-accent-visited: var(--scania-color-blue-100);
|
|
314
|
-
--color-foreground-text-strong: var(--scania-color-transparent-inverse-50);
|
|
315
|
-
--color-foreground-text-defined: var(--scania-color-transparent-inverse-200);
|
|
316
|
-
--color-foreground-text-subtle: var(--scania-color-transparent-inverse-400);
|
|
317
|
-
--color-foreground-text-inverse-strong: var(--scania-color-transparent-950);
|
|
318
|
-
--color-foreground-text-inverse-soft: var(--scania-color-transparent-500);
|
|
319
|
-
--color-foreground-text-inverse-subtle: var(--scania-color-transparent-350);
|
|
320
|
-
--color-foreground-text-inverse-defined: var(--scania-color-transparent-650);
|
|
321
|
-
--color-foreground-text-inverse-disabled: var(--scania-color-transparent-250);
|
|
322
|
-
--color-foreground-text-inverse-brand: var(--scania-color-blue-800);
|
|
323
|
-
--color-foreground-text-brand: var(--scania-color-grey-00);
|
|
324
|
-
--color-foreground-text-disabled: var(--scania-color-transparent-inverse-500);
|
|
325
|
-
--color-foreground-text-soft: var(--scania-color-transparent-inverse-300);
|
|
326
|
-
--color-foreground-border-inverse-strong: var(--scania-color-transparent-950);
|
|
327
|
-
--color-foreground-border-inverse-soft: var(--scania-color-transparent-500);
|
|
328
|
-
--color-foreground-border-inverse-subtle: var(--scania-color-transparent-350);
|
|
329
|
-
--color-foreground-border-inverse-discrete: var(--scania-color-transparent-200);
|
|
330
|
-
--color-foreground-border-inverse-defined: var(--scania-color-transparent-650);
|
|
331
|
-
--color-foreground-border-inverse-disabled: var(--scania-color-transparent-250);
|
|
332
|
-
--color-foreground-border-strong: var(--scania-color-transparent-inverse-50);
|
|
333
|
-
--color-foreground-border-soft: var(--scania-color-transparent-inverse-300);
|
|
334
|
-
--color-foreground-border-subtle: var(--scania-color-transparent-inverse-400);
|
|
335
|
-
--color-foreground-border-discrete: var(--scania-color-transparent-inverse-600);
|
|
336
|
-
--color-foreground-border-accent-link: var(--scania-color-blue-300);
|
|
337
|
-
--color-foreground-border-accent-focus: var(--scania-color-blue-300);
|
|
338
|
-
--color-foreground-border-defined: var(--scania-color-transparent-inverse-200);
|
|
339
|
-
--color-foreground-border-disabled: var(--scania-color-transparent-inverse-500);
|
|
340
|
-
--color-foreground-icon-strong: var(--scania-color-transparent-inverse-50);
|
|
341
|
-
--color-foreground-icon-defined: var(--scania-color-transparent-inverse-200);
|
|
342
|
-
--color-foreground-icon-soft: var(--scania-color-transparent-inverse-300);
|
|
343
|
-
--color-foreground-icon-subtle: var(--scania-color-transparent-inverse-400);
|
|
344
|
-
--color-foreground-icon-disabled: var(--scania-color-transparent-inverse-500);
|
|
345
|
-
--color-foreground-icon-discrete: var(--scania-color-transparent-inverse-600);
|
|
346
|
-
--color-foreground-icon-inverse-strong: var(--scania-color-transparent-950);
|
|
347
|
-
--color-foreground-icon-inverse-defined: var(--scania-color-transparent-650);
|
|
348
|
-
--color-foreground-icon-inverse-soft: var(--scania-color-transparent-500);
|
|
349
|
-
--color-foreground-icon-inverse-subtle: var(--scania-color-transparent-350);
|
|
350
|
-
--color-foreground-icon-inverse-disabled: var(--scania-color-transparent-250);
|
|
351
|
-
--color-foreground-icon-inverse-discrete: var(--scania-color-transparent-200);
|
|
352
|
-
--color-foreground-icon-accent-default: var(--scania-color-blue-300);
|
|
353
|
-
--color-foreground-icon-accent-visited: var(--scania-color-blue-100);
|
|
354
|
-
--color-foreground-icon-accent-brand: var(--scania-color-grey-00);
|
|
355
|
-
--color-foreground-icon-accent-brand-inverse: var(--scania-color-grey-00);
|
|
356
|
-
--color-brand-neutral-white: var(--scania-color-grey-00);
|
|
357
|
-
--color-brand-neutral-black: var(--scania-color-grey-1000);
|
|
358
|
-
--color-brand-primary-50: var(--scania-color-blue-50);
|
|
359
|
-
--color-brand-primary-100: var(--scania-color-blue-100);
|
|
360
|
-
--color-brand-primary-200: var(--scania-color-blue-200);
|
|
361
|
-
--color-brand-primary-300: var(--scania-color-blue-300);
|
|
362
|
-
--color-brand-primary-400: var(--scania-color-blue-400);
|
|
363
|
-
--color-brand-primary-500: var(--scania-color-blue-500);
|
|
364
|
-
--color-brand-primary-600: var(--scania-color-blue-600);
|
|
365
|
-
--color-brand-primary-700: var(--scania-color-blue-700);
|
|
366
|
-
--color-brand-primary-800: var(--scania-color-blue-800);
|
|
367
|
-
--color-brand-primary-900: var(--scania-color-blue-900);
|
|
368
|
-
--color-brand-secondary-50: var(--scania-color-red-50);
|
|
369
|
-
--color-brand-secondary-100: var(--scania-color-red-100);
|
|
370
|
-
--color-brand-secondary-200: var(--scania-color-red-200);
|
|
371
|
-
--color-brand-secondary-300: var(--scania-color-red-300);
|
|
372
|
-
--color-brand-secondary-400: var(--scania-color-red-400);
|
|
373
|
-
--color-brand-secondary-500: var(--scania-color-red-500);
|
|
374
|
-
--color-brand-secondary-600: var(--scania-color-red-600);
|
|
375
|
-
--color-brand-secondary-700: var(--scania-color-red-700);
|
|
376
|
-
--color-brand-secondary-800: var(--scania-color-red-800);
|
|
377
|
-
--color-brand-secondary-900: var(--scania-color-red-900);
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
/* Scania dimension tokens */
|
|
381
|
-
/**
|
|
382
|
-
* Do not edit directly, this file was auto-generated.
|
|
383
|
-
*/
|
|
384
|
-
.scania {
|
|
385
|
-
--dimension-space-tiny: var(--scania-unit-4);
|
|
386
|
-
--dimension-space-small: var(--scania-unit-16);
|
|
387
|
-
--dimension-space-medium: var(--scania-unit-24);
|
|
388
|
-
--dimension-space-large: var(--scania-unit-48);
|
|
389
|
-
--dimension-space-huge: var(--scania-unit-80);
|
|
390
|
-
--dimension-radius-for-surface-clickable: var(--scania-unit-4);
|
|
391
|
-
--dimension-radius-for-surface-field: var(--scania-unit-4);
|
|
392
|
-
--dimension-radius-for-surface-inverse: var(--scania-unit-9999);
|
|
393
|
-
--dimension-radius-narrow: var(--scania-unit-4);
|
|
394
|
-
--dimension-radius-soft: var(--scania-unit-8);
|
|
395
|
-
--dimension-radius-rounded: var(--scania-unit-32);
|
|
396
|
-
--dimension-radius-circle: var(--scania-unit-9999);
|
|
397
|
-
--dimension-radius-for-area-large: var(--scania-unit-16);
|
|
398
|
-
--dimension-radius-for-area-small: var(--scania-unit-2);
|
|
399
|
-
--dimension-radius-focus-width: var(--traton-unit-2);
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
/* Scania logotype tokens */
|
|
403
|
-
:root,
|
|
404
|
-
html {
|
|
405
|
-
--tds-background-image-scania-wordmark-png-local: url(../dist/tegel/assets/logos/scania/scania-wordmark.png);
|
|
406
|
-
--tds-background-image-scania-wordmark-svg-local: url(../dist/tegel/assets/logos/scania/scania-wordmark.svg);
|
|
407
|
-
--tds-background-image-scania-wordmark-white-png-local: url(../dist/tegel/assets/logos/scania/scania-wordmark-white.png);
|
|
408
|
-
--tds-background-image-scania-wordmark-white-svg-local: url(../dist/tegel/assets/logos/scania/scania-wordmark-white.svg);
|
|
409
|
-
--tds-background-image-scania-symbol-png-local: url(../dist/tegel/assets/logos/scania/scania-symbol.png);
|
|
410
|
-
--tds-background-image-scania-symbol-svg-local: url(../dist/tegel/assets/logos/scania/scania-symbol.svg);
|
|
411
|
-
--tds-background-image-scania-logotype-png-local: url(../dist/tegel/assets/logos/scania/scania-logotype.png);
|
|
412
|
-
--tds-background-image-scania-logotype-svg-local: url(../dist/tegel/assets/logos/scania/scania-logotype.svg);
|
|
413
|
-
--tds-background-image-scania-wordmark-png: url(https://cdn.digitaldesign.scania.com/logotype/multibrand/scania/scania-wordmark.png);
|
|
414
|
-
--tds-background-image-scania-wordmark-svg: url(https://cdn.digitaldesign.scania.com/logotype/multibrand/scania/scania-wordmark.svg);
|
|
415
|
-
--tds-background-image-scania-wordmark-white-png: url(https://cdn.digitaldesign.scania.com/logotype/multibrand/scania/scania-wordmark-white.png);
|
|
416
|
-
--tds-background-image-scania-wordmark-white-svg: url(https://cdn.digitaldesign.scania.com/logotype/multibrand/scania/scania-wordmark-white.svg);
|
|
417
|
-
--tds-background-image-scania-symbol-png: url(https://cdn.digitaldesign.scania.com/logotype/multibrand/scania/scania-symbol.png);
|
|
418
|
-
--tds-background-image-scania-symbol-svg: url(https://cdn.digitaldesign.scania.com/logotype/multibrand/scania/scania-symbol.svg);
|
|
419
|
-
--tds-background-image-scania-logotype-png: url(https://cdn.digitaldesign.scania.com/logotype/multibrand/scania/scania-logotype.png);
|
|
420
|
-
--tds-background-image-scania-logotype-svg: url(https://cdn.digitaldesign.scania.com/logotype/multibrand/scania/scania-logotype.svg);
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
/* Scania typography tokens */
|
|
424
|
-
/**
|
|
425
|
-
* Do not edit directly, this file was auto-generated.
|
|
426
|
-
*/
|
|
427
|
-
.scania {
|
|
428
|
-
--text-display-01-text-transform: uppercase;
|
|
429
|
-
--text-display-01-letter-spacing: 0;
|
|
430
|
-
--text-display-01-font-size: 216px;
|
|
431
|
-
--text-display-01-line-height: 183px;
|
|
432
|
-
--text-display-02-text-transform: uppercase;
|
|
433
|
-
--text-display-02-font-size: 156px;
|
|
434
|
-
--text-display-02-line-height: 148px;
|
|
435
|
-
--text-display-02-letter-spacing: 0;
|
|
436
|
-
--text-display-03-text-transform: uppercase;
|
|
437
|
-
--text-display-03-font-size: 112px;
|
|
438
|
-
--text-display-03-line-height: 106px;
|
|
439
|
-
--text-display-03-letter-spacing: 0;
|
|
440
|
-
--text-display-04-text-transform: uppercase;
|
|
441
|
-
--text-display-04-font-size: 80px;
|
|
442
|
-
--text-display-04-line-height: 80px;
|
|
443
|
-
--text-display-04-letter-spacing: 0;
|
|
444
|
-
--text-display-05-text-transform: uppercase;
|
|
445
|
-
--text-display-05-font-size: 56px;
|
|
446
|
-
--text-display-05-line-height: 56px;
|
|
447
|
-
--text-display-05-letter-spacing: 0;
|
|
448
|
-
--text-headline-01-text-transform: uppercase;
|
|
449
|
-
--text-headline-01-font-size: 40px;
|
|
450
|
-
--text-headline-01-line-height: 40px;
|
|
451
|
-
--text-headline-01-letter-spacing: 0;
|
|
452
|
-
--text-headline-02-text-transform: none;
|
|
453
|
-
--text-headline-02-font-size: 32px;
|
|
454
|
-
--text-headline-02-line-height: 32px;
|
|
455
|
-
--text-headline-02-letter-spacing: -1.28px;
|
|
456
|
-
--text-headline-03-text-transform: none;
|
|
457
|
-
--text-headline-03-font-size: 24px;
|
|
458
|
-
--text-headline-03-line-height: 24px;
|
|
459
|
-
--text-headline-03-letter-spacing: -0.72px;
|
|
460
|
-
--text-headline-04-text-transform: none;
|
|
461
|
-
--text-headline-04-font-size: 20px;
|
|
462
|
-
--text-headline-04-line-height: 24px;
|
|
463
|
-
--text-headline-04-letter-spacing: -0.4px;
|
|
464
|
-
--text-headline-05-text-transform: none;
|
|
465
|
-
--text-headline-05-font-size: 16px;
|
|
466
|
-
--text-headline-05-line-height: 24px;
|
|
467
|
-
--text-headline-05-letter-spacing: -0.32px;
|
|
468
|
-
--text-headline-06-text-transform: uppercase;
|
|
469
|
-
--text-headline-06-font-size: 14px;
|
|
470
|
-
--text-headline-06-line-height: 16px;
|
|
471
|
-
--text-headline-06-letter-spacing: -0.28px;
|
|
472
|
-
--text-paragraph-01-text-transform: none;
|
|
473
|
-
--text-paragraph-01-font-size: 24px;
|
|
474
|
-
--text-paragraph-01-line-height: 32px;
|
|
475
|
-
--text-paragraph-01-letter-spacing: -0.72px;
|
|
476
|
-
--text-paragraph-02-text-transform: none;
|
|
477
|
-
--text-paragraph-02-font-size: 20px;
|
|
478
|
-
--text-paragraph-02-line-height: 24px;
|
|
479
|
-
--text-paragraph-02-letter-spacing: -0.2px;
|
|
480
|
-
--text-body-01-text-transform: none;
|
|
481
|
-
--text-body-01-font-size: 16px;
|
|
482
|
-
--text-body-01-line-height: 24px;
|
|
483
|
-
--text-body-01-letter-spacing: -0.32px;
|
|
484
|
-
--text-body-02-text-transform: none;
|
|
485
|
-
--text-body-02-font-size: 14px;
|
|
486
|
-
--text-body-02-line-height: 20px;
|
|
487
|
-
--text-body-02-letter-spacing: -0.14px;
|
|
488
|
-
--text-component-text-01-text-transform: none;
|
|
489
|
-
--text-component-text-01-font-size: 14px;
|
|
490
|
-
--text-component-text-01-line-height: 16px;
|
|
491
|
-
--text-component-text-01-letter-spacing: -0.14px;
|
|
492
|
-
--text-component-text-02-text-transform: none;
|
|
493
|
-
--text-component-text-02-font-size: 14px;
|
|
494
|
-
--text-component-text-02-line-height: 20px;
|
|
495
|
-
--text-component-text-02-letter-spacing: -0.14px;
|
|
496
|
-
--text-component-label-01-text-transform: none;
|
|
497
|
-
--text-component-label-01-font-size: 12px;
|
|
498
|
-
--text-component-label-01-line-height: 16px;
|
|
499
|
-
--text-component-label-01-letter-spacing: 0;
|
|
500
|
-
--text-component-label-02-transform: none;
|
|
501
|
-
--text-component-label-02-font-size: 10px;
|
|
502
|
-
--text-component-label-02-line-height: 8px;
|
|
503
|
-
--text-component-label-02-letter-spacing: 0;
|
|
504
|
-
--text-component-title-01-text-transform: none;
|
|
505
|
-
--text-component-title-01-text-transform-2: none;
|
|
506
|
-
--text-component-title-01-font-size: 14px;
|
|
507
|
-
--text-component-title-01-line-height: 16px;
|
|
508
|
-
--text-component-title-01-letter-spacing: -0.14px;
|
|
509
|
-
--text-component-title-01-letter-spacing-2: -0.14px;
|
|
510
|
-
--text-component-title-01-font-size-2: 14px;
|
|
511
|
-
--text-component-title-01-line-height-2: 16px;
|
|
512
|
-
--text-component-title-02-text-transform: uppercase;
|
|
513
|
-
--text-component-title-02-font-size: 10px;
|
|
514
|
-
--text-component-title-02-line-height: 16px;
|
|
515
|
-
--text-component-title-02-letter-spacing: 0.8px;
|
|
516
|
-
--text-link-01-text-transform: none;
|
|
517
|
-
--text-link-01-font-size: 16px;
|
|
518
|
-
--text-link-01-line-height: 24px;
|
|
519
|
-
--text-link-01-letter-spacing: -0.32px;
|
|
520
|
-
--text-link-02-text-transform: none;
|
|
521
|
-
--text-link-02-font-size: 14px;
|
|
522
|
-
--text-link-02-line-height: 20px;
|
|
523
|
-
--text-link-02-letter-spacing: -0.14px;
|
|
524
|
-
--text-display-01-font-family: var(--scania-font-family-display);
|
|
525
|
-
--text-display-01-font-weight: var(--scania-font-weight-bold);
|
|
526
|
-
--text-display-02-font-family: var(--scania-font-family-display);
|
|
527
|
-
--text-display-02-font-weight: var(--scania-font-weight-bold);
|
|
528
|
-
--text-display-03-font-family: var(--scania-font-family-display);
|
|
529
|
-
--text-display-03-font-weight: var(--scania-font-weight-bold);
|
|
530
|
-
--text-display-04-font-family: var(--scania-font-family-display);
|
|
531
|
-
--text-display-04-font-weight: var(--scania-font-weight-bold);
|
|
532
|
-
--text-display-05-font-family: var(--scania-font-family-display);
|
|
533
|
-
--text-display-05-font-weight: var(--scania-font-weight-bold);
|
|
534
|
-
--text-headline-01-font-family: var(--scania-font-family-display);
|
|
535
|
-
--text-headline-01-font-weight: var(--scania-font-weight-bold);
|
|
536
|
-
--text-headline-02-font-family: var(--scania-font-family-default);
|
|
537
|
-
--text-headline-02-font-weight: var(--scania-font-weight-bold);
|
|
538
|
-
--text-headline-03-font-family: var(--scania-font-family-default);
|
|
539
|
-
--text-headline-03-font-weight: var(--scania-font-weight-bold);
|
|
540
|
-
--text-headline-04-font-family: var(--scania-font-family-default);
|
|
541
|
-
--text-headline-04-font-weight: var(--scania-font-weight-bold);
|
|
542
|
-
--text-headline-05-font-family: var(--scania-font-family-default);
|
|
543
|
-
--text-headline-05-font-weight: var(--scania-font-weight-bold);
|
|
544
|
-
--text-headline-06-font-family: var(--scania-font-family-default);
|
|
545
|
-
--text-headline-06-font-weight: var(--scania-font-weight-bold);
|
|
546
|
-
--text-paragraph-01-font-family: var(--scania-font-family-default);
|
|
547
|
-
--text-paragraph-01-font-weight: var(--scania-font-weight-regular);
|
|
548
|
-
--text-paragraph-02-font-family: var(--scania-font-family-default);
|
|
549
|
-
--text-paragraph-02-font-weight: var(--scania-font-weight-regular);
|
|
550
|
-
--text-body-01-font-family: var(--scania-font-family-default);
|
|
551
|
-
--text-body-01-font-weight: var(--scania-font-weight-regular);
|
|
552
|
-
--text-body-02-font-family: var(--scania-font-family-default);
|
|
553
|
-
--text-body-02-font-weight: var(--scania-font-weight-regular);
|
|
554
|
-
--text-component-text-01-font-family: var(--scania-font-family-semi-condensed);
|
|
555
|
-
--text-component-text-01-font-weight: var(--scania-font-weight-regular);
|
|
556
|
-
--text-component-text-02-font-family: var(--scania-font-family-semi-condensed);
|
|
557
|
-
--text-component-text-02-font-weight: var(--scania-font-weight-regular);
|
|
558
|
-
--text-component-label-01-font-family: var(--scania-font-family-semi-condensed);
|
|
559
|
-
--text-component-label-01-font-weight: var(--scania-font-weight-regular);
|
|
560
|
-
--text-component-label-02-font-family: var(--scania-font-family-semi-condensed);
|
|
561
|
-
--text-component-label-02-font-weight: var(--scania-font-weight-regular);
|
|
562
|
-
--text-component-title-01-font-family: var(--scania-font-family-semi-condensed);
|
|
563
|
-
--text-component-title-01-font-family-2: var(--scania-font-family-semi-condensed);
|
|
564
|
-
--text-component-title-01-font-weight: var(--scania-font-weight-bold);
|
|
565
|
-
--text-component-title-01-font-weight-2: var(--scania-font-weight-bold);
|
|
566
|
-
--text-component-title-02-font-family: var(--scania-font-family-default);
|
|
567
|
-
--text-component-title-02-font-weight: var(--scania-font-weight-bold);
|
|
568
|
-
--text-link-01-font-family: var(--scania-font-family-default);
|
|
569
|
-
--text-link-01-font-weight: var(--scania-font-weight-regular);
|
|
570
|
-
--text-link-02-font-family: var(--scania-font-family-default);
|
|
571
|
-
--text-link-02-font-weight: var(--scania-font-weight-regular);
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
/* Multibrand tokens: Scania typography */
|
|
575
|
-
/* Scania Typography Usage Tokens */
|
|
576
|
-
:root,
|
|
577
|
-
.scania {
|
|
578
|
-
/* Font size tokens */
|
|
579
|
-
--super-type-01-font-size: 216px;
|
|
580
|
-
--super-type-02-font-size: 156px;
|
|
581
|
-
--super-type-03-font-size: 112px;
|
|
582
|
-
--expressive-headline-01-font-size: 80px;
|
|
583
|
-
--expressive-headline-02-font-size: 56px;
|
|
584
|
-
--headline-01-font-size: 40px;
|
|
585
|
-
--headline-02-font-size: 32px;
|
|
586
|
-
--headline-03-font-size: 24px;
|
|
587
|
-
--headline-04-font-size: 20px;
|
|
588
|
-
--headline-05-font-size: 16px;
|
|
589
|
-
--headline-06-font-size: 14px;
|
|
590
|
-
--headline-07-font-size: 14px;
|
|
591
|
-
--paragraph-01-font-size: 24px;
|
|
592
|
-
--paragraph-02-font-size: 20px;
|
|
593
|
-
--body-01-font-size: 16px;
|
|
594
|
-
--body-02-font-size: 14px;
|
|
595
|
-
--body-link-01-font-size: 16px;
|
|
596
|
-
--body-link-02-font-size: 14px;
|
|
597
|
-
--detail-01-font-size: 16px;
|
|
598
|
-
--detail-02-font-size: 14px;
|
|
599
|
-
--detail-03-font-size: 14px;
|
|
600
|
-
--detail-04-font-size: 12px;
|
|
601
|
-
--detail-05-font-size: 12px;
|
|
602
|
-
--detail-06-font-size: 10px;
|
|
603
|
-
--detail-07-font-size: 10px;
|
|
604
|
-
/* Line height tokens */
|
|
605
|
-
--super-type-01-line-height: 183px;
|
|
606
|
-
--super-type-02-line-height: 148px;
|
|
607
|
-
--super-type-03-line-height: 106px;
|
|
608
|
-
--expressive-headline-01-line-height: 80px;
|
|
609
|
-
--expressive-headline-02-line-height: 56px;
|
|
610
|
-
--headline-01-line-height: 40px;
|
|
611
|
-
--headline-02-line-height: 32px;
|
|
612
|
-
--headline-03-line-height: 24px;
|
|
613
|
-
--headline-04-line-height: 24px;
|
|
614
|
-
--headline-05-line-height: 24px;
|
|
615
|
-
--headline-06-line-height: 16px;
|
|
616
|
-
--headline-07-line-height: 16px;
|
|
617
|
-
--paragraph-01-line-height: 32px;
|
|
618
|
-
--paragraph-02-line-height: 24px;
|
|
619
|
-
--body-01-line-height: 24px;
|
|
620
|
-
--body-02-line-height: 20px;
|
|
621
|
-
--body-link-01-line-height: 24px;
|
|
622
|
-
--body-link-02-line-height: 20px;
|
|
623
|
-
--detail-01-line-height: 24px;
|
|
624
|
-
--detail-02-line-height: 16px;
|
|
625
|
-
--detail-03-line-height: 20px;
|
|
626
|
-
--detail-04-line-height: 16px;
|
|
627
|
-
--detail-05-line-height: 16px;
|
|
628
|
-
--detail-06-line-height: 16px;
|
|
629
|
-
--detail-07-line-height: 8px;
|
|
630
|
-
/* Font family tokens */
|
|
631
|
-
--super-type-01-font-family: "Scania Sans Headline", arial, "Helvetica Neue";
|
|
632
|
-
--super-type-02-font-family: "Scania Sans Headline", arial, "Helvetica Neue";
|
|
633
|
-
--super-type-03-font-family: "Scania Sans Headline", arial, "Helvetica Neue";
|
|
634
|
-
--expressive-headline-01-font-family: "Scania Sans Headline", arial, "Helvetica Neue";
|
|
635
|
-
--expressive-headline-02-font-family: "Scania Sans Headline", arial, "Helvetica Neue";
|
|
636
|
-
--headline-01-font-family: "Scania Sans Headline", arial, "Helvetica Neue";
|
|
637
|
-
--headline-02-font-family: "Scania Sans", arial, "Helvetica Neue";
|
|
638
|
-
--headline-03-font-family: "Scania Sans", arial, "Helvetica Neue";
|
|
639
|
-
--headline-04-font-family: "Scania Sans", arial, "Helvetica Neue";
|
|
640
|
-
--headline-05-font-family: "Scania Sans", arial, "Helvetica Neue";
|
|
641
|
-
--headline-06-font-family: "Scania Sans", arial, "Helvetica Neue";
|
|
642
|
-
--headline-07-font-family: "Scania Sans Semi Condensed", arial, "Helvetica Neue";
|
|
643
|
-
--paragraph-01-font-family: "Scania Sans", arial, "Helvetica Neue";
|
|
644
|
-
--paragraph-02-font-family: "Scania Sans", arial, "Helvetica Neue";
|
|
645
|
-
--body-01-font-family: "Scania Sans", arial, "Helvetica Neue";
|
|
646
|
-
--body-02-font-family: "Scania Sans", arial, "Helvetica Neue";
|
|
647
|
-
--body-link-01-font-family: "Scania Sans", arial, "Helvetica Neue";
|
|
648
|
-
--body-link-02-font-family: "Scania Sans", arial, "Helvetica Neue";
|
|
649
|
-
--detail-01-font-family: "Scania Sans Semi Condensed", arial, "Helvetica Neue";
|
|
650
|
-
--detail-02-font-family: "Scania Sans Semi Condensed", arial, "Helvetica Neue";
|
|
651
|
-
--detail-03-font-family: "Scania Sans Semi Condensed", arial, "Helvetica Neue";
|
|
652
|
-
--detail-04-font-family: "Scania Sans", arial, "Helvetica Neue";
|
|
653
|
-
--detail-05-font-family: "Scania Sans Semi Condensed", arial, "Helvetica Neue";
|
|
654
|
-
--detail-06-font-family: "Scania Sans", arial, "Helvetica Neue";
|
|
655
|
-
--detail-07-font-family: "Scania Sans Semi Condensed", arial, "Helvetica Neue";
|
|
656
|
-
/* Font weight tokens */
|
|
657
|
-
--super-type-01-font-weight: bold;
|
|
658
|
-
--super-type-02-font-weight: bold;
|
|
659
|
-
--super-type-03-font-weight: bold;
|
|
660
|
-
--expressive-headline-01-font-weight: bold;
|
|
661
|
-
--expressive-headline-02-font-weight: bold;
|
|
662
|
-
--headline-01-font-weight: bold;
|
|
663
|
-
--headline-02-font-weight: bold;
|
|
664
|
-
--headline-03-font-weight: bold;
|
|
665
|
-
--headline-04-font-weight: bold;
|
|
666
|
-
--headline-05-font-weight: bold;
|
|
667
|
-
--headline-06-font-weight: bold;
|
|
668
|
-
--headline-07-font-weight: bold;
|
|
669
|
-
--paragraph-01-font-weight: normal;
|
|
670
|
-
--paragraph-02-font-weight: normal;
|
|
671
|
-
--body-01-font-weight: normal;
|
|
672
|
-
--body-02-font-weight: normal;
|
|
673
|
-
--body-link-01-font-weight: normal;
|
|
674
|
-
--body-link-02-font-weight: normal;
|
|
675
|
-
--detail-01-font-weight: normal;
|
|
676
|
-
--detail-02-font-weight: normal;
|
|
677
|
-
--detail-03-font-weight: normal;
|
|
678
|
-
--detail-04-font-weight: bold;
|
|
679
|
-
--detail-05-font-weight: normal;
|
|
680
|
-
--detail-06-font-weight: bold;
|
|
681
|
-
--detail-07-font-weight: normal;
|
|
682
|
-
/* Letter spacing tokens */
|
|
683
|
-
--super-type-01-letter-spacing: 0;
|
|
684
|
-
--super-type-02-letter-spacing: 0;
|
|
685
|
-
--super-type-03-letter-spacing: 0;
|
|
686
|
-
--expressive-headline-01-letter-spacing: 0;
|
|
687
|
-
--expressive-headline-02-letter-spacing: 0;
|
|
688
|
-
--headline-01-letter-spacing: 0;
|
|
689
|
-
--headline-02-letter-spacing: -1.28px;
|
|
690
|
-
--headline-03-letter-spacing: -0.72px;
|
|
691
|
-
--headline-04-letter-spacing: -0.2px;
|
|
692
|
-
--headline-05-letter-spacing: -0.32px;
|
|
693
|
-
--headline-06-letter-spacing: -0.28px;
|
|
694
|
-
--headline-07-letter-spacing: -0.14px;
|
|
695
|
-
--paragraph-01-letter-spacing: -0.72px;
|
|
696
|
-
--paragraph-02-letter-spacing: -0.2px;
|
|
697
|
-
--body-01-letter-spacing: -0.32px;
|
|
698
|
-
--body-02-letter-spacing: -0.14px;
|
|
699
|
-
--body-link-01-letter-spacing: -0.32px;
|
|
700
|
-
--body-link-02-letter-spacing: -0.14px;
|
|
701
|
-
--detail-01-letter-spacing: -0.16px;
|
|
702
|
-
--detail-02-letter-spacing: -0.14px;
|
|
703
|
-
--detail-03-letter-spacing: -0.14px;
|
|
704
|
-
--detail-04-letter-spacing: 0.96px;
|
|
705
|
-
--detail-05-letter-spacing: 0;
|
|
706
|
-
--detail-06-letter-spacing: 0.8px;
|
|
707
|
-
--detail-07-letter-spacing: 0;
|
|
708
|
-
/* Text transform tokens */
|
|
709
|
-
--super-type-01-text-transform: uppercase;
|
|
710
|
-
--super-type-02-text-transform: uppercase;
|
|
711
|
-
--super-type-03-text-transform: uppercase;
|
|
712
|
-
--expressive-headline-01-text-transform: uppercase;
|
|
713
|
-
--expressive-headline-02-text-transform: uppercase;
|
|
714
|
-
--headline-01-text-transform: uppercase;
|
|
715
|
-
--headline-02-text-transform: none;
|
|
716
|
-
--headline-03-text-transform: none;
|
|
717
|
-
--headline-04-text-transform: none;
|
|
718
|
-
--headline-05-text-transform: none;
|
|
719
|
-
--headline-06-text-transform: none;
|
|
720
|
-
--headline-07-text-transform: none;
|
|
721
|
-
--paragraph-01-text-transform: none;
|
|
722
|
-
--paragraph-02-text-transform: none;
|
|
723
|
-
--body-01-text-transform: none;
|
|
724
|
-
--body-02-text-transform: none;
|
|
725
|
-
--body-link-01-text-transform: none;
|
|
726
|
-
--body-link-02-text-transform: none;
|
|
727
|
-
--detail-01-text-transform: none;
|
|
728
|
-
--detail-02-text-transform: none;
|
|
729
|
-
--detail-03-text-transform: none;
|
|
730
|
-
--detail-04-text-transform: uppercase;
|
|
731
|
-
--detail-05-text-transform: none;
|
|
732
|
-
--detail-06-text-transform: uppercase;
|
|
733
|
-
--detail-07-text-transform: none;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
/* TODO: Add CY to all cyrilic fonts */
|
|
737
|
-
@font-face {
|
|
738
|
-
font-family: "Scania Sans";
|
|
739
|
-
font-weight: bold;
|
|
740
|
-
font-display: swap;
|
|
741
|
-
unicode-range: U+0400-04FF;
|
|
742
|
-
src: url("../dist/tegel/assets/fonts/cyrillic/ScaniaSansCY-Bold.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCY-Bold.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCY-Bold.woff") format("woff");
|
|
743
|
-
}
|
|
744
|
-
@font-face {
|
|
745
|
-
font-family: "Scania Sans";
|
|
746
|
-
font-style: italic;
|
|
747
|
-
font-display: swap;
|
|
748
|
-
unicode-range: U+0400-04FF;
|
|
749
|
-
src: url("../dist/tegel/assets/fonts/cyrillic/ScaniaSansCY-Italic.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCY-Italic.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCY-Italic.woff") format("woff");
|
|
750
|
-
}
|
|
751
|
-
@font-face {
|
|
752
|
-
font-family: "Scania Sans";
|
|
753
|
-
unicode-range: U+0400-04FF;
|
|
754
|
-
font-display: swap;
|
|
755
|
-
src: url("../dist/tegel/assets/fonts/cyrillic/ScaniaSansCY-Regular.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCY-Regular.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCY-Regular.woff") format("woff");
|
|
756
|
-
}
|
|
757
|
-
@font-face {
|
|
758
|
-
font-family: "Scania Sans Condensed";
|
|
759
|
-
font-weight: bold;
|
|
760
|
-
font-display: swap;
|
|
761
|
-
unicode-range: U+0400-04FF;
|
|
762
|
-
src: url("../dist/tegel/assets/fonts/cyrillic/ScaniaSansCYCondensed-Bold.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYCondensed-Bold.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYCondensed-Bold.woff") format("woff");
|
|
763
|
-
}
|
|
764
|
-
@font-face {
|
|
765
|
-
font-family: "Scania Sans Condensed";
|
|
766
|
-
font-style: italic;
|
|
767
|
-
font-display: swap;
|
|
768
|
-
unicode-range: U+0400-04FF;
|
|
769
|
-
src: url("../dist/tegel/assets/fonts/cyrillic/ScaniaSansCYCondensed-Italic.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYCondensed-Italic.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYCondensed-Italic.woff") format("woff");
|
|
770
|
-
}
|
|
771
|
-
@font-face {
|
|
772
|
-
font-family: "Scania Sans Condensed";
|
|
773
|
-
unicode-range: U+0400-04FF;
|
|
774
|
-
font-display: swap;
|
|
775
|
-
src: url("../dist/tegel/assets/fonts/cyrillic/ScaniaSansCYCondensed-Regular.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYCondensed-Regular.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYCondensed-Regular.woff") format("woff");
|
|
776
|
-
}
|
|
777
|
-
@font-face {
|
|
778
|
-
font-family: "Scania Sans Headline";
|
|
779
|
-
font-weight: bold;
|
|
780
|
-
unicode-range: U+0400-04FF;
|
|
781
|
-
font-display: swap;
|
|
782
|
-
src: url("../dist/tegel/assets/fonts/cyrillic/ScaniaSansCYHeadline-Bold.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYHeadline-Bold.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYHeadline-Bold.woff") format("woff");
|
|
783
|
-
}
|
|
784
|
-
@font-face {
|
|
785
|
-
font-family: "Scania Sans Headline";
|
|
786
|
-
unicode-range: U+0400-04FF;
|
|
787
|
-
font-display: swap;
|
|
788
|
-
src: url("../dist/tegel/assets/fonts/cyrillic/ScaniaSansCYHeadline-Regular.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYHeadline-Regular.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYHeadline-Regular.woff") format("woff");
|
|
789
|
-
}
|
|
790
|
-
@font-face {
|
|
791
|
-
font-family: "Scania Sans Semi Condensed";
|
|
792
|
-
font-weight: bold;
|
|
793
|
-
unicode-range: U+0400-04FF;
|
|
794
|
-
font-display: swap;
|
|
795
|
-
src: url("../dist/tegel/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Bold.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYSemiCondensed-Bold.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYSemiCondensed-Bold.woff") format("woff");
|
|
796
|
-
}
|
|
797
|
-
@font-face {
|
|
798
|
-
font-family: "Scania Sans Semi Condensed";
|
|
799
|
-
font-style: italic;
|
|
800
|
-
unicode-range: U+0400-04FF;
|
|
801
|
-
font-display: swap;
|
|
802
|
-
src: url("../dist/tegel/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Italic.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYSemiCondensed-Italic.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYSemiCondensed-Italic.woff") format("woff");
|
|
803
|
-
}
|
|
804
|
-
@font-face {
|
|
805
|
-
font-family: "Scania Sans Semi Condensed";
|
|
806
|
-
unicode-range: U+0400-04FF;
|
|
807
|
-
font-display: swap;
|
|
808
|
-
src: url("../dist/tegel/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Regular.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYSemiCondensed-Regular.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/cyrillic/ScaniaSansCYSemiCondensed-Regular.woff") format("woff");
|
|
809
|
-
}
|
|
810
|
-
@font-face {
|
|
811
|
-
font-family: "Scania Sans";
|
|
812
|
-
font-weight: bold;
|
|
813
|
-
font-display: swap;
|
|
814
|
-
src: url("../dist/tegel/assets/fonts/latin/ScaniaSans-Bold.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSans-Bold.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSans-Bold.woff") format("woff");
|
|
815
|
-
}
|
|
816
|
-
@font-face {
|
|
817
|
-
font-family: "Scania Sans";
|
|
818
|
-
font-style: italic;
|
|
819
|
-
font-display: swap;
|
|
820
|
-
src: url("../dist/tegel/assets/fonts/latin/ScaniaSans-Italic.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSans-Italic.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSans-Italic.woff") format("woff");
|
|
821
|
-
}
|
|
822
|
-
@font-face {
|
|
823
|
-
font-family: "Scania Sans";
|
|
824
|
-
font-display: swap;
|
|
825
|
-
src: url("../dist/tegel/assets/fonts/latin/ScaniaSans-Regular.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSans-Regular.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSans-Regular.woff") format("woff");
|
|
826
|
-
}
|
|
827
|
-
@font-face {
|
|
828
|
-
font-family: "Scania Sans Condensed";
|
|
829
|
-
font-weight: bold;
|
|
830
|
-
font-display: swap;
|
|
831
|
-
src: url("../dist/tegel/assets/fonts/latin/ScaniaSansCondensed-Bold.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansCondensed-Bold.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansCondensed-Bold.woff") format("woff");
|
|
832
|
-
}
|
|
833
|
-
@font-face {
|
|
834
|
-
font-family: "Scania Sans Condensed";
|
|
835
|
-
font-style: italic;
|
|
836
|
-
font-display: swap;
|
|
837
|
-
src: url("../dist/tegel/assets/fonts/latin/ScaniaSansCondensed-Italic.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansCondensed-Italic.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansCondensed-Italic.woff") format("woff");
|
|
838
|
-
}
|
|
839
|
-
@font-face {
|
|
840
|
-
font-family: "Scania Sans Condensed";
|
|
841
|
-
font-display: swap;
|
|
842
|
-
src: url("../dist/tegel/assets/fonts/latin/ScaniaSansCondensed-Regular.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansCondensed-Regular.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansCondensed-Regular.woff") format("woff");
|
|
843
|
-
}
|
|
844
|
-
@font-face {
|
|
845
|
-
font-family: "Scania Sans Headline";
|
|
846
|
-
font-weight: bold;
|
|
847
|
-
font-display: swap;
|
|
848
|
-
src: url("../dist/tegel/assets/fonts/latin/ScaniaSansHeadline-Bold.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansHeadline-Bold.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansHeadline-Bold.woff") format("woff");
|
|
849
|
-
}
|
|
850
|
-
@font-face {
|
|
851
|
-
font-family: "Scania Sans Headline";
|
|
852
|
-
font-display: swap;
|
|
853
|
-
src: url("../dist/tegel/assets/fonts/latin/ScaniaSansHeadline-Regular.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansHeadline-Regular.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansHeadline-Regular.woff") format("woff");
|
|
854
|
-
}
|
|
855
|
-
@font-face {
|
|
856
|
-
font-family: "Scania Sans Semi Condensed";
|
|
857
|
-
font-weight: bold;
|
|
858
|
-
font-display: swap;
|
|
859
|
-
src: url("../dist/tegel/assets/fonts/latin/ScaniaSansSemiCondensed-Bold.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansSemiCondensed-Bold.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansSemiCondensed-Bold.woff") format("woff");
|
|
860
|
-
}
|
|
861
|
-
@font-face {
|
|
862
|
-
font-family: "Scania Sans Semi Condensed";
|
|
863
|
-
font-style: italic;
|
|
864
|
-
font-display: swap;
|
|
865
|
-
src: url("../dist/tegel/assets/fonts/latin/ScaniaSansSemiCondensed-Italic.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansSemiCondensed-Italic.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansSemiCondensed-Italic.woff") format("woff");
|
|
866
|
-
}
|
|
867
|
-
@font-face {
|
|
868
|
-
font-family: "Scania Sans Semi Condensed";
|
|
869
|
-
font-display: swap;
|
|
870
|
-
src: url("../dist/tegel/assets/fonts/latin/ScaniaSansSemiCondensed-Regular.woff") format("woff"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansSemiCondensed-Regular.woff2") format("woff2"), url("https://cdn.digitaldesign.scania.com/fonts/scania-sans/1.0.0/latin/ScaniaSansSemiCondensed-Regular.woff") format("woff");
|
|
871
|
-
}
|
|
872
|
-
/* https://medium.com/swlh/full-text-styling-with-a-single-line-of-css-838e8c666f4d */
|
|
873
|
-
:root {
|
|
874
|
-
/* FUNCTIONAL TYPOGRAPHY */
|
|
875
|
-
--tds-headline-01: normal normal bold 40px/40px "Scania Sans Headline", arial, helvetica,
|
|
876
|
-
sans-serif;
|
|
877
|
-
--tds-headline-01-ls: 0;
|
|
878
|
-
--tds-headline-02: normal normal bold 32px/32px "Scania Sans", arial, helvetica, sans-serif;
|
|
879
|
-
--tds-headline-02-ls: -0.04em;
|
|
880
|
-
--tds-headline-03: normal normal bold 24px/24px "Scania Sans", arial, helvetica, sans-serif;
|
|
881
|
-
--tds-headline-03-ls: -0.03em;
|
|
882
|
-
--tds-headline-04: normal normal bold 20px/24px "Scania Sans", arial, helvetica, sans-serif;
|
|
883
|
-
--tds-headline-04-ls: -0.02em;
|
|
884
|
-
--tds-headline-05: normal normal bold 16px/24px "Scania Sans", arial, helvetica, sans-serif;
|
|
885
|
-
--tds-headline-05-ls: -0.02em;
|
|
886
|
-
--tds-headline-06: normal normal bold 14px/16px "Scania Sans", arial, helvetica, sans-serif;
|
|
887
|
-
--tds-headline-06-ls: -0.02em;
|
|
888
|
-
--tds-headline-07: normal normal bold 14px/16px "Scania Sans Semi Condensed", arial, helvetica,
|
|
889
|
-
sans-serif;
|
|
890
|
-
--tds-headline-07-ls: -0.01em;
|
|
891
|
-
--tds-paragraph-01: normal normal normal 24px/32px "Scania Sans", arial, helvetica, sans-serif;
|
|
892
|
-
--tds-paragraph-01-ls: -0.03em;
|
|
893
|
-
--tds-paragraph-02: normal normal normal 20px/24px "Scania Sans", arial, helvetica, sans-serif;
|
|
894
|
-
--tds-paragraph-02-ls: -0.01em;
|
|
895
|
-
--tds-body-01: normal normal normal 16px/24px "Scania Sans", arial, helvetica, sans-serif;
|
|
896
|
-
--tds-body-01-ls: -0.02em;
|
|
897
|
-
--tds-body-02: normal normal normal 14px/20px "Scania Sans", arial, helvetica, sans-serif;
|
|
898
|
-
--tds-body-02-ls: -0.02em;
|
|
899
|
-
--tds-detail-01: normal normal normal 16px/24px "Scania Sans Semi Condensed",
|
|
900
|
-
"Scania Sans Condensed", arial, helvetica, sans-serif;
|
|
901
|
-
--tds-detail-01-ls: -0.01em;
|
|
902
|
-
--tds-detail-02: normal normal normal 14px/16px "Scania Sans Semi Condensed",
|
|
903
|
-
"Scania Sans Condensed", arial, helvetica, sans-serif;
|
|
904
|
-
--tds-detail-02-ls: -0.01em;
|
|
905
|
-
--tds-detail-03: normal normal normal 14px/20px "Scania Sans Semi Condensed",
|
|
906
|
-
"Scania Sans Condensed", arial, helvetica, sans-serif;
|
|
907
|
-
--tds-detail-03-ls: -0.01em;
|
|
908
|
-
--tds-detail-04: normal normal bold 12px/16px "Scania Sans", arial, helvetica, sans-serif;
|
|
909
|
-
--tds-detail-04-ls: 0.08em;
|
|
910
|
-
--tds-detail-04-tt: uppercase;
|
|
911
|
-
--tds-detail-05: normal normal normal 12px/16px "Scania Sans Semi Condensed",
|
|
912
|
-
"Scania Sans Condensed", arial, helvetica, sans-serif;
|
|
913
|
-
--tds-detail-05-ls: 0;
|
|
914
|
-
--tds-detail-06: normal normal bold 10px/16px "Scania Sans", arial, helvetica, sans-serif;
|
|
915
|
-
--tds-detail-06-ls: 0.08em;
|
|
916
|
-
--tds-detail-06-tt: uppercase;
|
|
917
|
-
--tds-detail-07: normal normal normal 10px/8px "Scania Sans Semi Condensed",
|
|
918
|
-
"Scania Sans Condensed", arial, helvetica, sans-serif;
|
|
919
|
-
--tds-detail-07-ls: 0;
|
|
920
|
-
/* EXPRESSIVE TYPOGRAPHY */
|
|
921
|
-
--tds-expressive-headline-01: normal normal bold 80px/80px "Scania Sans Headline", arial,
|
|
922
|
-
helvetica, sans-serif;
|
|
923
|
-
--tds-expressive-headline-01-ls: 0;
|
|
924
|
-
--tds-expressive-headline-02: normal normal bold 56px/56px "Scania Sans Headline", arial,
|
|
925
|
-
helvetica, sans-serif;
|
|
926
|
-
--tds-expressive-headline-02-ls: 0;
|
|
927
|
-
--tds-headline-ex-01: normal normal bold 40px/40px "Scania Sans Headline", arial, helvetica,
|
|
928
|
-
sans-serif;
|
|
929
|
-
--tds-headline-ex-01-ls: 0;
|
|
930
|
-
--tds-headline-ex-02: normal normal bold 32px/32px "Scania Sans Headline", arial, helvetica,
|
|
931
|
-
sans-serif;
|
|
932
|
-
--tds-headline-ex-02-ls: -0.04em;
|
|
933
|
-
--tds-headline-ex-03: normal normal bold 24px/24px "Scania Sans Headline", arial, helvetica,
|
|
934
|
-
sans-serif;
|
|
935
|
-
--tds-headline-ex-03-ls: -0.03em;
|
|
936
|
-
--tds-headline-ex-04: normal normal bold 20px/24px "Scania Sans Headline", arial, helvetica,
|
|
937
|
-
sans-serif;
|
|
938
|
-
--tds-headline-ex-04-ls: -0.01em;
|
|
939
|
-
--tds-headline-ex-05: normal normal bold 16px/24px "Scania Sans Headline", arial, helvetica,
|
|
940
|
-
sans-serif;
|
|
941
|
-
--tds-headline-ex-05-ls: -0.02em;
|
|
942
|
-
--tds-headline-ex-06: normal normal bold 14px/16px "Scania Sans Headline", arial, helvetica,
|
|
943
|
-
sans-serif;
|
|
944
|
-
--tds-headline-ex-06-ls: -0.02em;
|
|
945
|
-
--tds-headline-ex-07: normal normal bold 14px/16px "Scania Sans Semi Condensed", arial, helvetica,
|
|
946
|
-
sans-serif;
|
|
947
|
-
--tds-headline-ex-07-ls: -0.01em;
|
|
948
|
-
--tds-paragraph-ex-01: normal normal normal 24px/32px "Scania Sans", arial, helvetica, sans-serif;
|
|
949
|
-
--tds-paragraph-ex-01-ls: -0.03em;
|
|
950
|
-
--tds-paragraph-ex-02: normal normal normal 20px/24px "Scania Sans", arial, helvetica, sans-serif;
|
|
951
|
-
--tds-paragraph-ex-02-ls: -0.01em;
|
|
952
|
-
--tds-body-ex-01: normal normal normal 16px/24px "Scania Sans", arial, helvetica, sans-serif;
|
|
953
|
-
--tds-body-ex-01-ls: -0.02em;
|
|
954
|
-
--tds-body-ex-02: normal normal normal 14px/20px "Scania Sans", arial, helvetica, sans-serif;
|
|
955
|
-
--tds-body-ex-02-ls: -0.01em;
|
|
956
|
-
--tds-detail-ex-01: normal normal normal 16px/24px "Scania Sans Semi Condensed",
|
|
957
|
-
"Scania Sans Condensed", arial, helvetica, sans-serif;
|
|
958
|
-
--tds-detail-ex-01-ls: -0.01em;
|
|
959
|
-
--tds-detail-ex-02: normal normal normal 14px/16px "Scania Sans Semi Condensed",
|
|
960
|
-
"Scania Sans Condensed", arial, helvetica, sans-serif;
|
|
961
|
-
--tds-detail-ex-02-ls: -0.01em;
|
|
962
|
-
--tds-detail-ex-03: normal normal normal 14px/20px "Scania Sans Semi Condensed",
|
|
963
|
-
"Scania Sans Condensed", arial, helvetica, sans-serif;
|
|
964
|
-
--tds-detail-ex-03-ls: -0.01em;
|
|
965
|
-
--tds-detail-ex-04: normal normal bold 12px/16px "Scania Sans", arial, helvetica, sans-serif;
|
|
966
|
-
--tds-detail-ex-04-ls: 0.08em;
|
|
967
|
-
--tds-detail-ex-04-tt: uppercase;
|
|
968
|
-
--tds-detail-ex-05: normal normal normal 12px/16px "Scania Sans Semi Condensed",
|
|
969
|
-
"Scania Sans Condensed", arial, helvetica, sans-serif;
|
|
970
|
-
--tds-detail-ex-05-ls: 0;
|
|
971
|
-
--tds-detail-ex-06: normal normal bold 10px/16px "Scania Sans", arial, helvetica, sans-serif;
|
|
972
|
-
--tds-detail-ex-06-ls: 0.08em;
|
|
973
|
-
--tds-detail-ex-06-tt: uppercase;
|
|
974
|
-
--tds-detail-ex-07: normal normal normal 10px/8px "Scania Sans Semi Condensed",
|
|
975
|
-
"Scania Sans Condensed", arial, helvetica, sans-serif;
|
|
976
|
-
--tds-detail-ex-07-ls: 0;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
/* Typography Usage mixins */
|
|
980
|
-
.tds-headline-01 {
|
|
981
|
-
font-family: var(--headline-01-font-family);
|
|
982
|
-
font-size: var(--headline-01-font-size);
|
|
983
|
-
line-height: var(--headline-01-line-height);
|
|
984
|
-
font-weight: var(--headline-01-font-weight);
|
|
985
|
-
letter-spacing: var(--headline-01-letter-spacing);
|
|
986
|
-
text-transform: var(--headline-01-text-transform);
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
.tds-headline-02 {
|
|
990
|
-
font-family: var(--headline-02-font-family);
|
|
991
|
-
font-size: var(--headline-02-font-size);
|
|
992
|
-
line-height: var(--headline-02-line-height);
|
|
993
|
-
font-weight: var(--headline-02-font-weight);
|
|
994
|
-
letter-spacing: var(--headline-02-letter-spacing);
|
|
995
|
-
text-transform: var(--headline-02-text-transform);
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
.tds-headline-03 {
|
|
999
|
-
font-family: var(--headline-03-font-family);
|
|
1000
|
-
font-size: var(--headline-03-font-size);
|
|
1001
|
-
line-height: var(--headline-03-line-height);
|
|
1002
|
-
font-weight: var(--headline-03-font-weight);
|
|
1003
|
-
letter-spacing: var(--headline-03-letter-spacing);
|
|
1004
|
-
text-transform: var(--headline-03-text-transform);
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
.tds-headline-04 {
|
|
1008
|
-
font-family: var(--headline-04-font-family);
|
|
1009
|
-
font-size: var(--headline-04-font-size);
|
|
1010
|
-
line-height: var(--headline-04-line-height);
|
|
1011
|
-
font-weight: var(--headline-04-font-weight);
|
|
1012
|
-
letter-spacing: var(--headline-04-letter-spacing);
|
|
1013
|
-
text-transform: var(--headline-04-text-transform);
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
.tds-headline-05 {
|
|
1017
|
-
font-family: var(--headline-05-font-family);
|
|
1018
|
-
font-size: var(--headline-05-font-size);
|
|
1019
|
-
line-height: var(--headline-05-line-height);
|
|
1020
|
-
font-weight: var(--headline-05-font-weight);
|
|
1021
|
-
letter-spacing: var(--headline-05-letter-spacing);
|
|
1022
|
-
text-transform: var(--headline-05-text-transform);
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
.tds-headline-06 {
|
|
1026
|
-
font-family: var(--headline-06-font-family);
|
|
1027
|
-
font-size: var(--headline-06-font-size);
|
|
1028
|
-
line-height: var(--headline-06-line-height);
|
|
1029
|
-
font-weight: var(--headline-06-font-weight);
|
|
1030
|
-
letter-spacing: var(--headline-06-letter-spacing);
|
|
1031
|
-
text-transform: var(--headline-06-text-transform);
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
.tds-headline-07 {
|
|
1035
|
-
font-family: var(--headline-07-font-family);
|
|
1036
|
-
font-size: var(--headline-07-font-size);
|
|
1037
|
-
line-height: var(--headline-07-line-height);
|
|
1038
|
-
font-weight: var(--headline-07-font-weight);
|
|
1039
|
-
letter-spacing: var(--headline-07-letter-spacing);
|
|
1040
|
-
text-transform: var(--headline-07-text-transform);
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
.tds-paragraph-01 {
|
|
1044
|
-
font-family: var(--paragraph-01-font-family);
|
|
1045
|
-
font-size: var(--paragraph-01-font-size);
|
|
1046
|
-
line-height: var(--paragraph-01-line-height);
|
|
1047
|
-
font-weight: var(--paragraph-01-font-weight);
|
|
1048
|
-
letter-spacing: var(--paragraph-01-letter-spacing);
|
|
1049
|
-
text-transform: var(--paragraph-01-text-transform);
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
.tds-paragraph-02 {
|
|
1053
|
-
font-family: var(--paragraph-02-font-family);
|
|
1054
|
-
font-size: var(--paragraph-02-font-size);
|
|
1055
|
-
line-height: var(--paragraph-02-line-height);
|
|
1056
|
-
font-weight: var(--paragraph-02-font-weight);
|
|
1057
|
-
letter-spacing: var(--paragraph-02-letter-spacing);
|
|
1058
|
-
text-transform: var(--paragraph-02-text-transform);
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
.tds-body-01 {
|
|
1062
|
-
font-family: var(--body-01-font-family);
|
|
1063
|
-
font-size: var(--body-01-font-size);
|
|
1064
|
-
line-height: var(--body-01-line-height);
|
|
1065
|
-
font-weight: var(--body-01-font-weight);
|
|
1066
|
-
letter-spacing: var(--body-01-letter-spacing);
|
|
1067
|
-
text-transform: var(--body-01-text-transform);
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
.tds-body-02 {
|
|
1071
|
-
font-family: var(--body-02-font-family);
|
|
1072
|
-
font-size: var(--body-02-font-size);
|
|
1073
|
-
line-height: var(--body-02-line-height);
|
|
1074
|
-
font-weight: var(--body-02-font-weight);
|
|
1075
|
-
letter-spacing: var(--body-02-letter-spacing);
|
|
1076
|
-
text-transform: var(--body-02-text-transform);
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
.tds-detail-01 {
|
|
1080
|
-
font-family: var(--detail-01-font-family);
|
|
1081
|
-
font-size: var(--detail-01-font-size);
|
|
1082
|
-
line-height: var(--detail-01-line-height);
|
|
1083
|
-
font-weight: var(--detail-01-font-weight);
|
|
1084
|
-
letter-spacing: var(--detail-01-letter-spacing);
|
|
1085
|
-
text-transform: var(--detail-01-text-transform);
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
.tds-detail-02 {
|
|
1089
|
-
font-family: var(--detail-02-font-family);
|
|
1090
|
-
font-size: var(--detail-02-font-size);
|
|
1091
|
-
line-height: var(--detail-02-line-height);
|
|
1092
|
-
font-weight: var(--detail-02-font-weight);
|
|
1093
|
-
letter-spacing: var(--detail-02-letter-spacing);
|
|
1094
|
-
text-transform: var(--detail-02-text-transform);
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
.tds-detail-03 {
|
|
1098
|
-
font-family: var(--detail-03-font-family);
|
|
1099
|
-
font-size: var(--detail-03-font-size);
|
|
1100
|
-
line-height: var(--detail-03-line-height);
|
|
1101
|
-
font-weight: var(--detail-03-font-weight);
|
|
1102
|
-
letter-spacing: var(--detail-03-letter-spacing);
|
|
1103
|
-
text-transform: var(--detail-03-text-transform);
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
.tds-detail-04 {
|
|
1107
|
-
font-family: var(--detail-04-font-family);
|
|
1108
|
-
font-size: var(--detail-04-font-size);
|
|
1109
|
-
line-height: var(--detail-04-line-height);
|
|
1110
|
-
font-weight: var(--detail-04-font-weight);
|
|
1111
|
-
letter-spacing: var(--detail-04-letter-spacing);
|
|
1112
|
-
text-transform: var(--detail-04-text-transform);
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
.tds-detail-05 {
|
|
1116
|
-
font-family: var(--detail-05-font-family);
|
|
1117
|
-
font-size: var(--detail-05-font-size);
|
|
1118
|
-
line-height: var(--detail-05-line-height);
|
|
1119
|
-
font-weight: var(--detail-05-font-weight);
|
|
1120
|
-
letter-spacing: var(--detail-05-letter-spacing);
|
|
1121
|
-
text-transform: var(--detail-05-text-transform);
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
.tds-detail-06 {
|
|
1125
|
-
font-family: var(--detail-06-font-family);
|
|
1126
|
-
font-size: var(--detail-06-font-size);
|
|
1127
|
-
line-height: var(--detail-06-line-height);
|
|
1128
|
-
font-weight: var(--detail-06-font-weight);
|
|
1129
|
-
letter-spacing: var(--detail-06-letter-spacing);
|
|
1130
|
-
text-transform: var(--detail-06-text-transform);
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
.tds-detail-07 {
|
|
1134
|
-
font-family: var(--detail-07-font-family);
|
|
1135
|
-
font-size: var(--detail-07-font-size);
|
|
1136
|
-
line-height: var(--detail-07-line-height);
|
|
1137
|
-
font-weight: var(--detail-07-font-weight);
|
|
1138
|
-
letter-spacing: var(--detail-07-letter-spacing);
|
|
1139
|
-
text-transform: var(--detail-07-text-transform);
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
.tds-expressive-headline-01 {
|
|
1143
|
-
font-family: var(--expressive-headline-01-font-family);
|
|
1144
|
-
font-size: var(--expressive-headline-01-font-size);
|
|
1145
|
-
line-height: var(--expressive-headline-01-line-height);
|
|
1146
|
-
font-weight: var(--expressive-headline-01-font-weight);
|
|
1147
|
-
letter-spacing: var(--expressive-headline-01-letter-spacing);
|
|
1148
|
-
text-transform: var(--expressive-headline-01-text-transform);
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
.tds-expressive-headline-02 {
|
|
1152
|
-
font-family: var(--expressive-headline-02-font-family);
|
|
1153
|
-
font-size: var(--expressive-headline-02-font-size);
|
|
1154
|
-
line-height: var(--expressive-headline-02-line-height);
|
|
1155
|
-
font-weight: var(--expressive-headline-02-font-weight);
|
|
1156
|
-
letter-spacing: var(--expressive-headline-02-letter-spacing);
|
|
1157
|
-
text-transform: var(--expressive-headline-02-text-transform);
|
|
1158
|
-
}
|
|
1159
|
-
|
|
1160
|
-
h1 {
|
|
1161
|
-
font-family: var(--headline-01-font-family);
|
|
1162
|
-
font-size: var(--headline-01-font-size);
|
|
1163
|
-
line-height: var(--headline-01-line-height);
|
|
1164
|
-
font-weight: var(--headline-01-font-weight);
|
|
1165
|
-
letter-spacing: var(--headline-01-letter-spacing);
|
|
1166
|
-
text-transform: var(--headline-01-text-transform);
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
h2 {
|
|
1170
|
-
font-family: var(--headline-02-font-family);
|
|
1171
|
-
font-size: var(--headline-02-font-size);
|
|
1172
|
-
line-height: var(--headline-02-line-height);
|
|
1173
|
-
font-weight: var(--headline-02-font-weight);
|
|
1174
|
-
letter-spacing: var(--headline-02-letter-spacing);
|
|
1175
|
-
text-transform: var(--headline-02-text-transform);
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
h3 {
|
|
1179
|
-
font-family: var(--headline-03-font-family);
|
|
1180
|
-
font-size: var(--headline-03-font-size);
|
|
1181
|
-
line-height: var(--headline-03-line-height);
|
|
1182
|
-
font-weight: var(--headline-03-font-weight);
|
|
1183
|
-
letter-spacing: var(--headline-03-letter-spacing);
|
|
1184
|
-
text-transform: var(--headline-03-text-transform);
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
h4 {
|
|
1188
|
-
font-family: var(--headline-04-font-family);
|
|
1189
|
-
font-size: var(--headline-04-font-size);
|
|
1190
|
-
line-height: var(--headline-04-line-height);
|
|
1191
|
-
font-weight: var(--headline-04-font-weight);
|
|
1192
|
-
letter-spacing: var(--headline-04-letter-spacing);
|
|
1193
|
-
text-transform: var(--headline-04-text-transform);
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1196
|
-
h5 {
|
|
1197
|
-
font-family: var(--headline-05-font-family);
|
|
1198
|
-
font-size: var(--headline-05-font-size);
|
|
1199
|
-
line-height: var(--headline-05-line-height);
|
|
1200
|
-
font-weight: var(--headline-05-font-weight);
|
|
1201
|
-
letter-spacing: var(--headline-05-letter-spacing);
|
|
1202
|
-
text-transform: var(--headline-05-text-transform);
|
|
1203
|
-
}
|
|
1204
|
-
|
|
1205
|
-
h6 {
|
|
1206
|
-
font-family: var(--headline-06-font-family);
|
|
1207
|
-
font-size: var(--headline-06-font-size);
|
|
1208
|
-
line-height: var(--headline-06-line-height);
|
|
1209
|
-
font-weight: var(--headline-06-font-weight);
|
|
1210
|
-
letter-spacing: var(--headline-06-letter-spacing);
|
|
1211
|
-
text-transform: var(--headline-06-text-transform);
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1214
|
-
.h7 {
|
|
1215
|
-
font-family: var(--headline-07-font-family);
|
|
1216
|
-
font-size: var(--headline-07-font-size);
|
|
1217
|
-
line-height: var(--headline-07-line-height);
|
|
1218
|
-
font-weight: var(--headline-07-font-weight);
|
|
1219
|
-
letter-spacing: var(--headline-07-letter-spacing);
|
|
1220
|
-
text-transform: var(--headline-07-text-transform);
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
/* Scania primitive icon tokens */
|
|
1224
|
-
/**
|
|
1225
|
-
* Do not edit directly, this file was auto-generated.
|
|
1226
|
-
*/
|
|
1227
|
-
:root {
|
|
1228
|
-
--scania-icon-24v_battery_inactive-svg: url(../dist/tegel/assets/icons/scania/24v_battery_inactive.svg);
|
|
1229
|
-
--scania-icon-24v_battery-svg: url(../dist/tegel/assets/icons/scania/24v_battery.svg);
|
|
1230
|
-
--scania-icon-acceleration_inactive-svg: url(../dist/tegel/assets/icons/scania/acceleration_inactive.svg);
|
|
1231
|
-
--scania-icon-acceleration-svg: url(../dist/tegel/assets/icons/scania/acceleration.svg);
|
|
1232
|
-
--scania-icon-adblue_inactive-svg: url(../dist/tegel/assets/icons/scania/adblue_inactive.svg);
|
|
1233
|
-
--scania-icon-adblue-svg: url(../dist/tegel/assets/icons/scania/adblue.svg);
|
|
1234
|
-
--scania-icon-arrow_diagonal-svg: url(../dist/tegel/assets/icons/scania/arrow_diagonal.svg);
|
|
1235
|
-
--scania-icon-arrow_down-svg: url(../dist/tegel/assets/icons/scania/arrow_down.svg);
|
|
1236
|
-
--scania-icon-arrow_left-svg: url(../dist/tegel/assets/icons/scania/arrow_left.svg);
|
|
1237
|
-
--scania-icon-arrow_right-svg: url(../dist/tegel/assets/icons/scania/arrow_right.svg);
|
|
1238
|
-
--scania-icon-arrow_up-svg: url(../dist/tegel/assets/icons/scania/arrow_up.svg);
|
|
1239
|
-
--scania-icon-audio_inactive-svg: url(../dist/tegel/assets/icons/scania/audio_inactive.svg);
|
|
1240
|
-
--scania-icon-audio-svg: url(../dist/tegel/assets/icons/scania/audio.svg);
|
|
1241
|
-
--scania-icon-award-svg: url(../dist/tegel/assets/icons/scania/award.svg);
|
|
1242
|
-
--scania-icon-back-svg: url(../dist/tegel/assets/icons/scania/back.svg);
|
|
1243
|
-
--scania-icon-backward_inactive-svg: url(../dist/tegel/assets/icons/scania/backward_inactive.svg);
|
|
1244
|
-
--scania-icon-backward-svg: url(../dist/tegel/assets/icons/scania/backward.svg);
|
|
1245
|
-
--scania-icon-bento-svg: url(../dist/tegel/assets/icons/scania/bento.svg);
|
|
1246
|
-
--scania-icon-bug_inactive-svg: url(../dist/tegel/assets/icons/scania/bug_inactive.svg);
|
|
1247
|
-
--scania-icon-bug-svg: url(../dist/tegel/assets/icons/scania/bug.svg);
|
|
1248
|
-
--scania-icon-burger-svg: url(../dist/tegel/assets/icons/scania/burger.svg);
|
|
1249
|
-
--scania-icon-bus_inactive-svg: url(../dist/tegel/assets/icons/scania/bus_inactive.svg);
|
|
1250
|
-
--scania-icon-bus-svg: url(../dist/tegel/assets/icons/scania/bus.svg);
|
|
1251
|
-
--scania-icon-calendar_inactive-svg: url(../dist/tegel/assets/icons/scania/calendar_inactive.svg);
|
|
1252
|
-
--scania-icon-calendar-svg: url(../dist/tegel/assets/icons/scania/calendar.svg);
|
|
1253
|
-
--scania-icon-camera_inactive-svg: url(../dist/tegel/assets/icons/scania/camera_inactive.svg);
|
|
1254
|
-
--scania-icon-camera-svg: url(../dist/tegel/assets/icons/scania/camera.svg);
|
|
1255
|
-
--scania-icon-card-svg: url(../dist/tegel/assets/icons/scania/card.svg);
|
|
1256
|
-
--scania-icon-cart-svg: url(../dist/tegel/assets/icons/scania/cart.svg);
|
|
1257
|
-
--scania-icon-charging_complete-svg: url(../dist/tegel/assets/icons/scania/charging_complete.svg);
|
|
1258
|
-
--scania-icon-charging_failed-svg: url(../dist/tegel/assets/icons/scania/charging_failed.svg);
|
|
1259
|
-
--scania-icon-charging_speed_inactive-svg: url(../dist/tegel/assets/icons/scania/charging_speed_inactive.svg);
|
|
1260
|
-
--scania-icon-charging_speed-svg: url(../dist/tegel/assets/icons/scania/charging_speed.svg);
|
|
1261
|
-
--scania-icon-charging_stopped-svg: url(../dist/tegel/assets/icons/scania/charging_stopped.svg);
|
|
1262
|
-
--scania-icon-chevron_down-svg: url(../dist/tegel/assets/icons/scania/chevron_down.svg);
|
|
1263
|
-
--scania-icon-chevron_left-svg: url(../dist/tegel/assets/icons/scania/chevron_left.svg);
|
|
1264
|
-
--scania-icon-chevron_right-svg: url(../dist/tegel/assets/icons/scania/chevron_right.svg);
|
|
1265
|
-
--scania-icon-chevron_up-svg: url(../dist/tegel/assets/icons/scania/chevron_up.svg);
|
|
1266
|
-
--scania-icon-clock_inactive-svg: url(../dist/tegel/assets/icons/scania/clock_inactive.svg);
|
|
1267
|
-
--scania-icon-clock-svg: url(../dist/tegel/assets/icons/scania/clock.svg);
|
|
1268
|
-
--scania-icon-contact_inactive-svg: url(../dist/tegel/assets/icons/scania/contact_inactive.svg);
|
|
1269
|
-
--scania-icon-contact-svg: url(../dist/tegel/assets/icons/scania/contact.svg);
|
|
1270
|
-
--scania-icon-cookie_inactive-svg: url(../dist/tegel/assets/icons/scania/cookie_inactive.svg);
|
|
1271
|
-
--scania-icon-cookie-svg: url(../dist/tegel/assets/icons/scania/cookie.svg);
|
|
1272
|
-
--scania-icon-coolant_level_inactive-svg: url(../dist/tegel/assets/icons/scania/coolant_level_inactive.svg);
|
|
1273
|
-
--scania-icon-coolant_level-svg: url(../dist/tegel/assets/icons/scania/coolant_level.svg);
|
|
1274
|
-
--scania-icon-copy-svg: url(../dist/tegel/assets/icons/scania/copy.svg);
|
|
1275
|
-
--scania-icon-cross-svg: url(../dist/tegel/assets/icons/scania/cross.svg);
|
|
1276
|
-
--scania-icon-cup_inactive-svg: url(../dist/tegel/assets/icons/scania/cup_inactive.svg);
|
|
1277
|
-
--scania-icon-cup-svg: url(../dist/tegel/assets/icons/scania/cup.svg);
|
|
1278
|
-
--scania-icon-dashboard-svg: url(../dist/tegel/assets/icons/scania/dashboard.svg);
|
|
1279
|
-
--scania-icon-department_inactive-svg: url(../dist/tegel/assets/icons/scania/department_inactive.svg);
|
|
1280
|
-
--scania-icon-department-svg: url(../dist/tegel/assets/icons/scania/department.svg);
|
|
1281
|
-
--scania-icon-departure_scheduling_inactive-svg: url(../dist/tegel/assets/icons/scania/departure_scheduling_inactive.svg);
|
|
1282
|
-
--scania-icon-departure_scheduling-svg: url(../dist/tegel/assets/icons/scania/departure_scheduling.svg);
|
|
1283
|
-
--scania-icon-diamond_inactive-svg: url(../dist/tegel/assets/icons/scania/diamond_inactive.svg);
|
|
1284
|
-
--scania-icon-diamond-svg: url(../dist/tegel/assets/icons/scania/diamond.svg);
|
|
1285
|
-
--scania-icon-document_check-svg: url(../dist/tegel/assets/icons/scania/document_check.svg);
|
|
1286
|
-
--scania-icon-document_doc-svg: url(../dist/tegel/assets/icons/scania/document_doc.svg);
|
|
1287
|
-
--scania-icon-document_eye-svg: url(../dist/tegel/assets/icons/scania/document_eye.svg);
|
|
1288
|
-
--scania-icon-document_pdf-svg: url(../dist/tegel/assets/icons/scania/document_pdf.svg);
|
|
1289
|
-
--scania-icon-document_plus_inactive-svg: url(../dist/tegel/assets/icons/scania/document_plus_inactive.svg);
|
|
1290
|
-
--scania-icon-document_plus-svg: url(../dist/tegel/assets/icons/scania/document_plus.svg);
|
|
1291
|
-
--scania-icon-document_ppt-svg: url(../dist/tegel/assets/icons/scania/document_ppt.svg);
|
|
1292
|
-
--scania-icon-document_tool-svg: url(../dist/tegel/assets/icons/scania/document_tool.svg);
|
|
1293
|
-
--scania-icon-document_wrong-svg: url(../dist/tegel/assets/icons/scania/document_wrong.svg);
|
|
1294
|
-
--scania-icon-document_xls-svg: url(../dist/tegel/assets/icons/scania/document_xls.svg);
|
|
1295
|
-
--scania-icon-document-svg: url(../dist/tegel/assets/icons/scania/document.svg);
|
|
1296
|
-
--scania-icon-dollar-svg: url(../dist/tegel/assets/icons/scania/dollar.svg);
|
|
1297
|
-
--scania-icon-doner-svg: url(../dist/tegel/assets/icons/scania/doner.svg);
|
|
1298
|
-
--scania-icon-double_kebab-svg: url(../dist/tegel/assets/icons/scania/double_kebab.svg);
|
|
1299
|
-
--scania-icon-drop_inactive-svg: url(../dist/tegel/assets/icons/scania/drop_inactive.svg);
|
|
1300
|
-
--scania-icon-drop-svg: url(../dist/tegel/assets/icons/scania/drop.svg);
|
|
1301
|
-
--scania-icon-edit_inactive-svg: url(../dist/tegel/assets/icons/scania/edit_inactive.svg);
|
|
1302
|
-
--scania-icon-edit-svg: url(../dist/tegel/assets/icons/scania/edit.svg);
|
|
1303
|
-
--scania-icon-email-svg: url(../dist/tegel/assets/icons/scania/email.svg);
|
|
1304
|
-
--scania-icon-engine_inactive-svg: url(../dist/tegel/assets/icons/scania/engine_inactive.svg);
|
|
1305
|
-
--scania-icon-engine-svg: url(../dist/tegel/assets/icons/scania/engine.svg);
|
|
1306
|
-
--scania-icon-environment_inactive-svg: url(../dist/tegel/assets/icons/scania/environment_inactive.svg);
|
|
1307
|
-
--scania-icon-environment-svg: url(../dist/tegel/assets/icons/scania/environment.svg);
|
|
1308
|
-
--scania-icon-error-svg: url(../dist/tegel/assets/icons/scania/error.svg);
|
|
1309
|
-
--scania-icon-exit-svg: url(../dist/tegel/assets/icons/scania/exit.svg);
|
|
1310
|
-
--scania-icon-expand_inactive-svg: url(../dist/tegel/assets/icons/scania/expand_inactive.svg);
|
|
1311
|
-
--scania-icon-expand-svg: url(../dist/tegel/assets/icons/scania/expand.svg);
|
|
1312
|
-
--scania-icon-export_inactive-svg: url(../dist/tegel/assets/icons/scania/export_inactive.svg);
|
|
1313
|
-
--scania-icon-export-svg: url(../dist/tegel/assets/icons/scania/export.svg);
|
|
1314
|
-
--scania-icon-eye_inactive-svg: url(../dist/tegel/assets/icons/scania/eye_inactive.svg);
|
|
1315
|
-
--scania-icon-eye-svg: url(../dist/tegel/assets/icons/scania/eye.svg);
|
|
1316
|
-
--scania-icon-face_dissatisfied-svg: url(../dist/tegel/assets/icons/scania/face_dissatisfied.svg);
|
|
1317
|
-
--scania-icon-face_neutral-svg: url(../dist/tegel/assets/icons/scania/face_neutral.svg);
|
|
1318
|
-
--scania-icon-face_satisfied-svg: url(../dist/tegel/assets/icons/scania/face_satisfied.svg);
|
|
1319
|
-
--scania-icon-factory_inactive-svg: url(../dist/tegel/assets/icons/scania/factory_inactive.svg);
|
|
1320
|
-
--scania-icon-factory-svg: url(../dist/tegel/assets/icons/scania/factory.svg);
|
|
1321
|
-
--scania-icon-ferry_inactive-svg: url(../dist/tegel/assets/icons/scania/ferry_inactive.svg);
|
|
1322
|
-
--scania-icon-ferry-svg: url(../dist/tegel/assets/icons/scania/ferry.svg);
|
|
1323
|
-
--scania-icon-filters_inactive-svg: url(../dist/tegel/assets/icons/scania/filters_inactive.svg);
|
|
1324
|
-
--scania-icon-filters-svg: url(../dist/tegel/assets/icons/scania/filters.svg);
|
|
1325
|
-
--scania-icon-flash_inactive-svg: url(../dist/tegel/assets/icons/scania/flash_inactive.svg);
|
|
1326
|
-
--scania-icon-flash-svg: url(../dist/tegel/assets/icons/scania/flash.svg);
|
|
1327
|
-
--scania-icon-folder-svg: url(../dist/tegel/assets/icons/scania/folder.svg);
|
|
1328
|
-
--scania-icon-forward_inactive-svg: url(../dist/tegel/assets/icons/scania/forward_inactive.svg);
|
|
1329
|
-
--scania-icon-forward-svg: url(../dist/tegel/assets/icons/scania/forward.svg);
|
|
1330
|
-
--scania-icon-fuel_gauge_inactive-svg: url(../dist/tegel/assets/icons/scania/fuel_gauge_inactive.svg);
|
|
1331
|
-
--scania-icon-fuel_gauge-svg: url(../dist/tegel/assets/icons/scania/fuel_gauge.svg);
|
|
1332
|
-
--scania-icon-fuel_inactive-svg: url(../dist/tegel/assets/icons/scania/fuel_inactive.svg);
|
|
1333
|
-
--scania-icon-fuel-svg: url(../dist/tegel/assets/icons/scania/fuel.svg);
|
|
1334
|
-
--scania-icon-gift-inactive-svg: url(../dist/tegel/assets/icons/scania/gift%20inactive.svg);
|
|
1335
|
-
--scania-icon-gift-svg: url(../dist/tegel/assets/icons/scania/gift.svg);
|
|
1336
|
-
--scania-icon-global-svg: url(../dist/tegel/assets/icons/scania/global.svg);
|
|
1337
|
-
--scania-icon-guided_tour_inactive-svg: url(../dist/tegel/assets/icons/scania/guided_tour_inactive.svg);
|
|
1338
|
-
--scania-icon-guided_tour-svg: url(../dist/tegel/assets/icons/scania/guided_tour.svg);
|
|
1339
|
-
--scania-icon-hatch_open_1-svg: url(../dist/tegel/assets/icons/scania/hatch_open_1.svg);
|
|
1340
|
-
--scania-icon-hatch_open_2-svg: url(../dist/tegel/assets/icons/scania/hatch_open_2.svg);
|
|
1341
|
-
--scania-icon-hatch_open_inactive-svg: url(../dist/tegel/assets/icons/scania/hatch_open_inactive.svg);
|
|
1342
|
-
--scania-icon-hatch_open-svg: url(../dist/tegel/assets/icons/scania/hatch_open.svg);
|
|
1343
|
-
--scania-icon-heart_inactive-svg: url(../dist/tegel/assets/icons/scania/heart_inactive.svg);
|
|
1344
|
-
--scania-icon-heart-svg: url(../dist/tegel/assets/icons/scania/heart.svg);
|
|
1345
|
-
--scania-icon-heating_inactive_screen-svg: url(../dist/tegel/assets/icons/scania/heating_inactive_screen.svg);
|
|
1346
|
-
--scania-icon-history_inactive-svg: url(../dist/tegel/assets/icons/scania/history_inactive.svg);
|
|
1347
|
-
--scania-icon-history-svg: url(../dist/tegel/assets/icons/scania/history.svg);
|
|
1348
|
-
--scania-icon-home_inactive-svg: url(../dist/tegel/assets/icons/scania/home_inactive.svg);
|
|
1349
|
-
--scania-icon-home-svg: url(../dist/tegel/assets/icons/scania/home.svg);
|
|
1350
|
-
--scania-icon-idea_inactive-svg: url(../dist/tegel/assets/icons/scania/idea_inactive.svg);
|
|
1351
|
-
--scania-icon-idea-svg: url(../dist/tegel/assets/icons/scania/idea.svg);
|
|
1352
|
-
--scania-icon-image_add-svg: url(../dist/tegel/assets/icons/scania/image_add.svg);
|
|
1353
|
-
--scania-icon-image_inactive-svg: url(../dist/tegel/assets/icons/scania/image_inactive.svg);
|
|
1354
|
-
--scania-icon-image_set-svg: url(../dist/tegel/assets/icons/scania/image_set.svg);
|
|
1355
|
-
--scania-icon-image-svg: url(../dist/tegel/assets/icons/scania/image.svg);
|
|
1356
|
-
--scania-icon-info-svg: url(../dist/tegel/assets/icons/scania/info.svg);
|
|
1357
|
-
--scania-icon-insights-svg: url(../dist/tegel/assets/icons/scania/insights.svg);
|
|
1358
|
-
--scania-icon-kebab-svg: url(../dist/tegel/assets/icons/scania/kebab.svg);
|
|
1359
|
-
--scania-icon-key_inactive-svg: url(../dist/tegel/assets/icons/scania/key_inactive.svg);
|
|
1360
|
-
--scania-icon-key-svg: url(../dist/tegel/assets/icons/scania/key.svg);
|
|
1361
|
-
--scania-icon-layer_inactive-svg: url(../dist/tegel/assets/icons/scania/layer_inactive.svg);
|
|
1362
|
-
--scania-icon-layer-svg: url(../dist/tegel/assets/icons/scania/layer.svg);
|
|
1363
|
-
--scania-icon-link_broken-svg: url(../dist/tegel/assets/icons/scania/link_broken.svg);
|
|
1364
|
-
--scania-icon-link-svg: url(../dist/tegel/assets/icons/scania/link.svg);
|
|
1365
|
-
--scania-icon-list_inactive-svg: url(../dist/tegel/assets/icons/scania/list_inactive.svg);
|
|
1366
|
-
--scania-icon-list-svg: url(../dist/tegel/assets/icons/scania/list.svg);
|
|
1367
|
-
--scania-icon-lock_inactive-svg: url(../dist/tegel/assets/icons/scania/lock_inactive.svg);
|
|
1368
|
-
--scania-icon-lock-svg: url(../dist/tegel/assets/icons/scania/lock.svg);
|
|
1369
|
-
--scania-icon-map_cursor_inactive-svg: url(../dist/tegel/assets/icons/scania/map_cursor_inactive.svg);
|
|
1370
|
-
--scania-icon-map_cursor-svg: url(../dist/tegel/assets/icons/scania/map_cursor.svg);
|
|
1371
|
-
--scania-icon-maximize_fullscreen-svg: url(../dist/tegel/assets/icons/scania/maximize_fullscreen.svg);
|
|
1372
|
-
--scania-icon-meatballs-svg: url(../dist/tegel/assets/icons/scania/meatballs.svg);
|
|
1373
|
-
--scania-icon-merge_inactive-svg: url(../dist/tegel/assets/icons/scania/merge_inactive.svg);
|
|
1374
|
-
--scania-icon-merge-svg: url(../dist/tegel/assets/icons/scania/merge.svg);
|
|
1375
|
-
--scania-icon-message_inactive-svg: url(../dist/tegel/assets/icons/scania/message_inactive.svg);
|
|
1376
|
-
--scania-icon-message-svg: url(../dist/tegel/assets/icons/scania/message.svg);
|
|
1377
|
-
--scania-icon-mileage_inactive-svg: url(../dist/tegel/assets/icons/scania/mileage_inactive.svg);
|
|
1378
|
-
--scania-icon-mileage-svg: url(../dist/tegel/assets/icons/scania/mileage.svg);
|
|
1379
|
-
--scania-icon-minimize_fullscreen-svg: url(../dist/tegel/assets/icons/scania/minimize_fullscreen.svg);
|
|
1380
|
-
--scania-icon-minus-svg: url(../dist/tegel/assets/icons/scania/minus.svg);
|
|
1381
|
-
--scania-icon-navigate_inactive-svg: url(../dist/tegel/assets/icons/scania/navigate_inactive.svg);
|
|
1382
|
-
--scania-icon-navigate-svg: url(../dist/tegel/assets/icons/scania/navigate.svg);
|
|
1383
|
-
--scania-icon-notification_inactive-svg: url(../dist/tegel/assets/icons/scania/notification_inactive.svg);
|
|
1384
|
-
--scania-icon-notification-svg: url(../dist/tegel/assets/icons/scania/notification.svg);
|
|
1385
|
-
--scania-icon-oil_level_inactive-svg: url(../dist/tegel/assets/icons/scania/oil_level_inactive.svg);
|
|
1386
|
-
--scania-icon-oil_level-svg: url(../dist/tegel/assets/icons/scania/oil_level.svg);
|
|
1387
|
-
--scania-icon-pause_inactive-svg: url(../dist/tegel/assets/icons/scania/pause_inactive.svg);
|
|
1388
|
-
--scania-icon-pause-svg: url(../dist/tegel/assets/icons/scania/pause.svg);
|
|
1389
|
-
--scania-icon-phone_inactive-svg: url(../dist/tegel/assets/icons/scania/phone_inactive.svg);
|
|
1390
|
-
--scania-icon-phone-svg: url(../dist/tegel/assets/icons/scania/phone.svg);
|
|
1391
|
-
--scania-icon-pie_chart-svg: url(../dist/tegel/assets/icons/scania/pie_chart.svg);
|
|
1392
|
-
--scania-icon-pin_inactive-svg: url(../dist/tegel/assets/icons/scania/pin_inactive.svg);
|
|
1393
|
-
--scania-icon-pin-svg: url(../dist/tegel/assets/icons/scania/pin.svg);
|
|
1394
|
-
--scania-icon-placeholder-svg: url(../dist/tegel/assets/icons/scania/placeholder.svg);
|
|
1395
|
-
--scania-icon-play_inactive-svg: url(../dist/tegel/assets/icons/scania/play_inactive.svg);
|
|
1396
|
-
--scania-icon-play-svg: url(../dist/tegel/assets/icons/scania/play.svg);
|
|
1397
|
-
--scania-icon-plus-svg: url(../dist/tegel/assets/icons/scania/plus.svg);
|
|
1398
|
-
--scania-icon-powerplug_inactive-svg: url(../dist/tegel/assets/icons/scania/powerplug_inactive.svg);
|
|
1399
|
-
--scania-icon-powerplug-svg: url(../dist/tegel/assets/icons/scania/powerplug.svg);
|
|
1400
|
-
--scania-icon-print_inactive-svg: url(../dist/tegel/assets/icons/scania/print_inactive.svg);
|
|
1401
|
-
--scania-icon-print-svg: url(../dist/tegel/assets/icons/scania/print.svg);
|
|
1402
|
-
--scania-icon-privacy_inactive-svg: url(../dist/tegel/assets/icons/scania/privacy_inactive.svg);
|
|
1403
|
-
--scania-icon-privacy-svg: url(../dist/tegel/assets/icons/scania/privacy.svg);
|
|
1404
|
-
--scania-icon-profile_inactive-svg: url(../dist/tegel/assets/icons/scania/profile_inactive.svg);
|
|
1405
|
-
--scania-icon-profile-svg: url(../dist/tegel/assets/icons/scania/profile.svg);
|
|
1406
|
-
--scania-icon-proportions_inactive-svg: url(../dist/tegel/assets/icons/scania/proportions_inactive.svg);
|
|
1407
|
-
--scania-icon-proportions-svg: url(../dist/tegel/assets/icons/scania/proportions.svg);
|
|
1408
|
-
--scania-icon-range_inactive-svg: url(../dist/tegel/assets/icons/scania/range_inactive.svg);
|
|
1409
|
-
--scania-icon-range-svg: url(../dist/tegel/assets/icons/scania/range.svg);
|
|
1410
|
-
--scania-icon-redirect-svg: url(../dist/tegel/assets/icons/scania/redirect.svg);
|
|
1411
|
-
--scania-icon-refresh_inactive-svg: url(../dist/tegel/assets/icons/scania/refresh_inactive.svg);
|
|
1412
|
-
--scania-icon-refresh-svg: url(../dist/tegel/assets/icons/scania/refresh.svg);
|
|
1413
|
-
--scania-icon-reload_inactive-svg: url(../dist/tegel/assets/icons/scania/reload_inactive.svg);
|
|
1414
|
-
--scania-icon-reload-svg: url(../dist/tegel/assets/icons/scania/reload.svg);
|
|
1415
|
-
--scania-icon-repeat-svg: url(../dist/tegel/assets/icons/scania/repeat.svg);
|
|
1416
|
-
--scania-icon-report_inactive-svg: url(../dist/tegel/assets/icons/scania/report_inactive.svg);
|
|
1417
|
-
--scania-icon-report-svg: url(../dist/tegel/assets/icons/scania/report.svg);
|
|
1418
|
-
--scania-icon-route_inactive-svg: url(../dist/tegel/assets/icons/scania/route_inactive.svg);
|
|
1419
|
-
--scania-icon-route-svg: url(../dist/tegel/assets/icons/scania/route.svg);
|
|
1420
|
-
--scania-icon-save_inactive-svg: url(../dist/tegel/assets/icons/scania/save_inactive.svg);
|
|
1421
|
-
--scania-icon-save-svg: url(../dist/tegel/assets/icons/scania/save.svg);
|
|
1422
|
-
--scania-icon-search-svg: url(../dist/tegel/assets/icons/scania/search.svg);
|
|
1423
|
-
--scania-icon-send_inactive-svg: url(../dist/tegel/assets/icons/scania/send_inactive.svg);
|
|
1424
|
-
--scania-icon-send-svg: url(../dist/tegel/assets/icons/scania/send.svg);
|
|
1425
|
-
--scania-icon-settings-svg: url(../dist/tegel/assets/icons/scania/settings.svg);
|
|
1426
|
-
--scania-icon-share-svg: url(../dist/tegel/assets/icons/scania/share.svg);
|
|
1427
|
-
--scania-icon-skip_backwards-svg: url(../dist/tegel/assets/icons/scania/skip_backwards.svg);
|
|
1428
|
-
--scania-icon-skip_forward-svg: url(../dist/tegel/assets/icons/scania/skip_forward.svg);
|
|
1429
|
-
--scania-icon-smartphone_inactive-svg: url(../dist/tegel/assets/icons/scania/smartphone_inactive.svg);
|
|
1430
|
-
--scania-icon-smartphone-svg: url(../dist/tegel/assets/icons/scania/smartphone.svg);
|
|
1431
|
-
--scania-icon-sorting-svg: url(../dist/tegel/assets/icons/scania/sorting.svg);
|
|
1432
|
-
--scania-icon-speedometer_inactive-svg: url(../dist/tegel/assets/icons/scania/speedometer_inactive.svg);
|
|
1433
|
-
--scania-icon-speedometer-svg: url(../dist/tegel/assets/icons/scania/speedometer.svg);
|
|
1434
|
-
--scania-icon-star-svg: url(../dist/tegel/assets/icons/scania/star.svg);
|
|
1435
|
-
--scania-icon-support-svg: url(../dist/tegel/assets/icons/scania/support.svg);
|
|
1436
|
-
--scania-icon-target_inactive-svg: url(../dist/tegel/assets/icons/scania/target_inactive.svg);
|
|
1437
|
-
--scania-icon-target-svg: url(../dist/tegel/assets/icons/scania/target.svg);
|
|
1438
|
-
--scania-icon-temperature_inactive-svg: url(../dist/tegel/assets/icons/scania/temperature_inactive.svg);
|
|
1439
|
-
--scania-icon-temperature-svg: url(../dist/tegel/assets/icons/scania/temperature.svg);
|
|
1440
|
-
--scania-icon-text_inactive-svg: url(../dist/tegel/assets/icons/scania/text_inactive.svg);
|
|
1441
|
-
--scania-icon-text-svg: url(../dist/tegel/assets/icons/scania/text.svg);
|
|
1442
|
-
--scania-icon-thumbs_down-svg: url(../dist/tegel/assets/icons/scania/thumbs_down.svg);
|
|
1443
|
-
--scania-icon-thumbs_up-svg: url(../dist/tegel/assets/icons/scania/thumbs_up.svg);
|
|
1444
|
-
--scania-icon-tick-svg: url(../dist/tegel/assets/icons/scania/tick.svg);
|
|
1445
|
-
--scania-icon-timer-svg: url(../dist/tegel/assets/icons/scania/timer.svg);
|
|
1446
|
-
--scania-icon-tool_inactive-svg: url(../dist/tegel/assets/icons/scania/tool_inactive.svg);
|
|
1447
|
-
--scania-icon-tool-svg: url(../dist/tegel/assets/icons/scania/tool.svg);
|
|
1448
|
-
--scania-icon-trailer_inactive-svg: url(../dist/tegel/assets/icons/scania/trailer_inactive.svg);
|
|
1449
|
-
--scania-icon-trailer-svg: url(../dist/tegel/assets/icons/scania/trailer.svg);
|
|
1450
|
-
--scania-icon-trash_inactive-svg: url(../dist/tegel/assets/icons/scania/trash_inactive.svg);
|
|
1451
|
-
--scania-icon-trash-svg: url(../dist/tegel/assets/icons/scania/trash.svg);
|
|
1452
|
-
--scania-icon-truck_inactive-svg: url(../dist/tegel/assets/icons/scania/truck_inactive.svg);
|
|
1453
|
-
--scania-icon-truck-svg: url(../dist/tegel/assets/icons/scania/truck.svg);
|
|
1454
|
-
--scania-icon-undo_inactive-svg: url(../dist/tegel/assets/icons/scania/undo_inactive.svg);
|
|
1455
|
-
--scania-icon-undo-svg: url(../dist/tegel/assets/icons/scania/undo.svg);
|
|
1456
|
-
--scania-icon-unlock-svg: url(../dist/tegel/assets/icons/scania/unlock.svg);
|
|
1457
|
-
--scania-icon-upload-svg: url(../dist/tegel/assets/icons/scania/upload.svg);
|
|
1458
|
-
--scania-icon-video_inactive-svg: url(../dist/tegel/assets/icons/scania/video_inactive.svg);
|
|
1459
|
-
--scania-icon-video-svg: url(../dist/tegel/assets/icons/scania/video.svg);
|
|
1460
|
-
--scania-icon-wallet-svg: url(../dist/tegel/assets/icons/scania/wallet.svg);
|
|
1461
|
-
--scania-icon-warning-svg: url(../dist/tegel/assets/icons/scania/warning.svg);
|
|
1462
|
-
--scania-icon-weight_inactive-svg: url(../dist/tegel/assets/icons/scania/weight_inactive.svg);
|
|
1463
|
-
--scania-icon-weight-svg: url(../dist/tegel/assets/icons/scania/weight.svg);
|
|
1464
|
-
--scania-icon-wifi_inactive-svg: url(../dist/tegel/assets/icons/scania/wifi_inactive.svg);
|
|
1465
|
-
--scania-icon-wifi-svg: url(../dist/tegel/assets/icons/scania/wifi.svg);
|
|
1466
|
-
--scania-icon-windscreen_heating_inactive-svg: url(../dist/tegel/assets/icons/scania/windscreen_heating_inactive.svg);
|
|
1467
|
-
--scania-icon-windscreen_heating-svg: url(../dist/tegel/assets/icons/scania/windscreen_heating.svg);
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
/* Scania icon tokens */
|
|
1471
|
-
/**
|
|
1472
|
-
* Do not edit directly, this file was auto-generated.
|
|
1473
|
-
*/
|
|
1474
|
-
:root,
|
|
1475
|
-
.scania {
|
|
1476
|
-
--icon-24v_battery_inactive-svg: var(--scania-icon-24v_battery_inactive-svg);
|
|
1477
|
-
--icon-24v_battery-svg: var(--scania-icon-24v_battery-svg);
|
|
1478
|
-
--icon-acceleration_inactive-svg: var(--scania-icon-acceleration_inactive-svg);
|
|
1479
|
-
--icon-acceleration-svg: var(--scania-icon-acceleration-svg);
|
|
1480
|
-
--icon-adblue_inactive-svg: var(--scania-icon-adblue_inactive-svg);
|
|
1481
|
-
--icon-adblue-svg: var(--scania-icon-adblue-svg);
|
|
1482
|
-
--icon-arrow_diagonal-svg: var(--scania-icon-arrow_diagonal-svg);
|
|
1483
|
-
--icon-arrow_down-svg: var(--scania-icon-arrow_down-svg);
|
|
1484
|
-
--icon-arrow_left-svg: var(--scania-icon-arrow_left-svg);
|
|
1485
|
-
--icon-arrow_right-svg: var(--scania-icon-arrow_right-svg);
|
|
1486
|
-
--icon-arrow_up-svg: var(--scania-icon-arrow_up-svg);
|
|
1487
|
-
--icon-audio_inactive-svg: var(--scania-icon-audio_inactive-svg);
|
|
1488
|
-
--icon-audio-svg: var(--scania-icon-audio-svg);
|
|
1489
|
-
--icon-award-svg: var(--scania-icon-award-svg);
|
|
1490
|
-
--icon-back-svg: var(--scania-icon-back-svg);
|
|
1491
|
-
--icon-backward_inactive-svg: var(--scania-icon-backward_inactive-svg);
|
|
1492
|
-
--icon-backward-svg: var(--scania-icon-backward-svg);
|
|
1493
|
-
--icon-bento-svg: var(--scania-icon-bento-svg);
|
|
1494
|
-
--icon-bug_inactive-svg: var(--scania-icon-bug_inactive-svg);
|
|
1495
|
-
--icon-bug-svg: var(--scania-icon-bug-svg);
|
|
1496
|
-
--icon-burger-svg: var(--scania-icon-burger-svg);
|
|
1497
|
-
--icon-bus_inactive-svg: var(--scania-icon-bus_inactive-svg);
|
|
1498
|
-
--icon-bus-svg: var(--scania-icon-bus-svg);
|
|
1499
|
-
--icon-calendar_inactive-svg: var(--scania-icon-calendar_inactive-svg);
|
|
1500
|
-
--icon-calendar-svg: var(--scania-icon-calendar-svg);
|
|
1501
|
-
--icon-camera_inactive-svg: var(--scania-icon-camera_inactive-svg);
|
|
1502
|
-
--icon-camera-svg: var(--scania-icon-camera-svg);
|
|
1503
|
-
--icon-card-svg: var(--scania-icon-card-svg);
|
|
1504
|
-
--icon-cart-svg: var(--scania-icon-cart-svg);
|
|
1505
|
-
--icon-charging_complete-svg: var(--scania-icon-charging_complete-svg);
|
|
1506
|
-
--icon-charging_failed-svg: var(--scania-icon-charging_failed-svg);
|
|
1507
|
-
--icon-charging_speed_inactive-svg: var(--scania-icon-charging_speed_inactive-svg);
|
|
1508
|
-
--icon-charging_speed-svg: var(--scania-icon-charging_speed-svg);
|
|
1509
|
-
--icon-charging_stopped-svg: var(--scania-icon-charging_stopped-svg);
|
|
1510
|
-
--icon-chevron_down-svg: var(--scania-icon-chevron_down-svg);
|
|
1511
|
-
--icon-chevron_left-svg: var(--scania-icon-chevron_left-svg);
|
|
1512
|
-
--icon-chevron_right-svg: var(--scania-icon-chevron_right-svg);
|
|
1513
|
-
--icon-chevron_up-svg: var(--scania-icon-chevron_up-svg);
|
|
1514
|
-
--icon-clock_inactive-svg: var(--scania-icon-clock_inactive-svg);
|
|
1515
|
-
--icon-clock-svg: var(--scania-icon-clock-svg);
|
|
1516
|
-
--icon-configurator-svg: var(--scania-icon-configurator-svg);
|
|
1517
|
-
--icon-contact_inactive-svg: var(--scania-icon-contact_inactive-svg);
|
|
1518
|
-
--icon-contact-svg: var(--scania-icon-contact-svg);
|
|
1519
|
-
--icon-cookie_inactive-svg: var(--scania-icon-cookie_inactive-svg);
|
|
1520
|
-
--icon-cookie-svg: var(--scania-icon-cookie-svg);
|
|
1521
|
-
--icon-coolant_level_inactive-svg: var(--scania-icon-coolant_level_inactive-svg);
|
|
1522
|
-
--icon-coolant_level-svg: var(--scania-icon-coolant_level-svg);
|
|
1523
|
-
--icon-copy-svg: var(--scania-icon-copy-svg);
|
|
1524
|
-
--icon-cross-svg: var(--scania-icon-cross-svg);
|
|
1525
|
-
--icon-cup_inactive-svg: var(--scania-icon-cup_inactive-svg);
|
|
1526
|
-
--icon-cup-svg: var(--scania-icon-cup-svg);
|
|
1527
|
-
--icon-dashboard-svg: var(--scania-icon-dashboard-svg);
|
|
1528
|
-
--icon-department_inactive-svg: var(--scania-icon-department_inactive-svg);
|
|
1529
|
-
--icon-department-svg: var(--scania-icon-department-svg);
|
|
1530
|
-
--icon-departure_scheduling_inactive-svg: var(--scania-icon-departure_scheduling_inactive-svg);
|
|
1531
|
-
--icon-departure_scheduling-svg: var(--scania-icon-departure_scheduling-svg);
|
|
1532
|
-
--icon-diamond_inactive-svg: var(--scania-icon-diamond_inactive-svg);
|
|
1533
|
-
--icon-diamond-svg: var(--scania-icon-diamond-svg);
|
|
1534
|
-
--icon-document_check-svg: var(--scania-icon-document_check-svg);
|
|
1535
|
-
--icon-document_doc-svg: var(--scania-icon-document_doc-svg);
|
|
1536
|
-
--icon-document_eye-svg: var(--scania-icon-document_eye-svg);
|
|
1537
|
-
--icon-document_pdf-svg: var(--scania-icon-document_pdf-svg);
|
|
1538
|
-
--icon-document_plus_inactive-svg: var(--scania-icon-document_plus_inactive-svg);
|
|
1539
|
-
--icon-document_plus-svg: var(--scania-icon-document_plus-svg);
|
|
1540
|
-
--icon-document_ppt-svg: var(--scania-icon-document_ppt-svg);
|
|
1541
|
-
--icon-document_tool-svg: var(--scania-icon-document_tool-svg);
|
|
1542
|
-
--icon-document_wrong-svg: var(--scania-icon-document_wrong-svg);
|
|
1543
|
-
--icon-document_xls-svg: var(--scania-icon-document_xls-svg);
|
|
1544
|
-
--icon-document-svg: var(--scania-icon-document-svg);
|
|
1545
|
-
--icon-dollar-svg: var(--scania-icon-dollar-svg);
|
|
1546
|
-
--icon-doner-svg: var(--scania-icon-doner-svg);
|
|
1547
|
-
--icon-double_kebab-svg: var(--scania-icon-double_kebab-svg);
|
|
1548
|
-
--icon-download-svg: var(--scania-icon-download-svg);
|
|
1549
|
-
--icon-driving_licence_inactive-svg: var(--scania-icon-driving_licence_inactive-svg);
|
|
1550
|
-
--icon-driving_licence-svg: var(--scania-icon-driving_licence-svg);
|
|
1551
|
-
--icon-drop_inactive-svg: var(--scania-icon-drop_inactive-svg);
|
|
1552
|
-
--icon-drop-svg: var(--scania-icon-drop-svg);
|
|
1553
|
-
--icon-edit_inactive-svg: var(--scania-icon-edit_inactive-svg);
|
|
1554
|
-
--icon-edit-svg: var(--scania-icon-edit-svg);
|
|
1555
|
-
--icon-email-svg: var(--scania-icon-email-svg);
|
|
1556
|
-
--icon-engine_inactive-svg: var(--scania-icon-engine_inactive-svg);
|
|
1557
|
-
--icon-engine-svg: var(--scania-icon-engine-svg);
|
|
1558
|
-
--icon-environment_inactive-svg: var(--scania-icon-environment_inactive-svg);
|
|
1559
|
-
--icon-environment-svg: var(--scania-icon-environment-svg);
|
|
1560
|
-
--icon-error-svg: var(--scania-icon-error-svg);
|
|
1561
|
-
--icon-exit-svg: var(--scania-icon-exit-svg);
|
|
1562
|
-
--icon-expand_inactive-svg: var(--scania-icon-expand_inactive-svg);
|
|
1563
|
-
--icon-expand-svg: var(--scania-icon-expand-svg);
|
|
1564
|
-
--icon-export_inactive-svg: var(--scania-icon-export_inactive-svg);
|
|
1565
|
-
--icon-export-svg: var(--scania-icon-export-svg);
|
|
1566
|
-
--icon-eye_inactive-svg: var(--scania-icon-eye_inactive-svg);
|
|
1567
|
-
--icon-eye-svg: var(--scania-icon-eye-svg);
|
|
1568
|
-
--icon-face_dissatisfied-svg: var(--scania-icon-face_dissatisfied-svg);
|
|
1569
|
-
--icon-face_neutral-svg: var(--scania-icon-face_neutral-svg);
|
|
1570
|
-
--icon-face_satisfied-svg: var(--scania-icon-face_satisfied-svg);
|
|
1571
|
-
--icon-factory_inactive-svg: var(--scania-icon-factory_inactive-svg);
|
|
1572
|
-
--icon-factory-svg: var(--scania-icon-factory-svg);
|
|
1573
|
-
--icon-ferry_inactive-svg: var(--scania-icon-ferry_inactive-svg);
|
|
1574
|
-
--icon-ferry-svg: var(--scania-icon-ferry-svg);
|
|
1575
|
-
--icon-filters_inactive-svg: var(--scania-icon-filters_inactive-svg);
|
|
1576
|
-
--icon-filters-svg: var(--scania-icon-filters-svg);
|
|
1577
|
-
--icon-flash_inactive-svg: var(--scania-icon-flash_inactive-svg);
|
|
1578
|
-
--icon-flash-svg: var(--scania-icon-flash-svg);
|
|
1579
|
-
--icon-folder-svg: var(--scania-icon-folder-svg);
|
|
1580
|
-
--icon-forward_inactive-svg: var(--scania-icon-forward_inactive-svg);
|
|
1581
|
-
--icon-forward-svg: var(--scania-icon-forward-svg);
|
|
1582
|
-
--icon-fuel_gauge_inactive-svg: var(--scania-icon-fuel_gauge_inactive-svg);
|
|
1583
|
-
--icon-fuel_gauge-svg: var(--scania-icon-fuel_gauge-svg);
|
|
1584
|
-
--icon-fuel_inactive-svg: var(--scania-icon-fuel_inactive-svg);
|
|
1585
|
-
--icon-fuel-svg: var(--scania-icon-fuel-svg);
|
|
1586
|
-
--icon-gift-inactive-svg: var(--scania-icon-gift-inactive-svg);
|
|
1587
|
-
--icon-gift-svg: var(--scania-icon-gift-svg);
|
|
1588
|
-
--icon-global-svg: var(--scania-icon-global-svg);
|
|
1589
|
-
--icon-guided_tour_inactive-svg: var(--scania-icon-guided_tour_inactive-svg);
|
|
1590
|
-
--icon-guided_tour-svg: var(--scania-icon-guided_tour-svg);
|
|
1591
|
-
--icon-hatch_open_1-svg: var(--scania-icon-hatch_open_1-svg);
|
|
1592
|
-
--icon-hatch_open_2-svg: var(--scania-icon-hatch_open_2-svg);
|
|
1593
|
-
--icon-hatch_open_inactive-svg: var(--scania-icon-hatch_open_inactive-svg);
|
|
1594
|
-
--icon-hatch_open-svg: var(--scania-icon-hatch_open-svg);
|
|
1595
|
-
--icon-heart_inactive-svg: var(--scania-icon-heart_inactive-svg);
|
|
1596
|
-
--icon-heart-svg: var(--scania-icon-heart-svg);
|
|
1597
|
-
--icon-heating_inactive_screen-svg: var(--scania-icon-heating_inactive_screen-svg);
|
|
1598
|
-
--icon-history_inactive-svg: var(--scania-icon-history_inactive-svg);
|
|
1599
|
-
--icon-history-svg: var(--scania-icon-history-svg);
|
|
1600
|
-
--icon-home_inactive-svg: var(--scania-icon-home_inactive-svg);
|
|
1601
|
-
--icon-home-svg: var(--scania-icon-home-svg);
|
|
1602
|
-
--icon-idea_inactive-svg: var(--scania-icon-idea_inactive-svg);
|
|
1603
|
-
--icon-idea-svg: var(--scania-icon-idea-svg);
|
|
1604
|
-
--icon-image_add-svg: var(--scania-icon-image_add-svg);
|
|
1605
|
-
--icon-image_inactive-svg: var(--scania-icon-image_inactive-svg);
|
|
1606
|
-
--icon-image_set-svg: var(--scania-icon-image_set-svg);
|
|
1607
|
-
--icon-image-svg: var(--scania-icon-image-svg);
|
|
1608
|
-
--icon-info-svg: var(--scania-icon-info-svg);
|
|
1609
|
-
--icon-insights-svg: var(--scania-icon-insights-svg);
|
|
1610
|
-
--icon-kebab-svg: var(--scania-icon-kebab-svg);
|
|
1611
|
-
--icon-key_inactive-svg: var(--scania-icon-key_inactive-svg);
|
|
1612
|
-
--icon-key-svg: var(--scania-icon-key-svg);
|
|
1613
|
-
--icon-layer_inactive-svg: var(--scania-icon-layer_inactive-svg);
|
|
1614
|
-
--icon-layer-svg: var(--scania-icon-layer-svg);
|
|
1615
|
-
--icon-link_broken-svg: var(--scania-icon-link_broken-svg);
|
|
1616
|
-
--icon-link-svg: var(--scania-icon-link-svg);
|
|
1617
|
-
--icon-list_inactive-svg: var(--scania-icon-list_inactive-svg);
|
|
1618
|
-
--icon-list-svg: var(--scania-icon-list-svg);
|
|
1619
|
-
--icon-lock_inactive-svg: var(--scania-icon-lock_inactive-svg);
|
|
1620
|
-
--icon-lock-svg: var(--scania-icon-lock-svg);
|
|
1621
|
-
--icon-map_cursor_inactive-svg: var(--scania-icon-map_cursor_inactive-svg);
|
|
1622
|
-
--icon-map_cursor-svg: var(--scania-icon-map_cursor-svg);
|
|
1623
|
-
--icon-maximize_fullscreen-svg: var(--scania-icon-maximize_fullscreen-svg);
|
|
1624
|
-
--icon-meatballs-svg: var(--scania-icon-meatballs-svg);
|
|
1625
|
-
--icon-merge_inactive-svg: var(--scania-icon-merge_inactive-svg);
|
|
1626
|
-
--icon-merge-svg: var(--scania-icon-merge-svg);
|
|
1627
|
-
--icon-message_inactive-svg: var(--scania-icon-message_inactive-svg);
|
|
1628
|
-
--icon-message-svg: var(--scania-icon-message-svg);
|
|
1629
|
-
--icon-mileage_inactive-svg: var(--scania-icon-mileage_inactive-svg);
|
|
1630
|
-
--icon-mileage-svg: var(--scania-icon-mileage-svg);
|
|
1631
|
-
--icon-minimize_fullscreen-svg: var(--scania-icon-minimize_fullscreen-svg);
|
|
1632
|
-
--icon-minus-svg: var(--scania-icon-minus-svg);
|
|
1633
|
-
--icon-navigate_inactive-svg: var(--scania-icon-navigate_inactive-svg);
|
|
1634
|
-
--icon-navigate-svg: var(--scania-icon-navigate-svg);
|
|
1635
|
-
--icon-notification_inactive-svg: var(--scania-icon-notification_inactive-svg);
|
|
1636
|
-
--icon-notification-svg: var(--scania-icon-notification-svg);
|
|
1637
|
-
--icon-oil_level_inactive-svg: var(--scania-icon-oil_level_inactive-svg);
|
|
1638
|
-
--icon-oil_level-svg: var(--scania-icon-oil_level-svg);
|
|
1639
|
-
--icon-pause_inactive-svg: var(--scania-icon-pause_inactive-svg);
|
|
1640
|
-
--icon-pause-svg: var(--scania-icon-pause-svg);
|
|
1641
|
-
--icon-phone_inactive-svg: var(--scania-icon-phone_inactive-svg);
|
|
1642
|
-
--icon-phone-svg: var(--scania-icon-phone-svg);
|
|
1643
|
-
--icon-pie_chart-svg: var(--scania-icon-pie_chart-svg);
|
|
1644
|
-
--icon-pin_inactive-svg: var(--scania-icon-pin_inactive-svg);
|
|
1645
|
-
--icon-pin-svg: var(--scania-icon-pin-svg);
|
|
1646
|
-
--icon-placeholder-svg: var(--scania-icon-placeholder-svg);
|
|
1647
|
-
--icon-play_inactive-svg: var(--scania-icon-play_inactive-svg);
|
|
1648
|
-
--icon-play-svg: var(--scania-icon-play-svg);
|
|
1649
|
-
--icon-plus-svg: var(--scania-icon-plus-svg);
|
|
1650
|
-
--icon-powerplug_inactive-svg: var(--scania-icon-powerplug_inactive-svg);
|
|
1651
|
-
--icon-powerplug-svg: var(--scania-icon-powerplug-svg);
|
|
1652
|
-
--icon-print_inactive-svg: var(--scania-icon-print_inactive-svg);
|
|
1653
|
-
--icon-print-svg: var(--scania-icon-print-svg);
|
|
1654
|
-
--icon-privacy_inactive-svg: var(--scania-icon-privacy_inactive-svg);
|
|
1655
|
-
--icon-privacy-svg: var(--scania-icon-privacy-svg);
|
|
1656
|
-
--icon-profile_inactive-svg: var(--scania-icon-profile_inactive-svg);
|
|
1657
|
-
--icon-profile-svg: var(--scania-icon-profile-svg);
|
|
1658
|
-
--icon-proportions_inactive-svg: var(--scania-icon-proportions_inactive-svg);
|
|
1659
|
-
--icon-proportions-svg: var(--scania-icon-proportions-svg);
|
|
1660
|
-
--icon-range_inactive-svg: var(--scania-icon-range_inactive-svg);
|
|
1661
|
-
--icon-range-svg: var(--scania-icon-range-svg);
|
|
1662
|
-
--icon-redirect-svg: var(--scania-icon-redirect-svg);
|
|
1663
|
-
--icon-refresh_inactive-svg: var(--scania-icon-refresh_inactive-svg);
|
|
1664
|
-
--icon-refresh-svg: var(--scania-icon-refresh-svg);
|
|
1665
|
-
--icon-reload_inactive-svg: var(--scania-icon-reload_inactive-svg);
|
|
1666
|
-
--icon-reload-svg: var(--scania-icon-reload-svg);
|
|
1667
|
-
--icon-repeat-svg: var(--scania-icon-repeat-svg);
|
|
1668
|
-
--icon-report_inactive-svg: var(--scania-icon-report_inactive-svg);
|
|
1669
|
-
--icon-report-svg: var(--scania-icon-report-svg);
|
|
1670
|
-
--icon-route_inactive-svg: var(--scania-icon-route_inactive-svg);
|
|
1671
|
-
--icon-route-svg: var(--scania-icon-route-svg);
|
|
1672
|
-
--icon-save_inactive-svg: var(--scania-icon-save_inactive-svg);
|
|
1673
|
-
--icon-save-svg: var(--scania-icon-save-svg);
|
|
1674
|
-
--icon-search-svg: var(--scania-icon-search-svg);
|
|
1675
|
-
--icon-send_inactive-svg: var(--scania-icon-send_inactive-svg);
|
|
1676
|
-
--icon-send-svg: var(--scania-icon-send-svg);
|
|
1677
|
-
--icon-settings-svg: var(--scania-icon-settings-svg);
|
|
1678
|
-
--icon-share-svg: var(--scania-icon-share-svg);
|
|
1679
|
-
--icon-skip_backwards-svg: var(--scania-icon-skip_backwards-svg);
|
|
1680
|
-
--icon-skip_forward-svg: var(--scania-icon-skip_forward-svg);
|
|
1681
|
-
--icon-smartphone_inactive-svg: var(--scania-icon-smartphone_inactive-svg);
|
|
1682
|
-
--icon-smartphone-svg: var(--scania-icon-smartphone-svg);
|
|
1683
|
-
--icon-sorting-svg: var(--scania-icon-sorting-svg);
|
|
1684
|
-
--icon-speedometer_inactive-svg: var(--scania-icon-speedometer_inactive-svg);
|
|
1685
|
-
--icon-speedometer-svg: var(--scania-icon-speedometer-svg);
|
|
1686
|
-
--icon-star-svg: var(--scania-icon-star-svg);
|
|
1687
|
-
--icon-support-svg: var(--scania-icon-support-svg);
|
|
1688
|
-
--icon-target_inactive-svg: var(--scania-icon-target_inactive-svg);
|
|
1689
|
-
--icon-target-svg: var(--scania-icon-target-svg);
|
|
1690
|
-
--icon-temperature_inactive-svg: var(--scania-icon-temperature_inactive-svg);
|
|
1691
|
-
--icon-temperature-svg: var(--scania-icon-temperature-svg);
|
|
1692
|
-
--icon-text_inactive-svg: var(--scania-icon-text_inactive-svg);
|
|
1693
|
-
--icon-text-svg: var(--scania-icon-text-svg);
|
|
1694
|
-
--icon-thumbs_down-svg: var(--scania-icon-thumbs_down-svg);
|
|
1695
|
-
--icon-thumbs_up-svg: var(--scania-icon-thumbs_up-svg);
|
|
1696
|
-
--icon-tick-svg: var(--scania-icon-tick-svg);
|
|
1697
|
-
--icon-timer-svg: var(--scania-icon-timer-svg);
|
|
1698
|
-
--icon-tool_inactive-svg: var(--scania-icon-tool_inactive-svg);
|
|
1699
|
-
--icon-tool-svg: var(--scania-icon-tool-svg);
|
|
1700
|
-
--icon-trailer_inactive-svg: var(--scania-icon-trailer_inactive-svg);
|
|
1701
|
-
--icon-trailer-svg: var(--scania-icon-trailer-svg);
|
|
1702
|
-
--icon-trash_inactive-svg: var(--scania-icon-trash_inactive-svg);
|
|
1703
|
-
--icon-trash-svg: var(--scania-icon-trash-svg);
|
|
1704
|
-
--icon-truck_inactive-svg: var(--scania-icon-truck_inactive-svg);
|
|
1705
|
-
--icon-truck-svg: var(--scania-icon-truck-svg);
|
|
1706
|
-
--icon-undo_inactive-svg: var(--scania-icon-undo_inactive-svg);
|
|
1707
|
-
--icon-undo-svg: var(--scania-icon-undo-svg);
|
|
1708
|
-
--icon-unlock-svg: var(--scania-icon-unlock-svg);
|
|
1709
|
-
--icon-upload-svg: var(--scania-icon-upload-svg);
|
|
1710
|
-
--icon-video_inactive-svg: var(--scania-icon-video_inactive-svg);
|
|
1711
|
-
--icon-video-svg: var(--scania-icon-video-svg);
|
|
1712
|
-
--icon-wallet-svg: var(--scania-icon-wallet-svg);
|
|
1713
|
-
--icon-warning-svg: var(--scania-icon-warning-svg);
|
|
1714
|
-
--icon-weight_inactive-svg: var(--scania-icon-weight_inactive-svg);
|
|
1715
|
-
--icon-weight-svg: var(--scania-icon-weight-svg);
|
|
1716
|
-
--icon-wifi_inactive-svg: var(--scania-icon-wifi_inactive-svg);
|
|
1717
|
-
--icon-wifi-svg: var(--scania-icon-wifi-svg);
|
|
1718
|
-
--icon-windscreen_heating_inactive-svg: var(--scania-icon-windscreen_heating_inactive-svg);
|
|
1719
|
-
--icon-windscreen_heating-svg: var(--scania-icon-windscreen_heating-svg);
|
|
1720
|
-
}
|