@c8y/style 1023.14.33 → 1023.14.36
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/components/navigation-and-layout/navigation/_breadcrumbs.less +82 -0
- 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/_breadcrumbs.less +0 -99
- 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,137 @@
|
|
|
1
|
+
@use "../../variables/index" as *;
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Border Utility Classes
|
|
5
|
+
*
|
|
6
|
+
* Note: Uses $size-* tokens for border-radius and $component-border-color for colors.
|
|
7
|
+
*
|
|
8
|
+
* Intentionally hardcoded values:
|
|
9
|
+
* - 1px border widths: Standard border width, not spacing
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
.border-all {
|
|
13
|
+
border: 1px solid $component-border-color !important;
|
|
14
|
+
border-radius: $size-4 !important;
|
|
15
|
+
}
|
|
16
|
+
.border-top {
|
|
17
|
+
border-top: 1px solid $component-border-color !important;
|
|
18
|
+
}
|
|
19
|
+
.border-bottom {
|
|
20
|
+
border-bottom: 1px solid $component-border-color !important;
|
|
21
|
+
}
|
|
22
|
+
.border-left {
|
|
23
|
+
border-left: 1px solid $component-border-color !important;
|
|
24
|
+
}
|
|
25
|
+
.border-right {
|
|
26
|
+
border-right: 1px solid $component-border-color !important;
|
|
27
|
+
}
|
|
28
|
+
.border-all {
|
|
29
|
+
border: 1px solid $component-border-color !important;
|
|
30
|
+
border-radius: $size-4 !important;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
//media queries
|
|
34
|
+
@media (max-width: $screen-xs-max) {
|
|
35
|
+
.border-all-xs {
|
|
36
|
+
border: 1px solid $component-border-color !important;
|
|
37
|
+
border-radius: $size-4 !important;
|
|
38
|
+
}
|
|
39
|
+
.border-top-xs {
|
|
40
|
+
border-top: 1px solid $component-border-color !important;
|
|
41
|
+
}
|
|
42
|
+
.border-bottom-xs {
|
|
43
|
+
border-bottom: 1px solid $component-border-color !important;
|
|
44
|
+
}
|
|
45
|
+
.border-left-xs {
|
|
46
|
+
border-left: 1px solid $component-border-color !important;
|
|
47
|
+
}
|
|
48
|
+
.border-right-xs {
|
|
49
|
+
border-right: 1px solid $component-border-color !important;
|
|
50
|
+
}
|
|
51
|
+
.border-all-xs {
|
|
52
|
+
border: 1px solid $component-border-color !important;
|
|
53
|
+
border-radius: $size-4 !important;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@media (min-width: $screen-sm-min) {
|
|
58
|
+
.border-all-sm {
|
|
59
|
+
border: 1px solid $component-border-color !important;
|
|
60
|
+
border-radius: $size-4 !important;
|
|
61
|
+
}
|
|
62
|
+
.border-top-sm {
|
|
63
|
+
border-top: 1px solid $component-border-color !important;
|
|
64
|
+
}
|
|
65
|
+
.border-bottom-sm {
|
|
66
|
+
border-bottom: 1px solid $component-border-color !important;
|
|
67
|
+
}
|
|
68
|
+
.border-left-sm {
|
|
69
|
+
border-left: 1px solid $component-border-color !important;
|
|
70
|
+
}
|
|
71
|
+
.border-right-sm {
|
|
72
|
+
border-right: 1px solid $component-border-color !important;
|
|
73
|
+
}
|
|
74
|
+
.border-all-sm {
|
|
75
|
+
border: 1px solid $component-border-color !important;
|
|
76
|
+
border-radius: $size-4 !important;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
@media (min-width: $screen-md-min) {
|
|
81
|
+
.border-all-md {
|
|
82
|
+
border: 1px solid $component-border-color !important;
|
|
83
|
+
border-radius: $size-4 !important;
|
|
84
|
+
}
|
|
85
|
+
.border-top-md {
|
|
86
|
+
border-top: 1px solid $component-border-color !important;
|
|
87
|
+
}
|
|
88
|
+
.border-bottom-md {
|
|
89
|
+
border-bottom: 1px solid $component-border-color !important;
|
|
90
|
+
}
|
|
91
|
+
.border-left-md {
|
|
92
|
+
border-left: 1px solid $component-border-color !important;
|
|
93
|
+
}
|
|
94
|
+
.border-right-md {
|
|
95
|
+
border-right: 1px solid $component-border-color !important;
|
|
96
|
+
}
|
|
97
|
+
.border-all-md {
|
|
98
|
+
border: 1px solid $component-border-color !important;
|
|
99
|
+
border-radius: $size-4 !important;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
@media (min-width: $screen-lg-min) {
|
|
104
|
+
.border-all-lg {
|
|
105
|
+
border: 1px solid $component-border-color !important;
|
|
106
|
+
border-radius: $size-4 !important;
|
|
107
|
+
}
|
|
108
|
+
.border-top-lg {
|
|
109
|
+
border-top: 1px solid $component-border-color !important;
|
|
110
|
+
}
|
|
111
|
+
.border-bottom-lg {
|
|
112
|
+
border-bottom: 1px solid $component-border-color !important;
|
|
113
|
+
}
|
|
114
|
+
.border-left-lg {
|
|
115
|
+
border-left: 1px solid $component-border-color !important;
|
|
116
|
+
}
|
|
117
|
+
.border-right-lg {
|
|
118
|
+
border-right: 1px solid $component-border-color !important;
|
|
119
|
+
}
|
|
120
|
+
.border-all-lg {
|
|
121
|
+
border: 1px solid $component-border-color !important;
|
|
122
|
+
border-radius: $size-4 !important;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.borderless {
|
|
127
|
+
border-color: transparent !important;
|
|
128
|
+
box-shadow: none !important;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
// Removed unused border-radius utilities - verified 0 usages:
|
|
133
|
+
// .b-r-8, .b-r-24, .b-r-32, .b-r-40
|
|
134
|
+
|
|
135
|
+
.b-r-16 {
|
|
136
|
+
border-radius: $size-16 !important;
|
|
137
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
@use "../../variables/index" as *;
|
|
2
|
+
|
|
3
|
+
@use "../icons/c8y-glyphs";
|
|
4
|
+
@use "../mixins/icon-base";
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Caret Icons - Dropdown arrow indicators
|
|
8
|
+
*
|
|
9
|
+
* Note: Uses $size-4, $size-5 for positioning and $form-control-icon-color for color.
|
|
10
|
+
*
|
|
11
|
+
* Intentionally hardcoded values:
|
|
12
|
+
* - -2px margin: Fine-tuning vertical alignment
|
|
13
|
+
* - 0.8em width: Relative sizing for icon container
|
|
14
|
+
* - 18px font-size: Icon size
|
|
15
|
+
* - Transform values: Positioning calculations
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
// Dropdown arrow caret
|
|
19
|
+
.caret {
|
|
20
|
+
position: relative;
|
|
21
|
+
display: inline-block;
|
|
22
|
+
margin-top: -2px;
|
|
23
|
+
width: 0.8em;
|
|
24
|
+
vertical-align: inherit;
|
|
25
|
+
&:after {
|
|
26
|
+
position: absolute;
|
|
27
|
+
top: 50%;
|
|
28
|
+
left: $size-4;
|
|
29
|
+
z-index: 2;
|
|
30
|
+
color: $form-control-icon-color;
|
|
31
|
+
content: c8y-glyphs.$c8y-glyph-caret;
|
|
32
|
+
font-size: 18px;
|
|
33
|
+
transform: translate(0, -50%);
|
|
34
|
+
pointer-events: none;
|
|
35
|
+
@include icon-base.c8y-glyph;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.dropdown-caret:after {
|
|
40
|
+
position: absolute;
|
|
41
|
+
top: 50%;
|
|
42
|
+
right: $size-5;
|
|
43
|
+
z-index: 2;
|
|
44
|
+
color: $form-control-icon-color;
|
|
45
|
+
content: c8y-glyphs.$c8y-glyph-caret;
|
|
46
|
+
font-size: 18px;
|
|
47
|
+
transform: translate(0, -50%);
|
|
48
|
+
pointer-events: none;
|
|
49
|
+
@include icon-base.c8y-glyph;
|
|
50
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
@use "../../variables/index" as *;
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Container Query Utilities
|
|
5
|
+
*
|
|
6
|
+
* Note: Uses $font-size-xs and $text-muted tokens.
|
|
7
|
+
*
|
|
8
|
+
* Intentionally hardcoded values:
|
|
9
|
+
* - 350px, 440px, 500px: Container query breakpoints
|
|
10
|
+
* - 100%: Full width for responsive columns
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
//********************
|
|
14
|
+
// 350px
|
|
15
|
+
//********************
|
|
16
|
+
|
|
17
|
+
.c8y-cq-350 {
|
|
18
|
+
container-type: inline-size;
|
|
19
|
+
container-name: c8y-cq-350;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@container c8y-cq-350 (max-width: 350px) {
|
|
23
|
+
|
|
24
|
+
.c8y-list--timeline__item .d-flex {
|
|
25
|
+
flex-direction: column !important;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.c8y-list--timeline__item [class^='col-'],
|
|
29
|
+
.c8y-list--timeline__item [class*=' col-'] {
|
|
30
|
+
float: none;
|
|
31
|
+
width: 100% !important;
|
|
32
|
+
|
|
33
|
+
&:before {
|
|
34
|
+
display: block;
|
|
35
|
+
content: attr(data-label) !important;
|
|
36
|
+
font-size: $font-size-xs;
|
|
37
|
+
text-transform: uppercase;
|
|
38
|
+
color: $text-muted;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.hidden-cq {
|
|
43
|
+
display: none !important;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
//********************
|
|
48
|
+
// 440px
|
|
49
|
+
//********************
|
|
50
|
+
|
|
51
|
+
.c8y-cq-440 {
|
|
52
|
+
container-type: inline-size;
|
|
53
|
+
container-name: c8y-cq-440;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@container c8y-cq-440 (max-width: 440px) {
|
|
57
|
+
|
|
58
|
+
.c8y-list--timeline__item .d-flex {
|
|
59
|
+
flex-direction: column !important;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.c8y-list--timeline__item [class^='col-'],
|
|
63
|
+
.c8y-list--timeline__item [class*=' col-'] {
|
|
64
|
+
float: none;
|
|
65
|
+
width: 100% !important;
|
|
66
|
+
|
|
67
|
+
&:before {
|
|
68
|
+
display: block;
|
|
69
|
+
content: attr(data-label) !important;
|
|
70
|
+
font-size: $font-size-xs;
|
|
71
|
+
text-transform: uppercase;
|
|
72
|
+
color: $text-muted;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.hidden-cq {
|
|
77
|
+
display: none !important;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
//********************
|
|
82
|
+
// 500px
|
|
83
|
+
//********************
|
|
84
|
+
|
|
85
|
+
.c8y-cq-500 {
|
|
86
|
+
container-type: inline-size;
|
|
87
|
+
container-name: c8y-cq-500;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
@container c8y-cq-500 (max-width: 500px) {
|
|
91
|
+
|
|
92
|
+
.c8y-list--timeline__item .d-flex {
|
|
93
|
+
flex-direction: column !important;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.c8y-list--timeline__item [class^='col-'],
|
|
97
|
+
.c8y-list--timeline__item [class*=' col-'] {
|
|
98
|
+
float: none;
|
|
99
|
+
width: 100% !important;
|
|
100
|
+
|
|
101
|
+
&:before {
|
|
102
|
+
display: block;
|
|
103
|
+
content: attr(data-label) !important;
|
|
104
|
+
font-size: $font-size-xs;
|
|
105
|
+
text-transform: uppercase;
|
|
106
|
+
color: $text-muted;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.hidden-cq {
|
|
111
|
+
display: none !important;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
@@ -17,102 +17,74 @@
|
|
|
17
17
|
.text-primary {
|
|
18
18
|
.text-emphasis-variant(var(--c8y-root-component-brand-primary,@brand-primary));
|
|
19
19
|
}
|
|
20
|
-
|
|
21
|
-
.text-emphasis-variant(@brand-primary-light);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.text-emphasis-variant(@brand-primary-dark);
|
|
25
|
-
}
|
|
20
|
+
//.text-primary-light {
|
|
21
|
+
// .text-emphasis-variant(@brand-primary-light);
|
|
22
|
+
//}
|
|
23
|
+
//.text-primary-dark {
|
|
24
|
+
// .text-emphasis-variant(@brand-primary-dark);
|
|
25
|
+
//}
|
|
26
26
|
|
|
27
27
|
// Accent text colors
|
|
28
28
|
.text-accent {
|
|
29
29
|
.text-emphasis-variant(@brand-accent);
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
.text-emphasis-variant(@brand-accent-light);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.text-emphasis-variant(@brand-accent-dark);
|
|
36
|
-
}
|
|
31
|
+
//.text-accent-light {
|
|
32
|
+
// .text-emphasis-variant(@brand-accent-light);
|
|
33
|
+
//}
|
|
34
|
+
//.text-accent-dark {
|
|
35
|
+
// .text-emphasis-variant(@brand-accent-dark);
|
|
36
|
+
//}
|
|
37
37
|
|
|
38
38
|
// Success text colors
|
|
39
39
|
.text-success {
|
|
40
40
|
.text-emphasis-variant(@status-success);
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
.text-emphasis-variant(@status-success-light);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.text-emphasis-variant(@status-success-dark);
|
|
47
|
-
}
|
|
42
|
+
//.text-success-light {
|
|
43
|
+
// .text-emphasis-variant(@status-success-light);
|
|
44
|
+
//}
|
|
45
|
+
//.text-success-dark {
|
|
46
|
+
// .text-emphasis-variant(@status-success-dark);
|
|
47
|
+
//}
|
|
48
48
|
|
|
49
49
|
// Info text colors
|
|
50
50
|
.text-info {
|
|
51
51
|
.text-emphasis-variant(@status-info);
|
|
52
52
|
}
|
|
53
|
-
|
|
54
|
-
.text-emphasis-variant(@status-info-light);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.text-emphasis-variant(@status-info-dark);
|
|
58
|
-
}
|
|
53
|
+
//.text-info-light {
|
|
54
|
+
// .text-emphasis-variant(@status-info-light);
|
|
55
|
+
//}
|
|
56
|
+
//.text-info-dark {
|
|
57
|
+
// .text-emphasis-variant(@status-info-dark);
|
|
58
|
+
//}
|
|
59
59
|
|
|
60
60
|
// Warning text colors
|
|
61
61
|
.text-warning {
|
|
62
62
|
.text-emphasis-variant(@status-warning);
|
|
63
63
|
}
|
|
64
|
-
|
|
65
|
-
.text-emphasis-variant(@status-warning-light);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.text-emphasis-variant(@status-warning-high);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.text-emphasis-variant(@status-warning-dark);
|
|
72
|
-
}
|
|
64
|
+
//.text-warning-light {
|
|
65
|
+
// .text-emphasis-variant(@status-warning-light);
|
|
66
|
+
//}
|
|
67
|
+
//.text-warning-high {
|
|
68
|
+
// .text-emphasis-variant(@status-warning-high);
|
|
69
|
+
//}
|
|
70
|
+
//.text-warning-dark {
|
|
71
|
+
// .text-emphasis-variant(@status-warning-dark);
|
|
72
|
+
//}
|
|
73
73
|
|
|
74
74
|
// Danger text colors
|
|
75
75
|
.text-danger {
|
|
76
76
|
.text-emphasis-variant(@status-danger);
|
|
77
77
|
}
|
|
78
|
-
|
|
79
|
-
.text-emphasis-variant(@status-danger-light);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.text-emphasis-variant(@status-danger-dark);
|
|
83
|
-
}
|
|
78
|
+
//.text-danger-light {
|
|
79
|
+
// .text-emphasis-variant(@status-danger-light);
|
|
80
|
+
//}
|
|
81
|
+
//.text-danger-dark {
|
|
82
|
+
// .text-emphasis-variant(@status-danger-dark);
|
|
83
|
+
//}
|
|
84
84
|
|
|
85
85
|
// Gray text colors
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
.text-gray-20{
|
|
90
|
-
.text-emphasis-variant(@gray-20);
|
|
91
|
-
}
|
|
92
|
-
.text-gray-30{
|
|
93
|
-
.text-emphasis-variant(@gray-30);
|
|
94
|
-
}
|
|
95
|
-
.text-gray-40{
|
|
96
|
-
.text-emphasis-variant(@gray-40);
|
|
97
|
-
}
|
|
98
|
-
.text-gray-50{
|
|
99
|
-
.text-emphasis-variant(@gray-50);
|
|
100
|
-
}
|
|
101
|
-
.text-gray-60{
|
|
102
|
-
.text-emphasis-variant(@gray-60);
|
|
103
|
-
}
|
|
104
|
-
.text-gray-70{
|
|
105
|
-
.text-emphasis-variant(@gray-70);
|
|
106
|
-
}
|
|
107
|
-
.text-gray-80{
|
|
108
|
-
.text-emphasis-variant(@gray-80);
|
|
109
|
-
}
|
|
110
|
-
.text-gray-90{
|
|
111
|
-
.text-emphasis-variant(@gray-90);
|
|
112
|
-
}
|
|
113
|
-
.text-gray-100{
|
|
114
|
-
.text-emphasis-variant(@gray-100);
|
|
115
|
-
}
|
|
86
|
+
// Removed unused gray text colors - verified 0 usages:
|
|
87
|
+
// .text-gray-10...100
|
|
116
88
|
|
|
117
89
|
// backwards compatibility
|
|
118
90
|
|
|
@@ -124,27 +96,29 @@
|
|
|
124
96
|
.text-emphasis-variant(@gray-30);
|
|
125
97
|
}
|
|
126
98
|
|
|
127
|
-
|
|
128
|
-
.text-gray-
|
|
129
|
-
|
|
130
|
-
|
|
99
|
+
//.text-gray-medium-dark {
|
|
100
|
+
// .text-emphasis-variant(@gray-40);
|
|
101
|
+
//}
|
|
102
|
+
//
|
|
103
|
+
//.text-gray-medium {
|
|
104
|
+
// .text-emphasis-variant(@gray-40);
|
|
105
|
+
//}
|
|
131
106
|
|
|
132
107
|
.text-gray {
|
|
133
108
|
.text-emphasis-variant(@gray-50);
|
|
134
109
|
}
|
|
135
110
|
|
|
136
|
-
|
|
137
|
-
.text-emphasis-variant(@gray-80);
|
|
138
|
-
}
|
|
111
|
+
//.text-gray-light {
|
|
112
|
+
// .text-emphasis-variant(@gray-80);
|
|
113
|
+
//}
|
|
139
114
|
|
|
140
115
|
.text-gray-lighter {
|
|
141
116
|
.text-emphasis-variant(@gray-90);
|
|
142
117
|
}
|
|
143
118
|
|
|
144
|
-
|
|
145
|
-
.text-emphasis-variant(@gray-100);
|
|
146
|
-
}
|
|
147
|
-
|
|
119
|
+
//.text-gray-white {
|
|
120
|
+
// .text-emphasis-variant(@gray-100);
|
|
121
|
+
//}
|
|
148
122
|
|
|
149
123
|
//================================
|
|
150
124
|
// Contextual backgrounds
|
|
@@ -157,36 +131,36 @@
|
|
|
157
131
|
.bg-variant(@brand-primary-light);
|
|
158
132
|
}
|
|
159
133
|
|
|
160
|
-
|
|
161
|
-
.bg-variant(@brand-complementary);
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
.bg-variant(@brand-accent);
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.bg-variant(@brand-accent-dark);
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.bg-variant(@brand-accent-light);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
.bg-variant(@status-success);
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.bg-variant(@status-success-light);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.bg-variant(@status-success-dark);
|
|
182
|
-
}
|
|
134
|
+
//.bg-complementary {
|
|
135
|
+
// .bg-variant(@brand-complementary);
|
|
136
|
+
//}
|
|
137
|
+
|
|
138
|
+
//.bg-accent {
|
|
139
|
+
// .bg-variant(@brand-accent);
|
|
140
|
+
//}
|
|
141
|
+
//.bg-accent-dark {
|
|
142
|
+
// .bg-variant(@brand-accent-dark);
|
|
143
|
+
//}
|
|
144
|
+
//.bg-accent-light {
|
|
145
|
+
// .bg-variant(@brand-accent-light);
|
|
146
|
+
//}
|
|
147
|
+
|
|
148
|
+
//.bg-success {
|
|
149
|
+
// .bg-variant(@status-success);
|
|
150
|
+
//}
|
|
151
|
+
//.bg-success-light {
|
|
152
|
+
// .bg-variant(@status-success-light);
|
|
153
|
+
//}
|
|
154
|
+
//.bg-success-dark {
|
|
155
|
+
// .bg-variant(@status-success-dark);
|
|
156
|
+
//}
|
|
183
157
|
|
|
184
158
|
.bg-info {
|
|
185
159
|
.bg-variant(@status-info);
|
|
186
160
|
}
|
|
187
|
-
|
|
188
|
-
.bg-variant(@status-info-dark);
|
|
189
|
-
}
|
|
161
|
+
//.bg-info-dark {
|
|
162
|
+
// .bg-variant(@status-info-dark);
|
|
163
|
+
//}
|
|
190
164
|
.bg-info-light {
|
|
191
165
|
.bg-variant(@status-info-light);
|
|
192
166
|
}
|
|
@@ -194,30 +168,29 @@
|
|
|
194
168
|
.bg-warning {
|
|
195
169
|
.bg-variant(@status-warning);
|
|
196
170
|
}
|
|
197
|
-
|
|
198
|
-
.bg-variant(@status-warning-light);
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.bg-variant(@status-warning-high);
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.bg-variant(@status-warning-dark);
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
.bg-danger
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
.bg-danger-light
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
.bg-danger-dark
|
|
215
|
-
|
|
216
|
-
}
|
|
171
|
+
//.bg-warning-light {
|
|
172
|
+
// .bg-variant(@status-warning-light);
|
|
173
|
+
//}
|
|
174
|
+
//.bg-warning-lightest {
|
|
175
|
+
// .bg-variant(@status-warning-high);
|
|
176
|
+
//}
|
|
177
|
+
//.bg-warning-dark {
|
|
178
|
+
// .bg-variant(@status-warning-dark);
|
|
179
|
+
//}
|
|
180
|
+
|
|
181
|
+
//.bg-danger {
|
|
182
|
+
// .bg-variant(@status-danger);
|
|
183
|
+
//}
|
|
184
|
+
//.bg-danger-light {
|
|
185
|
+
// .bg-variant(@status-danger-light);
|
|
186
|
+
//}
|
|
187
|
+
//.bg-danger-dark {
|
|
188
|
+
// .bg-variant(@status-danger-dark);
|
|
189
|
+
//}
|
|
217
190
|
|
|
218
191
|
.bg-checkered{
|
|
219
192
|
background-image:
|
|
220
|
-
linear-gradient(45deg, var(--c8y-level-2) 25%, transparent 25%),
|
|
193
|
+
linear-gradient(45deg, var(--c8y-level-2) 25%, transparent 25%),
|
|
221
194
|
linear-gradient(135deg, var(--c8y-level-2) 25%, transparent 25%),
|
|
222
195
|
linear-gradient(45deg, transparent 75%, var(--c8y-level-2) 75%),
|
|
223
196
|
linear-gradient(135deg, transparent 75%, var(--c8y-level-2) 75%);
|
|
@@ -228,13 +201,13 @@
|
|
|
228
201
|
|
|
229
202
|
// Levels
|
|
230
203
|
|
|
231
|
-
|
|
232
|
-
.bg-variant(var(--c8y-level-4));
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
.bg-variant(var(--c8y-level-3));
|
|
237
|
-
}
|
|
204
|
+
//.bg-level-4 {
|
|
205
|
+
// .bg-variant(var(--c8y-level-4));
|
|
206
|
+
//}
|
|
207
|
+
//
|
|
208
|
+
//.bg-level-3 {
|
|
209
|
+
// .bg-variant(var(--c8y-level-3));
|
|
210
|
+
//}
|
|
238
211
|
|
|
239
212
|
.bg-level-2 {
|
|
240
213
|
.bg-variant(var(--c8y-level-2));
|
|
@@ -248,43 +221,15 @@
|
|
|
248
221
|
.bg-variant(var(--c8y-level-0));
|
|
249
222
|
}
|
|
250
223
|
|
|
251
|
-
|
|
252
|
-
box-shadow: none;
|
|
253
|
-
.bg-variant(transparent);
|
|
254
|
-
}
|
|
224
|
+
//.bg-transparent {
|
|
225
|
+
// box-shadow: none;
|
|
226
|
+
// .bg-variant(transparent);
|
|
227
|
+
//}
|
|
255
228
|
|
|
256
229
|
// Grays
|
|
257
230
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
}
|
|
261
|
-
.bg-gray-20{
|
|
262
|
-
.bg-variant(var(--c8y-palette-gray-20));
|
|
263
|
-
}
|
|
264
|
-
.bg-gray-30{
|
|
265
|
-
.bg-variant(var(--c8y-palette-gray-30));
|
|
266
|
-
}
|
|
267
|
-
.bg-gray-40{
|
|
268
|
-
.bg-variant(var(--c8y-palette-gray-40));
|
|
269
|
-
}
|
|
270
|
-
.bg-gray-50{
|
|
271
|
-
.bg-variant(var(--c8y-palette-gray-50));
|
|
272
|
-
}
|
|
273
|
-
.bg-gray-60{
|
|
274
|
-
.bg-variant(var(--c8y-palette-gray-60));
|
|
275
|
-
}
|
|
276
|
-
.bg-gray-70{
|
|
277
|
-
.bg-variant(var(--c8y-palette-gray-70));
|
|
278
|
-
}
|
|
279
|
-
.bg-gray-80{
|
|
280
|
-
.bg-variant(var(--c8y-palette-gray-80));
|
|
281
|
-
}
|
|
282
|
-
.bg-gray-90{
|
|
283
|
-
.bg-variant(var(--c8y-palette-gray-90));
|
|
284
|
-
}
|
|
285
|
-
.bg-gray-100{
|
|
286
|
-
.bg-variant(var(--c8y-palette-gray-100));
|
|
287
|
-
}
|
|
231
|
+
// Removed unused gray bg colors - verified 0 usages:
|
|
232
|
+
// .bg-gray-10...100
|
|
288
233
|
|
|
289
234
|
.bg-inherit {
|
|
290
235
|
.bg-variant(inherit);
|