@c8y/style 1023.17.19 → 1023.22.2
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/branding-login.scss +17 -0
- package/branding.scss +15 -0
- package/export.scss +1 -0
- package/extend.scss +4 -0
- package/login.scss +17 -0
- package/main.scss +6 -0
- package/package.json +1 -1
- package/styles/README.md +204 -0
- package/styles/_login-app.scss +34 -0
- package/styles/_mixins.scss +47 -0
- package/styles/_utilities.scss +21 -0
- package/styles/animations/_animate.less +648 -0
- package/styles/animations/_animate.scss +654 -0
- package/styles/animations/_component-animations.scss +70 -0
- package/styles/animations/_realtime-animation-list.scss +21 -0
- package/styles/animations/_spinner-snake.scss +73 -0
- package/styles/{_spinner.less → animations/_spinner.less} +0 -3
- package/styles/animations/_spinner.scss +165 -0
- package/styles/base/_normalize.scss +309 -0
- package/styles/base/_print.scss +159 -0
- package/styles/base/_scaffolding.scss +162 -0
- package/styles/{_type.less → base/_type.less} +2 -2
- package/styles/base/_type.scss +350 -0
- package/styles/components/_markdown-content.less +75 -0
- package/styles/components/_markdown-content.scss +82 -0
- package/styles/{_smartrules.less → components/_smartrules.less} +120 -97
- package/styles/components/_smartrules.scss +392 -0
- package/styles/{_range-display.less → components/data-display-and-visualization/_range-display.less} +67 -49
- package/styles/components/data-display-and-visualization/_range-display.scss +488 -0
- package/styles/{_timelines-chart.less → components/data-display-and-visualization/_timelines-chart.less} +42 -33
- package/styles/components/data-display-and-visualization/_timelines-chart.scss +45 -0
- package/styles/{_c8y-data-point-list.less → components/data-display-and-visualization/lists/_c8y-data-point-list.less} +2 -20
- package/styles/components/data-display-and-visualization/lists/_c8y-data-point-list.scss +32 -0
- package/styles/components/data-display-and-visualization/lists/_c8y-empty-state.scss +164 -0
- package/styles/{_c8y-list-group.less → components/data-display-and-visualization/lists/_c8y-list-group.less} +1 -1
- package/styles/components/data-display-and-visualization/lists/_c8y-list-group.scss +789 -0
- package/styles/components/data-display-and-visualization/lists/_cards-layout.scss +415 -0
- package/styles/{_list-group.less → components/data-display-and-visualization/lists/_list-group.less} +4 -2
- package/styles/components/data-display-and-visualization/lists/_list-group.scss +381 -0
- package/styles/components/data-display-and-visualization/lists/_smart-rules-template-list.scss +36 -0
- package/styles/components/data-display-and-visualization/lists/_timeline-list.scss +240 -0
- package/styles/components/data-display-and-visualization/lists/timeline-list.less +216 -0
- package/styles/components/data-display-and-visualization/tables/_data-grid.scss +814 -0
- package/styles/{_resizable-grid.less → components/data-display-and-visualization/tables/_resizable-grid.less} +0 -3
- package/styles/components/data-display-and-visualization/tables/_resizable-grid.scss +138 -0
- package/styles/components/data-display-and-visualization/tables/_tables.scss +411 -0
- package/styles/{_c8y-ai-chat.less → components/data-input/_c8y-ai-chat.less} +44 -28
- package/styles/components/data-input/_c8y-ai-chat.scss +212 -0
- package/styles/components/data-input/assets/_asset-property-list.scss +285 -0
- package/styles/{_asset-table.less → components/data-input/assets/_asset-table.less} +3 -6
- package/styles/components/data-input/assets/_asset-table.scss +95 -0
- package/styles/components/data-input/assets/_c8y-asset-notes.scss +41 -0
- package/styles/components/data-input/assets/_c8y-asset-selector-miller.scss +134 -0
- package/styles/{_c8y-asset-selector.less → components/data-input/assets/_c8y-asset-selector.less} +1 -1
- package/styles/components/data-input/assets/_c8y-asset-selector.scss +178 -0
- package/styles/components/data-input/assets/_c8y-child-assets-selector.scss +231 -0
- package/styles/{_app-switcher.less → components/navigation-and-layout/action-bars/_app-switcher.less} +1 -1
- package/styles/components/navigation-and-layout/action-bars/_app-switcher.scss +111 -0
- package/styles/components/navigation-and-layout/action-bars/_c8y-action-bar.scss +418 -0
- package/styles/{_card-dashboard.less → components/navigation-and-layout/cards/_card-dashboard.less} +2 -5
- package/styles/components/navigation-and-layout/cards/_card-dashboard.scss +179 -0
- package/styles/components/navigation-and-layout/cards/_card-flip.scss +104 -0
- package/styles/components/navigation-and-layout/cards/_card-grid.scss +95 -0
- package/styles/{_card.less → components/navigation-and-layout/cards/_card.less} +18 -22
- package/styles/components/navigation-and-layout/cards/_card.scss +769 -0
- package/styles/{_panels.less → components/navigation-and-layout/cards/_panels.less} +11 -21
- package/styles/components/navigation-and-layout/cards/_panels.scss +514 -0
- package/styles/{_breadcrumbs.less → components/navigation-and-layout/navigation/_breadcrumbs.less} +0 -29
- package/styles/components/navigation-and-layout/navigation/_breadcrumbs.scss +61 -0
- package/styles/components/navigation-and-layout/navigation/_c8y-nav-stacked.scss +85 -0
- package/styles/components/navigation-and-layout/navigation/_main-header.scss +510 -0
- package/styles/{_navbar.less → components/navigation-and-layout/navigation/_navbar.less} +7 -6
- package/styles/components/navigation-and-layout/navigation/_navbar.scss +488 -0
- package/styles/components/navigation-and-layout/navigation/_navigator.scss +454 -0
- package/styles/components/navigation-and-layout/navigation/_navs.scss +118 -0
- package/styles/components/navigation-and-layout/navigation/_pagination.scss +148 -0
- package/styles/components/navigation-and-layout/navigation/_steps-navbar.scss +101 -0
- package/styles/{_tabs.less → components/navigation-and-layout/navigation/_tabs.less} +1 -1
- package/styles/components/navigation-and-layout/navigation/_tabs.scss +254 -0
- package/styles/components/navigation-and-layout/navigation/steps-navbar.less +98 -0
- package/styles/components/specialized/_boxed-label.scss +36 -0
- package/styles/components/specialized/_c8y-cookie-banner.scss +37 -0
- package/styles/{_c8y-countdown-interval.less → components/specialized/_c8y-countdown-interval.less} +1 -1
- package/styles/components/specialized/_c8y-countdown-interval.scss +126 -0
- package/styles/{_c8y-data-explorer.less → components/specialized/_c8y-data-explorer.less} +12 -115
- package/styles/components/specialized/_c8y-data-explorer.scss +260 -0
- package/styles/components/specialized/_c8y-datapoint-pill.scss +105 -0
- package/styles/{_c8y-login.less → components/specialized/_c8y-login.less} +3 -3
- package/styles/components/specialized/_c8y-login.scss +120 -0
- package/styles/components/specialized/_c8y-message-banner.less +37 -0
- package/styles/components/specialized/_c8y-message-banner.scss +52 -0
- package/styles/components/specialized/_c8y-pulse.scss +118 -0
- package/styles/components/specialized/_c8y-range.scss +237 -0
- package/styles/{_c8y-role-card.less → components/specialized/_c8y-role-card.less} +2 -22
- package/styles/components/specialized/_c8y-role-card.scss +68 -0
- package/styles/{_c8y-schema-form.less → components/specialized/_c8y-schema-form.less} +1 -5
- package/styles/components/specialized/_c8y-schema-form.scss +193 -0
- package/styles/components/specialized/_c8y-scrollbar.scss +82 -0
- package/styles/components/specialized/_c8y-smart-rest-tab.scss +75 -0
- package/styles/{_c8y-stepper.less → components/specialized/_c8y-stepper.less} +3 -3
- package/styles/components/specialized/_c8y-stepper.scss +110 -0
- package/styles/{_c8y-user-roles.less → components/specialized/_c8y-user-roles.less} +6 -7
- package/styles/components/specialized/_c8y-user-roles.scss +351 -0
- package/styles/{_c8y-utils.less → components/specialized/_c8y-utils.less} +0 -3
- package/styles/components/specialized/_c8y-utils.scss +109 -0
- package/styles/components/specialized/_code.scss +94 -0
- package/styles/components/specialized/_device-software-tab.scss +52 -0
- package/styles/components/specialized/_dtm-icon-selector.scss +84 -0
- package/styles/{_measurements-time-control.less → components/specialized/_measurements-time-control.less} +12 -52
- package/styles/components/specialized/_measurements-time-control.scss +237 -0
- package/styles/components/specialized/_search-header.scss +126 -0
- package/styles/{_smart-list-icon-label.less → components/specialized/_smart-list-icon-label.less} +1 -1
- package/styles/components/specialized/_smart-list-icon-label.scss +75 -0
- package/styles/components/specialized/_static-assets-file-picker.scss +23 -0
- package/styles/{_status.less → components/specialized/_status.less} +11 -11
- package/styles/components/specialized/_status.scss +106 -0
- package/styles/components/specialized/_statusContainer.scss +62 -0
- package/styles/core/buttons/_button-groups.scss +202 -0
- package/styles/{_buttons.less → core/buttons/_buttons.less} +30 -21
- package/styles/core/buttons/_buttons.scss +1318 -0
- package/styles/{_alerts.less → core/feedback/_alerts.less} +2 -6
- package/styles/core/feedback/_alerts.scss +243 -0
- package/styles/core/feedback/_badges.scss +85 -0
- package/styles/core/feedback/_close.scss +54 -0
- package/styles/{_labels.less → core/feedback/_labels.less} +1 -1
- package/styles/core/feedback/_labels.scss +93 -0
- package/styles/core/feedback/_progress-bars.scss +96 -0
- package/styles/{_tag.less → core/feedback/_tag.less} +1 -1
- package/styles/core/feedback/_tag.scss +103 -0
- package/styles/core/feedback/_tooltip.scss +147 -0
- package/styles/{_c8y-switch.less → core/forms/_c8y-switch.less} +2 -2
- package/styles/core/forms/_c8y-switch.scss +226 -0
- package/styles/{_file-picker.less → core/forms/_file-picker.less} +1 -1
- package/styles/core/forms/_file-picker.scss +219 -0
- package/styles/{_forms.less → core/forms/_forms.less} +14 -16
- package/styles/core/forms/_forms.scss +1183 -0
- package/styles/{_input-groups.less → core/forms/_input-groups.less} +2 -2
- package/styles/core/forms/_input-groups.scss +700 -0
- package/styles/{_c8y-dashboard-modal.less → core/overlays/_c8y-dashboard-modal.less} +3 -3
- package/styles/core/overlays/_c8y-dashboard-modal.scss +86 -0
- package/styles/{_c8y-wizard.less → core/overlays/_c8y-wizard.less} +1 -1
- package/styles/core/overlays/_c8y-wizard.scss +226 -0
- package/styles/{_dropdowns.less → core/overlays/_dropdowns.less} +4 -4
- package/styles/core/overlays/_dropdowns.scss +815 -0
- package/styles/{_modals.less → core/overlays/_modals.less} +7 -8
- package/styles/core/overlays/_modals.scss +461 -0
- package/styles/core/overlays/_popovers.scss +183 -0
- package/styles/dashboard/_availability-pie.scss +33 -0
- package/styles/{_c8y-dashboard-style.less → dashboard/_c8y-dashboard-style.less} +4 -6
- package/styles/dashboard/_c8y-dashboard-style.scss +409 -0
- package/styles/{_c8y-gauges.less → dashboard/_c8y-gauges.less} +1 -1
- package/styles/dashboard/_c8y-gauges.scss +62 -0
- package/styles/dashboard/_dashboard-widgets.scss +47 -0
- package/styles/dashboard/_info-gauge.scss +107 -0
- package/styles/dashboard/_quick-links-widget.scss +49 -0
- package/styles/dashboard/_welcome-widget.scss +68 -0
- package/styles/dashboard/_welcome.scss +138 -0
- package/styles/dashboard/welcome-widget.less +50 -0
- package/styles/dashboard/welcome.less +128 -0
- package/styles/icons/_c8y-glyphs.scss +63 -0
- package/styles/{_c8y-icons.less → icons/_c8y-icons.less} +12 -12
- package/styles/icons/_c8y-icons.scss +1209 -0
- package/styles/icons/_dlt-c8y-icons-stroke.less +1856 -0
- package/styles/icons/_dlt-c8y-icons-stroke.scss +3667 -0
- package/styles/{_dlt-c8y-icons.less → icons/_dlt-c8y-icons.less} +5 -112
- package/styles/icons/_dlt-c8y-icons.scss +9204 -0
- package/styles/icons/_marker-icons.less +22 -0
- package/styles/icons/_marker-icons.scss +33 -0
- package/styles/index.less +233 -152
- package/styles/index.scss +240 -0
- package/styles/layout/_bottom-drawer.scss +59 -0
- package/styles/layout/_c8y-help-drawer.scss +104 -0
- package/styles/layout/_c8y-right-drawer.scss +150 -0
- package/styles/layout/_c8y-top-drawer.scss +117 -0
- package/styles/{_grid.less → layout/_grid.less} +3 -18
- package/styles/layout/_grid.scss +114 -0
- package/styles/layout/_group-info.scss +27 -0
- package/styles/{_layouts.less → layout/_layouts.less} +1 -3
- package/styles/layout/_layouts.scss +375 -0
- package/styles/layout/_mcontainer.scss +136 -0
- package/styles/layout/_page-tabs.scss +314 -0
- package/styles/{_split-scroll.less → layout/_split-scroll.less} +1 -1
- package/styles/layout/_split-scroll.scss +112 -0
- package/styles/layout/_split-view.scss +126 -0
- package/styles/login-app-use.scss +36 -0
- package/styles/login-app.less +25 -24
- package/styles/mixins/_alert-variant.scss +13 -0
- package/styles/mixins/_animation.scss +25 -0
- package/styles/mixins/_background-variant.scss +34 -0
- package/styles/mixins/_border-radius.scss +18 -0
- package/styles/mixins/_buttons.scss +65 -0
- package/styles/mixins/_c8y-scrollbar.scss +29 -0
- package/styles/mixins/_center-block.scss +7 -0
- package/styles/mixins/_clearfix.scss +22 -0
- package/styles/mixins/_color-mixins.scss +21 -0
- package/styles/mixins/_create-grid.scss +137 -0
- package/styles/mixins/_element-queries.scss +39 -0
- package/styles/mixins/_forms.scss +122 -0
- package/styles/mixins/_gradients.scss +120 -0
- package/styles/mixins/_grid-framework.scss +104 -0
- package/styles/mixins/_grid.scss +126 -0
- package/styles/mixins/_hide-scrollbars.scss +10 -0
- package/styles/mixins/_hide-text.scss +24 -0
- package/styles/mixins/_icon-base.scss +30 -0
- package/styles/mixins/_image.scss +26 -0
- package/styles/mixins/_index.scss +48 -0
- package/styles/mixins/_labels.scss +14 -0
- package/styles/mixins/_list-group.scss +32 -0
- package/styles/mixins/_nav-divider.scss +8 -0
- package/styles/mixins/_nav-vertical-align.scss +9 -0
- package/styles/mixins/_opacity.scss +9 -0
- package/styles/mixins/_pagination.scss +26 -0
- package/styles/mixins/_panels.scss +25 -0
- package/styles/mixins/_progress-bar.scss +12 -0
- package/styles/mixins/_reset-filter.scss +9 -0
- package/styles/mixins/_reset-text.scss +21 -0
- package/styles/mixins/_resize.scss +6 -0
- package/styles/mixins/_responsive-visibility.scss +21 -0
- package/styles/mixins/_shadows-helper.scss +40 -0
- package/styles/mixins/_size.scss +109 -0
- package/styles/mixins/_tab-focus.scss +20 -0
- package/styles/mixins/_table-row.scss +30 -0
- package/styles/mixins/_tag.scss +14 -0
- package/styles/mixins/_text-emphasis.scss +19 -0
- package/styles/mixins/_text-overflow.scss +10 -0
- package/styles/mixins/_vendor-prefixes.scss +149 -0
- package/styles/mixins/vendor-prefixes.less +37 -112
- package/styles/utilities/_borders.less +3 -12
- package/styles/utilities/_borders.scss +137 -0
- package/styles/utilities/_caret.scss +50 -0
- package/styles/utilities/_container-queries.scss +113 -0
- package/styles/utilities/_contextual-colors.less +113 -168
- package/styles/utilities/_contextual-colors.scss +170 -0
- package/styles/utilities/_display.scss +439 -0
- package/styles/utilities/_elevation.scss +41 -0
- package/styles/utilities/_flex-containers.scss +219 -0
- package/styles/utilities/_flex-items.scss +152 -0
- package/styles/utilities/_icon-utils.less +5 -5
- package/styles/utilities/_icon-utils.scss +94 -0
- package/styles/utilities/_margins-paddings.scss +190 -0
- package/styles/utilities/_overflows.scss +69 -0
- package/styles/utilities/_position.less +3 -6
- package/styles/utilities/_position.scss +143 -0
- package/styles/utilities/_quickfloats.less +1 -8
- package/styles/utilities/_quickfloats.scss +36 -0
- package/styles/utilities/_separators.scss +71 -0
- package/styles/utilities/_shadows.scss +7 -0
- package/styles/utilities/_sizing.scss +122 -0
- package/styles/utilities/_text-utils.scss +691 -0
- package/styles/utilities.less +1 -4
- package/styles/vendor/ace-editor/_ace-editor.scss +26 -0
- package/styles/vendor/angular/_loading-bar.scss +33 -0
- package/styles/{_ui-sortable.less → vendor/angular/_ui-sortable.less} +1 -1
- package/styles/vendor/angular/_ui-sortable.scss +70 -0
- package/styles/{_uib-accordion.less → vendor/angular/_uib-accordion.less} +1 -1
- package/styles/vendor/angular/_uib-accordion.scss +59 -0
- package/styles/vendor/angular/angular-ui-select/_select.scss +154 -0
- package/styles/vendor/angular/angular-ui-select/select.less +161 -0
- package/styles/vendor/cdk/_cdk-drag.scss +71 -0
- package/styles/{_cdk-tree.less → vendor/cdk/_cdk-tree.less} +1 -1
- package/styles/vendor/cdk/_cdk-tree.scss +66 -0
- package/styles/vendor/cdk/_cdk-virtual-scroll-window.scss +18 -0
- package/styles/{_bs-datepicker.less → vendor/datepicker/_bs-datepicker.less} +1 -7
- package/styles/vendor/datepicker/_bs-datepicker.scss +628 -0
- package/styles/{_datepicker.less → vendor/datepicker/_uib-datepicker.less} +1 -6
- package/styles/vendor/datepicker/_uib-datepicker.scss +173 -0
- package/styles/{_c8y-map-internal.less → vendor/leaflet/_c8y-map-internal.less} +4 -4
- package/styles/vendor/leaflet/_c8y-map-internal.scss +316 -0
- package/styles/{_leaflet.less → vendor/leaflet/_leaflet.less} +4 -3
- package/styles/vendor/leaflet/_leaflet.scss +803 -0
- package/styles/{_colorpicker.less → vendor/other/_colorpicker.less} +2 -2
- package/styles/vendor/other/_colorpicker.scss +40 -0
- package/styles/{_c8y-selectize.less → vendor/selectize/_c8y-selectize.less} +1 -10
- package/styles/vendor/selectize/_c8y-selectize.scss +403 -0
- package/sync-scss-to-less.sh +75 -0
- package/variables/README.md +485 -0
- package/variables/_alert-vars.scss +36 -0
- package/variables/_badge-vars.less +0 -1
- package/variables/_badge-vars.scss +24 -0
- package/variables/_brand-vars.scss +97 -0
- package/variables/_breadcrumbs-vars.scss +13 -0
- package/variables/_buttons-vars.less +17 -0
- package/variables/_buttons-vars.scss +107 -0
- package/variables/_c8y-action-bar-vars.less +1 -1
- package/variables/_c8y-action-bar-vars.scss +15 -0
- package/variables/_c8y-icon-vars.scss +199 -0
- package/variables/_code-vars.less +2 -3
- package/variables/_code-vars.scss +18 -0
- package/variables/_color-defaults.less +91 -0
- package/variables/_color-defaults.scss +91 -0
- package/variables/_color-vars.less +96 -39
- package/variables/_color-vars.scss +303 -0
- package/variables/_components-vars.scss +22 -0
- package/variables/_dlt-c8y-icons-vars.scss +1825 -0
- package/variables/_forms-vars.less +1 -1
- package/variables/_forms-vars.scss +98 -0
- package/variables/_label-vars.less +5 -2
- package/variables/_label-vars.scss +37 -0
- package/variables/_layout-vars.less +29 -13
- package/variables/_layout-vars.scss +110 -0
- package/variables/_map-vars.scss +12 -0
- package/variables/_modal-vars.less +2 -2
- package/variables/_modal-vars.scss +13 -0
- package/variables/_navbar-vars.less +15 -7
- package/variables/_navbar-vars.scss +72 -0
- package/variables/_navigator.scss +8 -0
- package/variables/_page-sticky-header.scss +4 -0
- package/variables/_pagination-vars.scss +30 -0
- package/variables/_panel-vars.less +2 -2
- package/variables/_panel-vars.scss +40 -0
- package/variables/_popover-vars.scss +23 -0
- package/variables/_progress-bars-vars.less +5 -5
- package/variables/_progress-bars-vars.scss +19 -0
- package/variables/_scaffolding.scss +33 -0
- package/variables/_selectize-vars.scss +37 -0
- package/variables/_tables-vars.scss +7 -0
- package/variables/_tag-vars.less +1 -1
- package/variables/_tag-vars.scss +38 -0
- package/variables/_thumbnail-vars.scss +12 -0
- package/variables/_tooltip-vars.scss +16 -0
- package/variables/_typography-vars.scss +45 -0
- package/variables/dashboard-themes/_branded-dashboard.less +0 -11
- package/variables/dashboard-themes/_branded-dashboard.scss +296 -0
- package/variables/dashboard-themes/_dark-dashboard.less +7 -0
- package/variables/dashboard-themes/_dark-dashboard.scss +40 -0
- package/variables/dashboard-themes/_transparent-dashboard.scss +17 -0
- package/variables/dashboard-themes/_white-dashboard.scss +44 -0
- package/variables/index.less +4 -0
- package/variables/index.scss +146 -0
- package/variables/login-vars.scss +48 -0
- package/variables/shadows.scss +15 -0
- package/variables/tokens/c8y-design-tokens-dark.less +2 -13
- package/variables/tokens/c8y-design-tokens-dark.scss +332 -0
- package/variables/tokens/c8y-design-tokens.less +4 -15
- package/variables/tokens/c8y-design-tokens.scss +590 -0
- package/styles/_animate.less +0 -1133
- package/styles/_baseline-grid.less +0 -22
- package/styles/_browser-mock.less +0 -59
- package/styles/_bulk-operation-details-tab.less +0 -10
- package/styles/_c8y-message-banner.less +0 -37
- package/styles/_dlt-c8y-icons-stroke.less +0 -32797
- package/styles/_markdown-content.less +0 -54
- package/styles/_marker-icons.less +0 -19
- /package/styles/{_component-animations.less → animations/_component-animations.less} +0 -0
- /package/styles/{_realtime-animation-list.less → animations/_realtime-animation-list.less} +0 -0
- /package/styles/{_spinner-snake.less → animations/_spinner-snake.less} +0 -0
- /package/styles/{_normalize.less → base/_normalize.less} +0 -0
- /package/styles/{_print.less → base/_print.less} +0 -0
- /package/styles/{_scaffolding.less → base/_scaffolding.less} +0 -0
- /package/styles/{_c8y-empty-state.less → components/data-display-and-visualization/lists/_c8y-empty-state.less} +0 -0
- /package/styles/{_cards-layout.less → components/data-display-and-visualization/lists/_cards-layout.less} +0 -0
- /package/styles/{_smart-rules-template-list.less → components/data-display-and-visualization/lists/_smart-rules-template-list.less} +0 -0
- /package/styles/{_data-grid.less → components/data-display-and-visualization/tables/_data-grid.less} +0 -0
- /package/styles/{_tables.less → components/data-display-and-visualization/tables/_tables.less} +0 -0
- /package/styles/{_asset-property-list.less → components/data-input/assets/_asset-property-list.less} +0 -0
- /package/styles/{_c8y-asset-notes.less → components/data-input/assets/_c8y-asset-notes.less} +0 -0
- /package/styles/{_c8y-asset-selector-miller.less → components/data-input/assets/_c8y-asset-selector-miller.less} +0 -0
- /package/styles/{_c8y-child-assets-selector.less → components/data-input/assets/_c8y-child-assets-selector.less} +0 -0
- /package/styles/{_c8y-action-bar.less → components/navigation-and-layout/action-bars/_c8y-action-bar.less} +0 -0
- /package/styles/{_card-flip.less → components/navigation-and-layout/cards/_card-flip.less} +0 -0
- /package/styles/{_card-grid.less → components/navigation-and-layout/cards/_card-grid.less} +0 -0
- /package/styles/{_c8y-nav-stacked.less → components/navigation-and-layout/navigation/_c8y-nav-stacked.less} +0 -0
- /package/styles/{_main-header.less → components/navigation-and-layout/navigation/_main-header.less} +0 -0
- /package/styles/{_navigator.less → components/navigation-and-layout/navigation/_navigator.less} +0 -0
- /package/styles/{_navs.less → components/navigation-and-layout/navigation/_navs.less} +0 -0
- /package/styles/{_pagination.less → components/navigation-and-layout/navigation/_pagination.less} +0 -0
- /package/styles/{_boxed-label.less → components/specialized/_boxed-label.less} +0 -0
- /package/styles/{_c8y-cookie-banner.less → components/specialized/_c8y-cookie-banner.less} +0 -0
- /package/styles/{_c8y-datapoint-pill.less → components/specialized/_c8y-datapoint-pill.less} +0 -0
- /package/styles/{_c8y-pulse.less → components/specialized/_c8y-pulse.less} +0 -0
- /package/styles/{_c8y-range.less → components/specialized/_c8y-range.less} +0 -0
- /package/styles/{_c8y-scrollbar.less → components/specialized/_c8y-scrollbar.less} +0 -0
- /package/styles/{_c8y-smart-rest-tab.less → components/specialized/_c8y-smart-rest-tab.less} +0 -0
- /package/styles/{_code.less → components/specialized/_code.less} +0 -0
- /package/styles/{_device-software-tab.less → components/specialized/_device-software-tab.less} +0 -0
- /package/styles/{_dtm-icon-selector.less → components/specialized/_dtm-icon-selector.less} +0 -0
- /package/styles/{_search-header.less → components/specialized/_search-header.less} +0 -0
- /package/styles/{_static-assets-file-picker.less → components/specialized/_static-assets-file-picker.less} +0 -0
- /package/styles/{_statusContainer.less → components/specialized/_statusContainer.less} +0 -0
- /package/styles/{_button-groups.less → core/buttons/_button-groups.less} +0 -0
- /package/styles/{_badges.less → core/feedback/_badges.less} +0 -0
- /package/styles/{_close.less → core/feedback/_close.less} +0 -0
- /package/styles/{_progress-bars.less → core/feedback/_progress-bars.less} +0 -0
- /package/styles/{_tooltip.less → core/feedback/_tooltip.less} +0 -0
- /package/styles/{_popovers.less → core/overlays/_popovers.less} +0 -0
- /package/styles/{_availability-pie.less → dashboard/_availability-pie.less} +0 -0
- /package/styles/{_dashboard-widgets.less → dashboard/_dashboard-widgets.less} +0 -0
- /package/styles/{_info-gauge.less → dashboard/_info-gauge.less} +0 -0
- /package/styles/{_quick-links-widget.less → dashboard/_quick-links-widget.less} +0 -0
- /package/styles/{_c8y-glyphs.less → icons/_c8y-glyphs.less} +0 -0
- /package/styles/{_bottom-drawer.less → layout/_bottom-drawer.less} +0 -0
- /package/styles/{_c8y-help-drawer.less → layout/_c8y-help-drawer.less} +0 -0
- /package/styles/{_c8y-right-drawer.less → layout/_c8y-right-drawer.less} +0 -0
- /package/styles/{_c8y-top-drawer.less → layout/_c8y-top-drawer.less} +0 -0
- /package/styles/{_group-info.less → layout/_group-info.less} +0 -0
- /package/styles/{_mcontainer.less → layout/_mcontainer.less} +0 -0
- /package/styles/{_page-tabs.less → layout/_page-tabs.less} +0 -0
- /package/styles/{_split-view.less → layout/_split-view.less} +0 -0
- /package/styles/{_ace-editor.less → vendor/ace-editor/_ace-editor.less} +0 -0
- /package/styles/{_loading-bar.less → vendor/angular/_loading-bar.less} +0 -0
- /package/styles/{_cdk-drag.less → vendor/cdk/_cdk-drag.less} +0 -0
- /package/styles/{_cdk-virtual-scroll-window.less → vendor/cdk/_cdk-virtual-scroll-window.less} +0 -0
|
@@ -0,0 +1,803 @@
|
|
|
1
|
+
@use "../../../variables/index" as *;
|
|
2
|
+
|
|
3
|
+
@use "../../mixins/tab-focus";
|
|
4
|
+
|
|
5
|
+
// Override map-icons-path for correct relative path from styles/vendor/leaflet/
|
|
6
|
+
$map-icons-path: if($use-relative-paths, '../../../img/', 'img/');
|
|
7
|
+
|
|
8
|
+
/* required styles */
|
|
9
|
+
|
|
10
|
+
.leaflet-pane,
|
|
11
|
+
.leaflet-tile,
|
|
12
|
+
.leaflet-marker-icon,
|
|
13
|
+
.leaflet-marker-shadow,
|
|
14
|
+
.leaflet-tile-container,
|
|
15
|
+
.leaflet-pane > svg,
|
|
16
|
+
.leaflet-pane > canvas,
|
|
17
|
+
.leaflet-zoom-box,
|
|
18
|
+
.leaflet-image-layer,
|
|
19
|
+
.leaflet-layer {
|
|
20
|
+
position: absolute;
|
|
21
|
+
left: 0;
|
|
22
|
+
top: 0;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.leaflet-container {
|
|
26
|
+
overflow: hidden;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.leaflet-tile,
|
|
30
|
+
.leaflet-marker-icon,
|
|
31
|
+
.leaflet-marker-shadow {
|
|
32
|
+
user-select: none;
|
|
33
|
+
-webkit-user-drag: none;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/* Prevents IE11 from highlighting tiles in blue */
|
|
37
|
+
.leaflet-tile::selection {
|
|
38
|
+
background: transparent;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
|
|
42
|
+
.leaflet-safari .leaflet-tile {
|
|
43
|
+
image-rendering: -webkit-optimize-contrast;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/* hack that prevents hw layers "stretching" when loading new tiles */
|
|
47
|
+
.leaflet-safari .leaflet-tile-container {
|
|
48
|
+
width: 1600px;
|
|
49
|
+
height: 1600px;
|
|
50
|
+
-webkit-transform-origin: 0 0;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.leaflet-marker-icon,
|
|
54
|
+
.leaflet-marker-shadow {
|
|
55
|
+
display: block;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
|
|
59
|
+
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
|
|
60
|
+
.leaflet-container .leaflet-overlay-pane svg,
|
|
61
|
+
.leaflet-container .leaflet-marker-pane img,
|
|
62
|
+
.leaflet-container .leaflet-shadow-pane img,
|
|
63
|
+
.leaflet-container .leaflet-tile-pane img,
|
|
64
|
+
.leaflet-container img.leaflet-image-layer,
|
|
65
|
+
.leaflet-container .leaflet-tile {
|
|
66
|
+
max-width: none !important;
|
|
67
|
+
max-height: none !important;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.leaflet-container.leaflet-touch-zoom {
|
|
71
|
+
touch-action: pan-x pan-y;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.leaflet-container.leaflet-touch-drag {
|
|
75
|
+
-ms-touch-action: pinch-zoom;
|
|
76
|
+
/* Fallback for FF which doesn't support pinch-zoom */
|
|
77
|
+
touch-action: none;
|
|
78
|
+
touch-action: pinch-zoom;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
|
|
82
|
+
touch-action: none;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.leaflet-container {
|
|
86
|
+
-webkit-tap-highlight-color: transparent;
|
|
87
|
+
.map-marker a {
|
|
88
|
+
color: $link-color !important;
|
|
89
|
+
&:hover {
|
|
90
|
+
color: $link-color-hover !important;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.leaflet-container a {
|
|
96
|
+
-webkit-tap-highlight-color: $component-color-focus;
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
&:focus {
|
|
100
|
+
@include tab-focus.c8y-focus-inset();
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.leaflet-tile {
|
|
105
|
+
filter: inherit;
|
|
106
|
+
visibility: hidden;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.leaflet-tile-loaded {
|
|
110
|
+
visibility: inherit;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.leaflet-zoom-box {
|
|
114
|
+
width: 0;
|
|
115
|
+
height: 0;
|
|
116
|
+
box-sizing: border-box;
|
|
117
|
+
z-index: 800;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
|
|
121
|
+
.leaflet-overlay-pane svg {
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.leaflet-pane {
|
|
125
|
+
z-index: 400;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.leaflet-tile-pane {
|
|
129
|
+
z-index: 200;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.leaflet-overlay-pane {
|
|
133
|
+
z-index: 400;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.leaflet-shadow-pane {
|
|
137
|
+
z-index: 500;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.leaflet-marker-pane {
|
|
141
|
+
z-index: 600;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.leaflet-tooltip-pane {
|
|
145
|
+
z-index: 650;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.leaflet-popup-pane {
|
|
149
|
+
z-index: 700;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.leaflet-map-pane canvas {
|
|
153
|
+
z-index: 100;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.leaflet-map-pane svg {
|
|
157
|
+
z-index: 200;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.leaflet-vml-shape {
|
|
161
|
+
width: 1px;
|
|
162
|
+
height: 1px;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.lvml {
|
|
166
|
+
behavior: url(#default#VML);
|
|
167
|
+
display: inline-block;
|
|
168
|
+
position: absolute;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
/* control positioning */
|
|
172
|
+
|
|
173
|
+
.leaflet-control {
|
|
174
|
+
position: relative;
|
|
175
|
+
z-index: 800;
|
|
176
|
+
pointer-events: auto;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.leaflet-top,
|
|
180
|
+
.leaflet-bottom {
|
|
181
|
+
position: absolute;
|
|
182
|
+
z-index: 1000;
|
|
183
|
+
pointer-events: none;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.leaflet-top {
|
|
187
|
+
top: 0;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.leaflet-right {
|
|
191
|
+
right: 0;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.leaflet-bottom {
|
|
195
|
+
bottom: 0;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.leaflet-left {
|
|
199
|
+
left: 0;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.leaflet-control {
|
|
203
|
+
float: left;
|
|
204
|
+
clear: both;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.leaflet-right .leaflet-control {
|
|
208
|
+
float: right;
|
|
209
|
+
display: flex;
|
|
210
|
+
gap: $size-8;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.leaflet-top .leaflet-control {
|
|
214
|
+
margin-top: 16px;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.leaflet-bottom .leaflet-control {
|
|
218
|
+
margin-bottom: 16px;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.leaflet-left .leaflet-control {
|
|
222
|
+
margin-left: 16px;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.leaflet-right .leaflet-control {
|
|
226
|
+
margin-right: 16px;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
/* zoom and fade animations */
|
|
230
|
+
|
|
231
|
+
.leaflet-fade-anim .leaflet-tile {
|
|
232
|
+
will-change: opacity;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.leaflet-fade-anim .leaflet-popup {
|
|
236
|
+
opacity: 0;
|
|
237
|
+
transition: opacity 0.2s linear;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
|
|
241
|
+
opacity: 1;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.leaflet-zoom-animated {
|
|
245
|
+
transform-origin: 0 0;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.leaflet-zoom-anim .leaflet-zoom-animated {
|
|
249
|
+
will-change: transform;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.leaflet-zoom-anim .leaflet-zoom-animated {
|
|
253
|
+
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.leaflet-zoom-anim .leaflet-tile,
|
|
257
|
+
.leaflet-pan-anim .leaflet-tile {
|
|
258
|
+
transition: none;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.leaflet-zoom-anim .leaflet-zoom-hide {
|
|
262
|
+
visibility: hidden;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
/* cursors */
|
|
266
|
+
|
|
267
|
+
.leaflet-interactive {
|
|
268
|
+
cursor: pointer;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.leaflet-grab {
|
|
272
|
+
cursor: grab;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.leaflet-crosshair,
|
|
276
|
+
.leaflet-crosshair .leaflet-interactive {
|
|
277
|
+
cursor: crosshair;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.leaflet-popup-pane,
|
|
281
|
+
.leaflet-control {
|
|
282
|
+
cursor: auto;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.leaflet-dragging .leaflet-grab,
|
|
286
|
+
.leaflet-dragging .leaflet-grab .leaflet-interactive,
|
|
287
|
+
.leaflet-dragging .leaflet-marker-draggable {
|
|
288
|
+
cursor: move;
|
|
289
|
+
cursor: grabbing;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
/* marker & overlays interactivity */
|
|
293
|
+
.leaflet-marker-icon,
|
|
294
|
+
.leaflet-marker-shadow,
|
|
295
|
+
.leaflet-image-layer,
|
|
296
|
+
.leaflet-pane > svg path,
|
|
297
|
+
.leaflet-tile-container {
|
|
298
|
+
pointer-events: none;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.leaflet-marker-icon.leaflet-interactive,
|
|
302
|
+
.leaflet-image-layer.leaflet-interactive,
|
|
303
|
+
.leaflet-pane > svg path.leaflet-interactive,
|
|
304
|
+
svg.leaflet-image-layer.leaflet-interactive path {
|
|
305
|
+
pointer-events: visiblePainted;
|
|
306
|
+
/* IE 9-10 doesn't have auto */
|
|
307
|
+
pointer-events: auto;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
/* visual tweaks */
|
|
311
|
+
|
|
312
|
+
.leaflet-container {
|
|
313
|
+
background: $component-border-color;
|
|
314
|
+
outline: 0;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.leaflet-container a {
|
|
318
|
+
color: $component-icon-dark-color-dark;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.leaflet-container a.leaflet-active {
|
|
322
|
+
outline: 2px solid var(--palette-status-warning, var(--c8y-palette-status-warning));
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.leaflet-zoom-box {
|
|
326
|
+
border: 2px dotted $component-brand-primary;
|
|
327
|
+
background: rgba(255, 255, 255, 0.5);
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
/* general typography */
|
|
331
|
+
.leaflet-container {
|
|
332
|
+
font:
|
|
333
|
+
12px/1.5 'Helvetica Neue',
|
|
334
|
+
Arial,
|
|
335
|
+
Helvetica,
|
|
336
|
+
sans-serif;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
/* general toolbar styles */
|
|
340
|
+
|
|
341
|
+
.leaflet-bar {
|
|
342
|
+
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
|
|
343
|
+
border-radius: 4px;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.leaflet-bar {
|
|
347
|
+
a,
|
|
348
|
+
button {
|
|
349
|
+
background-color: $component-background-default;
|
|
350
|
+
border-bottom: 1px solid $gray-80;
|
|
351
|
+
width: 26px;
|
|
352
|
+
height: 26px;
|
|
353
|
+
line-height: 26px;
|
|
354
|
+
text-align: center;
|
|
355
|
+
text-decoration: none;
|
|
356
|
+
color: $component-color-default;
|
|
357
|
+
|
|
358
|
+
&:hover {
|
|
359
|
+
color: $component-brand-primary;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
&[disabled],
|
|
363
|
+
&.disabled {
|
|
364
|
+
color: $component-color-text-muted;
|
|
365
|
+
cursor: not-allowed;
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.leaflet-bar a,
|
|
371
|
+
.leaflet-control-layers-toggle {
|
|
372
|
+
background-position: 50% 50%;
|
|
373
|
+
background-repeat: no-repeat;
|
|
374
|
+
display: block;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.leaflet-bar a:hover,
|
|
378
|
+
.leaflet-bar button:hover {
|
|
379
|
+
background-color: $gray-90;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.leaflet-bar a:focus,
|
|
383
|
+
.leaflet-bar button:focus {
|
|
384
|
+
@include tab-focus.c8y-focus-inset();
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.leaflet-bar a:first-child {
|
|
388
|
+
border-top-left-radius: 4px;
|
|
389
|
+
border-top-right-radius: 4px;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.leaflet-bar a:last-child {
|
|
393
|
+
border-bottom-left-radius: 4px;
|
|
394
|
+
border-bottom-right-radius: 4px;
|
|
395
|
+
border-bottom: none;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.leaflet-bar a.leaflet-disabled {
|
|
399
|
+
cursor: default;
|
|
400
|
+
opacity: $component-disabled-opacity;
|
|
401
|
+
color: $component-color-disabled;
|
|
402
|
+
pointer-events: none;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.leaflet-touch .leaflet-bar {
|
|
406
|
+
a,
|
|
407
|
+
button,
|
|
408
|
+
.time-elapsed {
|
|
409
|
+
width: 30px;
|
|
410
|
+
height: 30px;
|
|
411
|
+
line-height: 30px;
|
|
412
|
+
border: 0;
|
|
413
|
+
border-bottom: 1px solid $gray-80;
|
|
414
|
+
display: block;
|
|
415
|
+
font-size: 17px;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.c8y-realtime {
|
|
419
|
+
margin: 0 !important;
|
|
420
|
+
display: flex;
|
|
421
|
+
align-items: center;
|
|
422
|
+
justify-content: center;
|
|
423
|
+
|
|
424
|
+
.c8y-pulse {
|
|
425
|
+
margin: 0 !important;
|
|
426
|
+
|
|
427
|
+
&.active::before {
|
|
428
|
+
z-index: 0;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.leaflet-touch .leaflet-bar a:first-child {
|
|
435
|
+
border-top-left-radius: 2px;
|
|
436
|
+
border-top-right-radius: 2px;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.leaflet-touch .leaflet-bar a:last-child {
|
|
440
|
+
border-bottom-left-radius: 2px;
|
|
441
|
+
border-bottom-right-radius: 2px;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
/* zoom control */
|
|
445
|
+
|
|
446
|
+
.leaflet-control-zoom-in,
|
|
447
|
+
.leaflet-control-zoom-out {
|
|
448
|
+
font:
|
|
449
|
+
bold 18px 'Lucida Console',
|
|
450
|
+
Monaco,
|
|
451
|
+
monospace;
|
|
452
|
+
text-indent: 1px;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.leaflet-touch .leaflet-control-zoom-in,
|
|
456
|
+
.leaflet-touch .leaflet-control-zoom-out {
|
|
457
|
+
font-size: 22px !important;
|
|
458
|
+
line-height: 26px !important;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
/* layers control */
|
|
462
|
+
|
|
463
|
+
.leaflet-control-layers {
|
|
464
|
+
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
|
|
465
|
+
background: $component-background-default;
|
|
466
|
+
border-radius: 5px;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.leaflet-control-layers-toggle {
|
|
470
|
+
background-image: url('#{$map-icons-path}layers.png');
|
|
471
|
+
width: 36px;
|
|
472
|
+
height: 36px;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.leaflet-retina .leaflet-control-layers-toggle {
|
|
476
|
+
background-image: url('#{$map-icons-path}layers-2x.png');
|
|
477
|
+
background-size: 26px 26px;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.leaflet-touch .leaflet-control-layers-toggle {
|
|
481
|
+
width: 44px;
|
|
482
|
+
height: 44px;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.leaflet-control-layers .leaflet-control-layers-list,
|
|
486
|
+
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
|
|
487
|
+
display: none;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.leaflet-control-layers-expanded .leaflet-control-layers-list {
|
|
491
|
+
display: block;
|
|
492
|
+
position: relative;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.leaflet-control-layers-expanded {
|
|
496
|
+
padding: 6px 10px 6px 6px;
|
|
497
|
+
color: $component-color-default;
|
|
498
|
+
background: $component-background-default;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.leaflet-control-layers-scrollbar {
|
|
502
|
+
overflow-y: scroll;
|
|
503
|
+
overflow-x: hidden;
|
|
504
|
+
padding-right: 5px;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.leaflet-control-layers-selector {
|
|
508
|
+
margin-top: 2px;
|
|
509
|
+
position: relative;
|
|
510
|
+
top: 1px;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
.leaflet-control-layers label {
|
|
514
|
+
display: block;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.leaflet-control-layers-separator {
|
|
518
|
+
height: 0;
|
|
519
|
+
border-top: 1px solid $component-border-color;
|
|
520
|
+
margin: 5px -10px 5px -6px;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
/* Default icon URLs */
|
|
524
|
+
.leaflet-default-icon-path {
|
|
525
|
+
background-image: url('#{$map-icons-path}marker-icon.png');
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
/* attribution and scale controls */
|
|
529
|
+
|
|
530
|
+
.leaflet-container .leaflet-control-attribution {
|
|
531
|
+
background: $component-background-default;
|
|
532
|
+
background: rgba(255, 255, 255, 0.7);
|
|
533
|
+
margin: 0;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.leaflet-control-attribution,
|
|
537
|
+
.leaflet-control-scale-line {
|
|
538
|
+
padding: 0 5px;
|
|
539
|
+
color: $component-color-default;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
.leaflet-control-attribution a {
|
|
543
|
+
text-decoration: none;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.leaflet-control-attribution a:hover {
|
|
547
|
+
text-decoration: underline;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.leaflet-container .leaflet-control-attribution,
|
|
551
|
+
.leaflet-container .leaflet-control-scale {
|
|
552
|
+
font-size: 11px;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
.leaflet-left .leaflet-control-scale {
|
|
556
|
+
margin-left: 5px;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.leaflet-bottom .leaflet-control-scale {
|
|
560
|
+
margin-bottom: 5px;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.leaflet-control-scale-line {
|
|
564
|
+
border: 2px solid $gray-50;
|
|
565
|
+
border-top: none;
|
|
566
|
+
line-height: 1.1;
|
|
567
|
+
padding: 2px 5px 1px;
|
|
568
|
+
font-size: 11px;
|
|
569
|
+
white-space: nowrap;
|
|
570
|
+
overflow: hidden;
|
|
571
|
+
box-sizing: border-box;
|
|
572
|
+
background: $component-background-default;
|
|
573
|
+
background: rgba(255, 255, 255, 0.5);
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
.leaflet-control-scale-line:not(:first-child) {
|
|
577
|
+
border-top: 2px solid $gray-50;
|
|
578
|
+
border-bottom: none;
|
|
579
|
+
margin-top: -2px;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
|
|
583
|
+
border-bottom: 2px solid $gray-50;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
.leaflet-touch .leaflet-control-attribution,
|
|
587
|
+
.leaflet-touch .leaflet-control-layers,
|
|
588
|
+
.leaflet-touch .leaflet-bar {
|
|
589
|
+
box-shadow: none;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.leaflet-touch .leaflet-control-layers,
|
|
593
|
+
.leaflet-touch .leaflet-bar {
|
|
594
|
+
border: 2px solid rgba(0, 0, 0, 0.2);
|
|
595
|
+
background-clip: padding-box;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
/* popup */
|
|
599
|
+
|
|
600
|
+
.leaflet-popup {
|
|
601
|
+
position: absolute;
|
|
602
|
+
text-align: center;
|
|
603
|
+
margin-bottom: 20px;
|
|
604
|
+
margin-left: 1px !important;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
.leaflet-popup-content-wrapper {
|
|
608
|
+
padding: 1px;
|
|
609
|
+
text-align: left;
|
|
610
|
+
border-radius: $popover-border-radius;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.leaflet-popup-content {
|
|
614
|
+
margin: 0;
|
|
615
|
+
padding: 8px;
|
|
616
|
+
line-height: 1.3;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.leaflet-popup-content p {
|
|
620
|
+
margin: 8px 0;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
.leaflet-popup-tip-container {
|
|
624
|
+
width: 40px;
|
|
625
|
+
height: 20px;
|
|
626
|
+
position: absolute;
|
|
627
|
+
left: 50%;
|
|
628
|
+
margin-left: -20px;
|
|
629
|
+
margin-top: -1px;
|
|
630
|
+
overflow: hidden;
|
|
631
|
+
pointer-events: none;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
.leaflet-popup-tip {
|
|
635
|
+
width: 17px;
|
|
636
|
+
height: 17px;
|
|
637
|
+
padding: 1px;
|
|
638
|
+
margin: -10px auto 0;
|
|
639
|
+
transform: rotate(45deg);
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
.leaflet-popup-content-wrapper,
|
|
643
|
+
.leaflet-popup-tip {
|
|
644
|
+
background: $component-background-default;
|
|
645
|
+
color: $component-color-default;
|
|
646
|
+
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.leaflet-container a.leaflet-popup-close-button {
|
|
650
|
+
position: absolute;
|
|
651
|
+
top: 0;
|
|
652
|
+
right: 0;
|
|
653
|
+
padding: 8px;
|
|
654
|
+
border: none;
|
|
655
|
+
text-align: center;
|
|
656
|
+
font:
|
|
657
|
+
16px/14px Tahoma,
|
|
658
|
+
Verdana,
|
|
659
|
+
sans-serif;
|
|
660
|
+
color: $component-color-text-muted;
|
|
661
|
+
text-decoration: none;
|
|
662
|
+
font-weight: bold;
|
|
663
|
+
background: transparent;
|
|
664
|
+
font-size: 12px;
|
|
665
|
+
opacity: 0;
|
|
666
|
+
transform: translate(0, 0);
|
|
667
|
+
transition: all 0.25s ease;
|
|
668
|
+
background-color: $component-background-default;
|
|
669
|
+
border-radius: 50%;
|
|
670
|
+
line-height: 1;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.leaflet-popup:hover {
|
|
674
|
+
a.leaflet-popup-close-button {
|
|
675
|
+
opacity: 1;
|
|
676
|
+
transform: translate(16px, -16px);
|
|
677
|
+
|
|
678
|
+
&:hover {
|
|
679
|
+
color: $component-brand-primary;
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
.leaflet-popup-scrolled {
|
|
685
|
+
overflow: auto;
|
|
686
|
+
border-bottom: 1px solid $component-border-color;
|
|
687
|
+
border-top: 1px solid $component-border-color;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.leaflet-oldie .leaflet-popup-content-wrapper {
|
|
691
|
+
-ms-zoom: 1;
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
.leaflet-oldie .leaflet-popup-tip {
|
|
695
|
+
width: 24px;
|
|
696
|
+
margin: 0 auto;
|
|
697
|
+
|
|
698
|
+
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.leaflet-oldie .leaflet-popup-tip-container {
|
|
702
|
+
margin-top: -1px;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
.leaflet-oldie .leaflet-control-zoom,
|
|
706
|
+
.leaflet-oldie .leaflet-control-layers,
|
|
707
|
+
.leaflet-oldie .leaflet-popup-content-wrapper,
|
|
708
|
+
.leaflet-oldie .leaflet-popup-tip {
|
|
709
|
+
border: 1px solid $gray-60;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
/* div icon */
|
|
713
|
+
|
|
714
|
+
.leaflet-div-icon {
|
|
715
|
+
background: $component-background-default;
|
|
716
|
+
border: 1px solid $gray-50;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
/* Tooltip */
|
|
720
|
+
/* Base styles for the element that has a tooltip */
|
|
721
|
+
.leaflet-tooltip {
|
|
722
|
+
position: absolute;
|
|
723
|
+
padding: 6px;
|
|
724
|
+
background-color: $component-background-default;
|
|
725
|
+
border: 1px solid $component-background-default;
|
|
726
|
+
border-radius: 3px;
|
|
727
|
+
color: $component-color-default;
|
|
728
|
+
white-space: nowrap;
|
|
729
|
+
user-select: none;
|
|
730
|
+
pointer-events: none;
|
|
731
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.leaflet-tooltip.leaflet-clickable {
|
|
735
|
+
cursor: pointer;
|
|
736
|
+
pointer-events: auto;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.leaflet-tooltip-top:before,
|
|
740
|
+
.leaflet-tooltip-bottom:before,
|
|
741
|
+
.leaflet-tooltip-left:before,
|
|
742
|
+
.leaflet-tooltip-right:before {
|
|
743
|
+
position: absolute;
|
|
744
|
+
pointer-events: none;
|
|
745
|
+
border: 6px solid transparent;
|
|
746
|
+
background: transparent;
|
|
747
|
+
content: '';
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
/* Directions */
|
|
751
|
+
|
|
752
|
+
.leaflet-tooltip-bottom {
|
|
753
|
+
margin-top: 6px;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
.leaflet-tooltip-top {
|
|
757
|
+
margin-top: -6px;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
.leaflet-tooltip-bottom:before,
|
|
761
|
+
.leaflet-tooltip-top:before {
|
|
762
|
+
left: 50%;
|
|
763
|
+
margin-left: -6px;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
.leaflet-tooltip-top:before {
|
|
767
|
+
bottom: 0;
|
|
768
|
+
margin-bottom: -12px;
|
|
769
|
+
border-top-color: $component-background-default;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
.leaflet-tooltip-bottom:before {
|
|
773
|
+
top: 0;
|
|
774
|
+
margin-top: -12px;
|
|
775
|
+
margin-left: -6px;
|
|
776
|
+
border-bottom-color: $component-background-default;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
.leaflet-tooltip-left {
|
|
780
|
+
margin-left: -6px;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
.leaflet-tooltip-right {
|
|
784
|
+
margin-left: 6px;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.leaflet-tooltip-left:before,
|
|
788
|
+
.leaflet-tooltip-right:before {
|
|
789
|
+
top: 50%;
|
|
790
|
+
margin-top: -6px;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.leaflet-tooltip-left:before {
|
|
794
|
+
right: 0;
|
|
795
|
+
margin-right: -12px;
|
|
796
|
+
border-left-color: $component-background-default;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
.leaflet-tooltip-right:before {
|
|
800
|
+
left: 0;
|
|
801
|
+
margin-left: -12px;
|
|
802
|
+
border-right-color: $component-background-default;
|
|
803
|
+
}
|