@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,170 @@
|
|
|
1
|
+
@use "../../variables/index" as *;
|
|
2
|
+
|
|
3
|
+
@use "../mixins/background-variant";
|
|
4
|
+
@use "../mixins/text-emphasis";
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Contextual Color Utilities
|
|
8
|
+
*
|
|
9
|
+
* Note: Uses design tokens for all colors ($brand-*, $status-*, $gray-*, var(--c8y-*)).
|
|
10
|
+
*
|
|
11
|
+
* Intentionally hardcoded values:
|
|
12
|
+
* - 25px, 12.5px (checkered background): Specific dimensions for visual pattern effect
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
//================================
|
|
16
|
+
// Contextual colors
|
|
17
|
+
//================================
|
|
18
|
+
|
|
19
|
+
// Generic text colors
|
|
20
|
+
.text-default {
|
|
21
|
+
@include text-emphasis.text-emphasis-variant($component-color-default);
|
|
22
|
+
}
|
|
23
|
+
.text-white {
|
|
24
|
+
@include text-emphasis.text-emphasis-variant($component-background-default);
|
|
25
|
+
}
|
|
26
|
+
.text-muted {
|
|
27
|
+
@include text-emphasis.text-emphasis-variant($text-muted);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// Brand text colors
|
|
31
|
+
.text-primary {
|
|
32
|
+
@include text-emphasis.text-emphasis-variant(var(--c8y-root-component-brand-primary,$brand-primary));
|
|
33
|
+
}
|
|
34
|
+
// Removed unused: .text-primary-light, .text-primary-dark
|
|
35
|
+
|
|
36
|
+
// Accent text colors
|
|
37
|
+
.text-accent {
|
|
38
|
+
@include text-emphasis.text-emphasis-variant($brand-accent);
|
|
39
|
+
}
|
|
40
|
+
// Removed unused: .text-accent-light, .text-accent-dark
|
|
41
|
+
// Note: .text-accent was NOT in cat5-text-utils.txt (step 225), only light/dark were.
|
|
42
|
+
// Checking cat5-text-utils.txt again...
|
|
43
|
+
// It lists: .text-accent-dark, .text-accent-light. NOT .text-accent.
|
|
44
|
+
|
|
45
|
+
// Success text colors
|
|
46
|
+
.text-success {
|
|
47
|
+
@include text-emphasis.text-emphasis-variant($status-success);
|
|
48
|
+
}
|
|
49
|
+
// Removed unused: .text-success-light, .text-success-dark
|
|
50
|
+
|
|
51
|
+
// Info text colors
|
|
52
|
+
.text-info {
|
|
53
|
+
@include text-emphasis.text-emphasis-variant($status-info);
|
|
54
|
+
}
|
|
55
|
+
// Removed unused: .text-info-light, .text-info-dark
|
|
56
|
+
|
|
57
|
+
// Warning text colors
|
|
58
|
+
.text-warning {
|
|
59
|
+
@include text-emphasis.text-emphasis-variant($status-warning);
|
|
60
|
+
}
|
|
61
|
+
// Removed unused: .text-warning-light, .text-warning-high, .text-warning-dark
|
|
62
|
+
|
|
63
|
+
// Danger text colors
|
|
64
|
+
.text-danger {
|
|
65
|
+
@include text-emphasis.text-emphasis-variant($status-danger);
|
|
66
|
+
}
|
|
67
|
+
// Removed unused: .text-danger-light, .text-danger-dark
|
|
68
|
+
|
|
69
|
+
// Gray text colors
|
|
70
|
+
// Removed unused gray text colors - verified 0 usages:
|
|
71
|
+
// .text-gray-10...100
|
|
72
|
+
|
|
73
|
+
// backwards compatibility
|
|
74
|
+
|
|
75
|
+
.text-gray-darker {
|
|
76
|
+
@include text-emphasis.text-emphasis-variant($brand-primary-dark);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.text-gray-dark {
|
|
80
|
+
@include text-emphasis.text-emphasis-variant($gray-30);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
// Removed unused: .text-gray-medium-dark, .text-gray-medium
|
|
84
|
+
|
|
85
|
+
.text-gray {
|
|
86
|
+
@include text-emphasis.text-emphasis-variant($gray-50);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
// Removed unused: .text-gray-light
|
|
90
|
+
|
|
91
|
+
.text-gray-lighter {
|
|
92
|
+
@include text-emphasis.text-emphasis-variant($gray-90);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// Removed unused: .text-gray-white
|
|
96
|
+
|
|
97
|
+
//================================
|
|
98
|
+
// Contextual backgrounds
|
|
99
|
+
//================================
|
|
100
|
+
.bg-primary {
|
|
101
|
+
@include background-variant.bg-variant($brand-primary);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.bg-primary-light {
|
|
105
|
+
@include background-variant.bg-variant($brand-primary-light);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
// Removed unused: .bg-complementary
|
|
109
|
+
|
|
110
|
+
// Removed unused: .bg-accent, .bg-accent-dark, .bg-accent-light
|
|
111
|
+
// cat6-bg-utils.txt list: .bg-accent, .bg-accent-dark, .bg-accent-light.
|
|
112
|
+
|
|
113
|
+
// Removed unused: .bg-success, .bg-success-dark, .bg-success-light
|
|
114
|
+
// cat6-bg-utils.txt list: .bg-success, .bg-success-dark, .bg-success-light.
|
|
115
|
+
|
|
116
|
+
.bg-info {
|
|
117
|
+
@include background-variant.bg-variant($status-info);
|
|
118
|
+
}
|
|
119
|
+
.bg-info-light {
|
|
120
|
+
@include background-variant.bg-variant($status-info-light);
|
|
121
|
+
}
|
|
122
|
+
// Removed unused: .bg-info-dark (cat6 lists .bg-info-dark, but not .bg-info or .bg-info-light)
|
|
123
|
+
|
|
124
|
+
.bg-warning {
|
|
125
|
+
@include background-variant.bg-variant($status-warning);
|
|
126
|
+
}
|
|
127
|
+
// Removed unused: .bg-warning-light, .bg-warning-lightest, .bg-warning-dark (cat6 lists these)
|
|
128
|
+
// cat6 does NOT list .bg-warning.
|
|
129
|
+
|
|
130
|
+
// Removed unused: .bg-danger, .bg-danger-light, .bg-danger-dark
|
|
131
|
+
// cat6 lists .bg-danger, .bg-danger-light, .bg-danger-dark.
|
|
132
|
+
|
|
133
|
+
.bg-checkered {
|
|
134
|
+
background-image:
|
|
135
|
+
linear-gradient(45deg, var(--c8y-level-2) 25%, transparent 25%),
|
|
136
|
+
linear-gradient(135deg, var(--c8y-level-2) 25%, transparent 25%),
|
|
137
|
+
linear-gradient(45deg, transparent 75%, var(--c8y-level-2) 75%),
|
|
138
|
+
linear-gradient(135deg, transparent 75%, var(--c8y-level-2) 75%);
|
|
139
|
+
background-size: 25px 25px;
|
|
140
|
+
background-position: 0 0, 12.5px 0, 12.5px -12.5px, 0 12.5px;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
// Levels
|
|
144
|
+
|
|
145
|
+
// Removed unused: bg-level-4, bg-level-3
|
|
146
|
+
|
|
147
|
+
.bg-level-2 {
|
|
148
|
+
@include background-variant.bg-variant(var(--c8y-level-2));
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.bg-level-1 {
|
|
152
|
+
@include background-variant.bg-variant(var(--c8y-level-1));
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.bg-level-0 {
|
|
156
|
+
@include background-variant.bg-variant(var(--c8y-level-0));
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// Removed unused: .bg-transparent
|
|
160
|
+
|
|
161
|
+
// Grays
|
|
162
|
+
// Removed unused: .bg-gray-10...100
|
|
163
|
+
|
|
164
|
+
.bg-inherit {
|
|
165
|
+
@include background-variant.bg-variant(inherit);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.bg-component {
|
|
169
|
+
background-color: $component-background-default;
|
|
170
|
+
}
|
|
@@ -0,0 +1,439 @@
|
|
|
1
|
+
@use "../../variables/index" as *;
|
|
2
|
+
|
|
3
|
+
@use "../mixins/hide-text";
|
|
4
|
+
@use "../mixins/responsive-visibility";
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Display Utility Classes
|
|
8
|
+
*
|
|
9
|
+
* Note: Uses $screen-* tokens for responsive breakpoints.
|
|
10
|
+
*
|
|
11
|
+
* Intentionally hardcoded values:
|
|
12
|
+
* - None - uses CSS display keywords only (flex, block, grid, etc.)
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
.d-contents {
|
|
16
|
+
display: contents !important;
|
|
17
|
+
background: inherit;
|
|
18
|
+
}
|
|
19
|
+
.d-flex {
|
|
20
|
+
display: flex !important;
|
|
21
|
+
}
|
|
22
|
+
.d-col {
|
|
23
|
+
display: flex !important;
|
|
24
|
+
flex-direction: column !important;
|
|
25
|
+
}
|
|
26
|
+
.d-col-reverse {
|
|
27
|
+
display: flex !important;
|
|
28
|
+
flex-direction: column-reverse !important;
|
|
29
|
+
}
|
|
30
|
+
.d-block {
|
|
31
|
+
display: block !important;
|
|
32
|
+
}
|
|
33
|
+
.d-inline-block {
|
|
34
|
+
display: inline-block !important;
|
|
35
|
+
}
|
|
36
|
+
.d-inline {
|
|
37
|
+
display: inline !important;
|
|
38
|
+
}
|
|
39
|
+
.d-inline-flex {
|
|
40
|
+
display: inline-flex !important;
|
|
41
|
+
}
|
|
42
|
+
.d-grid {
|
|
43
|
+
display: grid !important;
|
|
44
|
+
}
|
|
45
|
+
.d-inherit {
|
|
46
|
+
display: inherit !important;
|
|
47
|
+
}
|
|
48
|
+
// media queries
|
|
49
|
+
/* #region */
|
|
50
|
+
@media (max-width: $screen-xs-max) {
|
|
51
|
+
.d-contents-xs {
|
|
52
|
+
display: contents !important;
|
|
53
|
+
background: inherit;
|
|
54
|
+
}
|
|
55
|
+
.d-flex-xs {
|
|
56
|
+
display: flex !important;
|
|
57
|
+
}
|
|
58
|
+
.d-col-xs {
|
|
59
|
+
display: flex !important;
|
|
60
|
+
flex-direction: column !important;
|
|
61
|
+
}
|
|
62
|
+
.d-col-reverse-xs {
|
|
63
|
+
display: flex !important;
|
|
64
|
+
flex-direction: column-reverse !important;
|
|
65
|
+
}
|
|
66
|
+
.d-block-xs {
|
|
67
|
+
display: block !important;
|
|
68
|
+
}
|
|
69
|
+
.d-inline-block-xs {
|
|
70
|
+
display: inline-block !important;
|
|
71
|
+
}
|
|
72
|
+
.d-inline-xs {
|
|
73
|
+
display: inline !important;
|
|
74
|
+
}
|
|
75
|
+
.d-inline-flex-xs {
|
|
76
|
+
display: inline-flex !important;
|
|
77
|
+
}
|
|
78
|
+
.d-grid-xs {
|
|
79
|
+
display: grid !important;
|
|
80
|
+
}
|
|
81
|
+
.d-inherit-xs {
|
|
82
|
+
display: inherit !important;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
@media (min-width: $screen-sm-min) {
|
|
87
|
+
.d-contents-sm {
|
|
88
|
+
display: contents !important;
|
|
89
|
+
background: inherit;
|
|
90
|
+
}
|
|
91
|
+
.d-flex-sm {
|
|
92
|
+
display: flex !important;
|
|
93
|
+
}
|
|
94
|
+
.d-col-sm {
|
|
95
|
+
display: flex !important;
|
|
96
|
+
flex-direction: column !important;
|
|
97
|
+
}
|
|
98
|
+
.d-col-reverse-sm {
|
|
99
|
+
display: flex !important;
|
|
100
|
+
flex-direction: column-reverse !important;
|
|
101
|
+
}
|
|
102
|
+
.d-block-sm {
|
|
103
|
+
display: block !important;
|
|
104
|
+
}
|
|
105
|
+
.d-inline-block-sm {
|
|
106
|
+
display: inline-block !important;
|
|
107
|
+
}
|
|
108
|
+
.d-inline-sm {
|
|
109
|
+
display: inline !important;
|
|
110
|
+
}
|
|
111
|
+
.d-inline-flex-sm {
|
|
112
|
+
display: inline-flex !important;
|
|
113
|
+
}
|
|
114
|
+
.d-grid-sm {
|
|
115
|
+
display: grid !important;
|
|
116
|
+
}
|
|
117
|
+
.d-inherit-sm {
|
|
118
|
+
display: inherit !important;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
@media (min-width: $screen-md-min) {
|
|
122
|
+
.d-contents-md {
|
|
123
|
+
display: contents !important;
|
|
124
|
+
background: inherit;
|
|
125
|
+
}
|
|
126
|
+
.d-flex-md {
|
|
127
|
+
display: flex !important;
|
|
128
|
+
}
|
|
129
|
+
.d-col-md {
|
|
130
|
+
display: flex !important;
|
|
131
|
+
flex-direction: column !important;
|
|
132
|
+
}
|
|
133
|
+
.d-col-reverse-md {
|
|
134
|
+
display: flex !important;
|
|
135
|
+
flex-direction: column-reverse !important;
|
|
136
|
+
}
|
|
137
|
+
.d-block-md {
|
|
138
|
+
display: block !important;
|
|
139
|
+
}
|
|
140
|
+
.d-inline-block-md {
|
|
141
|
+
display: inline-block !important;
|
|
142
|
+
}
|
|
143
|
+
.d-inline-md {
|
|
144
|
+
display: inline !important;
|
|
145
|
+
}
|
|
146
|
+
.d-inline-flex-md {
|
|
147
|
+
display: inline-flex !important;
|
|
148
|
+
}
|
|
149
|
+
.d-grid-md {
|
|
150
|
+
display: grid !important;
|
|
151
|
+
}
|
|
152
|
+
.d-inherit-md {
|
|
153
|
+
display: inherit !important;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
@media (min-width: $screen-lg-min) {
|
|
158
|
+
.d-contents-lg {
|
|
159
|
+
display: contents !important;
|
|
160
|
+
background: inherit;
|
|
161
|
+
}
|
|
162
|
+
.d-flex-lg {
|
|
163
|
+
display: flex !important;
|
|
164
|
+
}
|
|
165
|
+
.d-col-lg {
|
|
166
|
+
display: flex !important;
|
|
167
|
+
flex-direction: column !important;
|
|
168
|
+
}
|
|
169
|
+
.d-col-reverse-lg {
|
|
170
|
+
display: flex !important;
|
|
171
|
+
flex-direction: column-reverse !important;
|
|
172
|
+
}
|
|
173
|
+
.d-block-lg {
|
|
174
|
+
display: block !important;
|
|
175
|
+
}
|
|
176
|
+
.d-inline-block-lg {
|
|
177
|
+
display: inline-block !important;
|
|
178
|
+
}
|
|
179
|
+
.d-inline-lg {
|
|
180
|
+
display: inline !important;
|
|
181
|
+
}
|
|
182
|
+
.d-inline-flex-lg {
|
|
183
|
+
display: inline-flex !important;
|
|
184
|
+
}
|
|
185
|
+
.d-grid-lg {
|
|
186
|
+
display: grid !important;
|
|
187
|
+
}
|
|
188
|
+
.d-inherit-lg {
|
|
189
|
+
display: inherit !important;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
/* #endregion */
|
|
193
|
+
|
|
194
|
+
// Show/Hide
|
|
195
|
+
.show:not(.dropdown) {
|
|
196
|
+
display: block !important;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.hide,
|
|
200
|
+
.hidden,
|
|
201
|
+
[ng\:cloak],
|
|
202
|
+
[ng-cloak],
|
|
203
|
+
[data-ng-cloak],
|
|
204
|
+
[x-ng-cloak],
|
|
205
|
+
.ng-cloak,
|
|
206
|
+
.x-ng-cloak,
|
|
207
|
+
.ng-hide {
|
|
208
|
+
display: none !important;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.invisible {
|
|
212
|
+
visibility: hidden !important;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
// Removed unused Bootstrap 3 utility: .text-hide
|
|
216
|
+
|
|
217
|
+
//
|
|
218
|
+
// Responsive visibility
|
|
219
|
+
// --------------------------------------------------
|
|
220
|
+
// IE10 in Windows (Phone) 8
|
|
221
|
+
//
|
|
222
|
+
// Support for responsive views via media queries is kind of borked in IE10, for
|
|
223
|
+
// Surface/desktop in split view and for Windows Phone 8. This particular fix
|
|
224
|
+
// must be accompanied by a snippet of JavaScript to sniff the user agent and
|
|
225
|
+
// apply some conditional CSS to *only* the Surface/desktop Windows 8. Look at
|
|
226
|
+
// our Getting Started page for more information on this bug.
|
|
227
|
+
//
|
|
228
|
+
// For more information, see the following:
|
|
229
|
+
//
|
|
230
|
+
// Issue: https://github.com/twbs/bootstrap/issues/10497
|
|
231
|
+
// Docs: http://getbootstrap.com/getting-started/#support-ie10-width
|
|
232
|
+
// Source: http://timkadlec.com/2013/01/windows-phone-8-and-device-width/
|
|
233
|
+
// Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
|
|
234
|
+
@-ms-viewport {
|
|
235
|
+
width: device-width;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
// Bootstrap 3 responsive visibility utilities
|
|
239
|
+
// NOTE: These ARE used throughout the codebase (81+ instances)
|
|
240
|
+
.visible-xs,
|
|
241
|
+
.visible-sm,
|
|
242
|
+
.visible-md,
|
|
243
|
+
.visible-lg {
|
|
244
|
+
@include responsive-visibility.responsive-invisibility();
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.visible-xs-block,
|
|
248
|
+
.visible-xs-inline,
|
|
249
|
+
.visible-xs-inline-block,
|
|
250
|
+
.visible-xs-flex,
|
|
251
|
+
.visible-xs-grid,
|
|
252
|
+
.visible-sm-block,
|
|
253
|
+
.visible-sm-inline,
|
|
254
|
+
.visible-sm-inline-block,
|
|
255
|
+
.visible-sm-flex,
|
|
256
|
+
.visible-sm-grid,
|
|
257
|
+
.visible-md-block,
|
|
258
|
+
.visible-md-inline,
|
|
259
|
+
.visible-md-inline-block,
|
|
260
|
+
.visible-md-flex,
|
|
261
|
+
.visible-md-grid,
|
|
262
|
+
.visible-lg-block,
|
|
263
|
+
.visible-lg-inline,
|
|
264
|
+
.visible-lg-inline-block,
|
|
265
|
+
.visible-lg-flex,
|
|
266
|
+
.visible-lg-grid {
|
|
267
|
+
display: none !important;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.visible-xs {
|
|
271
|
+
@media (max-width: $screen-xs-max) {
|
|
272
|
+
@include responsive-visibility.responsive-visibility();
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.visible-xs-block {
|
|
277
|
+
@media (max-width: $screen-xs-max) {
|
|
278
|
+
display: block !important;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.visible-xs-inline {
|
|
283
|
+
@media (max-width: $screen-xs-max) {
|
|
284
|
+
display: inline !important;
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.visible-xs-inline-block {
|
|
289
|
+
@media (max-width: $screen-xs-max) {
|
|
290
|
+
display: inline-block !important;
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.visible-xs-flex {
|
|
295
|
+
@media (max-width: $screen-xs-max) {
|
|
296
|
+
display: flex !important;
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.visible-xs-grid {
|
|
301
|
+
@media (max-width: $screen-xs-max) {
|
|
302
|
+
display: grid !important;
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.visible-sm {
|
|
307
|
+
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
|
|
308
|
+
@include responsive-visibility.responsive-visibility();
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.visible-sm-block {
|
|
313
|
+
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
|
|
314
|
+
display: block !important;
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.visible-sm-inline {
|
|
319
|
+
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
|
|
320
|
+
display: inline !important;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.visible-sm-inline-block {
|
|
325
|
+
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
|
|
326
|
+
display: inline-block !important;
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.visible-sm-flex {
|
|
331
|
+
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
|
|
332
|
+
display: flex !important;
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.visible-sm-grid {
|
|
337
|
+
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
|
|
338
|
+
display: grid !important;
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.visible-md {
|
|
343
|
+
@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
|
|
344
|
+
@include responsive-visibility.responsive-visibility();
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.visible-md-block {
|
|
349
|
+
@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
|
|
350
|
+
display: block !important;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.visible-md-inline {
|
|
355
|
+
@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
|
|
356
|
+
display: inline !important;
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.visible-md-inline-block {
|
|
361
|
+
@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
|
|
362
|
+
display: inline-block !important;
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.visible-md-flex {
|
|
367
|
+
@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
|
|
368
|
+
display: flex !important;
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.visible-md-grid {
|
|
373
|
+
@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
|
|
374
|
+
display: grid !important;
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.visible-lg {
|
|
379
|
+
@media (min-width: $screen-lg-min) {
|
|
380
|
+
@include responsive-visibility.responsive-visibility();
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.visible-lg-block {
|
|
385
|
+
@media (min-width: $screen-lg-min) {
|
|
386
|
+
display: block !important;
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.visible-lg-inline {
|
|
391
|
+
@media (min-width: $screen-lg-min) {
|
|
392
|
+
display: inline !important;
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.visible-lg-inline-block {
|
|
397
|
+
@media (min-width: $screen-lg-min) {
|
|
398
|
+
display: inline-block !important;
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.visible-lg-flex {
|
|
403
|
+
@media (min-width: $screen-lg-min) {
|
|
404
|
+
display: flex !important;
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.visible-lg-grid {
|
|
409
|
+
@media (min-width: $screen-lg-min) {
|
|
410
|
+
display: grid !important;
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.hidden-xs {
|
|
415
|
+
@media (max-width: $screen-xs-max) {
|
|
416
|
+
@include responsive-visibility.responsive-invisibility();
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.hidden-sm {
|
|
421
|
+
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
|
|
422
|
+
@include responsive-visibility.responsive-invisibility();
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.hidden-md {
|
|
427
|
+
@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
|
|
428
|
+
@include responsive-visibility.responsive-invisibility();
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.hidden-lg {
|
|
433
|
+
@media (min-width: $screen-lg-min) {
|
|
434
|
+
@include responsive-visibility.responsive-invisibility();
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
// Removed unused Bootstrap 3 print utilities - verified 0 usages
|
|
439
|
+
// .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block, .hidden-print
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
@use "../../variables/index" as *;
|
|
2
|
+
|
|
3
|
+
@use "../mixins/shadows-helper";
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Elevation (Shadow) Utilities
|
|
7
|
+
*
|
|
8
|
+
* Note: Uses shadows-helper mixin which references elevation design tokens.
|
|
9
|
+
*
|
|
10
|
+
* Intentionally hardcoded values:
|
|
11
|
+
* - None - uses mixin with elevation token parameters (sm, md, lg, hover)
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
.elevation-sm {
|
|
15
|
+
@include shadows-helper.boxShadowHelper(sm);
|
|
16
|
+
&--border {
|
|
17
|
+
@include shadows-helper.boxShadowHelper(sm, border);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
.elevation-md {
|
|
21
|
+
@include shadows-helper.boxShadowHelper(md);
|
|
22
|
+
&--top {
|
|
23
|
+
@include shadows-helper.boxShadowHelper(md, top);
|
|
24
|
+
}
|
|
25
|
+
&--right {
|
|
26
|
+
@include shadows-helper.boxShadowHelper(md, right);
|
|
27
|
+
}
|
|
28
|
+
&--left {
|
|
29
|
+
@include shadows-helper.boxShadowHelper(md, left);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
.elevation-lg {
|
|
33
|
+
@include shadows-helper.boxShadowHelper(lg);
|
|
34
|
+
}
|
|
35
|
+
.elevation-hover {
|
|
36
|
+
@include shadows-helper.boxShadowHelper(hover);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.elevation-none {
|
|
40
|
+
box-shadow: none !important;
|
|
41
|
+
}
|