@gooddata/sdk-ui-dashboard 11.33.0-alpha.4 → 11.33.0-alpha.7
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/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/_staging/dashboard/dashboardFilterContext.d.ts.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterContext.js +1 -1
- package/esm/_staging/dashboard/dashboardFilterContext.js.map +1 -1
- package/esm/converters/filterConverters.d.ts +13 -1
- package/esm/converters/filterConverters.d.ts.map +1 -1
- package/esm/converters/filterConverters.js +40 -10
- package/esm/converters/filterConverters.js.map +1 -1
- package/esm/index.d.ts +21 -12
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +9 -6
- package/esm/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.d.ts +5 -0
- package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.js +22 -0
- package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/parameterHydration.d.ts +13 -0
- package/esm/model/commandHandlers/dashboard/common/parameterHydration.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/parameterHydration.js +28 -0
- package/esm/model/commandHandlers/dashboard/common/parameterHydration.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +3 -3
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +21 -2
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +30 -2
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.d.ts +4 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.js +8 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +3 -2
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +11 -0
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js +18 -7
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.js +5 -2
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/drill/getDrillToUrlFilters.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/getDrillToUrlFilters.js +9 -2
- package/esm/model/commandHandlers/drill/getDrillToUrlFilters.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js +42 -2
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.js +57 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.js.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.js +29 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.js.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.js +25 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.js.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.js +29 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.js.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.js +20 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.js.map +1 -0
- package/esm/model/commandHandlers/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/index.js +12 -0
- package/esm/model/commandHandlers/index.js.map +1 -1
- package/esm/model/commandHandlers/widgets/common/filterOperations.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/common/filterOperations.js +5 -2
- package/esm/model/commandHandlers/widgets/common/filterOperations.js.map +1 -1
- package/esm/model/commands/base.d.ts +1 -1
- package/esm/model/commands/base.d.ts.map +1 -1
- package/esm/model/commands/dashboard.d.ts +31 -0
- package/esm/model/commands/dashboard.d.ts.map +1 -1
- package/esm/model/commands/dashboard.js +17 -0
- package/esm/model/commands/dashboard.js.map +1 -1
- package/esm/model/commands/filters.d.ts +185 -1
- package/esm/model/commands/filters.d.ts.map +1 -1
- package/esm/model/commands/filters.js +123 -0
- package/esm/model/commands/filters.js.map +1 -1
- package/esm/model/commands/index.d.ts +3 -3
- package/esm/model/commands/index.d.ts.map +1 -1
- package/esm/model/events/base.d.ts +1 -1
- package/esm/model/events/base.d.ts.map +1 -1
- package/esm/model/events/base.js.map +1 -1
- package/esm/model/events/filters.d.ts +205 -1
- package/esm/model/events/filters.d.ts.map +1 -1
- package/esm/model/events/filters.js +123 -0
- package/esm/model/events/filters.js.map +1 -1
- package/esm/model/events/index.d.ts +2 -2
- package/esm/model/events/index.d.ts.map +1 -1
- package/esm/model/events/index.js.map +1 -1
- package/esm/model/queryServices/queryWidgetFilters.d.ts.map +1 -1
- package/esm/model/queryServices/queryWidgetFilters.js +19 -2
- package/esm/model/queryServices/queryWidgetFilters.js.map +1 -1
- package/esm/model/react/useDashboardCommand.d.ts +6 -0
- package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
- package/esm/model/react/useDashboardCommandProcessing.d.ts +20 -0
- package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
- package/esm/model/store/catalog/catalogReducers.d.ts +5 -1
- package/esm/model/store/catalog/catalogReducers.d.ts.map +1 -1
- package/esm/model/store/catalog/catalogReducers.js +4 -0
- package/esm/model/store/catalog/catalogReducers.js.map +1 -1
- package/esm/model/store/catalog/catalogSelectors.d.ts +27 -1
- package/esm/model/store/catalog/catalogSelectors.d.ts.map +1 -1
- package/esm/model/store/catalog/catalogSelectors.js +27 -1
- package/esm/model/store/catalog/catalogSelectors.js.map +1 -1
- package/esm/model/store/catalog/catalogState.d.ts +18 -1
- package/esm/model/store/catalog/catalogState.d.ts.map +1 -1
- package/esm/model/store/catalog/catalogState.js +1 -0
- package/esm/model/store/catalog/catalogState.js.map +1 -1
- package/esm/model/store/catalog/index.d.ts +1 -0
- package/esm/model/store/catalog/index.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +6 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +8 -0
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/dashboardStore.d.ts +2 -0
- package/esm/model/store/dashboardStore.d.ts.map +1 -1
- package/esm/model/store/dashboardStore.js +2 -0
- package/esm/model/store/dashboardStore.js.map +1 -1
- package/esm/model/store/meta/metaSelectors.d.ts +12 -1
- package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
- package/esm/model/store/meta/metaSelectors.js +39 -7
- package/esm/model/store/meta/metaSelectors.js.map +1 -1
- package/esm/model/store/parameters/index.d.ts +13 -0
- package/esm/model/store/parameters/index.d.ts.map +1 -0
- package/esm/model/store/parameters/index.js +15 -0
- package/esm/model/store/parameters/index.js.map +1 -0
- package/esm/model/store/parameters/parametersReducers.d.ts +47 -0
- package/esm/model/store/parameters/parametersReducers.d.ts.map +1 -0
- package/esm/model/store/parameters/parametersReducers.js +37 -0
- package/esm/model/store/parameters/parametersReducers.js.map +1 -0
- package/esm/model/store/parameters/parametersSelectors.d.ts +68 -0
- package/esm/model/store/parameters/parametersSelectors.d.ts.map +1 -0
- package/esm/model/store/parameters/parametersSelectors.js +123 -0
- package/esm/model/store/parameters/parametersSelectors.js.map +1 -0
- package/esm/model/store/parameters/parametersState.d.ts +29 -0
- package/esm/model/store/parameters/parametersState.d.ts.map +1 -0
- package/esm/model/store/parameters/parametersState.js +5 -0
- package/esm/model/store/parameters/parametersState.js.map +1 -0
- package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts +47 -2
- package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextReducers.js +127 -1
- package/esm/model/store/tabs/filterContext/filterContextReducers.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts +33 -4
- package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.js +45 -6
- package/esm/model/store/tabs/filterContext/filterContextSelectors.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextState.d.ts +14 -3
- package/esm/model/store/tabs/filterContext/filterContextState.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextState.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextUtils.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextUtils.js +19 -1
- package/esm/model/store/tabs/filterContext/filterContextUtils.js.map +1 -1
- package/esm/model/store/tabs/index.d.ts +35 -0
- package/esm/model/store/tabs/index.d.ts.map +1 -1
- package/esm/model/store/tabs/index.js +2 -0
- package/esm/model/store/tabs/index.js.map +1 -1
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsReducers.d.ts +33 -0
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsReducers.d.ts.map +1 -0
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsReducers.js +54 -0
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsReducers.js.map +1 -0
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.d.ts +23 -0
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.d.ts.map +1 -0
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.js +63 -0
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.js.map +1 -0
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsState.d.ts +12 -0
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsState.d.ts.map +1 -0
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsState.js +5 -0
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsState.js.map +1 -0
- package/esm/model/store/tabs/tabsState.d.ts +2 -0
- package/esm/model/store/tabs/tabsState.d.ts.map +1 -1
- package/esm/model/store/tabs/tabsState.js.map +1 -1
- package/esm/model/store/types.d.ts +6 -0
- package/esm/model/store/types.d.ts.map +1 -1
- package/esm/model/types/commonTypes.d.ts +12 -2
- package/esm/model/types/commonTypes.d.ts.map +1 -1
- package/esm/model/types/commonTypes.js.map +1 -1
- package/esm/plugins/customizationApis/customizationBuilder.d.ts.map +1 -1
- package/esm/plugins/customizationApis/customizationBuilder.js +3 -0
- package/esm/plugins/customizationApis/customizationBuilder.js.map +1 -1
- package/esm/plugins/customizationApis/filtersCustomizer.d.ts +3 -0
- package/esm/plugins/customizationApis/filtersCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/filtersCustomizer.js +7 -0
- package/esm/plugins/customizationApis/filtersCustomizer.js.map +1 -1
- package/esm/plugins/customizationApis/measureValueFiltersCustomizer.d.ts +17 -0
- package/esm/plugins/customizationApis/measureValueFiltersCustomizer.d.ts.map +1 -0
- package/esm/plugins/customizationApis/measureValueFiltersCustomizer.js +73 -0
- package/esm/plugins/customizationApis/measureValueFiltersCustomizer.js.map +1 -0
- package/esm/plugins/customizer.d.ts +33 -1
- package/esm/plugins/customizer.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +6 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.js +2 -2
- package/esm/presentation/dashboard/components/DashboardRenderer.js.map +1 -1
- package/esm/presentation/dashboard/hooks/useDashboard.d.ts +2 -1
- package/esm/presentation/dashboard/hooks/useDashboard.d.ts.map +1 -1
- package/esm/presentation/dashboard/hooks/useDashboard.js +7 -1
- package/esm/presentation/dashboard/hooks/useDashboard.js.map +1 -1
- package/esm/presentation/dashboard/types.d.ts +7 -1
- package/esm/presentation/dashboard/types.d.ts.map +1 -1
- package/esm/presentation/dashboard/types.js.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts +2 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.js +1 -0
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.js.map +1 -1
- package/esm/presentation/dashboardContexts/types.d.ts +10 -1
- package/esm/presentation/dashboardContexts/types.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/DeleteDropZone.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/DeleteDropZone.js +2 -17
- package/esm/presentation/dragAndDrop/DeleteDropZone.js.map +1 -1
- package/esm/presentation/dragAndDrop/DraggableChipSource.d.ts +15 -0
- package/esm/presentation/dragAndDrop/DraggableChipSource.d.ts.map +1 -0
- package/esm/presentation/dragAndDrop/DraggableChipSource.js +14 -0
- package/esm/presentation/dragAndDrop/DraggableChipSource.js.map +1 -0
- package/esm/presentation/dragAndDrop/FilterDeleteOverlay.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/FilterDeleteOverlay.js +2 -17
- package/esm/presentation/dragAndDrop/FilterDeleteOverlay.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js +2 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js +18 -11
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.d.ts +5 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.d.ts.map +1 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.js +19 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.js.map +1 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.d.ts +20 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.d.ts.map +1 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.js +31 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.js.map +1 -0
- package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.d.ts +15 -0
- package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.d.ts.map +1 -0
- package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.js +21 -0
- package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.js.map +1 -0
- package/esm/presentation/dragAndDrop/types.d.ts +30 -5
- package/esm/presentation/dragAndDrop/types.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/types.js +12 -0
- package/esm/presentation/dragAndDrop/types.js.map +1 -1
- package/esm/presentation/dragAndDrop/useFilterDeleteDrop.d.ts +12 -0
- package/esm/presentation/dragAndDrop/useFilterDeleteDrop.d.ts.map +1 -0
- package/esm/presentation/dragAndDrop/useFilterDeleteDrop.js +35 -0
- package/esm/presentation/dragAndDrop/useFilterDeleteDrop.js.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +94 -20
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.d.ts +10 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.d.ts.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.js +25 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.js.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.d.ts +28 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.d.ts.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.js +84 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.js.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/types.d.ts +9 -3
- package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +36 -8
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +17 -2
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.d.ts +2 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js +24 -5
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +6 -3
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/types.d.ts +9 -1
- package/esm/presentation/filterBar/filterBar/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts +15 -3
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js +43 -6
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js.map +1 -1
- package/esm/presentation/filterBar/filterSelectionTypes.d.ts +5 -0
- package/esm/presentation/filterBar/filterSelectionTypes.d.ts.map +1 -0
- package/esm/presentation/filterBar/filterSelectionTypes.js +3 -0
- package/esm/presentation/filterBar/filterSelectionTypes.js.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.d.ts +29 -0
- package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.d.ts.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.js +24 -0
- package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.js.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.d.ts +7 -0
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.d.ts.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js +192 -0
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.d.ts +21 -0
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.d.ts.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.js +21 -0
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.js.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/types.d.ts +43 -0
- package/esm/presentation/filterBar/measureValueFilter/types.d.ts.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/types.js +3 -0
- package/esm/presentation/filterBar/measureValueFilter/types.js.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.d.ts +8 -0
- package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.d.ts.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.js +40 -0
- package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.js.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts +15 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js +37 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.d.ts +15 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.d.ts.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.js +37 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.js.map +1 -0
- package/esm/presentation/filterBar/utils.d.ts +1 -1
- package/esm/presentation/filterBar/utils.d.ts.map +1 -1
- package/esm/presentation/filterBar/utils.js +17 -3
- package/esm/presentation/filterBar/utils.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.js +4 -0
- package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +24 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +24 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +6 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +898 -22
- package/esm/types.d.ts +2 -2
- package/esm/types.d.ts.map +1 -1
- package/esm/types.js +2 -2
- package/esm/types.js.map +1 -1
- package/package.json +20 -20
- package/styles/css/filterBar.css +47 -11
- package/styles/css/filterBar.css.map +1 -1
- package/styles/css/main.css +3827 -399
- package/styles/css/main.css.map +1 -1
- package/styles/scss/filterBar.scss +28 -5
- package/styles/scss/main.scss +2 -0
package/styles/css/main.css
CHANGED
|
@@ -6338,7 +6338,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6338
6338
|
max-width: 160px;
|
|
6339
6339
|
}
|
|
6340
6340
|
|
|
6341
|
-
.gd-attribute-filter-dropdown-actions__next
|
|
6341
|
+
.gd-attribute-filter-dropdown-actions__next,
|
|
6342
|
+
.gd-measure-value-filter-dropdown-actions__next {
|
|
6342
6343
|
border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
6343
6344
|
text-align: right;
|
|
6344
6345
|
display: flex;
|
|
@@ -6349,17 +6350,26 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6349
6350
|
}
|
|
6350
6351
|
|
|
6351
6352
|
.gd-attribute-filter-dropdown-actions-left-content__next,
|
|
6352
|
-
.gd-attribute-filter-dropdown-actions-right-content__next
|
|
6353
|
+
.gd-attribute-filter-dropdown-actions-right-content__next,
|
|
6354
|
+
.gd-measure-value-filter-dropdown-actions-left-content__next,
|
|
6355
|
+
.gd-measure-value-filter-dropdown-actions-right-content__next {
|
|
6353
6356
|
display: flex;
|
|
6354
6357
|
align-items: center;
|
|
6355
6358
|
}
|
|
6356
6359
|
|
|
6357
6360
|
.gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
6358
|
-
.gd-attribute-filter-dropdown-actions-
|
|
6361
|
+
.gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
|
|
6362
|
+
.gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
6363
|
+
.gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
|
|
6364
|
+
.gd-measure-value-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
6365
|
+
.gd-measure-value-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
|
|
6366
|
+
.gd-measure-value-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
6367
|
+
.gd-measure-value-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next {
|
|
6359
6368
|
margin-left: 10px;
|
|
6360
6369
|
}
|
|
6361
6370
|
|
|
6362
|
-
.gd-is-mobile .gd-attribute-filter-dropdown-actions__next
|
|
6371
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-actions__next,
|
|
6372
|
+
.gd-is-mobile .gd-measure-value-filter-dropdown-actions__next {
|
|
6363
6373
|
display: flex;
|
|
6364
6374
|
align-items: stretch;
|
|
6365
6375
|
height: 52px;
|
|
@@ -6369,7 +6379,9 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6369
6379
|
|
|
6370
6380
|
.gd-is-mobile .gd-attribute-filter-cancel-button__next,
|
|
6371
6381
|
.gd-is-mobile .gd-attribute-filter-apply-button__next,
|
|
6372
|
-
.gd-is-mobile .gd-attribute-filter-close-button__next
|
|
6382
|
+
.gd-is-mobile .gd-attribute-filter-close-button__next,
|
|
6383
|
+
.gd-is-mobile .gd-measure-value-filter-cancel-button__next,
|
|
6384
|
+
.gd-is-mobile .gd-measure-value-filter-apply-button__next {
|
|
6373
6385
|
text-align: center;
|
|
6374
6386
|
flex: 1;
|
|
6375
6387
|
height: 32px;
|
|
@@ -6468,30 +6480,30 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6468
6480
|
background-color: var(--gd-palette-complementary-2, #ebeff4);
|
|
6469
6481
|
}
|
|
6470
6482
|
|
|
6471
|
-
.gd-
|
|
6472
|
-
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
6473
|
-
font-weight: 400;
|
|
6483
|
+
.gd-ui-kit-control-button {
|
|
6474
6484
|
position: relative;
|
|
6475
6485
|
max-width: 230px;
|
|
6476
6486
|
padding: 5px 10px;
|
|
6487
|
+
font-family: var(--gd-font-family), gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif;
|
|
6477
6488
|
font-size: 12px;
|
|
6489
|
+
font-weight: 400;
|
|
6478
6490
|
line-height: 16px;
|
|
6479
6491
|
cursor: pointer;
|
|
6480
6492
|
user-select: none;
|
|
6481
6493
|
border-radius: 3px;
|
|
6482
6494
|
}
|
|
6483
6495
|
|
|
6484
|
-
.gd-
|
|
6496
|
+
.gd-ui-kit-control-button--isDraggable {
|
|
6485
6497
|
padding-left: 23px;
|
|
6486
6498
|
}
|
|
6487
6499
|
|
|
6488
|
-
.gd-
|
|
6500
|
+
.gd-ui-kit-control-button::before, .gd-ui-kit-control-button::after {
|
|
6489
6501
|
content: "";
|
|
6490
6502
|
position: absolute;
|
|
6491
|
-
transition: all 0.2s;
|
|
6503
|
+
transition: all 0.2s ease;
|
|
6492
6504
|
}
|
|
6493
6505
|
|
|
6494
|
-
.gd-
|
|
6506
|
+
.gd-ui-kit-control-button::before {
|
|
6495
6507
|
z-index: 1;
|
|
6496
6508
|
top: 8px;
|
|
6497
6509
|
left: 9px;
|
|
@@ -6501,101 +6513,234 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6501
6513
|
opacity: 0;
|
|
6502
6514
|
}
|
|
6503
6515
|
|
|
6504
|
-
.gd-
|
|
6505
|
-
content: "";
|
|
6506
|
-
position: absolute;
|
|
6516
|
+
.gd-ui-kit-control-button::after {
|
|
6507
6517
|
top: 0;
|
|
6508
6518
|
right: 0;
|
|
6509
6519
|
bottom: 0;
|
|
6510
6520
|
left: 0;
|
|
6511
6521
|
border: 1px solid transparent;
|
|
6512
|
-
background:
|
|
6522
|
+
background: transparent;
|
|
6513
6523
|
transform: translateZ(-1px);
|
|
6514
6524
|
border-radius: 3px;
|
|
6515
6525
|
}
|
|
6516
6526
|
|
|
6517
|
-
.gd-
|
|
6518
|
-
|
|
6527
|
+
.gd-ui-kit-control-button:hover::after {
|
|
6528
|
+
border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
|
|
6529
|
+
}
|
|
6530
|
+
|
|
6531
|
+
.gd-ui-kit-control-button:hover.gd-ui-kit-control-button--isDraggable {
|
|
6532
|
+
box-shadow: 0 1px 3px 0 rgba(20, 56, 93, 0.1), 0 2px 9px 0 rgba(20, 56, 93, 0.15);
|
|
6519
6533
|
}
|
|
6520
6534
|
|
|
6521
|
-
.gd-
|
|
6535
|
+
.gd-ui-kit-control-button:hover.gd-ui-kit-control-button--isDraggable::before {
|
|
6522
6536
|
opacity: 1;
|
|
6523
6537
|
}
|
|
6524
6538
|
|
|
6525
|
-
.gd-
|
|
6526
|
-
|
|
6539
|
+
.gd-ui-kit-control-button--isOpen::after {
|
|
6540
|
+
box-shadow: inset 0 1px 0 0 rgba(20, 56, 93, 0.1);
|
|
6541
|
+
border-color: var(--gd-palette-complementary-5-from-theme, var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2)));
|
|
6527
6542
|
}
|
|
6528
6543
|
|
|
6529
|
-
.gd-
|
|
6530
|
-
|
|
6531
|
-
border-radius: 3px;
|
|
6544
|
+
.gd-ui-kit-control-button--isOpen.gd-ui-kit-control-button--isDraggable::before {
|
|
6545
|
+
opacity: 1;
|
|
6532
6546
|
}
|
|
6533
6547
|
|
|
6534
|
-
.gd-
|
|
6535
|
-
|
|
6548
|
+
.gd-ui-kit-control-button--isOpen .gd-ui-kit-control-button__subtitle-row::after {
|
|
6549
|
+
content: "\e613";
|
|
6536
6550
|
}
|
|
6537
6551
|
|
|
6538
|
-
.gd-
|
|
6539
|
-
|
|
6552
|
+
.gd-ui-kit-control-button--isDragging {
|
|
6553
|
+
display: inline-block;
|
|
6540
6554
|
}
|
|
6541
6555
|
|
|
6542
|
-
.gd-
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
|
|
6546
|
-
background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
|
|
6547
|
-
background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
|
|
6548
|
-
background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
|
|
6549
|
-
background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
|
|
6556
|
+
.gd-ui-kit-control-button--isDragging::after {
|
|
6557
|
+
border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
|
|
6558
|
+
background: var(--gd-palette-complementary-0-from-theme, rgba(255, 255, 255, 0.95));
|
|
6550
6559
|
}
|
|
6551
6560
|
|
|
6552
|
-
.gd-
|
|
6553
|
-
|
|
6554
|
-
.gd-attribute-filter-dropdown-button__next.gd-is-active .gd-attribute-filter-dropdown-button-subtitle__next::after {
|
|
6555
|
-
content: "\e613";
|
|
6561
|
+
.gd-ui-kit-control-button--isDragging.gd-ui-kit-control-button--isDraggable::before {
|
|
6562
|
+
opacity: 1;
|
|
6556
6563
|
}
|
|
6557
6564
|
|
|
6558
|
-
.gd-
|
|
6565
|
+
.gd-ui-kit-control-button--isError {
|
|
6559
6566
|
font-size: 12px;
|
|
6567
|
+
color: var(--gd-palette-error-base, #e54d42);
|
|
6568
|
+
}
|
|
6569
|
+
|
|
6570
|
+
.gd-ui-kit-control-button--disabled {
|
|
6571
|
+
cursor: default;
|
|
6572
|
+
}
|
|
6573
|
+
|
|
6574
|
+
.gd-ui-kit-control-button--disabled:hover, .gd-ui-kit-control-button--disabled:focus, .gd-ui-kit-control-button--disabled:active {
|
|
6575
|
+
user-select: auto;
|
|
6576
|
+
box-shadow: none;
|
|
6577
|
+
background: transparent;
|
|
6578
|
+
border-color: transparent;
|
|
6579
|
+
text-decoration: none;
|
|
6560
6580
|
}
|
|
6561
6581
|
|
|
6562
|
-
.gd-
|
|
6582
|
+
.gd-ui-kit-control-button__icon {
|
|
6563
6583
|
position: relative;
|
|
6564
6584
|
z-index: 1;
|
|
6565
6585
|
float: left;
|
|
6566
6586
|
padding-right: 5px;
|
|
6567
6587
|
}
|
|
6568
6588
|
|
|
6569
|
-
.gd-
|
|
6570
|
-
height: 100%;
|
|
6571
|
-
display: flex;
|
|
6572
|
-
align-items: center;
|
|
6573
|
-
}
|
|
6574
|
-
|
|
6575
|
-
.gd-attribute-filter-dropdown-button-content__next {
|
|
6589
|
+
.gd-ui-kit-control-button__content {
|
|
6576
6590
|
position: relative;
|
|
6577
6591
|
z-index: 1;
|
|
6578
6592
|
display: flex;
|
|
6579
6593
|
justify-content: center;
|
|
6580
6594
|
height: 100%;
|
|
6581
6595
|
flex-direction: column;
|
|
6596
|
+
min-width: 0;
|
|
6597
|
+
flex: 1 1 auto;
|
|
6582
6598
|
}
|
|
6583
6599
|
|
|
6584
|
-
.gd-
|
|
6600
|
+
.gd-ui-kit-control-button__title-row {
|
|
6585
6601
|
display: flex;
|
|
6586
6602
|
justify-content: space-between;
|
|
6603
|
+
max-width: 100%;
|
|
6604
|
+
white-space: nowrap;
|
|
6605
|
+
}
|
|
6606
|
+
|
|
6607
|
+
.gd-ui-kit-control-button__title {
|
|
6608
|
+
overflow: hidden;
|
|
6609
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
6610
|
+
margin-right: auto;
|
|
6611
|
+
max-width: 100%;
|
|
6612
|
+
white-space: nowrap;
|
|
6613
|
+
text-overflow: ellipsis;
|
|
6614
|
+
}
|
|
6615
|
+
|
|
6616
|
+
.gd-ui-kit-control-button__title .gd-bubble-trigger,
|
|
6617
|
+
.gd-ui-kit-control-button__title .shortened {
|
|
6618
|
+
display: inline-flex;
|
|
6619
|
+
}
|
|
6620
|
+
|
|
6621
|
+
.gd-ui-kit-control-button__title .shortened {
|
|
6622
|
+
max-width: 100%;
|
|
6623
|
+
}
|
|
6624
|
+
|
|
6625
|
+
.gd-ui-kit-control-button__subtitle-row {
|
|
6626
|
+
display: inline-flex;
|
|
6627
|
+
flex-wrap: nowrap;
|
|
6628
|
+
max-width: 100%;
|
|
6629
|
+
overflow: hidden;
|
|
6630
|
+
white-space: nowrap;
|
|
6631
|
+
text-overflow: ellipsis;
|
|
6632
|
+
font-weight: bold;
|
|
6633
|
+
color: var(--gd-palette-complementary-9, #000);
|
|
6634
|
+
}
|
|
6635
|
+
|
|
6636
|
+
.gd-ui-kit-control-button__subtitle-row::after {
|
|
6637
|
+
content: "\e612";
|
|
6638
|
+
display: inline-block;
|
|
6639
|
+
margin-left: 0.5em;
|
|
6640
|
+
font-family: "Indigo", sans-serif;
|
|
6641
|
+
font-weight: normal;
|
|
6642
|
+
font-size: inherit;
|
|
6643
|
+
vertical-align: top;
|
|
6644
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
6645
|
+
transition: all 0.2s ease;
|
|
6646
|
+
}
|
|
6647
|
+
|
|
6648
|
+
.gd-ui-kit-control-button__subtitle {
|
|
6649
|
+
display: inline-block;
|
|
6650
|
+
flex: 0 1 auto;
|
|
6651
|
+
min-width: 0;
|
|
6652
|
+
max-width: 120px;
|
|
6653
|
+
overflow: hidden;
|
|
6654
|
+
text-overflow: ellipsis;
|
|
6655
|
+
vertical-align: bottom;
|
|
6656
|
+
}
|
|
6657
|
+
|
|
6658
|
+
.gd-attribute-filter-dropdown-button__next,
|
|
6659
|
+
.gd-mvf-dashboard-filter-button__next {
|
|
6660
|
+
position: relative;
|
|
6661
|
+
max-width: 230px;
|
|
6662
|
+
padding: 5px 10px;
|
|
6663
|
+
font-size: 12px;
|
|
6664
|
+
line-height: 16px;
|
|
6665
|
+
}
|
|
6666
|
+
|
|
6667
|
+
.gd-attribute-filter-dropdown-button__next::after,
|
|
6668
|
+
.gd-mvf-dashboard-filter-button__next::after {
|
|
6669
|
+
content: "";
|
|
6670
|
+
position: absolute;
|
|
6671
|
+
top: 0;
|
|
6672
|
+
right: 0;
|
|
6673
|
+
bottom: 0;
|
|
6674
|
+
left: 0;
|
|
6675
|
+
border: 1px solid transparent;
|
|
6676
|
+
background: var(--gd-dashboards-filterBar-filterButton-backgroundColor, transparent);
|
|
6677
|
+
transform: translateZ(-1px);
|
|
6678
|
+
border-radius: 3px;
|
|
6679
|
+
}
|
|
6680
|
+
|
|
6681
|
+
.gd-attribute-filter-dropdown-button__next:hover.gd-is-draggable:not(.gd-is-active, .gd-is-filtering),
|
|
6682
|
+
.gd-mvf-dashboard-filter-button__next:hover.gd-is-draggable:not(.gd-is-active, .gd-is-filtering) {
|
|
6683
|
+
box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09)), 0 2px 9px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
|
|
6684
|
+
}
|
|
6685
|
+
|
|
6686
|
+
.gd-attribute-filter-dropdown-button__next:hover::after,
|
|
6687
|
+
.gd-mvf-dashboard-filter-button__next:hover::after {
|
|
6688
|
+
border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
|
|
6689
|
+
}
|
|
6690
|
+
|
|
6691
|
+
.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active),
|
|
6692
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active) {
|
|
6693
|
+
background: var(--gd-palette-primary-dimmed, #e8f7fc);
|
|
6694
|
+
border-radius: 3px;
|
|
6695
|
+
}
|
|
6696
|
+
|
|
6697
|
+
.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::before, .gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::after,
|
|
6698
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active)::before,
|
|
6699
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active)::after {
|
|
6700
|
+
display: none;
|
|
6701
|
+
}
|
|
6702
|
+
|
|
6703
|
+
.gd-attribute-filter-dropdown-button__next:active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next:active::after, .gd-attribute-filter-dropdown-button__next.gd-is-active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next.gd-is-active::after,
|
|
6704
|
+
.gd-mvf-dashboard-filter-button__next:active::after,
|
|
6705
|
+
.edit-mode-on .gd-mvf-dashboard-filter-button__next:active::after,
|
|
6706
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-active::after,
|
|
6707
|
+
.edit-mode-on .gd-mvf-dashboard-filter-button__next.gd-is-active::after {
|
|
6708
|
+
box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
|
|
6709
|
+
border-color: var(--gd-palette-complementary-5-from-theme, var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2)));
|
|
6710
|
+
background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
|
|
6711
|
+
background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
|
|
6712
|
+
background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
|
|
6713
|
+
background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
|
|
6714
|
+
background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
|
|
6587
6715
|
}
|
|
6588
6716
|
|
|
6589
|
-
.gd-attribute-filter-
|
|
6717
|
+
.gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title-row .gd-list-item-tooltip,
|
|
6718
|
+
.gd-mvf-dashboard-filter-button__next .gd-ui-kit-control-button__title-row .gd-list-item-tooltip {
|
|
6590
6719
|
line-height: 15px;
|
|
6591
6720
|
}
|
|
6592
6721
|
|
|
6722
|
+
.gd-attribute-filter-dropdown-button__next.gd-is-draggable,
|
|
6723
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-draggable {
|
|
6724
|
+
padding-left: 23px;
|
|
6725
|
+
}
|
|
6726
|
+
|
|
6727
|
+
.gd-mvf-dashboard-filter-button__next {
|
|
6728
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
6729
|
+
font-weight: 400;
|
|
6730
|
+
}
|
|
6731
|
+
|
|
6593
6732
|
.gd-attribute-filter-mobile-button-wrapper {
|
|
6594
6733
|
display: flex;
|
|
6595
6734
|
align-items: center;
|
|
6596
6735
|
}
|
|
6597
6736
|
|
|
6598
|
-
.gd-is-mobile .gd-attribute-filter-dropdown-
|
|
6737
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__icon {
|
|
6738
|
+
display: flex;
|
|
6739
|
+
height: 100%;
|
|
6740
|
+
align-items: center;
|
|
6741
|
+
}
|
|
6742
|
+
|
|
6743
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__content {
|
|
6599
6744
|
padding-right: 20px;
|
|
6600
6745
|
flex-direction: row;
|
|
6601
6746
|
align-items: center;
|
|
@@ -6615,7 +6760,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6615
6760
|
background-image: none;
|
|
6616
6761
|
}
|
|
6617
6762
|
|
|
6618
|
-
.gd-is-mobile .gd-attribute-filter-dropdown-button__next.gd-is-active .gd-
|
|
6763
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-button__next.gd-is-active .gd-ui-kit-control-button__subtitle-row::after {
|
|
6619
6764
|
right: 0;
|
|
6620
6765
|
}
|
|
6621
6766
|
|
|
@@ -6664,8 +6809,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6664
6809
|
right: 4px;
|
|
6665
6810
|
}
|
|
6666
6811
|
|
|
6667
|
-
.gd-attribute-filter-button-mobile__next.gd-is-active .gd-attribute-filter-dropdown-
|
|
6668
|
-
.gd-attribute-filter-button-mobile__next.gd-is-active .gd-attribute-filter-dropdown-
|
|
6812
|
+
.gd-attribute-filter-button-mobile__next.gd-is-active .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title::after,
|
|
6813
|
+
.gd-attribute-filter-button-mobile__next.gd-is-active .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__subtitle-row::after {
|
|
6669
6814
|
content: "\e613";
|
|
6670
6815
|
position: absolute;
|
|
6671
6816
|
top: 50%;
|
|
@@ -6687,75 +6832,27 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6687
6832
|
background: var(--gd-palette-complementary-0, #fff);
|
|
6688
6833
|
}
|
|
6689
6834
|
|
|
6690
|
-
.gd-attribute-filter-dropdown-
|
|
6691
|
-
|
|
6692
|
-
color: var(--gd-palette-complementary-7, #6d7680);
|
|
6693
|
-
margin-right: auto;
|
|
6694
|
-
}
|
|
6695
|
-
|
|
6696
|
-
.gd-attribute-filter-dropdown-button-title__next .gd-bubble-trigger,
|
|
6697
|
-
.gd-attribute-filter-dropdown-button-title__next .shortened {
|
|
6698
|
-
display: inline-flex;
|
|
6699
|
-
}
|
|
6700
|
-
|
|
6701
|
-
.gd-attribute-filter-dropdown-button-title__next .shortened {
|
|
6702
|
-
max-width: 100%;
|
|
6835
|
+
.drag-preview .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__subtitle-row::after {
|
|
6836
|
+
display: none;
|
|
6703
6837
|
}
|
|
6704
6838
|
|
|
6705
|
-
.overlay .gd-attribute-filter-dropdown-
|
|
6839
|
+
.overlay .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title {
|
|
6706
6840
|
flex: 0 0 auto;
|
|
6707
6841
|
max-width: 100%;
|
|
6708
6842
|
margin-right: 5px;
|
|
6709
6843
|
color: var(--gd-palette-complementary-7, #6d7680);
|
|
6710
6844
|
}
|
|
6711
6845
|
|
|
6712
|
-
.overlay .gd-attribute-filter-dropdown-
|
|
6846
|
+
.overlay .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title::after {
|
|
6713
6847
|
content: ":";
|
|
6714
6848
|
}
|
|
6715
6849
|
|
|
6716
|
-
.gd-attribute-filter-dropdown-
|
|
6717
|
-
.gd-attribute-filter-dropdown-button-subtitle__next {
|
|
6718
|
-
max-width: 100%;
|
|
6719
|
-
white-space: nowrap;
|
|
6720
|
-
}
|
|
6721
|
-
|
|
6722
|
-
.gd-attribute-filter-dropdown-button-title__next::after,
|
|
6723
|
-
.gd-attribute-filter-dropdown-button-subtitle__next::after {
|
|
6724
|
-
content: "\e612";
|
|
6725
|
-
display: none;
|
|
6726
|
-
margin-left: 0.5em;
|
|
6727
|
-
font-family: "Indigo", sans-serif;
|
|
6728
|
-
font-weight: normal;
|
|
6729
|
-
font-size: inherit;
|
|
6730
|
-
vertical-align: top;
|
|
6731
|
-
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
6732
|
-
transition: 0.2s;
|
|
6733
|
-
}
|
|
6734
|
-
|
|
6735
|
-
.drag-preview .gd-attribute-filter-dropdown-button-title__next::after,
|
|
6736
|
-
.drag-preview .gd-attribute-filter-dropdown-button-subtitle__next::after {
|
|
6737
|
-
display: none;
|
|
6738
|
-
}
|
|
6739
|
-
|
|
6740
|
-
.gd-attribute-filter-dropdown-button-subtitle__next {
|
|
6741
|
-
display: inline-flex;
|
|
6742
|
-
flex-wrap: nowrap;
|
|
6743
|
-
overflow: hidden;
|
|
6744
|
-
font-weight: bold;
|
|
6745
|
-
text-overflow: ellipsis;
|
|
6746
|
-
color: var(--gd-palette-complementary-9, #000);
|
|
6747
|
-
}
|
|
6748
|
-
|
|
6749
|
-
.gd-attribute-filter-dropdown-button-subtitle__next:only-child::after {
|
|
6750
|
-
display: inline-block;
|
|
6751
|
-
}
|
|
6752
|
-
|
|
6753
|
-
.overlay .gd-attribute-filter-dropdown-button-subtitle__next {
|
|
6850
|
+
.overlay .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__subtitle-row {
|
|
6754
6851
|
flex: 1 1 auto;
|
|
6755
6852
|
max-width: none;
|
|
6756
6853
|
}
|
|
6757
6854
|
|
|
6758
|
-
.overlay .gd-attribute-filter-dropdown-
|
|
6855
|
+
.overlay .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__subtitle-row::after {
|
|
6759
6856
|
position: absolute;
|
|
6760
6857
|
top: 50%;
|
|
6761
6858
|
right: -20px;
|
|
@@ -6763,11 +6860,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6763
6860
|
transform: translateY(-50%);
|
|
6764
6861
|
}
|
|
6765
6862
|
|
|
6766
|
-
.gd-attribute-filter-dropdown-button-
|
|
6767
|
-
|
|
6768
|
-
}
|
|
6769
|
-
|
|
6770
|
-
.gd-attribute-filter-dropdown-button-selected-items__next {
|
|
6863
|
+
.gd-attribute-filter-dropdown-button-selected-items__next,
|
|
6864
|
+
.gd-measure-value-filter-dropdown-button-selected-items__next {
|
|
6771
6865
|
display: inline-block;
|
|
6772
6866
|
flex: 0 1 auto;
|
|
6773
6867
|
min-width: 0;
|
|
@@ -6778,7 +6872,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6778
6872
|
color: var(--gd-palette-complementary-8, #464e56);
|
|
6779
6873
|
}
|
|
6780
6874
|
|
|
6781
|
-
.overlay .gd-attribute-filter-dropdown-button-selected-items__next
|
|
6875
|
+
.overlay .gd-attribute-filter-dropdown-button-selected-items__next,
|
|
6876
|
+
.overlay .gd-measure-value-filter-dropdown-button-selected-items__next {
|
|
6782
6877
|
max-width: none;
|
|
6783
6878
|
}
|
|
6784
6879
|
|
|
@@ -6853,7 +6948,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6853
6948
|
text-decoration: none;
|
|
6854
6949
|
}
|
|
6855
6950
|
|
|
6856
|
-
.gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled .gd-
|
|
6951
|
+
.gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled .gd-ui-kit-control-button__subtitle-row::after {
|
|
6857
6952
|
content: none;
|
|
6858
6953
|
}
|
|
6859
6954
|
|
|
@@ -6865,6 +6960,19 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6865
6960
|
background: var(--gd-palette-primary-dimmed, #e8f7fc);
|
|
6866
6961
|
}
|
|
6867
6962
|
|
|
6963
|
+
.gd-mvf-dashboard-filter-button__next.disabled:hover, .gd-mvf-dashboard-filter-button__next.disabled:focus, .gd-mvf-dashboard-filter-button__next.disabled:active, .gd-mvf-dashboard-filter-button__next.disabled:hover::after, .gd-mvf-dashboard-filter-button__next.disabled:focus::after, .gd-mvf-dashboard-filter-button__next.disabled:active::after {
|
|
6964
|
+
cursor: default;
|
|
6965
|
+
user-select: auto;
|
|
6966
|
+
box-shadow: none;
|
|
6967
|
+
background: transparent;
|
|
6968
|
+
border-color: transparent;
|
|
6969
|
+
text-decoration: none;
|
|
6970
|
+
}
|
|
6971
|
+
|
|
6972
|
+
.gd-mvf-dashboard-filter-button__next.disabled .gd-attribute-filter-dropdown-button-subtitle__next::after {
|
|
6973
|
+
content: none;
|
|
6974
|
+
}
|
|
6975
|
+
|
|
6868
6976
|
.gd-item-title-tooltip {
|
|
6869
6977
|
min-width: 100px;
|
|
6870
6978
|
}
|
|
@@ -18469,7 +18577,8 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18469
18577
|
max-width: 160px;
|
|
18470
18578
|
}
|
|
18471
18579
|
|
|
18472
|
-
.gd-attribute-filter-dropdown-actions__next
|
|
18580
|
+
.gd-attribute-filter-dropdown-actions__next,
|
|
18581
|
+
.gd-measure-value-filter-dropdown-actions__next {
|
|
18473
18582
|
border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
18474
18583
|
text-align: right;
|
|
18475
18584
|
display: flex;
|
|
@@ -18480,17 +18589,26 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18480
18589
|
}
|
|
18481
18590
|
|
|
18482
18591
|
.gd-attribute-filter-dropdown-actions-left-content__next,
|
|
18483
|
-
.gd-attribute-filter-dropdown-actions-right-content__next
|
|
18592
|
+
.gd-attribute-filter-dropdown-actions-right-content__next,
|
|
18593
|
+
.gd-measure-value-filter-dropdown-actions-left-content__next,
|
|
18594
|
+
.gd-measure-value-filter-dropdown-actions-right-content__next {
|
|
18484
18595
|
display: flex;
|
|
18485
18596
|
align-items: center;
|
|
18486
18597
|
}
|
|
18487
18598
|
|
|
18488
18599
|
.gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
18489
|
-
.gd-attribute-filter-dropdown-actions-
|
|
18600
|
+
.gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
|
|
18601
|
+
.gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
18602
|
+
.gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
|
|
18603
|
+
.gd-measure-value-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
18604
|
+
.gd-measure-value-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
|
|
18605
|
+
.gd-measure-value-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
18606
|
+
.gd-measure-value-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next {
|
|
18490
18607
|
margin-left: 10px;
|
|
18491
18608
|
}
|
|
18492
18609
|
|
|
18493
|
-
.gd-is-mobile .gd-attribute-filter-dropdown-actions__next
|
|
18610
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-actions__next,
|
|
18611
|
+
.gd-is-mobile .gd-measure-value-filter-dropdown-actions__next {
|
|
18494
18612
|
display: flex;
|
|
18495
18613
|
align-items: stretch;
|
|
18496
18614
|
height: 52px;
|
|
@@ -18500,7 +18618,9 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18500
18618
|
|
|
18501
18619
|
.gd-is-mobile .gd-attribute-filter-cancel-button__next,
|
|
18502
18620
|
.gd-is-mobile .gd-attribute-filter-apply-button__next,
|
|
18503
|
-
.gd-is-mobile .gd-attribute-filter-close-button__next
|
|
18621
|
+
.gd-is-mobile .gd-attribute-filter-close-button__next,
|
|
18622
|
+
.gd-is-mobile .gd-measure-value-filter-cancel-button__next,
|
|
18623
|
+
.gd-is-mobile .gd-measure-value-filter-apply-button__next {
|
|
18504
18624
|
text-align: center;
|
|
18505
18625
|
flex: 1;
|
|
18506
18626
|
height: 32px;
|
|
@@ -18599,30 +18719,30 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18599
18719
|
background-color: var(--gd-palette-complementary-2, #ebeff4);
|
|
18600
18720
|
}
|
|
18601
18721
|
|
|
18602
|
-
.gd-
|
|
18603
|
-
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
18604
|
-
font-weight: 400;
|
|
18722
|
+
.gd-ui-kit-control-button {
|
|
18605
18723
|
position: relative;
|
|
18606
18724
|
max-width: 230px;
|
|
18607
18725
|
padding: 5px 10px;
|
|
18726
|
+
font-family: var(--gd-font-family), gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif;
|
|
18608
18727
|
font-size: 12px;
|
|
18728
|
+
font-weight: 400;
|
|
18609
18729
|
line-height: 16px;
|
|
18610
18730
|
cursor: pointer;
|
|
18611
18731
|
user-select: none;
|
|
18612
18732
|
border-radius: 3px;
|
|
18613
18733
|
}
|
|
18614
18734
|
|
|
18615
|
-
.gd-
|
|
18735
|
+
.gd-ui-kit-control-button--isDraggable {
|
|
18616
18736
|
padding-left: 23px;
|
|
18617
18737
|
}
|
|
18618
18738
|
|
|
18619
|
-
.gd-
|
|
18739
|
+
.gd-ui-kit-control-button::before, .gd-ui-kit-control-button::after {
|
|
18620
18740
|
content: "";
|
|
18621
18741
|
position: absolute;
|
|
18622
|
-
transition: all 0.2s;
|
|
18742
|
+
transition: all 0.2s ease;
|
|
18623
18743
|
}
|
|
18624
18744
|
|
|
18625
|
-
.gd-
|
|
18745
|
+
.gd-ui-kit-control-button::before {
|
|
18626
18746
|
z-index: 1;
|
|
18627
18747
|
top: 8px;
|
|
18628
18748
|
left: 9px;
|
|
@@ -18632,101 +18752,234 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18632
18752
|
opacity: 0;
|
|
18633
18753
|
}
|
|
18634
18754
|
|
|
18635
|
-
.gd-
|
|
18636
|
-
content: "";
|
|
18637
|
-
position: absolute;
|
|
18755
|
+
.gd-ui-kit-control-button::after {
|
|
18638
18756
|
top: 0;
|
|
18639
18757
|
right: 0;
|
|
18640
18758
|
bottom: 0;
|
|
18641
18759
|
left: 0;
|
|
18642
18760
|
border: 1px solid transparent;
|
|
18643
|
-
background:
|
|
18761
|
+
background: transparent;
|
|
18644
18762
|
transform: translateZ(-1px);
|
|
18645
18763
|
border-radius: 3px;
|
|
18646
18764
|
}
|
|
18647
18765
|
|
|
18648
|
-
.gd-
|
|
18649
|
-
|
|
18766
|
+
.gd-ui-kit-control-button:hover::after {
|
|
18767
|
+
border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
|
|
18768
|
+
}
|
|
18769
|
+
|
|
18770
|
+
.gd-ui-kit-control-button:hover.gd-ui-kit-control-button--isDraggable {
|
|
18771
|
+
box-shadow: 0 1px 3px 0 rgba(20, 56, 93, 0.1), 0 2px 9px 0 rgba(20, 56, 93, 0.15);
|
|
18650
18772
|
}
|
|
18651
18773
|
|
|
18652
|
-
.gd-
|
|
18774
|
+
.gd-ui-kit-control-button:hover.gd-ui-kit-control-button--isDraggable::before {
|
|
18653
18775
|
opacity: 1;
|
|
18654
18776
|
}
|
|
18655
18777
|
|
|
18656
|
-
.gd-
|
|
18657
|
-
|
|
18778
|
+
.gd-ui-kit-control-button--isOpen::after {
|
|
18779
|
+
box-shadow: inset 0 1px 0 0 rgba(20, 56, 93, 0.1);
|
|
18780
|
+
border-color: var(--gd-palette-complementary-5-from-theme, var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2)));
|
|
18658
18781
|
}
|
|
18659
18782
|
|
|
18660
|
-
.gd-
|
|
18661
|
-
|
|
18662
|
-
border-radius: 3px;
|
|
18783
|
+
.gd-ui-kit-control-button--isOpen.gd-ui-kit-control-button--isDraggable::before {
|
|
18784
|
+
opacity: 1;
|
|
18663
18785
|
}
|
|
18664
18786
|
|
|
18665
|
-
.gd-
|
|
18666
|
-
|
|
18787
|
+
.gd-ui-kit-control-button--isOpen .gd-ui-kit-control-button__subtitle-row::after {
|
|
18788
|
+
content: "\e613";
|
|
18667
18789
|
}
|
|
18668
18790
|
|
|
18669
|
-
.gd-
|
|
18670
|
-
|
|
18791
|
+
.gd-ui-kit-control-button--isDragging {
|
|
18792
|
+
display: inline-block;
|
|
18671
18793
|
}
|
|
18672
18794
|
|
|
18673
|
-
.gd-
|
|
18674
|
-
|
|
18675
|
-
|
|
18676
|
-
background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
|
|
18677
|
-
background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
|
|
18678
|
-
background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
|
|
18679
|
-
background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
|
|
18680
|
-
background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
|
|
18795
|
+
.gd-ui-kit-control-button--isDragging::after {
|
|
18796
|
+
border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
|
|
18797
|
+
background: var(--gd-palette-complementary-0-from-theme, rgba(255, 255, 255, 0.95));
|
|
18681
18798
|
}
|
|
18682
18799
|
|
|
18683
|
-
.gd-
|
|
18684
|
-
|
|
18685
|
-
.gd-attribute-filter-dropdown-button__next.gd-is-active .gd-attribute-filter-dropdown-button-subtitle__next::after {
|
|
18686
|
-
content: "\e613";
|
|
18800
|
+
.gd-ui-kit-control-button--isDragging.gd-ui-kit-control-button--isDraggable::before {
|
|
18801
|
+
opacity: 1;
|
|
18687
18802
|
}
|
|
18688
18803
|
|
|
18689
|
-
.gd-
|
|
18804
|
+
.gd-ui-kit-control-button--isError {
|
|
18690
18805
|
font-size: 12px;
|
|
18806
|
+
color: var(--gd-palette-error-base, #e54d42);
|
|
18807
|
+
}
|
|
18808
|
+
|
|
18809
|
+
.gd-ui-kit-control-button--disabled {
|
|
18810
|
+
cursor: default;
|
|
18811
|
+
}
|
|
18812
|
+
|
|
18813
|
+
.gd-ui-kit-control-button--disabled:hover, .gd-ui-kit-control-button--disabled:focus, .gd-ui-kit-control-button--disabled:active {
|
|
18814
|
+
user-select: auto;
|
|
18815
|
+
box-shadow: none;
|
|
18816
|
+
background: transparent;
|
|
18817
|
+
border-color: transparent;
|
|
18818
|
+
text-decoration: none;
|
|
18691
18819
|
}
|
|
18692
18820
|
|
|
18693
|
-
.gd-
|
|
18821
|
+
.gd-ui-kit-control-button__icon {
|
|
18694
18822
|
position: relative;
|
|
18695
18823
|
z-index: 1;
|
|
18696
18824
|
float: left;
|
|
18697
18825
|
padding-right: 5px;
|
|
18698
18826
|
}
|
|
18699
18827
|
|
|
18700
|
-
.gd-
|
|
18701
|
-
height: 100%;
|
|
18702
|
-
display: flex;
|
|
18703
|
-
align-items: center;
|
|
18704
|
-
}
|
|
18705
|
-
|
|
18706
|
-
.gd-attribute-filter-dropdown-button-content__next {
|
|
18828
|
+
.gd-ui-kit-control-button__content {
|
|
18707
18829
|
position: relative;
|
|
18708
18830
|
z-index: 1;
|
|
18709
18831
|
display: flex;
|
|
18710
18832
|
justify-content: center;
|
|
18711
18833
|
height: 100%;
|
|
18712
18834
|
flex-direction: column;
|
|
18835
|
+
min-width: 0;
|
|
18836
|
+
flex: 1 1 auto;
|
|
18713
18837
|
}
|
|
18714
18838
|
|
|
18715
|
-
.gd-
|
|
18839
|
+
.gd-ui-kit-control-button__title-row {
|
|
18716
18840
|
display: flex;
|
|
18717
18841
|
justify-content: space-between;
|
|
18842
|
+
max-width: 100%;
|
|
18843
|
+
white-space: nowrap;
|
|
18844
|
+
}
|
|
18845
|
+
|
|
18846
|
+
.gd-ui-kit-control-button__title {
|
|
18847
|
+
overflow: hidden;
|
|
18848
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
18849
|
+
margin-right: auto;
|
|
18850
|
+
max-width: 100%;
|
|
18851
|
+
white-space: nowrap;
|
|
18852
|
+
text-overflow: ellipsis;
|
|
18853
|
+
}
|
|
18854
|
+
|
|
18855
|
+
.gd-ui-kit-control-button__title .gd-bubble-trigger,
|
|
18856
|
+
.gd-ui-kit-control-button__title .shortened {
|
|
18857
|
+
display: inline-flex;
|
|
18858
|
+
}
|
|
18859
|
+
|
|
18860
|
+
.gd-ui-kit-control-button__title .shortened {
|
|
18861
|
+
max-width: 100%;
|
|
18862
|
+
}
|
|
18863
|
+
|
|
18864
|
+
.gd-ui-kit-control-button__subtitle-row {
|
|
18865
|
+
display: inline-flex;
|
|
18866
|
+
flex-wrap: nowrap;
|
|
18867
|
+
max-width: 100%;
|
|
18868
|
+
overflow: hidden;
|
|
18869
|
+
white-space: nowrap;
|
|
18870
|
+
text-overflow: ellipsis;
|
|
18871
|
+
font-weight: bold;
|
|
18872
|
+
color: var(--gd-palette-complementary-9, #000);
|
|
18873
|
+
}
|
|
18874
|
+
|
|
18875
|
+
.gd-ui-kit-control-button__subtitle-row::after {
|
|
18876
|
+
content: "\e612";
|
|
18877
|
+
display: inline-block;
|
|
18878
|
+
margin-left: 0.5em;
|
|
18879
|
+
font-family: "Indigo", sans-serif;
|
|
18880
|
+
font-weight: normal;
|
|
18881
|
+
font-size: inherit;
|
|
18882
|
+
vertical-align: top;
|
|
18883
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
18884
|
+
transition: all 0.2s ease;
|
|
18885
|
+
}
|
|
18886
|
+
|
|
18887
|
+
.gd-ui-kit-control-button__subtitle {
|
|
18888
|
+
display: inline-block;
|
|
18889
|
+
flex: 0 1 auto;
|
|
18890
|
+
min-width: 0;
|
|
18891
|
+
max-width: 120px;
|
|
18892
|
+
overflow: hidden;
|
|
18893
|
+
text-overflow: ellipsis;
|
|
18894
|
+
vertical-align: bottom;
|
|
18895
|
+
}
|
|
18896
|
+
|
|
18897
|
+
.gd-attribute-filter-dropdown-button__next,
|
|
18898
|
+
.gd-mvf-dashboard-filter-button__next {
|
|
18899
|
+
position: relative;
|
|
18900
|
+
max-width: 230px;
|
|
18901
|
+
padding: 5px 10px;
|
|
18902
|
+
font-size: 12px;
|
|
18903
|
+
line-height: 16px;
|
|
18904
|
+
}
|
|
18905
|
+
|
|
18906
|
+
.gd-attribute-filter-dropdown-button__next::after,
|
|
18907
|
+
.gd-mvf-dashboard-filter-button__next::after {
|
|
18908
|
+
content: "";
|
|
18909
|
+
position: absolute;
|
|
18910
|
+
top: 0;
|
|
18911
|
+
right: 0;
|
|
18912
|
+
bottom: 0;
|
|
18913
|
+
left: 0;
|
|
18914
|
+
border: 1px solid transparent;
|
|
18915
|
+
background: var(--gd-dashboards-filterBar-filterButton-backgroundColor, transparent);
|
|
18916
|
+
transform: translateZ(-1px);
|
|
18917
|
+
border-radius: 3px;
|
|
18918
|
+
}
|
|
18919
|
+
|
|
18920
|
+
.gd-attribute-filter-dropdown-button__next:hover.gd-is-draggable:not(.gd-is-active, .gd-is-filtering),
|
|
18921
|
+
.gd-mvf-dashboard-filter-button__next:hover.gd-is-draggable:not(.gd-is-active, .gd-is-filtering) {
|
|
18922
|
+
box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09)), 0 2px 9px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
|
|
18923
|
+
}
|
|
18924
|
+
|
|
18925
|
+
.gd-attribute-filter-dropdown-button__next:hover::after,
|
|
18926
|
+
.gd-mvf-dashboard-filter-button__next:hover::after {
|
|
18927
|
+
border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
|
|
18928
|
+
}
|
|
18929
|
+
|
|
18930
|
+
.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active),
|
|
18931
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active) {
|
|
18932
|
+
background: var(--gd-palette-primary-dimmed, #e8f7fc);
|
|
18933
|
+
border-radius: 3px;
|
|
18934
|
+
}
|
|
18935
|
+
|
|
18936
|
+
.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::before, .gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::after,
|
|
18937
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active)::before,
|
|
18938
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active)::after {
|
|
18939
|
+
display: none;
|
|
18940
|
+
}
|
|
18941
|
+
|
|
18942
|
+
.gd-attribute-filter-dropdown-button__next:active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next:active::after, .gd-attribute-filter-dropdown-button__next.gd-is-active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next.gd-is-active::after,
|
|
18943
|
+
.gd-mvf-dashboard-filter-button__next:active::after,
|
|
18944
|
+
.edit-mode-on .gd-mvf-dashboard-filter-button__next:active::after,
|
|
18945
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-active::after,
|
|
18946
|
+
.edit-mode-on .gd-mvf-dashboard-filter-button__next.gd-is-active::after {
|
|
18947
|
+
box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
|
|
18948
|
+
border-color: var(--gd-palette-complementary-5-from-theme, var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2)));
|
|
18949
|
+
background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
|
|
18950
|
+
background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
|
|
18951
|
+
background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
|
|
18952
|
+
background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
|
|
18953
|
+
background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
|
|
18954
|
+
}
|
|
18955
|
+
|
|
18956
|
+
.gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title-row .gd-list-item-tooltip,
|
|
18957
|
+
.gd-mvf-dashboard-filter-button__next .gd-ui-kit-control-button__title-row .gd-list-item-tooltip {
|
|
18958
|
+
line-height: 15px;
|
|
18959
|
+
}
|
|
18960
|
+
|
|
18961
|
+
.gd-attribute-filter-dropdown-button__next.gd-is-draggable,
|
|
18962
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-draggable {
|
|
18963
|
+
padding-left: 23px;
|
|
18964
|
+
}
|
|
18965
|
+
|
|
18966
|
+
.gd-mvf-dashboard-filter-button__next {
|
|
18967
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
18968
|
+
font-weight: 400;
|
|
18718
18969
|
}
|
|
18719
18970
|
|
|
18720
|
-
.gd-attribute-filter-dropdown_button-title-content__next .gd-list-item-tooltip {
|
|
18721
|
-
line-height: 15px;
|
|
18722
|
-
}
|
|
18723
|
-
|
|
18724
18971
|
.gd-attribute-filter-mobile-button-wrapper {
|
|
18725
18972
|
display: flex;
|
|
18726
18973
|
align-items: center;
|
|
18727
18974
|
}
|
|
18728
18975
|
|
|
18729
|
-
.gd-is-mobile .gd-attribute-filter-dropdown-
|
|
18976
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__icon {
|
|
18977
|
+
display: flex;
|
|
18978
|
+
height: 100%;
|
|
18979
|
+
align-items: center;
|
|
18980
|
+
}
|
|
18981
|
+
|
|
18982
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__content {
|
|
18730
18983
|
padding-right: 20px;
|
|
18731
18984
|
flex-direction: row;
|
|
18732
18985
|
align-items: center;
|
|
@@ -18746,7 +18999,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18746
18999
|
background-image: none;
|
|
18747
19000
|
}
|
|
18748
19001
|
|
|
18749
|
-
.gd-is-mobile .gd-attribute-filter-dropdown-button__next.gd-is-active .gd-
|
|
19002
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-button__next.gd-is-active .gd-ui-kit-control-button__subtitle-row::after {
|
|
18750
19003
|
right: 0;
|
|
18751
19004
|
}
|
|
18752
19005
|
|
|
@@ -18795,8 +19048,8 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18795
19048
|
right: 4px;
|
|
18796
19049
|
}
|
|
18797
19050
|
|
|
18798
|
-
.gd-attribute-filter-button-mobile__next.gd-is-active .gd-attribute-filter-dropdown-
|
|
18799
|
-
.gd-attribute-filter-button-mobile__next.gd-is-active .gd-attribute-filter-dropdown-
|
|
19051
|
+
.gd-attribute-filter-button-mobile__next.gd-is-active .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title::after,
|
|
19052
|
+
.gd-attribute-filter-button-mobile__next.gd-is-active .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__subtitle-row::after {
|
|
18800
19053
|
content: "\e613";
|
|
18801
19054
|
position: absolute;
|
|
18802
19055
|
top: 50%;
|
|
@@ -18818,75 +19071,27 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18818
19071
|
background: var(--gd-palette-complementary-0, #fff);
|
|
18819
19072
|
}
|
|
18820
19073
|
|
|
18821
|
-
.gd-attribute-filter-dropdown-
|
|
18822
|
-
|
|
18823
|
-
color: var(--gd-palette-complementary-7, #6d7680);
|
|
18824
|
-
margin-right: auto;
|
|
18825
|
-
}
|
|
18826
|
-
|
|
18827
|
-
.gd-attribute-filter-dropdown-button-title__next .gd-bubble-trigger,
|
|
18828
|
-
.gd-attribute-filter-dropdown-button-title__next .shortened {
|
|
18829
|
-
display: inline-flex;
|
|
18830
|
-
}
|
|
18831
|
-
|
|
18832
|
-
.gd-attribute-filter-dropdown-button-title__next .shortened {
|
|
18833
|
-
max-width: 100%;
|
|
19074
|
+
.drag-preview .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__subtitle-row::after {
|
|
19075
|
+
display: none;
|
|
18834
19076
|
}
|
|
18835
19077
|
|
|
18836
|
-
.overlay .gd-attribute-filter-dropdown-
|
|
19078
|
+
.overlay .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title {
|
|
18837
19079
|
flex: 0 0 auto;
|
|
18838
19080
|
max-width: 100%;
|
|
18839
19081
|
margin-right: 5px;
|
|
18840
19082
|
color: var(--gd-palette-complementary-7, #6d7680);
|
|
18841
19083
|
}
|
|
18842
19084
|
|
|
18843
|
-
.overlay .gd-attribute-filter-dropdown-
|
|
19085
|
+
.overlay .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title::after {
|
|
18844
19086
|
content: ":";
|
|
18845
19087
|
}
|
|
18846
19088
|
|
|
18847
|
-
.gd-attribute-filter-dropdown-
|
|
18848
|
-
.gd-attribute-filter-dropdown-button-subtitle__next {
|
|
18849
|
-
max-width: 100%;
|
|
18850
|
-
white-space: nowrap;
|
|
18851
|
-
}
|
|
18852
|
-
|
|
18853
|
-
.gd-attribute-filter-dropdown-button-title__next::after,
|
|
18854
|
-
.gd-attribute-filter-dropdown-button-subtitle__next::after {
|
|
18855
|
-
content: "\e612";
|
|
18856
|
-
display: none;
|
|
18857
|
-
margin-left: 0.5em;
|
|
18858
|
-
font-family: "Indigo", sans-serif;
|
|
18859
|
-
font-weight: normal;
|
|
18860
|
-
font-size: inherit;
|
|
18861
|
-
vertical-align: top;
|
|
18862
|
-
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
18863
|
-
transition: 0.2s;
|
|
18864
|
-
}
|
|
18865
|
-
|
|
18866
|
-
.drag-preview .gd-attribute-filter-dropdown-button-title__next::after,
|
|
18867
|
-
.drag-preview .gd-attribute-filter-dropdown-button-subtitle__next::after {
|
|
18868
|
-
display: none;
|
|
18869
|
-
}
|
|
18870
|
-
|
|
18871
|
-
.gd-attribute-filter-dropdown-button-subtitle__next {
|
|
18872
|
-
display: inline-flex;
|
|
18873
|
-
flex-wrap: nowrap;
|
|
18874
|
-
overflow: hidden;
|
|
18875
|
-
font-weight: bold;
|
|
18876
|
-
text-overflow: ellipsis;
|
|
18877
|
-
color: var(--gd-palette-complementary-9, #000);
|
|
18878
|
-
}
|
|
18879
|
-
|
|
18880
|
-
.gd-attribute-filter-dropdown-button-subtitle__next:only-child::after {
|
|
18881
|
-
display: inline-block;
|
|
18882
|
-
}
|
|
18883
|
-
|
|
18884
|
-
.overlay .gd-attribute-filter-dropdown-button-subtitle__next {
|
|
19089
|
+
.overlay .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__subtitle-row {
|
|
18885
19090
|
flex: 1 1 auto;
|
|
18886
19091
|
max-width: none;
|
|
18887
19092
|
}
|
|
18888
19093
|
|
|
18889
|
-
.overlay .gd-attribute-filter-dropdown-
|
|
19094
|
+
.overlay .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__subtitle-row::after {
|
|
18890
19095
|
position: absolute;
|
|
18891
19096
|
top: 50%;
|
|
18892
19097
|
right: -20px;
|
|
@@ -18894,11 +19099,8 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18894
19099
|
transform: translateY(-50%);
|
|
18895
19100
|
}
|
|
18896
19101
|
|
|
18897
|
-
.gd-attribute-filter-dropdown-button-
|
|
18898
|
-
|
|
18899
|
-
}
|
|
18900
|
-
|
|
18901
|
-
.gd-attribute-filter-dropdown-button-selected-items__next {
|
|
19102
|
+
.gd-attribute-filter-dropdown-button-selected-items__next,
|
|
19103
|
+
.gd-measure-value-filter-dropdown-button-selected-items__next {
|
|
18902
19104
|
display: inline-block;
|
|
18903
19105
|
flex: 0 1 auto;
|
|
18904
19106
|
min-width: 0;
|
|
@@ -18909,7 +19111,8 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18909
19111
|
color: var(--gd-palette-complementary-8, #464e56);
|
|
18910
19112
|
}
|
|
18911
19113
|
|
|
18912
|
-
.overlay .gd-attribute-filter-dropdown-button-selected-items__next
|
|
19114
|
+
.overlay .gd-attribute-filter-dropdown-button-selected-items__next,
|
|
19115
|
+
.overlay .gd-measure-value-filter-dropdown-button-selected-items__next {
|
|
18913
19116
|
max-width: none;
|
|
18914
19117
|
}
|
|
18915
19118
|
|
|
@@ -18984,7 +19187,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18984
19187
|
text-decoration: none;
|
|
18985
19188
|
}
|
|
18986
19189
|
|
|
18987
|
-
.gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled .gd-
|
|
19190
|
+
.gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled .gd-ui-kit-control-button__subtitle-row::after {
|
|
18988
19191
|
content: none;
|
|
18989
19192
|
}
|
|
18990
19193
|
|
|
@@ -18996,6 +19199,19 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18996
19199
|
background: var(--gd-palette-primary-dimmed, #e8f7fc);
|
|
18997
19200
|
}
|
|
18998
19201
|
|
|
19202
|
+
.gd-mvf-dashboard-filter-button__next.disabled:hover, .gd-mvf-dashboard-filter-button__next.disabled:focus, .gd-mvf-dashboard-filter-button__next.disabled:active, .gd-mvf-dashboard-filter-button__next.disabled:hover::after, .gd-mvf-dashboard-filter-button__next.disabled:focus::after, .gd-mvf-dashboard-filter-button__next.disabled:active::after {
|
|
19203
|
+
cursor: default;
|
|
19204
|
+
user-select: auto;
|
|
19205
|
+
box-shadow: none;
|
|
19206
|
+
background: transparent;
|
|
19207
|
+
border-color: transparent;
|
|
19208
|
+
text-decoration: none;
|
|
19209
|
+
}
|
|
19210
|
+
|
|
19211
|
+
.gd-mvf-dashboard-filter-button__next.disabled .gd-attribute-filter-dropdown-button-subtitle__next::after {
|
|
19212
|
+
content: none;
|
|
19213
|
+
}
|
|
19214
|
+
|
|
18999
19215
|
.gd-item-title-tooltip {
|
|
19000
19216
|
min-width: 100px;
|
|
19001
19217
|
}
|
|
@@ -19719,209 +19935,3384 @@ div.gd-empty-item-bubble {
|
|
|
19719
19935
|
min-height: 38px;
|
|
19720
19936
|
}
|
|
19721
19937
|
|
|
19722
|
-
.gd-chips-input__container:focus-within {
|
|
19723
|
-
border-color: var(--gd-palette-primary-base, #14b2e2);
|
|
19938
|
+
.gd-chips-input__container:focus-within {
|
|
19939
|
+
border-color: var(--gd-palette-primary-base, #14b2e2);
|
|
19940
|
+
}
|
|
19941
|
+
|
|
19942
|
+
.gd-chips-input__container--with-values {
|
|
19943
|
+
display: flex;
|
|
19944
|
+
flex-direction: column;
|
|
19945
|
+
padding: 0;
|
|
19946
|
+
}
|
|
19947
|
+
|
|
19948
|
+
.gd-chips-input__container--with-values .gd-chips-input__chips-frame {
|
|
19949
|
+
padding: 7px 5px;
|
|
19950
|
+
max-height: 120px;
|
|
19951
|
+
overflow-y: auto;
|
|
19952
|
+
overscroll-behavior: contain;
|
|
19953
|
+
border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
19954
|
+
border-radius: var(--gd-button-borderRadius, 3px) var(--gd-button-borderRadius, 3px) 0 0;
|
|
19955
|
+
}
|
|
19956
|
+
|
|
19957
|
+
.gd-chips-input__container--with-values .gd-chips-input__input-frame {
|
|
19958
|
+
padding: 0 7px;
|
|
19959
|
+
}
|
|
19960
|
+
|
|
19961
|
+
.gd-chips-input__container--warning {
|
|
19962
|
+
border-color: var(--gd-palette-warning-base, #f18600);
|
|
19963
|
+
}
|
|
19964
|
+
|
|
19965
|
+
.gd-chips-input__container--warning:focus-within {
|
|
19966
|
+
border-color: var(--gd-palette-warning-base, #f18600);
|
|
19967
|
+
}
|
|
19968
|
+
|
|
19969
|
+
.gd-chips-input__container--warning.gd-chips-input__container--with-values .gd-chips-input__chips-frame {
|
|
19970
|
+
border-bottom-color: var(--gd-palette-warning-base, #f18600);
|
|
19971
|
+
}
|
|
19972
|
+
|
|
19973
|
+
.gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
|
|
19974
|
+
border-color: var(--gd-palette-warning-base, #f18600);
|
|
19975
|
+
}
|
|
19976
|
+
|
|
19977
|
+
.gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
|
|
19978
|
+
border-color: var(--gd-palette-warning-base, #f18600);
|
|
19979
|
+
}
|
|
19980
|
+
|
|
19981
|
+
.gd-chips-input__container--error {
|
|
19982
|
+
border-color: var(--gd-palette-error-base, #e54d42);
|
|
19983
|
+
}
|
|
19984
|
+
|
|
19985
|
+
.gd-chips-input__container--error:focus-within {
|
|
19986
|
+
border-color: var(--gd-palette-error-base, #e54d42);
|
|
19987
|
+
}
|
|
19988
|
+
|
|
19989
|
+
.gd-chips-input__container--error.gd-chips-input__container--with-values .gd-chips-input__chips-frame {
|
|
19990
|
+
border-bottom-color: var(--gd-palette-error-base, #e54d42);
|
|
19991
|
+
}
|
|
19992
|
+
|
|
19993
|
+
.gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
|
|
19994
|
+
border-color: var(--gd-palette-error-base, #e54d42);
|
|
19995
|
+
}
|
|
19996
|
+
|
|
19997
|
+
.gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
|
|
19998
|
+
border-color: var(--gd-palette-error-base, #e54d42);
|
|
19999
|
+
}
|
|
20000
|
+
|
|
20001
|
+
.gd-chips-input__chips {
|
|
20002
|
+
display: flex;
|
|
20003
|
+
flex-wrap: wrap;
|
|
20004
|
+
gap: 6px;
|
|
20005
|
+
align-items: center;
|
|
20006
|
+
}
|
|
20007
|
+
|
|
20008
|
+
.gd-chips-input__input-frame--standalone {
|
|
20009
|
+
padding: 0;
|
|
20010
|
+
}
|
|
20011
|
+
|
|
20012
|
+
.gd-chips-input__input {
|
|
20013
|
+
flex: 1;
|
|
20014
|
+
min-width: 120px;
|
|
20015
|
+
display: block;
|
|
20016
|
+
}
|
|
20017
|
+
|
|
20018
|
+
.gd-chips-input__input .gd-input-field {
|
|
20019
|
+
border: none;
|
|
20020
|
+
outline: none;
|
|
20021
|
+
padding: 4px 0;
|
|
20022
|
+
font-size: 13px;
|
|
20023
|
+
background: transparent;
|
|
20024
|
+
box-shadow: none;
|
|
20025
|
+
}
|
|
20026
|
+
|
|
20027
|
+
.gd-chips-input__input .gd-input-field:focus-visible {
|
|
20028
|
+
outline: none;
|
|
20029
|
+
}
|
|
20030
|
+
|
|
20031
|
+
.gd-chips-input__input .gd-input-field::placeholder {
|
|
20032
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
20033
|
+
}
|
|
20034
|
+
|
|
20035
|
+
.gd-chips-input__input .gd-input-field:disabled {
|
|
20036
|
+
cursor: not-allowed;
|
|
20037
|
+
}
|
|
20038
|
+
|
|
20039
|
+
.gd-chips-input__container--empty {
|
|
20040
|
+
border: none;
|
|
20041
|
+
min-height: auto;
|
|
20042
|
+
background: transparent;
|
|
20043
|
+
}
|
|
20044
|
+
|
|
20045
|
+
.gd-chips-input__container--empty:focus-within {
|
|
20046
|
+
border-color: transparent;
|
|
20047
|
+
}
|
|
20048
|
+
|
|
20049
|
+
.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
|
|
20050
|
+
box-sizing: border-box;
|
|
20051
|
+
margin: 0;
|
|
20052
|
+
padding: 6px 7px 5px;
|
|
20053
|
+
border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
20054
|
+
line-height: normal;
|
|
20055
|
+
vertical-align: middle;
|
|
20056
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
20057
|
+
background: var(--gd-palette-complementary-0, #fff);
|
|
20058
|
+
font-size: 14px;
|
|
20059
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
20060
|
+
font-weight: 200;
|
|
20061
|
+
height: 27.1px;
|
|
20062
|
+
padding: 5px 7px;
|
|
20063
|
+
font-size: 13px;
|
|
20064
|
+
border-radius: 3px;
|
|
20065
|
+
border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
20066
|
+
box-shadow: inset 0 1px 2px 0 rgba(31, 53, 74, 0.15);
|
|
20067
|
+
}
|
|
20068
|
+
|
|
20069
|
+
.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
|
|
20070
|
+
outline: none;
|
|
20071
|
+
border-color: var(--gd-palette-primary-base, #14b2e2);
|
|
20072
|
+
}
|
|
20073
|
+
|
|
20074
|
+
.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field::placeholder {
|
|
20075
|
+
color: var(--gd-palette-complementary-5, #b0beca);
|
|
20076
|
+
}
|
|
20077
|
+
|
|
20078
|
+
.gd-chips-input__autocomplete {
|
|
20079
|
+
position: absolute;
|
|
20080
|
+
top: 100%;
|
|
20081
|
+
left: 0;
|
|
20082
|
+
right: 0;
|
|
20083
|
+
z-index: 100;
|
|
20084
|
+
list-style: none;
|
|
20085
|
+
margin: 0;
|
|
20086
|
+
padding: 6px 0;
|
|
20087
|
+
background-color: #fcfcfd;
|
|
20088
|
+
border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
20089
|
+
border-radius: var(--gd-button-borderRadius, 3px);
|
|
20090
|
+
box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
|
|
20091
|
+
max-height: 200px;
|
|
20092
|
+
overflow: hidden;
|
|
20093
|
+
overflow-y: auto;
|
|
20094
|
+
overscroll-behavior: contain;
|
|
20095
|
+
}
|
|
20096
|
+
|
|
20097
|
+
.gd-chips-input__autocomplete-item {
|
|
20098
|
+
padding: 5px 10px;
|
|
20099
|
+
font-size: 12px;
|
|
20100
|
+
line-height: 18px;
|
|
20101
|
+
cursor: pointer;
|
|
20102
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
20103
|
+
white-space: nowrap;
|
|
20104
|
+
overflow: hidden;
|
|
20105
|
+
text-overflow: ellipsis;
|
|
20106
|
+
}
|
|
20107
|
+
|
|
20108
|
+
.gd-chips-input__autocomplete-item strong {
|
|
20109
|
+
font-weight: 700;
|
|
20110
|
+
text-decoration: underline;
|
|
20111
|
+
text-decoration-style: solid;
|
|
20112
|
+
color: inherit;
|
|
20113
|
+
}
|
|
20114
|
+
|
|
20115
|
+
.gd-chips-input__autocomplete-item:hover {
|
|
20116
|
+
background-color: var(--gd-palette-complementary-2, #ebeff4);
|
|
20117
|
+
}
|
|
20118
|
+
|
|
20119
|
+
.gd-chips-input__autocomplete-item--active {
|
|
20120
|
+
background-color: var(--gd-palette-complementary-2, #ebeff4);
|
|
20121
|
+
}
|
|
20122
|
+
|
|
20123
|
+
.gd-chips-input__autocomplete-loading {
|
|
20124
|
+
display: flex;
|
|
20125
|
+
align-items: center;
|
|
20126
|
+
justify-content: center;
|
|
20127
|
+
padding: 5px 10px;
|
|
20128
|
+
min-height: 28px;
|
|
20129
|
+
cursor: default;
|
|
20130
|
+
pointer-events: none;
|
|
20131
|
+
}
|
|
20132
|
+
|
|
20133
|
+
.gd-attribute-filter-details-bubble__trigger {
|
|
20134
|
+
display: inline-flex;
|
|
20135
|
+
align-items: center;
|
|
20136
|
+
justify-content: center;
|
|
20137
|
+
margin-top: 2px;
|
|
20138
|
+
}
|
|
20139
|
+
|
|
20140
|
+
.gd-attribute-filter-details-bubble {
|
|
20141
|
+
width: 220px;
|
|
20142
|
+
margin: -7px -10px;
|
|
20143
|
+
padding: 15px;
|
|
20144
|
+
background: rgba(255, 255, 255, 0.95);
|
|
20145
|
+
border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
20146
|
+
border-radius: var(--gd-modal-borderRadius, 3px);
|
|
20147
|
+
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
|
|
20148
|
+
}
|
|
20149
|
+
|
|
20150
|
+
.gd-attribute-filter-details-bubble__content {
|
|
20151
|
+
display: flex;
|
|
20152
|
+
flex-direction: column;
|
|
20153
|
+
gap: 10px;
|
|
20154
|
+
}
|
|
20155
|
+
|
|
20156
|
+
.gd-attribute-filter-details-bubble__section {
|
|
20157
|
+
display: flex;
|
|
20158
|
+
flex-direction: column;
|
|
20159
|
+
margin-top: 5px;
|
|
20160
|
+
gap: 3px;
|
|
20161
|
+
}
|
|
20162
|
+
|
|
20163
|
+
.gd-attribute-filter-details-bubble__title {
|
|
20164
|
+
margin: 0;
|
|
20165
|
+
font-size: 13px;
|
|
20166
|
+
font-weight: 700;
|
|
20167
|
+
line-height: 1.4;
|
|
20168
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
20169
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
20170
|
+
}
|
|
20171
|
+
|
|
20172
|
+
.gd-attribute-filter-details-bubble__description {
|
|
20173
|
+
margin: 0;
|
|
20174
|
+
font-size: 12px;
|
|
20175
|
+
line-height: 1.4;
|
|
20176
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
20177
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
20178
|
+
}
|
|
20179
|
+
|
|
20180
|
+
.gd-attribute-filter-details-bubble__key {
|
|
20181
|
+
display: block;
|
|
20182
|
+
margin: 0;
|
|
20183
|
+
font-size: 10px;
|
|
20184
|
+
font-weight: 400;
|
|
20185
|
+
text-transform: uppercase;
|
|
20186
|
+
letter-spacing: 0.5px;
|
|
20187
|
+
line-height: normal;
|
|
20188
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
20189
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
20190
|
+
}
|
|
20191
|
+
|
|
20192
|
+
.gd-attribute-filter-details-bubble__value {
|
|
20193
|
+
display: block;
|
|
20194
|
+
margin: 0;
|
|
20195
|
+
margin-top: 2px;
|
|
20196
|
+
font-size: 12px;
|
|
20197
|
+
font-weight: 400;
|
|
20198
|
+
line-height: 1.5;
|
|
20199
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
20200
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
20201
|
+
}
|
|
20202
|
+
|
|
20203
|
+
.gd-attribute-filter-details-bubble__elements {
|
|
20204
|
+
margin-top: 2px;
|
|
20205
|
+
font-size: 12px;
|
|
20206
|
+
line-height: 1.5;
|
|
20207
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
20208
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
20209
|
+
}
|
|
20210
|
+
|
|
20211
|
+
.gd-attribute-filter-details-bubble__element {
|
|
20212
|
+
display: block;
|
|
20213
|
+
}
|
|
20214
|
+
|
|
20215
|
+
.gd-attribute-filter-details-bubble__more {
|
|
20216
|
+
display: block;
|
|
20217
|
+
margin-top: 4px;
|
|
20218
|
+
font-size: 10px;
|
|
20219
|
+
font-weight: 400;
|
|
20220
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
20221
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
20222
|
+
}
|
|
20223
|
+
|
|
20224
|
+
.gd-attribute-filter-details-bubble__loading {
|
|
20225
|
+
margin: 0;
|
|
20226
|
+
font-size: 12px;
|
|
20227
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
20228
|
+
}
|
|
20229
|
+
|
|
20230
|
+
.gd-attribute-filter-details-bubble__error {
|
|
20231
|
+
margin: 0;
|
|
20232
|
+
font-size: 12px;
|
|
20233
|
+
color: var(--gd-palette-error-base, #e54d42);
|
|
20234
|
+
}
|
|
20235
|
+
|
|
20236
|
+
|
|
20237
|
+
/* 0, 640px */
|
|
20238
|
+
/* 641px, 1024px */
|
|
20239
|
+
/* 1025px, 1440px */
|
|
20240
|
+
/* 1441px, 1920px */
|
|
20241
|
+
/* 1921px, ... */
|
|
20242
|
+
.gd-icon-fact::before,
|
|
20243
|
+
.gd-icon-measure::before {
|
|
20244
|
+
content: "";
|
|
20245
|
+
display: block;
|
|
20246
|
+
background-repeat: no-repeat;
|
|
20247
|
+
background-position: center;
|
|
20248
|
+
}
|
|
20249
|
+
|
|
20250
|
+
.gd-icon-fact[class*=gd-button-]::before,
|
|
20251
|
+
.gd-icon-measure[class*=gd-button-]::before {
|
|
20252
|
+
height: 100%;
|
|
20253
|
+
}
|
|
20254
|
+
|
|
20255
|
+
.gd-icon-fact::before,
|
|
20256
|
+
.gd-icon-measure::before {
|
|
20257
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/measure.svg");
|
|
20258
|
+
}
|
|
20259
|
+
|
|
20260
|
+
.gd-icon-fact.disabled::before, .gd-icon-fact[disabled=disabled]::before,
|
|
20261
|
+
.gd-icon-measure.disabled::before,
|
|
20262
|
+
.gd-icon-measure[disabled=disabled]::before {
|
|
20263
|
+
content: "";
|
|
20264
|
+
display: block;
|
|
20265
|
+
background-repeat: no-repeat;
|
|
20266
|
+
background-position: center;
|
|
20267
|
+
}
|
|
20268
|
+
|
|
20269
|
+
.gd-icon-fact.disabled[class*=gd-button-]::before, .gd-icon-fact[disabled=disabled][class*=gd-button-]::before,
|
|
20270
|
+
.gd-icon-measure.disabled[class*=gd-button-]::before,
|
|
20271
|
+
.gd-icon-measure[disabled=disabled][class*=gd-button-]::before {
|
|
20272
|
+
height: 100%;
|
|
20273
|
+
}
|
|
20274
|
+
|
|
20275
|
+
.gd-icon-fact.disabled::before, .gd-icon-fact[disabled=disabled]::before,
|
|
20276
|
+
.gd-icon-measure.disabled::before,
|
|
20277
|
+
.gd-icon-measure[disabled=disabled]::before {
|
|
20278
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/measure-disabled.svg");
|
|
20279
|
+
}
|
|
20280
|
+
|
|
20281
|
+
.gd-icon-fact.gd-button-small::before, .gd-icon-fact.gd-button-link::before,
|
|
20282
|
+
.gd-icon-measure.gd-button-small::before,
|
|
20283
|
+
.gd-icon-measure.gd-button-link::before {
|
|
20284
|
+
margin-top: -1px;
|
|
20285
|
+
}
|
|
20286
|
+
|
|
20287
|
+
.gd-icon-aggregated-fact::before {
|
|
20288
|
+
content: "";
|
|
20289
|
+
display: block;
|
|
20290
|
+
background-repeat: no-repeat;
|
|
20291
|
+
background-position: center;
|
|
20292
|
+
}
|
|
20293
|
+
|
|
20294
|
+
.gd-icon-aggregated-fact[class*=gd-button-]::before {
|
|
20295
|
+
height: 100%;
|
|
20296
|
+
}
|
|
20297
|
+
|
|
20298
|
+
.gd-icon-aggregated-fact::before {
|
|
20299
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/aggregated-fact.svg");
|
|
20300
|
+
}
|
|
20301
|
+
|
|
20302
|
+
.gd-icon-aggregated-fact.gd-button-small::before, .gd-icon-aggregated-fact.gd-button-link::before {
|
|
20303
|
+
margin-top: -1px;
|
|
20304
|
+
}
|
|
20305
|
+
|
|
20306
|
+
.gd-icon-aggregation::before {
|
|
20307
|
+
content: "";
|
|
20308
|
+
display: block;
|
|
20309
|
+
background-repeat: no-repeat;
|
|
20310
|
+
background-position: center;
|
|
20311
|
+
}
|
|
20312
|
+
|
|
20313
|
+
.gd-icon-aggregation[class*=gd-button-]::before {
|
|
20314
|
+
height: 100%;
|
|
20315
|
+
}
|
|
20316
|
+
|
|
20317
|
+
.gd-icon-aggregation::before {
|
|
20318
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/sum.svg");
|
|
20319
|
+
}
|
|
20320
|
+
|
|
20321
|
+
.gd-icon-aggregation.gd-button-small::before, .gd-icon-aggregation.gd-button-link::before {
|
|
20322
|
+
margin-top: -1px;
|
|
20323
|
+
}
|
|
20324
|
+
|
|
20325
|
+
.gd-icon-metric::before {
|
|
20326
|
+
content: "";
|
|
20327
|
+
display: block;
|
|
20328
|
+
background-repeat: no-repeat;
|
|
20329
|
+
background-position: center;
|
|
20330
|
+
}
|
|
20331
|
+
|
|
20332
|
+
.gd-icon-metric[class*=gd-button-]::before {
|
|
20333
|
+
height: 100%;
|
|
20334
|
+
}
|
|
20335
|
+
|
|
20336
|
+
.gd-icon-metric::before {
|
|
20337
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/metric.svg");
|
|
20338
|
+
}
|
|
20339
|
+
|
|
20340
|
+
.gd-icon-metric.disabled::before, .gd-icon-metric[disabled=disabled]::before {
|
|
20341
|
+
content: "";
|
|
20342
|
+
display: block;
|
|
20343
|
+
background-repeat: no-repeat;
|
|
20344
|
+
background-position: center;
|
|
20345
|
+
}
|
|
20346
|
+
|
|
20347
|
+
.gd-icon-metric.disabled[class*=gd-button-]::before, .gd-icon-metric[disabled=disabled][class*=gd-button-]::before {
|
|
20348
|
+
height: 100%;
|
|
20349
|
+
}
|
|
20350
|
+
|
|
20351
|
+
.gd-icon-metric.disabled::before, .gd-icon-metric[disabled=disabled]::before {
|
|
20352
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/metric-disabled.svg");
|
|
20353
|
+
}
|
|
20354
|
+
|
|
20355
|
+
.gd-icon-metric.gd-button-small::before, .gd-icon-metric.gd-button-link::before {
|
|
20356
|
+
margin-top: -1px;
|
|
20357
|
+
}
|
|
20358
|
+
|
|
20359
|
+
.gd-icon-attribute::before {
|
|
20360
|
+
content: "";
|
|
20361
|
+
display: block;
|
|
20362
|
+
background-repeat: no-repeat;
|
|
20363
|
+
background-position: center;
|
|
20364
|
+
}
|
|
20365
|
+
|
|
20366
|
+
.gd-icon-attribute[class*=gd-button-]::before {
|
|
20367
|
+
height: 100%;
|
|
20368
|
+
}
|
|
20369
|
+
|
|
20370
|
+
.gd-icon-attribute::before {
|
|
20371
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
|
|
20372
|
+
}
|
|
20373
|
+
|
|
20374
|
+
.gd-icon-attribute.disabled::before, .gd-icon-attribute[disabled=disabled]::before {
|
|
20375
|
+
content: "";
|
|
20376
|
+
display: block;
|
|
20377
|
+
background-repeat: no-repeat;
|
|
20378
|
+
background-position: center;
|
|
20379
|
+
}
|
|
20380
|
+
|
|
20381
|
+
.gd-icon-attribute.disabled[class*=gd-button-]::before, .gd-icon-attribute[disabled=disabled][class*=gd-button-]::before {
|
|
20382
|
+
height: 100%;
|
|
20383
|
+
}
|
|
20384
|
+
|
|
20385
|
+
.gd-icon-attribute.disabled::before, .gd-icon-attribute[disabled=disabled]::before {
|
|
20386
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/attribute-disabled.svg");
|
|
20387
|
+
}
|
|
20388
|
+
|
|
20389
|
+
.gd-icon-attribute.gd-button-small::before, .gd-icon-attribute.gd-button-link::before {
|
|
20390
|
+
margin-top: -1px;
|
|
20391
|
+
}
|
|
20392
|
+
|
|
20393
|
+
.gd-icon-model::before {
|
|
20394
|
+
content: "";
|
|
20395
|
+
display: block;
|
|
20396
|
+
background-repeat: no-repeat;
|
|
20397
|
+
background-position: center;
|
|
20398
|
+
}
|
|
20399
|
+
|
|
20400
|
+
.gd-icon-model[class*=gd-button-]::before {
|
|
20401
|
+
height: 100%;
|
|
20402
|
+
}
|
|
20403
|
+
|
|
20404
|
+
.gd-icon-model::before {
|
|
20405
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/model.svg");
|
|
20406
|
+
}
|
|
20407
|
+
|
|
20408
|
+
.gd-icon-model.is-active::before {
|
|
20409
|
+
content: "";
|
|
20410
|
+
display: block;
|
|
20411
|
+
background-repeat: no-repeat;
|
|
20412
|
+
background-position: center;
|
|
20413
|
+
}
|
|
20414
|
+
|
|
20415
|
+
.gd-icon-model.is-active[class*=gd-button-]::before {
|
|
20416
|
+
height: 100%;
|
|
20417
|
+
}
|
|
20418
|
+
|
|
20419
|
+
.gd-icon-model.is-active::before {
|
|
20420
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/model-active.svg");
|
|
20421
|
+
}
|
|
20422
|
+
|
|
20423
|
+
.gd-icon-sources::before {
|
|
20424
|
+
content: "";
|
|
20425
|
+
display: block;
|
|
20426
|
+
background-repeat: no-repeat;
|
|
20427
|
+
background-position: center;
|
|
20428
|
+
}
|
|
20429
|
+
|
|
20430
|
+
.gd-icon-sources[class*=gd-button-]::before {
|
|
20431
|
+
height: 100%;
|
|
20432
|
+
}
|
|
20433
|
+
|
|
20434
|
+
.gd-icon-sources::before {
|
|
20435
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/sources.svg");
|
|
20436
|
+
}
|
|
20437
|
+
|
|
20438
|
+
.gd-icon-sources.is-active::before {
|
|
20439
|
+
content: "";
|
|
20440
|
+
display: block;
|
|
20441
|
+
background-repeat: no-repeat;
|
|
20442
|
+
background-position: center;
|
|
20443
|
+
}
|
|
20444
|
+
|
|
20445
|
+
.gd-icon-sources.is-active[class*=gd-button-]::before {
|
|
20446
|
+
height: 100%;
|
|
20447
|
+
}
|
|
20448
|
+
|
|
20449
|
+
.gd-icon-sources.is-active::before {
|
|
20450
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/sources-active.svg");
|
|
20451
|
+
}
|
|
20452
|
+
|
|
20453
|
+
.gd-icon-date::before {
|
|
20454
|
+
content: "";
|
|
20455
|
+
display: block;
|
|
20456
|
+
background-repeat: no-repeat;
|
|
20457
|
+
background-position: center;
|
|
20458
|
+
}
|
|
20459
|
+
|
|
20460
|
+
.gd-icon-date[class*=gd-button-]::before {
|
|
20461
|
+
height: 100%;
|
|
20462
|
+
}
|
|
20463
|
+
|
|
20464
|
+
.gd-icon-date::before {
|
|
20465
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/date.svg");
|
|
20466
|
+
}
|
|
20467
|
+
|
|
20468
|
+
.gd-icon-date.disabled::before, .gd-icon-date[disabled=disabled]::before {
|
|
20469
|
+
content: "";
|
|
20470
|
+
display: block;
|
|
20471
|
+
background-repeat: no-repeat;
|
|
20472
|
+
background-position: center;
|
|
20473
|
+
}
|
|
20474
|
+
|
|
20475
|
+
.gd-icon-date.disabled[class*=gd-button-]::before, .gd-icon-date[disabled=disabled][class*=gd-button-]::before {
|
|
20476
|
+
height: 100%;
|
|
20477
|
+
}
|
|
20478
|
+
|
|
20479
|
+
.gd-icon-date.disabled::before, .gd-icon-date[disabled=disabled]::before {
|
|
20480
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/date-disabled.svg");
|
|
20481
|
+
}
|
|
20482
|
+
|
|
20483
|
+
.gd-icon-date.gd-button-small::before {
|
|
20484
|
+
margin-top: -1px;
|
|
20485
|
+
}
|
|
20486
|
+
|
|
20487
|
+
.gd-icon-date.gd-button-link::before {
|
|
20488
|
+
margin-top: -2px;
|
|
20489
|
+
}
|
|
20490
|
+
|
|
20491
|
+
.gd-icon-measure-value-filter::before, .gd-icon-anomaly-detection::before, .gd-icon-changes-by::before, .gd-icon-decreases-by::before, .gd-icon-increases-by::before, .gd-icon-not-equal-to::before, .gd-icon-equal-to::before, .gd-icon-not-between::before, .gd-icon-between::before, .gd-icon-less-than-equal-to::before, .gd-icon-less-than::before, .gd-icon-greater-than-equal-to::before, .gd-icon-greater-than::before, .gd-icon-all::before {
|
|
20492
|
+
width: 18px;
|
|
20493
|
+
height: 15px;
|
|
20494
|
+
}
|
|
20495
|
+
|
|
20496
|
+
.gd-icon-all::before {
|
|
20497
|
+
content: "";
|
|
20498
|
+
display: block;
|
|
20499
|
+
background-repeat: no-repeat;
|
|
20500
|
+
background-position: center;
|
|
20501
|
+
}
|
|
20502
|
+
|
|
20503
|
+
.gd-icon-all[class*=gd-button-]::before {
|
|
20504
|
+
height: 100%;
|
|
20505
|
+
}
|
|
20506
|
+
|
|
20507
|
+
.gd-icon-all::before {
|
|
20508
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/all.svg");
|
|
20509
|
+
}
|
|
20510
|
+
|
|
20511
|
+
.gd-icon-all.gd-button-small::before {
|
|
20512
|
+
margin-top: -1px;
|
|
20513
|
+
}
|
|
20514
|
+
|
|
20515
|
+
.gd-icon-all.gd-button-link::before {
|
|
20516
|
+
margin-top: -2px;
|
|
20517
|
+
}
|
|
20518
|
+
|
|
20519
|
+
.gd-icon-greater-than::before {
|
|
20520
|
+
content: "";
|
|
20521
|
+
display: block;
|
|
20522
|
+
background-repeat: no-repeat;
|
|
20523
|
+
background-position: center;
|
|
20524
|
+
}
|
|
20525
|
+
|
|
20526
|
+
.gd-icon-greater-than[class*=gd-button-]::before {
|
|
20527
|
+
height: 100%;
|
|
20528
|
+
}
|
|
20529
|
+
|
|
20530
|
+
.gd-icon-greater-than::before {
|
|
20531
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/greater-than.svg");
|
|
20532
|
+
}
|
|
20533
|
+
|
|
20534
|
+
.gd-icon-greater-than.gd-button-small::before {
|
|
20535
|
+
margin-top: -1px;
|
|
20536
|
+
}
|
|
20537
|
+
|
|
20538
|
+
.gd-icon-greater-than.gd-button-link::before {
|
|
20539
|
+
margin-top: -2px;
|
|
20540
|
+
}
|
|
20541
|
+
|
|
20542
|
+
.gd-icon-greater-than-equal-to::before {
|
|
20543
|
+
content: "";
|
|
20544
|
+
display: block;
|
|
20545
|
+
background-repeat: no-repeat;
|
|
20546
|
+
background-position: center;
|
|
20547
|
+
}
|
|
20548
|
+
|
|
20549
|
+
.gd-icon-greater-than-equal-to[class*=gd-button-]::before {
|
|
20550
|
+
height: 100%;
|
|
20551
|
+
}
|
|
20552
|
+
|
|
20553
|
+
.gd-icon-greater-than-equal-to::before {
|
|
20554
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/greater-than-equal-to.svg");
|
|
20555
|
+
}
|
|
20556
|
+
|
|
20557
|
+
.gd-icon-greater-than-equal-to.gd-button-small::before {
|
|
20558
|
+
margin-top: -1px;
|
|
20559
|
+
}
|
|
20560
|
+
|
|
20561
|
+
.gd-icon-greater-than-equal-to.gd-button-link::before {
|
|
20562
|
+
margin-top: -2px;
|
|
20563
|
+
}
|
|
20564
|
+
|
|
20565
|
+
.gd-icon-less-than::before {
|
|
20566
|
+
content: "";
|
|
20567
|
+
display: block;
|
|
20568
|
+
background-repeat: no-repeat;
|
|
20569
|
+
background-position: center;
|
|
20570
|
+
}
|
|
20571
|
+
|
|
20572
|
+
.gd-icon-less-than[class*=gd-button-]::before {
|
|
20573
|
+
height: 100%;
|
|
20574
|
+
}
|
|
20575
|
+
|
|
20576
|
+
.gd-icon-less-than::before {
|
|
20577
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/less-than.svg");
|
|
20578
|
+
}
|
|
20579
|
+
|
|
20580
|
+
.gd-icon-less-than.gd-button-small::before {
|
|
20581
|
+
margin-top: -1px;
|
|
20582
|
+
}
|
|
20583
|
+
|
|
20584
|
+
.gd-icon-less-than.gd-button-link::before {
|
|
20585
|
+
margin-top: -2px;
|
|
20586
|
+
}
|
|
20587
|
+
|
|
20588
|
+
.gd-icon-less-than-equal-to::before {
|
|
20589
|
+
content: "";
|
|
20590
|
+
display: block;
|
|
20591
|
+
background-repeat: no-repeat;
|
|
20592
|
+
background-position: center;
|
|
20593
|
+
}
|
|
20594
|
+
|
|
20595
|
+
.gd-icon-less-than-equal-to[class*=gd-button-]::before {
|
|
20596
|
+
height: 100%;
|
|
20597
|
+
}
|
|
20598
|
+
|
|
20599
|
+
.gd-icon-less-than-equal-to::before {
|
|
20600
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/less-than-equal-to.svg");
|
|
20601
|
+
}
|
|
20602
|
+
|
|
20603
|
+
.gd-icon-less-than-equal-to.gd-button-small::before {
|
|
20604
|
+
margin-top: -1px;
|
|
20605
|
+
}
|
|
20606
|
+
|
|
20607
|
+
.gd-icon-less-than-equal-to.gd-button-link::before {
|
|
20608
|
+
margin-top: -2px;
|
|
20609
|
+
}
|
|
20610
|
+
|
|
20611
|
+
.gd-icon-between::before {
|
|
20612
|
+
content: "";
|
|
20613
|
+
display: block;
|
|
20614
|
+
background-repeat: no-repeat;
|
|
20615
|
+
background-position: center;
|
|
20616
|
+
}
|
|
20617
|
+
|
|
20618
|
+
.gd-icon-between[class*=gd-button-]::before {
|
|
20619
|
+
height: 100%;
|
|
20620
|
+
}
|
|
20621
|
+
|
|
20622
|
+
.gd-icon-between::before {
|
|
20623
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/between.svg");
|
|
20624
|
+
}
|
|
20625
|
+
|
|
20626
|
+
.gd-icon-between.gd-button-small::before {
|
|
20627
|
+
margin-top: -1px;
|
|
20628
|
+
}
|
|
20629
|
+
|
|
20630
|
+
.gd-icon-between.gd-button-link::before {
|
|
20631
|
+
margin-top: -2px;
|
|
20632
|
+
}
|
|
20633
|
+
|
|
20634
|
+
.gd-icon-not-between::before {
|
|
20635
|
+
content: "";
|
|
20636
|
+
display: block;
|
|
20637
|
+
background-repeat: no-repeat;
|
|
20638
|
+
background-position: center;
|
|
20639
|
+
}
|
|
20640
|
+
|
|
20641
|
+
.gd-icon-not-between[class*=gd-button-]::before {
|
|
20642
|
+
height: 100%;
|
|
20643
|
+
}
|
|
20644
|
+
|
|
20645
|
+
.gd-icon-not-between::before {
|
|
20646
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/not-between.svg");
|
|
20647
|
+
}
|
|
20648
|
+
|
|
20649
|
+
.gd-icon-not-between.gd-button-small::before {
|
|
20650
|
+
margin-top: -1px;
|
|
20651
|
+
}
|
|
20652
|
+
|
|
20653
|
+
.gd-icon-not-between.gd-button-link::before {
|
|
20654
|
+
margin-top: -2px;
|
|
20655
|
+
}
|
|
20656
|
+
|
|
20657
|
+
.gd-icon-equal-to::before {
|
|
20658
|
+
content: "";
|
|
20659
|
+
display: block;
|
|
20660
|
+
background-repeat: no-repeat;
|
|
20661
|
+
background-position: center;
|
|
20662
|
+
}
|
|
20663
|
+
|
|
20664
|
+
.gd-icon-equal-to[class*=gd-button-]::before {
|
|
20665
|
+
height: 100%;
|
|
20666
|
+
}
|
|
20667
|
+
|
|
20668
|
+
.gd-icon-equal-to::before {
|
|
20669
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/equal-to.svg");
|
|
20670
|
+
}
|
|
20671
|
+
|
|
20672
|
+
.gd-icon-equal-to.gd-button-small::before {
|
|
20673
|
+
margin-top: -1px;
|
|
20674
|
+
}
|
|
20675
|
+
|
|
20676
|
+
.gd-icon-equal-to.gd-button-link::before {
|
|
20677
|
+
margin-top: -2px;
|
|
20678
|
+
}
|
|
20679
|
+
|
|
20680
|
+
.gd-icon-not-equal-to::before {
|
|
20681
|
+
content: "";
|
|
20682
|
+
display: block;
|
|
20683
|
+
background-repeat: no-repeat;
|
|
20684
|
+
background-position: center;
|
|
20685
|
+
}
|
|
20686
|
+
|
|
20687
|
+
.gd-icon-not-equal-to[class*=gd-button-]::before {
|
|
20688
|
+
height: 100%;
|
|
20689
|
+
}
|
|
20690
|
+
|
|
20691
|
+
.gd-icon-not-equal-to::before {
|
|
20692
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/not-equal-to.svg");
|
|
20693
|
+
}
|
|
20694
|
+
|
|
20695
|
+
.gd-icon-not-equal-to.gd-button-small::before {
|
|
20696
|
+
margin-top: -1px;
|
|
20697
|
+
}
|
|
20698
|
+
|
|
20699
|
+
.gd-icon-not-equal-to.gd-button-link::before {
|
|
20700
|
+
margin-top: -2px;
|
|
20701
|
+
}
|
|
20702
|
+
|
|
20703
|
+
.gd-icon-increases-by::before {
|
|
20704
|
+
content: "";
|
|
20705
|
+
display: block;
|
|
20706
|
+
background-repeat: no-repeat;
|
|
20707
|
+
background-position: center;
|
|
20708
|
+
}
|
|
20709
|
+
|
|
20710
|
+
.gd-icon-increases-by[class*=gd-button-]::before {
|
|
20711
|
+
height: 100%;
|
|
20712
|
+
}
|
|
20713
|
+
|
|
20714
|
+
.gd-icon-increases-by::before {
|
|
20715
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/increases-by.svg");
|
|
20716
|
+
}
|
|
20717
|
+
|
|
20718
|
+
.gd-icon-increases-by.gd-button-small::before {
|
|
20719
|
+
margin-top: -1px;
|
|
20720
|
+
}
|
|
20721
|
+
|
|
20722
|
+
.gd-icon-increases-by.gd-button-link::before {
|
|
20723
|
+
margin-top: -2px;
|
|
20724
|
+
}
|
|
20725
|
+
|
|
20726
|
+
.gd-icon-decreases-by::before {
|
|
20727
|
+
content: "";
|
|
20728
|
+
display: block;
|
|
20729
|
+
background-repeat: no-repeat;
|
|
20730
|
+
background-position: center;
|
|
20731
|
+
}
|
|
20732
|
+
|
|
20733
|
+
.gd-icon-decreases-by[class*=gd-button-]::before {
|
|
20734
|
+
height: 100%;
|
|
20735
|
+
}
|
|
20736
|
+
|
|
20737
|
+
.gd-icon-decreases-by::before {
|
|
20738
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/decreases-by.svg");
|
|
20739
|
+
}
|
|
20740
|
+
|
|
20741
|
+
.gd-icon-decreases-by.gd-button-small::before {
|
|
20742
|
+
margin-top: -1px;
|
|
20743
|
+
}
|
|
20744
|
+
|
|
20745
|
+
.gd-icon-decreases-by.gd-button-link::before {
|
|
20746
|
+
margin-top: -2px;
|
|
20747
|
+
}
|
|
20748
|
+
|
|
20749
|
+
.gd-icon-changes-by::before {
|
|
20750
|
+
content: "";
|
|
20751
|
+
display: block;
|
|
20752
|
+
background-repeat: no-repeat;
|
|
20753
|
+
background-position: center;
|
|
20754
|
+
}
|
|
20755
|
+
|
|
20756
|
+
.gd-icon-changes-by[class*=gd-button-]::before {
|
|
20757
|
+
height: 100%;
|
|
20758
|
+
}
|
|
20759
|
+
|
|
20760
|
+
.gd-icon-changes-by::before {
|
|
20761
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/changes-by.svg");
|
|
20762
|
+
}
|
|
20763
|
+
|
|
20764
|
+
.gd-icon-changes-by.gd-button-small::before {
|
|
20765
|
+
margin-top: -1px;
|
|
20766
|
+
}
|
|
20767
|
+
|
|
20768
|
+
.gd-icon-changes-by.gd-button-link::before {
|
|
20769
|
+
margin-top: -2px;
|
|
20770
|
+
}
|
|
20771
|
+
|
|
20772
|
+
.gd-icon-anomaly-detection::before {
|
|
20773
|
+
content: "";
|
|
20774
|
+
display: block;
|
|
20775
|
+
background-repeat: no-repeat;
|
|
20776
|
+
background-position: center;
|
|
20777
|
+
}
|
|
20778
|
+
|
|
20779
|
+
.gd-icon-anomaly-detection[class*=gd-button-]::before {
|
|
20780
|
+
height: 100%;
|
|
20781
|
+
}
|
|
20782
|
+
|
|
20783
|
+
.gd-icon-anomaly-detection::before {
|
|
20784
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/ai.svg");
|
|
20785
|
+
}
|
|
20786
|
+
|
|
20787
|
+
.gd-icon-anomaly-detection.gd-button-small::before {
|
|
20788
|
+
margin-top: -1px;
|
|
20789
|
+
}
|
|
20790
|
+
|
|
20791
|
+
.gd-icon-anomaly-detection.gd-button-link::before {
|
|
20792
|
+
margin-top: -2px;
|
|
20793
|
+
}
|
|
20794
|
+
|
|
20795
|
+
.gd-icon-label::before {
|
|
20796
|
+
content: "";
|
|
20797
|
+
display: block;
|
|
20798
|
+
background-repeat: no-repeat;
|
|
20799
|
+
background-position: center;
|
|
20800
|
+
}
|
|
20801
|
+
|
|
20802
|
+
.gd-icon-label[class*=gd-button-]::before {
|
|
20803
|
+
height: 100%;
|
|
20804
|
+
}
|
|
20805
|
+
|
|
20806
|
+
.gd-icon-label::before {
|
|
20807
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/label.svg");
|
|
20808
|
+
}
|
|
20809
|
+
|
|
20810
|
+
.gd-icon-label-disabled::before, .gd-icon-label.disabled::before, .gd-icon-label[disabled=disabled]::before {
|
|
20811
|
+
content: "";
|
|
20812
|
+
display: block;
|
|
20813
|
+
background-repeat: no-repeat;
|
|
20814
|
+
background-position: center;
|
|
20815
|
+
}
|
|
20816
|
+
|
|
20817
|
+
.gd-icon-label-disabled[class*=gd-button-]::before, .gd-icon-label.disabled[class*=gd-button-]::before, .gd-icon-label[disabled=disabled][class*=gd-button-]::before {
|
|
20818
|
+
height: 100%;
|
|
20819
|
+
}
|
|
20820
|
+
|
|
20821
|
+
.gd-icon-label-disabled::before, .gd-icon-label.disabled::before, .gd-icon-label[disabled=disabled]::before {
|
|
20822
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/label-disabled.svg");
|
|
20823
|
+
}
|
|
20824
|
+
|
|
20825
|
+
.gd-icon-label-active::before {
|
|
20826
|
+
content: "";
|
|
20827
|
+
display: block;
|
|
20828
|
+
background-repeat: no-repeat;
|
|
20829
|
+
background-position: center;
|
|
20830
|
+
}
|
|
20831
|
+
|
|
20832
|
+
.gd-icon-label-active[class*=gd-button-]::before {
|
|
20833
|
+
height: 100%;
|
|
20834
|
+
}
|
|
20835
|
+
|
|
20836
|
+
.gd-icon-label-active::before {
|
|
20837
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/label-active.svg");
|
|
20838
|
+
}
|
|
20839
|
+
|
|
20840
|
+
.gd-icon-label-warning::before {
|
|
20841
|
+
content: "";
|
|
20842
|
+
display: block;
|
|
20843
|
+
background-repeat: no-repeat;
|
|
20844
|
+
background-position: center;
|
|
20845
|
+
}
|
|
20846
|
+
|
|
20847
|
+
.gd-icon-label-warning[class*=gd-button-]::before {
|
|
20848
|
+
height: 100%;
|
|
20849
|
+
}
|
|
20850
|
+
|
|
20851
|
+
.gd-icon-label-warning::before {
|
|
20852
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/label-warning.svg");
|
|
20853
|
+
}
|
|
20854
|
+
|
|
20855
|
+
.gd-icon-hyperlink::before {
|
|
20856
|
+
content: "";
|
|
20857
|
+
display: block;
|
|
20858
|
+
background-repeat: no-repeat;
|
|
20859
|
+
background-position: center;
|
|
20860
|
+
}
|
|
20861
|
+
|
|
20862
|
+
.gd-icon-hyperlink[class*=gd-button-]::before {
|
|
20863
|
+
height: 100%;
|
|
20864
|
+
}
|
|
20865
|
+
|
|
20866
|
+
.gd-icon-hyperlink::before {
|
|
20867
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/hyperlink.svg");
|
|
20868
|
+
}
|
|
20869
|
+
|
|
20870
|
+
.gd-icon-hyperlink-disabled::before, .gd-icon-hyperlink.disabled::before, .gd-icon-hyperlink[disabled=disabled]::before {
|
|
20871
|
+
content: "";
|
|
20872
|
+
display: block;
|
|
20873
|
+
background-repeat: no-repeat;
|
|
20874
|
+
background-position: center;
|
|
20875
|
+
}
|
|
20876
|
+
|
|
20877
|
+
.gd-icon-hyperlink-disabled[class*=gd-button-]::before, .gd-icon-hyperlink.disabled[class*=gd-button-]::before, .gd-icon-hyperlink[disabled=disabled][class*=gd-button-]::before {
|
|
20878
|
+
height: 100%;
|
|
20879
|
+
}
|
|
20880
|
+
|
|
20881
|
+
.gd-icon-hyperlink-disabled::before, .gd-icon-hyperlink.disabled::before, .gd-icon-hyperlink[disabled=disabled]::before {
|
|
20882
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/hyperlink-disabled.svg");
|
|
20883
|
+
}
|
|
20884
|
+
|
|
20885
|
+
.gd-icon-hyperlink-active::before {
|
|
20886
|
+
content: "";
|
|
20887
|
+
display: block;
|
|
20888
|
+
background-repeat: no-repeat;
|
|
20889
|
+
background-position: center;
|
|
20890
|
+
}
|
|
20891
|
+
|
|
20892
|
+
.gd-icon-hyperlink-active[class*=gd-button-]::before {
|
|
20893
|
+
height: 100%;
|
|
20894
|
+
}
|
|
20895
|
+
|
|
20896
|
+
.gd-icon-hyperlink-active::before {
|
|
20897
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/hyperlink-active.svg");
|
|
20898
|
+
}
|
|
20899
|
+
|
|
20900
|
+
.gd-icon-hyperlink-warning::before {
|
|
20901
|
+
content: "";
|
|
20902
|
+
display: block;
|
|
20903
|
+
background-repeat: no-repeat;
|
|
20904
|
+
background-position: center;
|
|
20905
|
+
}
|
|
20906
|
+
|
|
20907
|
+
.gd-icon-hyperlink-warning[class*=gd-button-]::before {
|
|
20908
|
+
height: 100%;
|
|
20909
|
+
}
|
|
20910
|
+
|
|
20911
|
+
.gd-icon-hyperlink-warning::before {
|
|
20912
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/hyperlink-warning.svg");
|
|
20913
|
+
}
|
|
20914
|
+
|
|
20915
|
+
.gd-icon-image::before {
|
|
20916
|
+
content: "";
|
|
20917
|
+
display: block;
|
|
20918
|
+
background-repeat: no-repeat;
|
|
20919
|
+
background-position: center;
|
|
20920
|
+
}
|
|
20921
|
+
|
|
20922
|
+
.gd-icon-image[class*=gd-button-]::before {
|
|
20923
|
+
height: 100%;
|
|
20924
|
+
}
|
|
20925
|
+
|
|
20926
|
+
.gd-icon-image::before {
|
|
20927
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/image.svg");
|
|
20928
|
+
}
|
|
20929
|
+
|
|
20930
|
+
.gd-dropdown.overlay {
|
|
20931
|
+
padding: 0;
|
|
20932
|
+
}
|
|
20933
|
+
|
|
20934
|
+
.gd-dropdown-search {
|
|
20935
|
+
margin: 8px;
|
|
20936
|
+
vertical-align: baseline;
|
|
20937
|
+
}
|
|
20938
|
+
|
|
20939
|
+
.gd-dropdown-buttons {
|
|
20940
|
+
padding: 8px;
|
|
20941
|
+
text-align: right;
|
|
20942
|
+
}
|
|
20943
|
+
|
|
20944
|
+
.gd-dropdown-buttons .gd-button {
|
|
20945
|
+
margin-left: 10px;
|
|
20946
|
+
}
|
|
20947
|
+
|
|
20948
|
+
.gd-dropdown .gd-input-label {
|
|
20949
|
+
margin-bottom: 5px;
|
|
20950
|
+
}
|
|
20951
|
+
|
|
20952
|
+
.gd-dropdown .gd-list,
|
|
20953
|
+
.gd-dropdown .gd-list-view,
|
|
20954
|
+
.gd-dropdown .gd-infinite-list,
|
|
20955
|
+
.dropdown-body .gd-list,
|
|
20956
|
+
.dropdown-body .gd-list-view,
|
|
20957
|
+
.dropdown-body .gd-infinite-list {
|
|
20958
|
+
margin: 6px 0;
|
|
20959
|
+
}
|
|
20960
|
+
|
|
20961
|
+
@media only screen and (max-width: 640px) {
|
|
20962
|
+
.gd-dropdown .gd-list,
|
|
20963
|
+
.gd-dropdown .gd-list-view,
|
|
20964
|
+
.gd-dropdown .gd-infinite-list,
|
|
20965
|
+
.dropdown-body .gd-list,
|
|
20966
|
+
.dropdown-body .gd-list-view,
|
|
20967
|
+
.dropdown-body .gd-infinite-list {
|
|
20968
|
+
margin: 0;
|
|
20969
|
+
}
|
|
20970
|
+
}
|
|
20971
|
+
.gd-dropdown .gd-async-list,
|
|
20972
|
+
.dropdown-body .gd-async-list {
|
|
20973
|
+
margin: 6px 0;
|
|
20974
|
+
}
|
|
20975
|
+
|
|
20976
|
+
@media only screen and (max-width: 640px) {
|
|
20977
|
+
.gd-dropdown .gd-async-list,
|
|
20978
|
+
.dropdown-body .gd-async-list {
|
|
20979
|
+
margin: 6px 0;
|
|
20980
|
+
}
|
|
20981
|
+
}
|
|
20982
|
+
.gd-dropdown .gd-list-view,
|
|
20983
|
+
.gd-dropdown-small .gd-list-view {
|
|
20984
|
+
font-size: 12px;
|
|
20985
|
+
}
|
|
20986
|
+
|
|
20987
|
+
.gd-dropdown .gd-list-view-item,
|
|
20988
|
+
.gd-dropdown .gd-list-view-item-header,
|
|
20989
|
+
.gd-dropdown-small .gd-list-view-item,
|
|
20990
|
+
.gd-dropdown-small .gd-list-view-item-header {
|
|
20991
|
+
height: 25px;
|
|
20992
|
+
}
|
|
20993
|
+
|
|
20994
|
+
.gd-dropdown .gd-list-view-item > div,
|
|
20995
|
+
.gd-dropdown .gd-list-view-item-header > div,
|
|
20996
|
+
.gd-dropdown-small .gd-list-view-item > div,
|
|
20997
|
+
.gd-dropdown-small .gd-list-view-item-header > div {
|
|
20998
|
+
line-height: 25px;
|
|
20999
|
+
}
|
|
21000
|
+
|
|
21001
|
+
.gd-dropdown-normal .gd-list-view {
|
|
21002
|
+
font-size: 14px;
|
|
21003
|
+
}
|
|
21004
|
+
|
|
21005
|
+
.gd-dropdown-normal .gd-list-view-item,
|
|
21006
|
+
.gd-dropdown-normal .gd-list-view-item-header {
|
|
21007
|
+
height: 28px;
|
|
21008
|
+
}
|
|
21009
|
+
|
|
21010
|
+
.gd-dropdown-normal .gd-list-view-item > div,
|
|
21011
|
+
.gd-dropdown-normal .gd-list-view-item-header > div {
|
|
21012
|
+
line-height: 28px;
|
|
21013
|
+
}
|
|
21014
|
+
|
|
21015
|
+
.gd-list-searchfield,
|
|
21016
|
+
.gd-dropdown-searchfield {
|
|
21017
|
+
margin: 10px;
|
|
21018
|
+
}
|
|
21019
|
+
|
|
21020
|
+
.gd-list-title {
|
|
21021
|
+
margin: 0;
|
|
21022
|
+
padding: 10px;
|
|
21023
|
+
background: var(--gd-palette-complementary-2, #ebeff4);
|
|
21024
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
21025
|
+
font-size: 11px;
|
|
21026
|
+
font-weight: bold;
|
|
21027
|
+
text-transform: uppercase;
|
|
21028
|
+
}
|
|
21029
|
+
|
|
21030
|
+
.gd-dropdown-tabs {
|
|
21031
|
+
margin: 0 10px;
|
|
21032
|
+
}
|
|
21033
|
+
|
|
21034
|
+
.gd-mobile-dropdown-overlay {
|
|
21035
|
+
height: 100%;
|
|
21036
|
+
background-color: var(--gd-palette-complementary-0-from-theme, #f8fafb);
|
|
21037
|
+
}
|
|
21038
|
+
|
|
21039
|
+
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button,
|
|
21040
|
+
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project {
|
|
21041
|
+
margin: 0;
|
|
21042
|
+
box-shadow: 0 1px 2px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1));
|
|
21043
|
+
color: var(--gd-palette-complementary-8-from-theme, #000);
|
|
21044
|
+
border-bottom: 1px solid var(--gd-palette-complementary-4-from-theme, #c9d5e0);
|
|
21045
|
+
}
|
|
21046
|
+
|
|
21047
|
+
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded::after, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed::after,
|
|
21048
|
+
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded::after,
|
|
21049
|
+
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed::after {
|
|
21050
|
+
right: 10px;
|
|
21051
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
21052
|
+
opacity: 1;
|
|
21053
|
+
}
|
|
21054
|
+
|
|
21055
|
+
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded:hover, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed:hover,
|
|
21056
|
+
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded,
|
|
21057
|
+
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded:hover,
|
|
21058
|
+
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed,
|
|
21059
|
+
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed:hover {
|
|
21060
|
+
background-color: var(--gd-palette-complementary-0, #fff);
|
|
21061
|
+
}
|
|
21062
|
+
|
|
21063
|
+
@font-face {
|
|
21064
|
+
font-family: "Indigo";
|
|
21065
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff2") format("woff2"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff") format("woff");
|
|
21066
|
+
font-weight: normal;
|
|
21067
|
+
font-style: normal;
|
|
21068
|
+
font-display: block;
|
|
21069
|
+
}
|
|
21070
|
+
[class^=gd-icon-]::before,
|
|
21071
|
+
[class*=" gd-icon-"]::before,
|
|
21072
|
+
[class^=gd-icon-].gd-icon-right::after,
|
|
21073
|
+
[class*=" gd-icon-"].gd-icon-right::after {
|
|
21074
|
+
font-family: "Indigo", sans-serif;
|
|
21075
|
+
speak: none;
|
|
21076
|
+
font-style: normal;
|
|
21077
|
+
font-weight: normal;
|
|
21078
|
+
font-variant: normal;
|
|
21079
|
+
/* Better Font Rendering looks better in Chrome, corresponds to Sketch mockups */
|
|
21080
|
+
-moz-osx-font-smoothing: grayscale;
|
|
21081
|
+
-webkit-font-smoothing: subpixel-antialiased;
|
|
21082
|
+
text-transform: none;
|
|
21083
|
+
}
|
|
21084
|
+
|
|
21085
|
+
[class^=gd-icon-].gd-icon-right::before,
|
|
21086
|
+
[class*=" gd-icon-"].gd-icon-right::before {
|
|
21087
|
+
content: "";
|
|
21088
|
+
display: none;
|
|
21089
|
+
}
|
|
21090
|
+
|
|
21091
|
+
.gd-icon-trend-down::before,
|
|
21092
|
+
.gd-icon-trend-down.gd-icon-right::after {
|
|
21093
|
+
content: "\e600";
|
|
21094
|
+
}
|
|
21095
|
+
|
|
21096
|
+
.gd-icon-trend-up::before,
|
|
21097
|
+
.gd-icon-trend-up.gd-icon-right::after {
|
|
21098
|
+
content: "\e601";
|
|
21099
|
+
}
|
|
21100
|
+
|
|
21101
|
+
.gd-icon-user::before,
|
|
21102
|
+
.gd-icon-user.gd-icon-right::after {
|
|
21103
|
+
content: "\e602";
|
|
21104
|
+
}
|
|
21105
|
+
|
|
21106
|
+
.gd-icon-ghost::before,
|
|
21107
|
+
.gd-icon-ghost.gd-icon-right::after {
|
|
21108
|
+
content: "\e603";
|
|
21109
|
+
}
|
|
21110
|
+
|
|
21111
|
+
.gd-icon-redo::before,
|
|
21112
|
+
.gd-icon-redo.gd-icon-right::after {
|
|
21113
|
+
content: "\e604";
|
|
21114
|
+
}
|
|
21115
|
+
|
|
21116
|
+
.gd-icon-undo::before,
|
|
21117
|
+
.gd-icon-undo.gd-icon-right::after {
|
|
21118
|
+
content: "\e605";
|
|
21119
|
+
}
|
|
21120
|
+
|
|
21121
|
+
.gd-icon-pause::before,
|
|
21122
|
+
.gd-icon-pause.gd-icon-right::after {
|
|
21123
|
+
content: "\e606";
|
|
21124
|
+
}
|
|
21125
|
+
|
|
21126
|
+
.gd-icon-users::before,
|
|
21127
|
+
.gd-icon-users.gd-icon-right::after {
|
|
21128
|
+
content: "\e607";
|
|
21129
|
+
}
|
|
21130
|
+
|
|
21131
|
+
.gd-icon-cloud-rain::before, .gd-icon-rain::before,
|
|
21132
|
+
.gd-icon-cloud-rain.gd-icon-right::after,
|
|
21133
|
+
.gd-icon-right.gd-icon-rain::after {
|
|
21134
|
+
content: "\e608";
|
|
21135
|
+
}
|
|
21136
|
+
|
|
21137
|
+
.gd-icon-calendar::before,
|
|
21138
|
+
.gd-icon-calendar.gd-icon-right::after {
|
|
21139
|
+
content: "\e609";
|
|
21140
|
+
}
|
|
21141
|
+
|
|
21142
|
+
.gd-icon-circle-exclamation::before,
|
|
21143
|
+
.gd-icon-circle-exclamation.gd-icon-right::after {
|
|
21144
|
+
content: "\e60a";
|
|
21145
|
+
}
|
|
21146
|
+
|
|
21147
|
+
.gd-icon-circle-question::before,
|
|
21148
|
+
.gd-icon-circle-question.gd-icon-right::after {
|
|
21149
|
+
content: "\e60b";
|
|
21150
|
+
}
|
|
21151
|
+
|
|
21152
|
+
.gd-icon-dropright::before,
|
|
21153
|
+
.gd-icon-dropright.gd-icon-right::after {
|
|
21154
|
+
content: "\e60c";
|
|
21155
|
+
}
|
|
21156
|
+
|
|
21157
|
+
.gd-icon-dropdown::before,
|
|
21158
|
+
.gd-icon-dropdown.gd-icon-right::after {
|
|
21159
|
+
content: "\e60d";
|
|
21160
|
+
}
|
|
21161
|
+
|
|
21162
|
+
.gd-icon-question::before,
|
|
21163
|
+
.gd-icon-question.gd-icon-right::after {
|
|
21164
|
+
content: "\e60e";
|
|
21165
|
+
}
|
|
21166
|
+
|
|
21167
|
+
.gd-icon-number::before,
|
|
21168
|
+
.gd-icon-number.gd-icon-right::after {
|
|
21169
|
+
content: "\e60f";
|
|
21170
|
+
}
|
|
21171
|
+
|
|
21172
|
+
.gd-icon-navigateleft::before,
|
|
21173
|
+
.gd-icon-navigateleft.gd-icon-right::after {
|
|
21174
|
+
content: "\e610";
|
|
21175
|
+
}
|
|
21176
|
+
|
|
21177
|
+
.gd-icon-navigateright::before,
|
|
21178
|
+
.gd-icon-navigateright.gd-icon-right::after {
|
|
21179
|
+
content: "\e611";
|
|
21180
|
+
}
|
|
21181
|
+
|
|
21182
|
+
.gd-icon-navigatedown::before,
|
|
21183
|
+
.gd-icon-navigatedown.gd-icon-right::after {
|
|
21184
|
+
content: "\e612";
|
|
21185
|
+
}
|
|
21186
|
+
|
|
21187
|
+
.gd-icon-navigateup::before,
|
|
21188
|
+
.gd-icon-navigateup.gd-icon-right::after {
|
|
21189
|
+
content: "\e613";
|
|
21190
|
+
}
|
|
21191
|
+
|
|
21192
|
+
.gd-icon-pencil::before,
|
|
21193
|
+
.gd-icon-pencil.gd-icon-right::after {
|
|
21194
|
+
content: "\e614";
|
|
21195
|
+
}
|
|
21196
|
+
|
|
21197
|
+
.gd-icon-magic::before,
|
|
21198
|
+
.gd-icon-magic.gd-icon-right::after {
|
|
21199
|
+
content: "\e615";
|
|
21200
|
+
}
|
|
21201
|
+
|
|
21202
|
+
.gd-icon-cloud-upload::before, .gd-icon-upload::before, .gd-icon-uploadcloud::before,
|
|
21203
|
+
.gd-icon-cloud-upload.gd-icon-right::after,
|
|
21204
|
+
.gd-icon-right.gd-icon-upload::after,
|
|
21205
|
+
.gd-icon-right.gd-icon-uploadcloud::after {
|
|
21206
|
+
content: "\e616";
|
|
21207
|
+
}
|
|
21208
|
+
|
|
21209
|
+
.gd-icon-lock::before,
|
|
21210
|
+
.gd-icon-lock.gd-icon-right::after {
|
|
21211
|
+
content: "\e617";
|
|
21212
|
+
}
|
|
21213
|
+
|
|
21214
|
+
.gd-icon-unlock::before,
|
|
21215
|
+
.gd-icon-unlock.gd-icon-right::after {
|
|
21216
|
+
content: "\e618";
|
|
21217
|
+
}
|
|
21218
|
+
|
|
21219
|
+
.gd-icon-settings::before, .gd-icon-config::before,
|
|
21220
|
+
.gd-icon-settings.gd-icon-right::after,
|
|
21221
|
+
.gd-icon-right.gd-icon-config::after {
|
|
21222
|
+
content: "\e619";
|
|
21223
|
+
}
|
|
21224
|
+
|
|
21225
|
+
.gd-icon-trash::before,
|
|
21226
|
+
.gd-icon-trash.gd-icon-right::after {
|
|
21227
|
+
content: "\e61a";
|
|
21228
|
+
}
|
|
21229
|
+
|
|
21230
|
+
.gd-icon-at-sign::before,
|
|
21231
|
+
.gd-icon-at-sign.gd-icon-right::after {
|
|
21232
|
+
content: "\e61b";
|
|
21233
|
+
}
|
|
21234
|
+
|
|
21235
|
+
.gd-icon-envelope::before,
|
|
21236
|
+
.gd-icon-envelope.gd-icon-right::after {
|
|
21237
|
+
content: "\e61c";
|
|
21238
|
+
}
|
|
21239
|
+
|
|
21240
|
+
.gd-icon-visible::before,
|
|
21241
|
+
.gd-icon-visible.gd-icon-right::after {
|
|
21242
|
+
content: "\e61d";
|
|
21243
|
+
}
|
|
21244
|
+
|
|
21245
|
+
.gd-icon-invisible::before,
|
|
21246
|
+
.gd-icon-invisible.gd-icon-right::after {
|
|
21247
|
+
content: "\e61e";
|
|
21248
|
+
}
|
|
21249
|
+
|
|
21250
|
+
.gd-icon-save::before,
|
|
21251
|
+
.gd-icon-save.gd-icon-right::after {
|
|
21252
|
+
content: "\e61f";
|
|
21253
|
+
}
|
|
21254
|
+
|
|
21255
|
+
.gd-icon-printer::before,
|
|
21256
|
+
.gd-icon-printer.gd-icon-right::after {
|
|
21257
|
+
content: "\e620";
|
|
21258
|
+
}
|
|
21259
|
+
|
|
21260
|
+
.gd-icon-file::before,
|
|
21261
|
+
.gd-icon-file.gd-icon-right::after {
|
|
21262
|
+
content: "\e621";
|
|
21263
|
+
}
|
|
21264
|
+
|
|
21265
|
+
.gd-icon-folder::before,
|
|
21266
|
+
.gd-icon-folder.gd-icon-right::after {
|
|
21267
|
+
content: "\e622";
|
|
21268
|
+
}
|
|
21269
|
+
|
|
21270
|
+
.gd-icon-enter::before,
|
|
21271
|
+
.gd-icon-enter.gd-icon-right::after {
|
|
21272
|
+
content: "\e623";
|
|
21273
|
+
}
|
|
21274
|
+
|
|
21275
|
+
.gd-icon-earth::before,
|
|
21276
|
+
.gd-icon-earth.gd-icon-right::after {
|
|
21277
|
+
content: "\e624";
|
|
21278
|
+
}
|
|
21279
|
+
|
|
21280
|
+
.gd-icon-bell::before,
|
|
21281
|
+
.gd-icon-bell.gd-icon-right::after {
|
|
21282
|
+
content: "\e625";
|
|
21283
|
+
}
|
|
21284
|
+
|
|
21285
|
+
.gd-icon-horn::before,
|
|
21286
|
+
.gd-icon-horn.gd-icon-right::after {
|
|
21287
|
+
content: "\e626";
|
|
21288
|
+
}
|
|
21289
|
+
|
|
21290
|
+
.gd-icon-sync::before,
|
|
21291
|
+
.gd-icon-sync.gd-icon-right::after {
|
|
21292
|
+
content: "\e627";
|
|
21293
|
+
}
|
|
21294
|
+
|
|
21295
|
+
.gd-icon-clock::before,
|
|
21296
|
+
.gd-icon-clock.gd-icon-right::after {
|
|
21297
|
+
content: "\e628";
|
|
21298
|
+
}
|
|
21299
|
+
|
|
21300
|
+
.gd-icon-timer::before,
|
|
21301
|
+
.gd-icon-timer.gd-icon-right::after {
|
|
21302
|
+
content: "\e629";
|
|
21303
|
+
}
|
|
21304
|
+
|
|
21305
|
+
.gd-icon-download::before,
|
|
21306
|
+
.gd-icon-download.gd-icon-right::after {
|
|
21307
|
+
content: "\e62a";
|
|
21308
|
+
}
|
|
21309
|
+
|
|
21310
|
+
.gd-icon-magnifier::before, .gd-icon-search::before,
|
|
21311
|
+
.gd-icon-magnifier.gd-icon-right::after,
|
|
21312
|
+
.gd-icon-right.gd-icon-search::after {
|
|
21313
|
+
content: "\e62b";
|
|
21314
|
+
}
|
|
21315
|
+
|
|
21316
|
+
.gd-icon-checkmark::before,
|
|
21317
|
+
.gd-icon-checkmark.gd-icon-right::after {
|
|
21318
|
+
content: "\e62c";
|
|
21319
|
+
}
|
|
21320
|
+
|
|
21321
|
+
.gd-icon-cross::before, .gd-icon-clear::before,
|
|
21322
|
+
.gd-icon-cross.gd-icon-right::after,
|
|
21323
|
+
.gd-icon-right.gd-icon-clear::after {
|
|
21324
|
+
content: "\e62d";
|
|
21325
|
+
}
|
|
21326
|
+
|
|
21327
|
+
.gd-icon-chevron-up::before,
|
|
21328
|
+
.gd-icon-chevron-up.gd-icon-right::after {
|
|
21329
|
+
content: "\e62e";
|
|
21330
|
+
}
|
|
21331
|
+
|
|
21332
|
+
.gd-icon-chevron-down::before,
|
|
21333
|
+
.gd-icon-chevron-down.gd-icon-right::after {
|
|
21334
|
+
content: "\e62f";
|
|
21335
|
+
}
|
|
21336
|
+
|
|
21337
|
+
.gd-icon-chevron-left::before,
|
|
21338
|
+
.gd-icon-chevron-left.gd-icon-right::after {
|
|
21339
|
+
content: "\e630";
|
|
21340
|
+
}
|
|
21341
|
+
|
|
21342
|
+
.gd-icon-chevron-right::before,
|
|
21343
|
+
.gd-icon-chevron-right.gd-icon-right::after {
|
|
21344
|
+
content: "\e631";
|
|
21345
|
+
}
|
|
21346
|
+
|
|
21347
|
+
.gd-icon-arrow-up::before,
|
|
21348
|
+
.gd-icon-arrow-up.gd-icon-right::after {
|
|
21349
|
+
content: "\e632";
|
|
21350
|
+
}
|
|
21351
|
+
|
|
21352
|
+
.gd-icon-arrow-down::before,
|
|
21353
|
+
.gd-icon-arrow-down.gd-icon-right::after {
|
|
21354
|
+
content: "\e633";
|
|
21355
|
+
}
|
|
21356
|
+
|
|
21357
|
+
.gd-icon-arrow-left::before,
|
|
21358
|
+
.gd-icon-arrow-left.gd-icon-right::after {
|
|
21359
|
+
content: "\e634";
|
|
21360
|
+
}
|
|
21361
|
+
|
|
21362
|
+
.gd-icon-arrow-right::before,
|
|
21363
|
+
.gd-icon-arrow-right.gd-icon-right::after {
|
|
21364
|
+
content: "\e635";
|
|
21365
|
+
}
|
|
21366
|
+
|
|
21367
|
+
.gd-icon-tab::before,
|
|
21368
|
+
.gd-icon-tab.gd-icon-right::after {
|
|
21369
|
+
content: "\e636";
|
|
21370
|
+
}
|
|
21371
|
+
|
|
21372
|
+
.gd-icon-warning::before,
|
|
21373
|
+
.gd-icon-warning.gd-icon-right::after {
|
|
21374
|
+
content: "\e637";
|
|
21375
|
+
}
|
|
21376
|
+
|
|
21377
|
+
.gd-icon-circle-checkmark::before,
|
|
21378
|
+
.gd-icon-circle-checkmark.gd-icon-right::after {
|
|
21379
|
+
content: "\e638";
|
|
21380
|
+
}
|
|
21381
|
+
|
|
21382
|
+
.gd-icon-circle-cross::before,
|
|
21383
|
+
.gd-icon-circle-cross.gd-icon-right::after {
|
|
21384
|
+
content: "\e639";
|
|
21385
|
+
}
|
|
21386
|
+
|
|
21387
|
+
.gd-icon-circle-plus::before,
|
|
21388
|
+
.gd-icon-circle-plus.gd-icon-right::after {
|
|
21389
|
+
content: "\e63a";
|
|
21390
|
+
}
|
|
21391
|
+
|
|
21392
|
+
.gd-icon-circle-minus::before,
|
|
21393
|
+
.gd-icon-circle-minus.gd-icon-right::after {
|
|
21394
|
+
content: "\e63b";
|
|
21395
|
+
}
|
|
21396
|
+
|
|
21397
|
+
.gd-icon-filter::before,
|
|
21398
|
+
.gd-icon-filter.gd-icon-right::after {
|
|
21399
|
+
content: "\e63c";
|
|
21400
|
+
}
|
|
21401
|
+
|
|
21402
|
+
.gd-icon-sharp::before,
|
|
21403
|
+
.gd-icon-sharp.gd-icon-right::after {
|
|
21404
|
+
content: "\e63d";
|
|
21405
|
+
}
|
|
21406
|
+
|
|
21407
|
+
.gd-icon-money::before,
|
|
21408
|
+
.gd-icon-money.gd-icon-right::after {
|
|
21409
|
+
content: "\e63e";
|
|
21410
|
+
}
|
|
21411
|
+
|
|
21412
|
+
.gd-icon-percent::before,
|
|
21413
|
+
.gd-icon-percent.gd-icon-right::after {
|
|
21414
|
+
content: "\e63f";
|
|
21415
|
+
}
|
|
21416
|
+
|
|
21417
|
+
.gd-icon-plus::before, .gd-icon-add::before,
|
|
21418
|
+
.gd-icon-plus.gd-icon-right::after,
|
|
21419
|
+
.gd-icon-right.gd-icon-add::after {
|
|
21420
|
+
content: "\e640";
|
|
21421
|
+
}
|
|
21422
|
+
|
|
21423
|
+
.gd-icon-A::before,
|
|
21424
|
+
.gd-icon-A.gd-icon-right::after {
|
|
21425
|
+
content: "\e641";
|
|
21426
|
+
}
|
|
21427
|
+
|
|
21428
|
+
.gd-icon-copyright::before,
|
|
21429
|
+
.gd-icon-copyright.gd-icon-right::after {
|
|
21430
|
+
content: "\e642";
|
|
21431
|
+
}
|
|
21432
|
+
|
|
21433
|
+
/* allow vendor prefixes and disable max length */
|
|
21434
|
+
/* allow vendor prefixes and disable max length */
|
|
21435
|
+
/* ==========================================================================
|
|
21436
|
+
Mixins, silent classes etc.
|
|
21437
|
+
========================================================================== */
|
|
21438
|
+
/* ==========================================================================
|
|
21439
|
+
General styles for inputs & selects
|
|
21440
|
+
========================================================================== */
|
|
21441
|
+
.gd-input {
|
|
21442
|
+
position: relative;
|
|
21443
|
+
display: block;
|
|
21444
|
+
}
|
|
21445
|
+
|
|
21446
|
+
.gd-input-wrapper,
|
|
21447
|
+
.gd-input-field,
|
|
21448
|
+
.input-text {
|
|
21449
|
+
width: 100%;
|
|
21450
|
+
max-width: 100%;
|
|
21451
|
+
}
|
|
21452
|
+
|
|
21453
|
+
.gd-input-wrapper {
|
|
21454
|
+
position: relative;
|
|
21455
|
+
}
|
|
21456
|
+
|
|
21457
|
+
.gd-input-field,
|
|
21458
|
+
.input-text {
|
|
21459
|
+
box-sizing: border-box;
|
|
21460
|
+
margin: 0;
|
|
21461
|
+
padding: 6px 7px 5px;
|
|
21462
|
+
border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
21463
|
+
line-height: normal;
|
|
21464
|
+
vertical-align: middle;
|
|
21465
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
21466
|
+
background: var(--gd-palette-complementary-0, #fff);
|
|
21467
|
+
font-size: 14px;
|
|
21468
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
21469
|
+
font-weight: 200;
|
|
21470
|
+
border-radius: 3px;
|
|
21471
|
+
box-shadow: inset 0 1px 1px 0 rgba(31, 53, 74, 0.15);
|
|
21472
|
+
}
|
|
21473
|
+
|
|
21474
|
+
.gd-input-field::-webkit-input-placeholder,
|
|
21475
|
+
.input-text::-webkit-input-placeholder {
|
|
21476
|
+
color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
|
|
21477
|
+
-moz-transition-property: color;
|
|
21478
|
+
-webkit-transition-property: color;
|
|
21479
|
+
transition-property: color;
|
|
21480
|
+
-moz-transition-duration: 0.25s;
|
|
21481
|
+
-webkit-transition-duration: 0.25s;
|
|
21482
|
+
transition-duration: 0.25s;
|
|
21483
|
+
-moz-transition-timing-function: ease-in-out;
|
|
21484
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
21485
|
+
transition-timing-function: ease-in-out;
|
|
21486
|
+
}
|
|
21487
|
+
|
|
21488
|
+
.gd-input-field:-moz-placeholder,
|
|
21489
|
+
.input-text:-moz-placeholder {
|
|
21490
|
+
color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
|
|
21491
|
+
-moz-transition-property: color;
|
|
21492
|
+
-webkit-transition-property: color;
|
|
21493
|
+
transition-property: color;
|
|
21494
|
+
-moz-transition-duration: 0.25s;
|
|
21495
|
+
-webkit-transition-duration: 0.25s;
|
|
21496
|
+
transition-duration: 0.25s;
|
|
21497
|
+
-moz-transition-timing-function: ease-in-out;
|
|
21498
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
21499
|
+
transition-timing-function: ease-in-out;
|
|
21500
|
+
}
|
|
21501
|
+
|
|
21502
|
+
.gd-input-field::-moz-placeholder,
|
|
21503
|
+
.input-text::-moz-placeholder {
|
|
21504
|
+
color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
|
|
21505
|
+
-moz-transition-property: color;
|
|
21506
|
+
-webkit-transition-property: color;
|
|
21507
|
+
transition-property: color;
|
|
21508
|
+
-moz-transition-duration: 0.25s;
|
|
21509
|
+
-webkit-transition-duration: 0.25s;
|
|
21510
|
+
transition-duration: 0.25s;
|
|
21511
|
+
-moz-transition-timing-function: ease-in-out;
|
|
21512
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
21513
|
+
transition-timing-function: ease-in-out;
|
|
21514
|
+
}
|
|
21515
|
+
|
|
21516
|
+
.gd-input-field:-ms-input-placeholder,
|
|
21517
|
+
.input-text:-ms-input-placeholder {
|
|
21518
|
+
color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
|
|
21519
|
+
-moz-transition-property: color;
|
|
21520
|
+
-webkit-transition-property: color;
|
|
21521
|
+
transition-property: color;
|
|
21522
|
+
-moz-transition-duration: 0.25s;
|
|
21523
|
+
-webkit-transition-duration: 0.25s;
|
|
21524
|
+
transition-duration: 0.25s;
|
|
21525
|
+
-moz-transition-timing-function: ease-in-out;
|
|
21526
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
21527
|
+
transition-timing-function: ease-in-out;
|
|
21528
|
+
}
|
|
21529
|
+
|
|
21530
|
+
.gd-input-field:hover,
|
|
21531
|
+
.input-text:hover {
|
|
21532
|
+
border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
|
|
21533
|
+
}
|
|
21534
|
+
|
|
21535
|
+
.gd-input-field:hover::-webkit-input-placeholder,
|
|
21536
|
+
.input-text:hover::-webkit-input-placeholder {
|
|
21537
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
21538
|
+
}
|
|
21539
|
+
|
|
21540
|
+
.gd-input-field:hover:-moz-placeholder,
|
|
21541
|
+
.input-text:hover:-moz-placeholder {
|
|
21542
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
21543
|
+
}
|
|
21544
|
+
|
|
21545
|
+
.gd-input-field:hover::-moz-placeholder,
|
|
21546
|
+
.input-text:hover::-moz-placeholder {
|
|
21547
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
21548
|
+
}
|
|
21549
|
+
|
|
21550
|
+
.gd-input-field:hover:-ms-input-placeholder,
|
|
21551
|
+
.input-text:hover:-ms-input-placeholder {
|
|
21552
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
21553
|
+
}
|
|
21554
|
+
|
|
21555
|
+
.gd-input-field:focus,
|
|
21556
|
+
.input-text:focus {
|
|
21557
|
+
box-shadow: inset 0 1px 1px 0 rgba(31, 53, 74, 0.2);
|
|
21558
|
+
}
|
|
21559
|
+
|
|
21560
|
+
.gd-input-field:focus-visible,
|
|
21561
|
+
.input-text:focus-visible {
|
|
21562
|
+
box-shadow: none;
|
|
21563
|
+
outline-color: var(--gd-palette-primary-base, #14b2e2);
|
|
21564
|
+
}
|
|
21565
|
+
|
|
21566
|
+
.gd-input-field:disabled, .gd-input-field:disabled:hover, .gd-input-field.disabled, .gd-input-field.disabled:hover,
|
|
21567
|
+
.input-text:disabled,
|
|
21568
|
+
.input-text:disabled:hover,
|
|
21569
|
+
.input-text.disabled,
|
|
21570
|
+
.input-text.disabled:hover {
|
|
21571
|
+
color: var(--gd-palette-complementary-5, #b0beca);
|
|
21572
|
+
border-color: var(--gd-palette-complementary-4, #ccd8e2);
|
|
21573
|
+
background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
|
|
21574
|
+
box-shadow: none;
|
|
21575
|
+
}
|
|
21576
|
+
|
|
21577
|
+
.gd-input-field.gd-input-field-small, .gd-input-field.small,
|
|
21578
|
+
.input-text.gd-input-field-small,
|
|
21579
|
+
.input-text.small {
|
|
21580
|
+
height: 27.1px;
|
|
21581
|
+
padding: 5px 7px;
|
|
21582
|
+
font-size: 13px;
|
|
21583
|
+
}
|
|
21584
|
+
|
|
21585
|
+
textarea.gd-input, textarea.input-text {
|
|
21586
|
+
height: auto;
|
|
21587
|
+
}
|
|
21588
|
+
|
|
21589
|
+
/* Searchfield
|
|
21590
|
+
========================================================================== */
|
|
21591
|
+
.gd-input-search,
|
|
21592
|
+
.searchfield {
|
|
21593
|
+
position: relative;
|
|
21594
|
+
}
|
|
21595
|
+
|
|
21596
|
+
.gd-input-search.gd-input-small .gd-input-field,
|
|
21597
|
+
.gd-input-search.gd-input-small .searchfield-input, .gd-input-search.small .gd-input-field,
|
|
21598
|
+
.gd-input-search.small .searchfield-input,
|
|
21599
|
+
.searchfield.gd-input-small .gd-input-field,
|
|
21600
|
+
.searchfield.gd-input-small .searchfield-input,
|
|
21601
|
+
.searchfield.small .gd-input-field,
|
|
21602
|
+
.searchfield.small .searchfield-input {
|
|
21603
|
+
padding-left: 30px;
|
|
21604
|
+
padding-right: 30px;
|
|
21605
|
+
}
|
|
21606
|
+
|
|
21607
|
+
.gd-input-search.gd-input-small .gd-input-icon,
|
|
21608
|
+
.gd-input-search.gd-input-small .searchfield-icon, .gd-input-search.small .gd-input-icon,
|
|
21609
|
+
.gd-input-search.small .searchfield-icon,
|
|
21610
|
+
.searchfield.gd-input-small .gd-input-icon,
|
|
21611
|
+
.searchfield.gd-input-small .searchfield-icon,
|
|
21612
|
+
.searchfield.small .gd-input-icon,
|
|
21613
|
+
.searchfield.small .searchfield-icon {
|
|
21614
|
+
left: 8px;
|
|
21615
|
+
}
|
|
21616
|
+
|
|
21617
|
+
.gd-input-search.gd-input-small .gd-input-icon-clear,
|
|
21618
|
+
.gd-input-search.gd-input-small .searchfield-clear, .gd-input-search.small .gd-input-icon-clear,
|
|
21619
|
+
.gd-input-search.small .searchfield-clear,
|
|
21620
|
+
.searchfield.gd-input-small .gd-input-icon-clear,
|
|
21621
|
+
.searchfield.gd-input-small .searchfield-clear,
|
|
21622
|
+
.searchfield.small .gd-input-icon-clear,
|
|
21623
|
+
.searchfield.small .searchfield-clear {
|
|
21624
|
+
right: 8px;
|
|
21625
|
+
}
|
|
21626
|
+
|
|
21627
|
+
.gd-input-search.gd-input-small .gd-input-icon,
|
|
21628
|
+
.gd-input-search.gd-input-small .gd-input-icon-clear,
|
|
21629
|
+
.gd-input-search.gd-input-small .searchfield-icon,
|
|
21630
|
+
.gd-input-search.gd-input-small .searchfield-clear, .gd-input-search.small .gd-input-icon,
|
|
21631
|
+
.gd-input-search.small .gd-input-icon-clear,
|
|
21632
|
+
.gd-input-search.small .searchfield-icon,
|
|
21633
|
+
.gd-input-search.small .searchfield-clear,
|
|
21634
|
+
.searchfield.gd-input-small .gd-input-icon,
|
|
21635
|
+
.searchfield.gd-input-small .gd-input-icon-clear,
|
|
21636
|
+
.searchfield.gd-input-small .searchfield-icon,
|
|
21637
|
+
.searchfield.gd-input-small .searchfield-clear,
|
|
21638
|
+
.searchfield.small .gd-input-icon,
|
|
21639
|
+
.searchfield.small .gd-input-icon-clear,
|
|
21640
|
+
.searchfield.small .searchfield-icon,
|
|
21641
|
+
.searchfield.small .searchfield-clear {
|
|
21642
|
+
line-height: 29px;
|
|
21643
|
+
font-size: 14px;
|
|
21644
|
+
}
|
|
21645
|
+
|
|
21646
|
+
.gd-input-search .gd-input-field,
|
|
21647
|
+
.searchfield-input {
|
|
21648
|
+
padding-left: 36px;
|
|
21649
|
+
padding-right: 36px;
|
|
21650
|
+
}
|
|
21651
|
+
|
|
21652
|
+
.gd-input-icon,
|
|
21653
|
+
.searchfield-icon {
|
|
21654
|
+
left: 10px;
|
|
21655
|
+
color: var(--gd-palette-complementary-5, #b0beca);
|
|
21656
|
+
position: absolute;
|
|
21657
|
+
top: 0;
|
|
21658
|
+
bottom: 0;
|
|
21659
|
+
line-height: 32px;
|
|
21660
|
+
font-size: 16px;
|
|
21661
|
+
-moz-transition-property: all;
|
|
21662
|
+
-webkit-transition-property: all;
|
|
21663
|
+
transition-property: all;
|
|
21664
|
+
-moz-transition-duration: 0.25s;
|
|
21665
|
+
-webkit-transition-duration: 0.25s;
|
|
21666
|
+
transition-duration: 0.25s;
|
|
21667
|
+
-moz-transition-timing-function: ease-in-out;
|
|
21668
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
21669
|
+
transition-timing-function: ease-in-out;
|
|
21670
|
+
}
|
|
21671
|
+
|
|
21672
|
+
:focus + .gd-input-icon,
|
|
21673
|
+
:focus + .searchfield-icon {
|
|
21674
|
+
color: var(--gd-palette-primary-base, #14b2e2);
|
|
21675
|
+
}
|
|
21676
|
+
|
|
21677
|
+
.gd-input-icon-clear,
|
|
21678
|
+
.searchfield-clear {
|
|
21679
|
+
right: 10px;
|
|
21680
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
21681
|
+
cursor: pointer;
|
|
21682
|
+
position: absolute;
|
|
21683
|
+
top: 0;
|
|
21684
|
+
bottom: 0;
|
|
21685
|
+
line-height: 32px;
|
|
21686
|
+
font-size: 16px;
|
|
21687
|
+
-moz-transition-property: all;
|
|
21688
|
+
-webkit-transition-property: all;
|
|
21689
|
+
transition-property: all;
|
|
21690
|
+
-moz-transition-duration: 0.25s;
|
|
21691
|
+
-webkit-transition-duration: 0.25s;
|
|
21692
|
+
transition-duration: 0.25s;
|
|
21693
|
+
-moz-transition-timing-function: ease-in-out;
|
|
21694
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
21695
|
+
transition-timing-function: ease-in-out;
|
|
21696
|
+
}
|
|
21697
|
+
|
|
21698
|
+
.gd-input-icon-clear:hover,
|
|
21699
|
+
.searchfield-clear:hover {
|
|
21700
|
+
color: var(--gd-palette-primary-base, #14b2e2);
|
|
21701
|
+
}
|
|
21702
|
+
|
|
21703
|
+
/* Input states
|
|
21704
|
+
========================================================================== */
|
|
21705
|
+
.has-error .gd-input-field,
|
|
21706
|
+
.has-error .input-text {
|
|
21707
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
21708
|
+
border-color: var(--gd-palette-error-base, #e54d42);
|
|
21709
|
+
box-shadow: none;
|
|
21710
|
+
}
|
|
21711
|
+
|
|
21712
|
+
.has-error .gd-input-field:focus-visible,
|
|
21713
|
+
.has-error .input-text:focus-visible {
|
|
21714
|
+
outline-color: var(--gd-palette-error-base, #e54d42);
|
|
21715
|
+
}
|
|
21716
|
+
|
|
21717
|
+
.has-error .gd-input-icon {
|
|
21718
|
+
color: var(--gd-palette-error-base, #e54d42);
|
|
21719
|
+
}
|
|
21720
|
+
|
|
21721
|
+
.has-warning .gd-input-field,
|
|
21722
|
+
.has-warning .input-text {
|
|
21723
|
+
border-color: var(--gd-palette-warning-base, #f18600);
|
|
21724
|
+
box-shadow: none;
|
|
21725
|
+
}
|
|
21726
|
+
|
|
21727
|
+
.has-warning .gd-input-field:focus-visible,
|
|
21728
|
+
.has-warning .input-text:focus-visible {
|
|
21729
|
+
outline-color: var(--gd-palette-warning-base, #f18600);
|
|
21730
|
+
}
|
|
21731
|
+
|
|
21732
|
+
/* Input label
|
|
21733
|
+
========================================================================== */
|
|
21734
|
+
.gd-input-with-label {
|
|
21735
|
+
display: flex;
|
|
21736
|
+
justify-content: space-between;
|
|
21737
|
+
align-items: center;
|
|
21738
|
+
}
|
|
21739
|
+
|
|
21740
|
+
.gd-input-with-label .gd-input-wrapper {
|
|
21741
|
+
flex: 1 1 auto;
|
|
21742
|
+
}
|
|
21743
|
+
|
|
21744
|
+
.gd-input-with-label.is-disabled .gd-input-label {
|
|
21745
|
+
color: var(--gd-palette-complementary-5, #b0beca);
|
|
21746
|
+
user-select: none;
|
|
21747
|
+
}
|
|
21748
|
+
|
|
21749
|
+
.gd-input-with-label.has-error .gd-input-label {
|
|
21750
|
+
color: var(--gd-palette-error-base, #e54d42);
|
|
21751
|
+
}
|
|
21752
|
+
|
|
21753
|
+
.gd-input-label {
|
|
21754
|
+
flex: 0 0 auto;
|
|
21755
|
+
margin-right: 20px;
|
|
21756
|
+
white-space: nowrap;
|
|
21757
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
21758
|
+
font-size: 14px;
|
|
21759
|
+
}
|
|
21760
|
+
|
|
21761
|
+
.gd-input-label-top {
|
|
21762
|
+
flex-wrap: wrap;
|
|
21763
|
+
}
|
|
21764
|
+
|
|
21765
|
+
.gd-input-label-top .gd-input-label {
|
|
21766
|
+
width: 100%;
|
|
21767
|
+
margin-right: 0;
|
|
21768
|
+
margin-bottom: 5px;
|
|
21769
|
+
font-size: 10px;
|
|
21770
|
+
text-transform: uppercase;
|
|
21771
|
+
}
|
|
21772
|
+
|
|
21773
|
+
/* Input prefixes and suffixes
|
|
21774
|
+
========================================================================== */
|
|
21775
|
+
.gd-input-with-prefix .gd-input-wrapper,
|
|
21776
|
+
.gd-input-with-suffix .gd-input-wrapper {
|
|
21777
|
+
display: flex;
|
|
21778
|
+
}
|
|
21779
|
+
|
|
21780
|
+
.gd-input-with-prefix:hover .gd-input-field,
|
|
21781
|
+
.gd-input-with-prefix:hover .gd-input-prefix,
|
|
21782
|
+
.gd-input-with-prefix:hover .gd-input-suffix,
|
|
21783
|
+
.gd-input-with-suffix:hover .gd-input-field,
|
|
21784
|
+
.gd-input-with-suffix:hover .gd-input-prefix,
|
|
21785
|
+
.gd-input-with-suffix:hover .gd-input-suffix {
|
|
21786
|
+
border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
|
|
21787
|
+
}
|
|
21788
|
+
|
|
21789
|
+
.gd-input-with-prefix:hover .gd-input-field:disabled,
|
|
21790
|
+
.gd-input-with-prefix:hover .gd-input-field:disabled ~ .gd-input-prefix,
|
|
21791
|
+
.gd-input-with-prefix:hover .gd-input-field:disabled ~ .gd-input-suffix,
|
|
21792
|
+
.gd-input-with-suffix:hover .gd-input-field:disabled,
|
|
21793
|
+
.gd-input-with-suffix:hover .gd-input-field:disabled ~ .gd-input-prefix,
|
|
21794
|
+
.gd-input-with-suffix:hover .gd-input-field:disabled ~ .gd-input-suffix {
|
|
21795
|
+
border-color: var(--gd-palette-complementary-4, #ccd8e2);
|
|
21796
|
+
}
|
|
21797
|
+
|
|
21798
|
+
.gd-input-with-prefix .gd-input-prefix,
|
|
21799
|
+
.gd-input-with-suffix .gd-input-prefix {
|
|
21800
|
+
order: 0;
|
|
21801
|
+
}
|
|
21802
|
+
|
|
21803
|
+
.gd-input-with-prefix .gd-input-field,
|
|
21804
|
+
.gd-input-with-suffix .gd-input-field {
|
|
21805
|
+
flex: 1 1 100%;
|
|
21806
|
+
min-width: 0;
|
|
21807
|
+
}
|
|
21808
|
+
|
|
21809
|
+
.gd-input-with-prefix .gd-input-field:focus,
|
|
21810
|
+
.gd-input-with-prefix .gd-input-field:focus ~ .gd-input-prefix,
|
|
21811
|
+
.gd-input-with-prefix .gd-input-field:focus ~ .gd-input-suffix,
|
|
21812
|
+
.gd-input-with-suffix .gd-input-field:focus,
|
|
21813
|
+
.gd-input-with-suffix .gd-input-field:focus ~ .gd-input-prefix,
|
|
21814
|
+
.gd-input-with-suffix .gd-input-field:focus ~ .gd-input-suffix {
|
|
21815
|
+
border-color: var(--gd-palette-primary-base, #14b2e2);
|
|
21816
|
+
}
|
|
21817
|
+
|
|
21818
|
+
.gd-input-with-prefix .gd-input-field.gd-input-field-small,
|
|
21819
|
+
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
|
|
21820
|
+
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-suffix, .gd-input-with-prefix .gd-input-field.small,
|
|
21821
|
+
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-prefix,
|
|
21822
|
+
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-suffix,
|
|
21823
|
+
.gd-input-with-suffix .gd-input-field.gd-input-field-small,
|
|
21824
|
+
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
|
|
21825
|
+
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-suffix,
|
|
21826
|
+
.gd-input-with-suffix .gd-input-field.small,
|
|
21827
|
+
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-prefix,
|
|
21828
|
+
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-suffix {
|
|
21829
|
+
height: 27.1px;
|
|
21830
|
+
padding: 5px 7px;
|
|
21831
|
+
font-size: 13px;
|
|
21832
|
+
}
|
|
21833
|
+
|
|
21834
|
+
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
|
|
21835
|
+
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-suffix, .gd-input-with-prefix .gd-input-field.small ~ .gd-input-prefix,
|
|
21836
|
+
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-suffix,
|
|
21837
|
+
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
|
|
21838
|
+
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-suffix,
|
|
21839
|
+
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-prefix,
|
|
21840
|
+
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-suffix {
|
|
21841
|
+
min-width: 27px;
|
|
21842
|
+
}
|
|
21843
|
+
|
|
21844
|
+
.gd-input-with-prefix .gd-input-field,
|
|
21845
|
+
.gd-input-with-prefix .gd-input-suffix,
|
|
21846
|
+
.gd-input-with-suffix .gd-input-field,
|
|
21847
|
+
.gd-input-with-suffix .gd-input-suffix {
|
|
21848
|
+
order: 1;
|
|
21849
|
+
}
|
|
21850
|
+
|
|
21851
|
+
.gd-input-with-prefix.has-error .gd-input-field,
|
|
21852
|
+
.gd-input-with-prefix.has-error .gd-input-field ~ .gd-input-prefix,
|
|
21853
|
+
.gd-input-with-prefix.has-error .gd-input-field ~ .gd-input-suffix,
|
|
21854
|
+
.gd-input-with-suffix.has-error .gd-input-field,
|
|
21855
|
+
.gd-input-with-suffix.has-error .gd-input-field ~ .gd-input-prefix,
|
|
21856
|
+
.gd-input-with-suffix.has-error .gd-input-field ~ .gd-input-suffix {
|
|
21857
|
+
border-color: var(--gd-palette-error-base, #e54d42);
|
|
21858
|
+
}
|
|
21859
|
+
|
|
21860
|
+
.gd-input-with-prefix .gd-input-field {
|
|
21861
|
+
border-top-left-radius: 0;
|
|
21862
|
+
border-bottom-left-radius: 0;
|
|
21863
|
+
}
|
|
21864
|
+
|
|
21865
|
+
.gd-input-with-suffix .gd-input-field {
|
|
21866
|
+
border-top-right-radius: 0;
|
|
21867
|
+
border-bottom-right-radius: 0;
|
|
21868
|
+
}
|
|
21869
|
+
|
|
21870
|
+
.gd-input-prefix,
|
|
21871
|
+
.gd-input-suffix {
|
|
21872
|
+
display: block;
|
|
21873
|
+
flex: 0 0 auto;
|
|
21874
|
+
box-sizing: border-box;
|
|
21875
|
+
margin: 0;
|
|
21876
|
+
padding: 6px 7px 5px;
|
|
21877
|
+
border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
21878
|
+
line-height: normal;
|
|
21879
|
+
vertical-align: middle;
|
|
21880
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
21881
|
+
background: var(--gd-palette-complementary-0, #fff);
|
|
21882
|
+
font-size: 14px;
|
|
21883
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
21884
|
+
font-weight: 200;
|
|
21885
|
+
color: var(--gd-palette-complementary-6-from-theme, #b0beca);
|
|
21886
|
+
min-width: 30px;
|
|
21887
|
+
text-align: center;
|
|
21888
|
+
background-color: var(--gd-palette-complementary-1-from-theme, #fcfcfd);
|
|
21889
|
+
}
|
|
21890
|
+
|
|
21891
|
+
.gd-input-prefix {
|
|
21892
|
+
border-right: none;
|
|
21893
|
+
border-radius: 3px 0 0 3px;
|
|
21894
|
+
}
|
|
21895
|
+
|
|
21896
|
+
.gd-input-suffix {
|
|
21897
|
+
border-left: none;
|
|
21898
|
+
border-radius: 0 3px 3px 0;
|
|
21899
|
+
}
|
|
21900
|
+
|
|
21901
|
+
/* Icon button
|
|
21902
|
+
========================================================================== */
|
|
21903
|
+
.gd-input-with-icon-button .gd-input-field {
|
|
21904
|
+
padding-right: var(--gd-button-M);
|
|
21905
|
+
text-overflow: ellipsis;
|
|
21906
|
+
overflow: hidden;
|
|
21907
|
+
}
|
|
21908
|
+
|
|
21909
|
+
.gd-input-icon-button {
|
|
21910
|
+
position: absolute;
|
|
21911
|
+
right: 0;
|
|
21912
|
+
}
|
|
21913
|
+
|
|
21914
|
+
/* Checkbox and radio
|
|
21915
|
+
========================================================================== */
|
|
21916
|
+
.input-radio-label,
|
|
21917
|
+
.input-checkbox-label {
|
|
21918
|
+
position: relative;
|
|
21919
|
+
display: inline-block;
|
|
21920
|
+
height: 20px;
|
|
21921
|
+
padding: 0 10px 0 23px;
|
|
21922
|
+
line-height: 20px;
|
|
21923
|
+
margin-left: -3px;
|
|
21924
|
+
}
|
|
21925
|
+
|
|
21926
|
+
.input-radio-label .input-label-text,
|
|
21927
|
+
.input-checkbox-label .input-label-text {
|
|
21928
|
+
line-height: inherit;
|
|
21929
|
+
vertical-align: middle;
|
|
21930
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
21931
|
+
}
|
|
21932
|
+
|
|
21933
|
+
.input-radio-label .input-label-text::before, .input-radio-label .input-label-text::after,
|
|
21934
|
+
.input-checkbox-label .input-label-text::before,
|
|
21935
|
+
.input-checkbox-label .input-label-text::after {
|
|
21936
|
+
content: "";
|
|
21937
|
+
position: absolute;
|
|
21938
|
+
box-sizing: content-box;
|
|
21939
|
+
cursor: pointer;
|
|
21940
|
+
}
|
|
21941
|
+
|
|
21942
|
+
.input-radio-label .input-label-text::before,
|
|
21943
|
+
.input-checkbox-label .input-label-text::before {
|
|
21944
|
+
top: 3px;
|
|
21945
|
+
left: 3px;
|
|
21946
|
+
width: 12px;
|
|
21947
|
+
height: 12px;
|
|
21948
|
+
border: 1px solid var(--gd-palette-complementary-5-from-theme, #b1c1d1);
|
|
21949
|
+
transition: all 0.2s;
|
|
21950
|
+
background-color: var(--gd-palette-complementary-0, #fff);
|
|
21951
|
+
}
|
|
21952
|
+
|
|
21953
|
+
.input-radio-label .input-label-text::after,
|
|
21954
|
+
.input-checkbox-label .input-label-text::after {
|
|
21955
|
+
transform: scale(0);
|
|
21956
|
+
transition: transform 0.2s;
|
|
21957
|
+
}
|
|
21958
|
+
|
|
21959
|
+
.input-radio-label .gd-checkbox-label-small,
|
|
21960
|
+
.input-checkbox-label .gd-checkbox-label-small {
|
|
21961
|
+
line-height: inherit;
|
|
21962
|
+
vertical-align: inherit;
|
|
21963
|
+
}
|
|
21964
|
+
|
|
21965
|
+
.input-radio-label input:disabled ~ .input-label-text::before,
|
|
21966
|
+
.input-radio-label input.disabled ~ .input-label-text::before, .input-radio-label:hover input:disabled ~ .input-label-text::before,
|
|
21967
|
+
.input-radio-label:hover input.disabled ~ .input-label-text::before, .input-radio-label:active input:disabled ~ .input-label-text::before,
|
|
21968
|
+
.input-radio-label:active input.disabled ~ .input-label-text::before,
|
|
21969
|
+
.input-checkbox-label input:disabled ~ .input-label-text::before,
|
|
21970
|
+
.input-checkbox-label input.disabled ~ .input-label-text::before,
|
|
21971
|
+
.input-checkbox-label:hover input:disabled ~ .input-label-text::before,
|
|
21972
|
+
.input-checkbox-label:hover input.disabled ~ .input-label-text::before,
|
|
21973
|
+
.input-checkbox-label:active input:disabled ~ .input-label-text::before,
|
|
21974
|
+
.input-checkbox-label:active input.disabled ~ .input-label-text::before {
|
|
21975
|
+
box-shadow: none;
|
|
21976
|
+
border-color: var(--gd-palette-complementary-3-from-theme, rgba(204, 216, 226, 0.7));
|
|
21977
|
+
background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
|
|
21978
|
+
}
|
|
21979
|
+
|
|
21980
|
+
.input-radio-label:hover .input-label-text::before, .input-radio-label:active .input-label-text::before,
|
|
21981
|
+
.input-checkbox-label:hover .input-label-text::before,
|
|
21982
|
+
.input-checkbox-label:active .input-label-text::before {
|
|
21983
|
+
box-shadow: inset 0 1px 2px 0 rgba(31, 53, 74, 0.25);
|
|
21984
|
+
}
|
|
21985
|
+
|
|
21986
|
+
.input-radio-label:hover input:checked ~ .input-label-text::before, .input-radio-label:active input:checked ~ .input-label-text::before,
|
|
21987
|
+
.input-checkbox-label:hover input:checked ~ .input-label-text::before,
|
|
21988
|
+
.input-checkbox-label:active input:checked ~ .input-label-text::before {
|
|
21989
|
+
box-shadow: none;
|
|
21990
|
+
border-color: transparent;
|
|
21991
|
+
}
|
|
21992
|
+
|
|
21993
|
+
.input-radio-label:hover .input-label-text::before,
|
|
21994
|
+
.input-checkbox-label:hover .input-label-text::before {
|
|
21995
|
+
border-color: var(--gd-palette-complementary-6, #94a1ad);
|
|
21996
|
+
}
|
|
21997
|
+
|
|
21998
|
+
.input-radio-label:active .input-label-text::before,
|
|
21999
|
+
.input-checkbox-label:active .input-label-text::before {
|
|
22000
|
+
border-color: var(--gd-palette-primary-base, #14b2e2);
|
|
22001
|
+
background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
|
|
22002
|
+
}
|
|
22003
|
+
|
|
22004
|
+
.input-radio-label input,
|
|
22005
|
+
.input-checkbox-label input {
|
|
22006
|
+
position: absolute;
|
|
22007
|
+
opacity: 0;
|
|
22008
|
+
}
|
|
22009
|
+
|
|
22010
|
+
.input-radio-label input:checked ~ .input-label-text::before,
|
|
22011
|
+
.input-checkbox-label input:checked ~ .input-label-text::before {
|
|
22012
|
+
border-color: transparent;
|
|
22013
|
+
background-color: var(--gd-palette-primary-base, #14b2e2);
|
|
22014
|
+
}
|
|
22015
|
+
|
|
22016
|
+
.input-radio-label input:checked ~ .input-label-text::after,
|
|
22017
|
+
.input-checkbox-label input:checked ~ .input-label-text::after {
|
|
22018
|
+
transform: scale(1);
|
|
22019
|
+
}
|
|
22020
|
+
|
|
22021
|
+
.input-radio-label input:disabled ~ .input-label-text, .input-radio-label input.disabled ~ .input-label-text,
|
|
22022
|
+
.input-checkbox-label input:disabled ~ .input-label-text,
|
|
22023
|
+
.input-checkbox-label input.disabled ~ .input-label-text {
|
|
22024
|
+
color: var(--gd-palette-complementary-5, #b0beca);
|
|
22025
|
+
}
|
|
22026
|
+
|
|
22027
|
+
.input-radio-label input:disabled ~ .input-label-text::before,
|
|
22028
|
+
.input-radio-label input:disabled ~ .input-label-text::after, .input-radio-label input.disabled ~ .input-label-text::before,
|
|
22029
|
+
.input-radio-label input.disabled ~ .input-label-text::after,
|
|
22030
|
+
.input-checkbox-label input:disabled ~ .input-label-text::before,
|
|
22031
|
+
.input-checkbox-label input:disabled ~ .input-label-text::after,
|
|
22032
|
+
.input-checkbox-label input.disabled ~ .input-label-text::before,
|
|
22033
|
+
.input-checkbox-label input.disabled ~ .input-label-text::after {
|
|
22034
|
+
cursor: default;
|
|
22035
|
+
}
|
|
22036
|
+
|
|
22037
|
+
.input-radio-label input:disabled:checked ~ .input-label-text::before, .input-radio-label input.disabled:checked ~ .input-label-text::before,
|
|
22038
|
+
.input-checkbox-label input:disabled:checked ~ .input-label-text::before,
|
|
22039
|
+
.input-checkbox-label input.disabled:checked ~ .input-label-text::before {
|
|
22040
|
+
background-color: var(--gd-palette-complementary-4, #ccd8e2);
|
|
22041
|
+
}
|
|
22042
|
+
|
|
22043
|
+
.input-radio-label input[type=checkbox]:focus-visible + ::before,
|
|
22044
|
+
.input-radio-label input[type=radio]:focus-visible + ::before,
|
|
22045
|
+
.input-checkbox-label input[type=checkbox]:focus-visible + ::before,
|
|
22046
|
+
.input-checkbox-label input[type=radio]:focus-visible + ::before,
|
|
22047
|
+
.input-checkbox-toggle input[type=checkbox]:focus-visible + ::before,
|
|
22048
|
+
.input-checkbox-toggle input[type=radio]:focus-visible + ::before {
|
|
22049
|
+
outline: 2px solid var(--gd-palette-primary-base, #14b2e2);
|
|
22050
|
+
outline-offset: 2px;
|
|
22051
|
+
transition: none;
|
|
22052
|
+
}
|
|
22053
|
+
|
|
22054
|
+
.input-radio-label .input-label-text::before {
|
|
22055
|
+
border-radius: 50%;
|
|
22056
|
+
}
|
|
22057
|
+
|
|
22058
|
+
.input-radio-label .input-label-text::after {
|
|
22059
|
+
top: 7px;
|
|
22060
|
+
left: 7px;
|
|
22061
|
+
width: 6px;
|
|
22062
|
+
height: 6px;
|
|
22063
|
+
border-radius: 50%;
|
|
22064
|
+
background-color: var(--gd-palette-complementary-0, #fff);
|
|
22065
|
+
}
|
|
22066
|
+
|
|
22067
|
+
.input-checkbox-label .input-label-text::before {
|
|
22068
|
+
border-radius: 2px;
|
|
22069
|
+
}
|
|
22070
|
+
|
|
22071
|
+
.input-checkbox-label .input-label-text::after {
|
|
22072
|
+
top: 7px;
|
|
22073
|
+
left: 4px;
|
|
22074
|
+
width: 7px;
|
|
22075
|
+
height: 3px;
|
|
22076
|
+
transform: scale(0) rotate(315deg) skew(-2deg);
|
|
22077
|
+
transform-origin: top;
|
|
22078
|
+
border-left: 2px solid var(--gd-palette-complementary-0, #fff);
|
|
22079
|
+
border-bottom: 2px solid var(--gd-palette-complementary-0, #fff);
|
|
22080
|
+
}
|
|
22081
|
+
|
|
22082
|
+
.input-checkbox-label input:checked ~ .input-label-text::after {
|
|
22083
|
+
transform: scale(1) rotate(315deg) skew(-2deg);
|
|
22084
|
+
}
|
|
22085
|
+
|
|
22086
|
+
.input-checkbox-label .checkbox-indefinite ~ .input-label-text::after {
|
|
22087
|
+
top: 9px;
|
|
22088
|
+
left: 6px;
|
|
22089
|
+
width: 8px;
|
|
22090
|
+
height: 0;
|
|
22091
|
+
transform: scale(0);
|
|
22092
|
+
border-left: none;
|
|
22093
|
+
}
|
|
22094
|
+
|
|
22095
|
+
.input-checkbox-label .checkbox-indefinite:checked ~ .input-label-text::after {
|
|
22096
|
+
transform: scale(1);
|
|
22097
|
+
}
|
|
22098
|
+
|
|
22099
|
+
.input-checkbox-toggle input {
|
|
22100
|
+
position: absolute;
|
|
22101
|
+
opacity: 0;
|
|
22102
|
+
}
|
|
22103
|
+
|
|
22104
|
+
.input-checkbox-toggle input:disabled ~ .input-label-text, .input-checkbox-toggle input.disabled ~ .input-label-text {
|
|
22105
|
+
color: var(--gd-palette-complementary-5, #b0beca);
|
|
22106
|
+
}
|
|
22107
|
+
|
|
22108
|
+
.input-checkbox-toggle .input-label-text {
|
|
22109
|
+
position: relative;
|
|
22110
|
+
height: 14px;
|
|
22111
|
+
line-height: 14px;
|
|
22112
|
+
padding-right: 35px;
|
|
22113
|
+
}
|
|
22114
|
+
|
|
22115
|
+
.input-checkbox-toggle .input-label-text::before, .input-checkbox-toggle .input-label-text::after {
|
|
22116
|
+
content: "";
|
|
22117
|
+
position: absolute;
|
|
22118
|
+
box-sizing: content-box;
|
|
22119
|
+
background: var(--gd-palette-complementary-0-from-theme, #f3f6f7);
|
|
22120
|
+
cursor: pointer;
|
|
22121
|
+
transition: all 0.4s;
|
|
22122
|
+
}
|
|
22123
|
+
|
|
22124
|
+
.input-checkbox-toggle .input-label-text::before {
|
|
22125
|
+
top: 1px;
|
|
22126
|
+
right: 0;
|
|
22127
|
+
width: 28px;
|
|
22128
|
+
height: 12px;
|
|
22129
|
+
border: 1px solid var(--gd-palette-complementary-4-from-theme, #c9d5e0);
|
|
22130
|
+
border-radius: 7px;
|
|
22131
|
+
}
|
|
22132
|
+
|
|
22133
|
+
.input-checkbox-toggle .input-label-text::after {
|
|
22134
|
+
top: 3px;
|
|
22135
|
+
right: 18px;
|
|
22136
|
+
width: 8px;
|
|
22137
|
+
height: 8px;
|
|
22138
|
+
border: 1px solid var(--gd-palette-complementary-5, #b0beca);
|
|
22139
|
+
border-radius: 50%;
|
|
22140
|
+
}
|
|
22141
|
+
|
|
22142
|
+
.input-checkbox-toggle input:checked ~ .input-label-text::after {
|
|
22143
|
+
right: 2px;
|
|
22144
|
+
border: 1px solid var(--gd-palette-primary-base-d06, #129cc6);
|
|
22145
|
+
background: var(--gd-palette-primary-base, #14b2e2);
|
|
22146
|
+
}
|
|
22147
|
+
|
|
22148
|
+
.input-checkbox-toggle:hover .input-label-text::after, .input-checkbox-toggle:active .input-label-text::after {
|
|
22149
|
+
border: 1px solid var(--gd-palette-complementary-5-from-theme, #94a1ad);
|
|
22150
|
+
background: var(--gd-palette-complementary-3-from-theme, #d7dfe5);
|
|
22151
|
+
}
|
|
22152
|
+
|
|
22153
|
+
.input-checkbox-toggle:hover input:checked ~ .input-label-text::after, .input-checkbox-toggle:active input:checked ~ .input-label-text::after {
|
|
22154
|
+
background: var(--gd-palette-primary-base-d06, #129cc6);
|
|
22155
|
+
}
|
|
22156
|
+
|
|
22157
|
+
.input-checkbox-toggle input:disabled ~ .input-label-text::before,
|
|
22158
|
+
.input-checkbox-toggle input:disabled ~ .input-label-text::after,
|
|
22159
|
+
.input-checkbox-toggle input.disabled ~ .input-label-text::before,
|
|
22160
|
+
.input-checkbox-toggle input.disabled ~ .input-label-text::after, .input-checkbox-toggle:hover input:disabled ~ .input-label-text::before,
|
|
22161
|
+
.input-checkbox-toggle:hover input:disabled ~ .input-label-text::after,
|
|
22162
|
+
.input-checkbox-toggle:hover input.disabled ~ .input-label-text::before,
|
|
22163
|
+
.input-checkbox-toggle:hover input.disabled ~ .input-label-text::after, .input-checkbox-toggle:active input:disabled ~ .input-label-text::before,
|
|
22164
|
+
.input-checkbox-toggle:active input:disabled ~ .input-label-text::after,
|
|
22165
|
+
.input-checkbox-toggle:active input.disabled ~ .input-label-text::before,
|
|
22166
|
+
.input-checkbox-toggle:active input.disabled ~ .input-label-text::after {
|
|
22167
|
+
box-shadow: none;
|
|
22168
|
+
cursor: default;
|
|
22169
|
+
border-color: var(--gd-palette-complementary-3-from-theme, rgba(204, 216, 226, 0.5));
|
|
22170
|
+
background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
|
|
22171
|
+
}
|
|
22172
|
+
|
|
22173
|
+
/* ==========================================================================
|
|
22174
|
+
Variables
|
|
22175
|
+
========================================================================== */
|
|
22176
|
+
/* ==========================================================================
|
|
22177
|
+
Silent classes - more clever mixins
|
|
22178
|
+
========================================================================== */
|
|
22179
|
+
.gd-button-primary,
|
|
22180
|
+
.gd-button-secondary, .gd-button-positive, .gd-button-negative, .gd-button-action, .gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
|
|
22181
|
+
position: relative;
|
|
22182
|
+
display: inline-flex;
|
|
22183
|
+
justify-content: space-between;
|
|
22184
|
+
align-items: center;
|
|
22185
|
+
padding: 5px 14px;
|
|
22186
|
+
border: 1px solid transparent;
|
|
22187
|
+
font: 400 14px/20px var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
22188
|
+
white-space: nowrap;
|
|
22189
|
+
vertical-align: middle;
|
|
22190
|
+
cursor: pointer;
|
|
22191
|
+
text-align: left;
|
|
22192
|
+
border-radius: var(--gd-button-borderRadius, 3px);
|
|
22193
|
+
text-transform: var(--gd-button-textCapitalization, none);
|
|
22194
|
+
-moz-transition-property: all;
|
|
22195
|
+
-webkit-transition-property: all;
|
|
22196
|
+
transition-property: all;
|
|
22197
|
+
-moz-transition-duration: 0.25s;
|
|
22198
|
+
-webkit-transition-duration: 0.25s;
|
|
22199
|
+
transition-duration: 0.25s;
|
|
22200
|
+
-moz-transition-timing-function: ease-in-out;
|
|
22201
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
22202
|
+
transition-timing-function: ease-in-out;
|
|
22203
|
+
}
|
|
22204
|
+
|
|
22205
|
+
.gd-button-primary::before,
|
|
22206
|
+
.gd-button-secondary::before, .gd-button-positive::before, .gd-button-negative::before, .gd-button-action::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-primary::after,
|
|
22207
|
+
.gd-button-secondary::after, .gd-button-positive::after, .gd-button-negative::after, .gd-button-action::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
|
|
22208
|
+
position: absolute;
|
|
22209
|
+
top: 50%;
|
|
22210
|
+
height: 20px;
|
|
22211
|
+
line-height: 20px;
|
|
22212
|
+
color: var(--gd-palette-complementary-5, #b0beca);
|
|
22213
|
+
transform: translateY(-50%);
|
|
22214
|
+
font-size: 18px;
|
|
22215
|
+
text-align: center;
|
|
22216
|
+
-moz-transition-property: color;
|
|
22217
|
+
-webkit-transition-property: color;
|
|
22218
|
+
transition-property: color;
|
|
22219
|
+
-moz-transition-duration: 0.25s;
|
|
22220
|
+
-webkit-transition-duration: 0.25s;
|
|
22221
|
+
transition-duration: 0.25s;
|
|
22222
|
+
-moz-transition-timing-function: ease-in-out;
|
|
22223
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
22224
|
+
transition-timing-function: ease-in-out;
|
|
22225
|
+
}
|
|
22226
|
+
|
|
22227
|
+
.gd-button-primary::before,
|
|
22228
|
+
.gd-button-secondary::before, .gd-button-positive::before, .gd-button-negative::before, .gd-button-action::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before {
|
|
22229
|
+
left: 10px;
|
|
22230
|
+
margin-right: 0.5em;
|
|
22231
|
+
}
|
|
22232
|
+
|
|
22233
|
+
.gd-button-primary::after,
|
|
22234
|
+
.gd-button-secondary::after, .gd-button-positive::after, .gd-button-negative::after, .gd-button-action::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
|
|
22235
|
+
right: 7px;
|
|
22236
|
+
margin-left: 0.5em;
|
|
22237
|
+
}
|
|
22238
|
+
|
|
22239
|
+
.gd-button-primary .gd-button-text,
|
|
22240
|
+
.gd-button-secondary .gd-button-text, .gd-button-positive .gd-button-text, .gd-button-negative .gd-button-text, .gd-button-action .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-text,
|
|
22241
|
+
.gd-button-primary .gd-button-icon,
|
|
22242
|
+
.gd-button-secondary .gd-button-icon,
|
|
22243
|
+
.gd-button-positive .gd-button-icon,
|
|
22244
|
+
.gd-button-negative .gd-button-icon,
|
|
22245
|
+
.gd-button-action .gd-button-icon,
|
|
22246
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
|
|
22247
|
+
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
|
|
22248
|
+
position: relative;
|
|
22249
|
+
display: block;
|
|
22250
|
+
justify-content: space-between;
|
|
22251
|
+
align-items: center;
|
|
22252
|
+
}
|
|
22253
|
+
|
|
22254
|
+
.gd-button-primary .gd-button-text,
|
|
22255
|
+
.gd-button-secondary .gd-button-text, .gd-button-positive .gd-button-text, .gd-button-negative .gd-button-text, .gd-button-action .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-text {
|
|
22256
|
+
top: 1px;
|
|
22257
|
+
flex: 1 1 auto;
|
|
22258
|
+
overflow: hidden;
|
|
22259
|
+
width: 100%;
|
|
22260
|
+
text-overflow: ellipsis;
|
|
22261
|
+
}
|
|
22262
|
+
|
|
22263
|
+
.gd-button-primary .gd-button-icon,
|
|
22264
|
+
.gd-button-secondary .gd-button-icon, .gd-button-positive .gd-button-icon, .gd-button-negative .gd-button-icon, .gd-button-action .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
|
|
22265
|
+
flex: 0 0 auto;
|
|
22266
|
+
width: 18px;
|
|
22267
|
+
height: 18px;
|
|
22268
|
+
margin: 0 0.5em;
|
|
22269
|
+
line-height: 18px;
|
|
22270
|
+
color: var(--gd-palette-complementary-5, #b0beca);
|
|
22271
|
+
font-size: 18px;
|
|
22272
|
+
text-align: center;
|
|
22273
|
+
text-decoration: none;
|
|
22274
|
+
background-size: contain;
|
|
22275
|
+
background-repeat: no-repeat;
|
|
22276
|
+
background-position: center;
|
|
22277
|
+
}
|
|
22278
|
+
|
|
22279
|
+
.gd-button-primary .gd-button-icon::before,
|
|
22280
|
+
.gd-button-secondary .gd-button-icon::before, .gd-button-positive .gd-button-icon::before, .gd-button-negative .gd-button-icon::before, .gd-button-action .gd-button-icon::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon::before, .gd-button-primary .gd-button-icon::after,
|
|
22281
|
+
.gd-button-secondary .gd-button-icon::after, .gd-button-positive .gd-button-icon::after, .gd-button-negative .gd-button-icon::after, .gd-button-action .gd-button-icon::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon::after {
|
|
22282
|
+
color: inherit;
|
|
22283
|
+
-moz-transition-property: color;
|
|
22284
|
+
-webkit-transition-property: color;
|
|
22285
|
+
transition-property: color;
|
|
22286
|
+
-moz-transition-duration: 0.25s;
|
|
22287
|
+
-webkit-transition-duration: 0.25s;
|
|
22288
|
+
transition-duration: 0.25s;
|
|
22289
|
+
-moz-transition-timing-function: ease-in-out;
|
|
22290
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
22291
|
+
transition-timing-function: ease-in-out;
|
|
22292
|
+
}
|
|
22293
|
+
|
|
22294
|
+
.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child,
|
|
22295
|
+
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child {
|
|
22296
|
+
margin-left: -4px;
|
|
22297
|
+
}
|
|
22298
|
+
|
|
22299
|
+
.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child,
|
|
22300
|
+
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child {
|
|
22301
|
+
margin-right: -4px;
|
|
22302
|
+
}
|
|
22303
|
+
|
|
22304
|
+
.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child,
|
|
22305
|
+
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child {
|
|
22306
|
+
width: 19px;
|
|
22307
|
+
height: 17px;
|
|
22308
|
+
line-height: 17px;
|
|
22309
|
+
margin-right: -9px;
|
|
22310
|
+
margin-left: -9px;
|
|
22311
|
+
font-size: 16px;
|
|
22312
|
+
}
|
|
22313
|
+
|
|
22314
|
+
.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before,
|
|
22315
|
+
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after,
|
|
22316
|
+
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after {
|
|
22317
|
+
top: calc(50% + 1px);
|
|
22318
|
+
}
|
|
22319
|
+
|
|
22320
|
+
.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text,
|
|
22321
|
+
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text {
|
|
22322
|
+
top: 2px;
|
|
22323
|
+
}
|
|
22324
|
+
|
|
22325
|
+
.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon,
|
|
22326
|
+
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon {
|
|
22327
|
+
margin-top: 2px;
|
|
22328
|
+
}
|
|
22329
|
+
|
|
22330
|
+
.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child,
|
|
22331
|
+
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child {
|
|
22332
|
+
color: var(--gd-palette-complementary-7-from-theme, #778491);
|
|
22333
|
+
}
|
|
22334
|
+
|
|
22335
|
+
.gd-button-primary:hover::before,
|
|
22336
|
+
.gd-button-secondary:hover::before, .gd-button-positive:hover::before, .gd-button-negative:hover::before, .gd-button-action:hover::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::before, .gd-button-primary:hover::after,
|
|
22337
|
+
.gd-button-secondary:hover::after, .gd-button-positive:hover::after, .gd-button-negative:hover::after, .gd-button-action:hover::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::after,
|
|
22338
|
+
.gd-button-primary:hover .gd-button-icon,
|
|
22339
|
+
.gd-button-secondary:hover .gd-button-icon,
|
|
22340
|
+
.gd-button-positive:hover .gd-button-icon,
|
|
22341
|
+
.gd-button-negative:hover .gd-button-icon,
|
|
22342
|
+
.gd-button-action:hover .gd-button-icon,
|
|
22343
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover .gd-button-icon,
|
|
22344
|
+
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover .gd-button-icon {
|
|
22345
|
+
color: var(--gd-palette-primary-base, #14b2e2);
|
|
22346
|
+
}
|
|
22347
|
+
|
|
22348
|
+
.gd-button-primary:focus-visible,
|
|
22349
|
+
.gd-button-secondary:focus-visible, .gd-button-positive:focus-visible, .gd-button-negative:focus-visible, .gd-button-action:focus-visible, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus-visible, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:focus-visible {
|
|
22350
|
+
transition: none;
|
|
22351
|
+
}
|
|
22352
|
+
|
|
22353
|
+
[class*=gd-icon-].gd-button-primary,
|
|
22354
|
+
[class*=gd-icon-].gd-button-secondary, [class*=gd-icon-].gd-button-positive, [class*=gd-icon-].gd-button-negative, [class*=gd-icon-].gd-button-action, [class*=gd-icon-].gd-button-link.gd-button-icon-only, [class*=gd-icon-].gd-button-icon-only.gd-button-link-dimmed {
|
|
22355
|
+
padding-left: 37px;
|
|
22356
|
+
}
|
|
22357
|
+
|
|
22358
|
+
[class*=gd-icon-].gd-icon-right.gd-button-primary,
|
|
22359
|
+
[class*=gd-icon-].gd-icon-right.gd-button-secondary, [class*=gd-icon-].gd-icon-right.gd-button-positive, [class*=gd-icon-].gd-icon-right.gd-button-negative, [class*=gd-icon-].gd-icon-right.gd-button-action, [class*=gd-icon-].gd-icon-right.gd-button-link.gd-button-icon-only, [class*=gd-icon-].gd-icon-right.gd-button-icon-only.gd-button-link-dimmed {
|
|
22360
|
+
padding-left: 11px;
|
|
22361
|
+
padding-right: 32px;
|
|
22362
|
+
}
|
|
22363
|
+
|
|
22364
|
+
.gd-button-primary .ss-icon,
|
|
22365
|
+
.gd-button-secondary .ss-icon, .gd-button-positive .ss-icon, .gd-button-negative .ss-icon, .gd-button-action .ss-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .ss-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .ss-icon {
|
|
22366
|
+
vertical-align: middle;
|
|
22367
|
+
}
|
|
22368
|
+
|
|
22369
|
+
/* Basic button variants
|
|
22370
|
+
========================================================================== */
|
|
22371
|
+
/* disable max length */
|
|
22372
|
+
.gd-button + .gd-button {
|
|
22373
|
+
margin-left: 10px;
|
|
22374
|
+
}
|
|
22375
|
+
|
|
22376
|
+
.gd-button-primary, .gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
|
|
22377
|
+
.gd-button-secondary {
|
|
22378
|
+
box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
|
|
22379
|
+
color: var(--gd-palette-complementary-7-from-theme, #778491);
|
|
22380
|
+
background: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
|
|
22381
|
+
border-color: var(--gd-palette-complementary-4, #ccd8e2);
|
|
22382
|
+
}
|
|
22383
|
+
|
|
22384
|
+
.gd-button-primary:hover, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover,
|
|
22385
|
+
.gd-button-secondary:hover {
|
|
22386
|
+
box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.6));
|
|
22387
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
22388
|
+
background: var(--gd-palette-complementary-1, #f5f8fa);
|
|
22389
|
+
border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
|
|
22390
|
+
}
|
|
22391
|
+
|
|
22392
|
+
.gd-button-primary:focus, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:focus, .gd-button-primary.is-focus, .is-focus.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-focus.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
|
|
22393
|
+
.gd-button-secondary:focus,
|
|
22394
|
+
.gd-button-secondary.is-focus {
|
|
22395
|
+
box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) rgba(69, 199, 239, 0), var(--gd-button-dropShadow, 0 1px 2px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.6));
|
|
22396
|
+
border-color: var(--gd-palette-primary-base-t25, rgba(20, 178, 226, 0.75));
|
|
22397
|
+
}
|
|
22398
|
+
|
|
22399
|
+
.gd-button-primary:active, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:active, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active, .gd-button-primary.is-active, .is-active.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-active.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
|
|
22400
|
+
.gd-button-secondary:active,
|
|
22401
|
+
.gd-button-secondary.is-active {
|
|
22402
|
+
box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
|
|
22403
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
22404
|
+
border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
|
|
22405
|
+
background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
|
|
22406
|
+
background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
|
|
22407
|
+
background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
|
|
22408
|
+
background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
|
|
22409
|
+
background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
|
|
22410
|
+
}
|
|
22411
|
+
|
|
22412
|
+
.gd-button-primary.is-full-width, .is-full-width.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-full-width.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
|
|
22413
|
+
.gd-button-secondary.is-full-width {
|
|
22414
|
+
width: 100%;
|
|
22415
|
+
}
|
|
22416
|
+
|
|
22417
|
+
.gd-button-positive,
|
|
22418
|
+
.gd-button-negative,
|
|
22419
|
+
.gd-button-action {
|
|
22420
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
22421
|
+
color: var(--gd-palette-complementary-0, #fff);
|
|
22422
|
+
}
|
|
22423
|
+
|
|
22424
|
+
.gd-button-positive[class*=gd-icon-],
|
|
22425
|
+
.gd-button-positive .gd-button-icon,
|
|
22426
|
+
.gd-button-negative[class*=gd-icon-],
|
|
22427
|
+
.gd-button-negative .gd-button-icon,
|
|
22428
|
+
.gd-button-action[class*=gd-icon-],
|
|
22429
|
+
.gd-button-action .gd-button-icon {
|
|
22430
|
+
color: var(--gd-palette-complementary-0, #fff);
|
|
22431
|
+
}
|
|
22432
|
+
|
|
22433
|
+
.gd-button-positive[class*=gd-icon-]::before, .gd-button-positive[class*=gd-icon-]::after,
|
|
22434
|
+
.gd-button-positive[class*=gd-icon-] .gd-button-icon, .gd-button-positive[class*=gd-icon-]:hover::before, .gd-button-positive[class*=gd-icon-]:hover::after,
|
|
22435
|
+
.gd-button-positive[class*=gd-icon-]:hover .gd-button-icon,
|
|
22436
|
+
.gd-button-positive .gd-button-icon::before,
|
|
22437
|
+
.gd-button-positive .gd-button-icon::after,
|
|
22438
|
+
.gd-button-positive .gd-button-icon .gd-button-icon,
|
|
22439
|
+
.gd-button-positive .gd-button-icon:hover::before,
|
|
22440
|
+
.gd-button-positive .gd-button-icon:hover::after,
|
|
22441
|
+
.gd-button-positive .gd-button-icon:hover .gd-button-icon,
|
|
22442
|
+
.gd-button-negative[class*=gd-icon-]::before,
|
|
22443
|
+
.gd-button-negative[class*=gd-icon-]::after,
|
|
22444
|
+
.gd-button-negative[class*=gd-icon-] .gd-button-icon,
|
|
22445
|
+
.gd-button-negative[class*=gd-icon-]:hover::before,
|
|
22446
|
+
.gd-button-negative[class*=gd-icon-]:hover::after,
|
|
22447
|
+
.gd-button-negative[class*=gd-icon-]:hover .gd-button-icon,
|
|
22448
|
+
.gd-button-negative .gd-button-icon::before,
|
|
22449
|
+
.gd-button-negative .gd-button-icon::after,
|
|
22450
|
+
.gd-button-negative .gd-button-icon .gd-button-icon,
|
|
22451
|
+
.gd-button-negative .gd-button-icon:hover::before,
|
|
22452
|
+
.gd-button-negative .gd-button-icon:hover::after,
|
|
22453
|
+
.gd-button-negative .gd-button-icon:hover .gd-button-icon,
|
|
22454
|
+
.gd-button-action[class*=gd-icon-]::before,
|
|
22455
|
+
.gd-button-action[class*=gd-icon-]::after,
|
|
22456
|
+
.gd-button-action[class*=gd-icon-] .gd-button-icon,
|
|
22457
|
+
.gd-button-action[class*=gd-icon-]:hover::before,
|
|
22458
|
+
.gd-button-action[class*=gd-icon-]:hover::after,
|
|
22459
|
+
.gd-button-action[class*=gd-icon-]:hover .gd-button-icon,
|
|
22460
|
+
.gd-button-action .gd-button-icon::before,
|
|
22461
|
+
.gd-button-action .gd-button-icon::after,
|
|
22462
|
+
.gd-button-action .gd-button-icon .gd-button-icon,
|
|
22463
|
+
.gd-button-action .gd-button-icon:hover::before,
|
|
22464
|
+
.gd-button-action .gd-button-icon:hover::after,
|
|
22465
|
+
.gd-button-action .gd-button-icon:hover .gd-button-icon {
|
|
22466
|
+
color: var(--gd-palette-complementary-0, #fff);
|
|
22467
|
+
}
|
|
22468
|
+
|
|
22469
|
+
.gd-button-positive,
|
|
22470
|
+
.gd-button-negative,
|
|
22471
|
+
.gd-button-action,
|
|
22472
|
+
.gd-button-primary,
|
|
22473
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-],
|
|
22474
|
+
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
|
|
22475
|
+
font-weight: 700;
|
|
22476
|
+
}
|
|
22477
|
+
|
|
22478
|
+
.gd-button-positive {
|
|
22479
|
+
box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
|
|
22480
|
+
background: var(--gd-palette-success-base, #00c18d);
|
|
22481
|
+
}
|
|
22482
|
+
|
|
22483
|
+
.gd-button-positive:hover {
|
|
22484
|
+
box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
|
|
22485
|
+
background: var(--gd-palette-success-base-d06, #00a277);
|
|
22486
|
+
}
|
|
22487
|
+
|
|
22488
|
+
.gd-button-positive:focus {
|
|
22489
|
+
box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-success-focus, rgba(0, 224, 163, 0.5)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
|
|
22490
|
+
}
|
|
22491
|
+
|
|
22492
|
+
.gd-button-positive:active, .gd-button-positive.is-active {
|
|
22493
|
+
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
|
|
22494
|
+
background: var(--gd-palette-success-base-d06, #00a277); /* Old browsers */
|
|
22495
|
+
background-image: -webkit-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* Chrome 10+, Saf5.1+ */
|
|
22496
|
+
background-image: -moz-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* FF3.6 */
|
|
22497
|
+
background-image: -ms-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* IE10 */
|
|
22498
|
+
background-image: linear-gradient(to top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277));
|
|
22499
|
+
}
|
|
22500
|
+
|
|
22501
|
+
.gd-button-negative {
|
|
22502
|
+
box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
|
|
22503
|
+
background: var(--gd-palette-error-base, #e54d42);
|
|
22504
|
+
}
|
|
22505
|
+
|
|
22506
|
+
.gd-button-negative:hover {
|
|
22507
|
+
box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
|
|
22508
|
+
background: var(--gd-palette-error-base-d10, #d62a1e);
|
|
22509
|
+
}
|
|
22510
|
+
|
|
22511
|
+
.gd-button-negative:focus {
|
|
22512
|
+
box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-error-focus, rgba(235, 119, 111, 0.6)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
|
|
22513
|
+
}
|
|
22514
|
+
|
|
22515
|
+
.gd-button-negative:active, .gd-button-negative.is-active {
|
|
22516
|
+
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
|
|
22517
|
+
background: var(--gd-palette-error-base-d10, #d62a1e); /* Old browsers */
|
|
22518
|
+
background-image: -webkit-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* Chrome 10+, Saf5.1+ */
|
|
22519
|
+
background-image: -moz-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* FF3.6 */
|
|
22520
|
+
background-image: -ms-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* IE10 */
|
|
22521
|
+
background-image: linear-gradient(to top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e));
|
|
22522
|
+
}
|
|
22523
|
+
|
|
22524
|
+
.gd-button-action {
|
|
22525
|
+
box-shadow: var(--gd-button-dropShadow, 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
|
|
22526
|
+
background: var(--gd-palette-primary-base, #14b2e2);
|
|
22527
|
+
}
|
|
22528
|
+
|
|
22529
|
+
.gd-button-action:hover {
|
|
22530
|
+
box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
|
|
22531
|
+
background: var(--gd-palette-primary-base-d06, #129cc6);
|
|
22532
|
+
}
|
|
22533
|
+
|
|
22534
|
+
.gd-button-action:focus {
|
|
22535
|
+
box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-primary-focus, rgba(41, 190, 236, 0.6)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
|
|
22536
|
+
}
|
|
22537
|
+
|
|
22538
|
+
.gd-button-action:active, .gd-button-action.is-active {
|
|
22539
|
+
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
|
|
22540
|
+
background: var(--gd-palette-primary-base-d06, #129cc6); /* Old browsers */
|
|
22541
|
+
background-image: -webkit-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* Chrome 10+, Saf5.1+ */
|
|
22542
|
+
background-image: -moz-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* FF3.6 */
|
|
22543
|
+
background-image: -ms-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* IE10 */
|
|
22544
|
+
background-image: linear-gradient(to top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6));
|
|
22545
|
+
}
|
|
22546
|
+
|
|
22547
|
+
/* Button links
|
|
22548
|
+
========================================================================== */
|
|
22549
|
+
.gd-button-link[class*=gd-icon-], [class*=gd-icon-].gd-button-link-dimmed {
|
|
22550
|
+
position: relative;
|
|
22551
|
+
padding-left: 32px;
|
|
22552
|
+
}
|
|
22553
|
+
|
|
22554
|
+
.gd-button-link[class*=gd-icon-].gd-icon-right, [class*=gd-icon-].gd-icon-right.gd-button-link-dimmed {
|
|
22555
|
+
padding-left: 11px;
|
|
22556
|
+
padding-right: 30px;
|
|
22557
|
+
}
|
|
22558
|
+
|
|
22559
|
+
.gd-button-link[class*=gd-icon-].gd-icon-right::after, [class*=gd-icon-].gd-icon-right.gd-button-link-dimmed::after {
|
|
22560
|
+
position: absolute;
|
|
22561
|
+
right: 5px;
|
|
22562
|
+
font-size: 18px;
|
|
22563
|
+
}
|
|
22564
|
+
|
|
22565
|
+
.gd-button-link, .gd-button-link-dimmed {
|
|
22566
|
+
box-sizing: border-box;
|
|
22567
|
+
display: inline-flex;
|
|
22568
|
+
padding: 0 6px;
|
|
22569
|
+
border: 1px solid transparent;
|
|
22570
|
+
font: 400 14px/30px var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
22571
|
+
vertical-align: middle;
|
|
22572
|
+
color: var(--gd-palette-primary-base, #14b2e2);
|
|
22573
|
+
background: none;
|
|
22574
|
+
cursor: pointer;
|
|
22575
|
+
-moz-transition-property: all;
|
|
22576
|
+
-webkit-transition-property: all;
|
|
22577
|
+
transition-property: all;
|
|
22578
|
+
-moz-transition-duration: 0.25s;
|
|
22579
|
+
-webkit-transition-duration: 0.25s;
|
|
22580
|
+
transition-duration: 0.25s;
|
|
22581
|
+
-moz-transition-timing-function: ease-in-out;
|
|
22582
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
22583
|
+
transition-timing-function: ease-in-out;
|
|
22584
|
+
}
|
|
22585
|
+
|
|
22586
|
+
.gd-button-link > span, .gd-button-link-dimmed > span {
|
|
22587
|
+
text-decoration: none;
|
|
22588
|
+
}
|
|
22589
|
+
|
|
22590
|
+
.gd-button-link::before, .gd-button-link-dimmed::before, .gd-button-link::after, .gd-button-link-dimmed::after {
|
|
22591
|
+
position: absolute;
|
|
22592
|
+
top: 50%;
|
|
22593
|
+
width: 20px;
|
|
22594
|
+
transform: translateY(-50%);
|
|
22595
|
+
font-size: 18px;
|
|
22596
|
+
text-align: center;
|
|
22597
|
+
-moz-transition-property: color;
|
|
22598
|
+
-webkit-transition-property: color;
|
|
22599
|
+
transition-property: color;
|
|
22600
|
+
-moz-transition-duration: 0.25s;
|
|
22601
|
+
-webkit-transition-duration: 0.25s;
|
|
22602
|
+
transition-duration: 0.25s;
|
|
22603
|
+
-moz-transition-timing-function: ease-in-out;
|
|
22604
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
22605
|
+
transition-timing-function: ease-in-out;
|
|
22606
|
+
}
|
|
22607
|
+
|
|
22608
|
+
.gd-button-link::before, .gd-button-link-dimmed::before, .gd-button-link::after, .gd-button-link-dimmed::after,
|
|
22609
|
+
.gd-button-link .gd-button-icon,
|
|
22610
|
+
.gd-button-link-dimmed .gd-button-icon {
|
|
22611
|
+
color: var(--gd-palette-primary-base, #14b2e2);
|
|
22612
|
+
}
|
|
22613
|
+
|
|
22614
|
+
.gd-button-link::before, .gd-button-link-dimmed::before {
|
|
22615
|
+
left: 6px;
|
|
22616
|
+
}
|
|
22617
|
+
|
|
22618
|
+
.gd-button-link::after, .gd-button-link-dimmed::after {
|
|
22619
|
+
right: 6px;
|
|
22620
|
+
}
|
|
22621
|
+
|
|
22622
|
+
.gd-button-link .gd-button-icon, .gd-button-link-dimmed .gd-button-icon {
|
|
22623
|
+
width: 20px;
|
|
22624
|
+
margin: 0 6px;
|
|
22625
|
+
font-size: 18px;
|
|
22626
|
+
}
|
|
22627
|
+
|
|
22628
|
+
.gd-button-link .gd-button-icon:first-child, .gd-button-link-dimmed .gd-button-icon:first-child {
|
|
22629
|
+
margin-left: 0;
|
|
22630
|
+
}
|
|
22631
|
+
|
|
22632
|
+
.gd-button-link .gd-button-icon:last-child, .gd-button-link-dimmed .gd-button-icon:last-child {
|
|
22633
|
+
margin-right: 0;
|
|
22634
|
+
}
|
|
22635
|
+
|
|
22636
|
+
.gd-button-link .gd-button-icon:only-child, .gd-button-link-dimmed .gd-button-icon:only-child {
|
|
22637
|
+
position: relative;
|
|
22638
|
+
left: -3px;
|
|
22639
|
+
}
|
|
22640
|
+
|
|
22641
|
+
.gd-button-link:hover, .gd-button-link-dimmed:hover, .gd-button-link:active, .gd-button-link-dimmed:active, .gd-button-link.is-active, .is-active.gd-button-link-dimmed {
|
|
22642
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
22643
|
+
}
|
|
22644
|
+
|
|
22645
|
+
.gd-button-link:hover::after, .gd-button-link-dimmed:hover::after, .gd-button-link:hover::before, .gd-button-link-dimmed:hover::before,
|
|
22646
|
+
.gd-button-link:hover .gd-button-icon,
|
|
22647
|
+
.gd-button-link-dimmed:hover .gd-button-icon, .gd-button-link:active::after, .gd-button-link-dimmed:active::after, .gd-button-link:active::before, .gd-button-link-dimmed:active::before,
|
|
22648
|
+
.gd-button-link:active .gd-button-icon,
|
|
22649
|
+
.gd-button-link-dimmed:active .gd-button-icon, .gd-button-link.is-active::after, .is-active.gd-button-link-dimmed::after, .gd-button-link.is-active::before, .is-active.gd-button-link-dimmed::before,
|
|
22650
|
+
.gd-button-link.is-active .gd-button-icon,
|
|
22651
|
+
.is-active.gd-button-link-dimmed .gd-button-icon {
|
|
22652
|
+
color: var(--gd-palette-primary-base, #14b2e2);
|
|
22653
|
+
}
|
|
22654
|
+
|
|
22655
|
+
.gd-button-link:hover .gd-button-text, .gd-button-link-dimmed:hover .gd-button-text, .gd-button-link:focus .gd-button-text, .gd-button-link-dimmed:focus .gd-button-text, .gd-button-link:active .gd-button-text, .gd-button-link-dimmed:active .gd-button-text, .gd-button-link.is-active .gd-button-text, .is-active.gd-button-link-dimmed .gd-button-text {
|
|
22656
|
+
text-decoration: underline;
|
|
22657
|
+
}
|
|
22658
|
+
|
|
22659
|
+
.gd-button-link-dimmed {
|
|
22660
|
+
color: var(--gd-palette-complementary-7-from-theme, #778491);
|
|
22661
|
+
}
|
|
22662
|
+
|
|
22663
|
+
.gd-button-link-dimmed::before, .gd-button-link-dimmed::after,
|
|
22664
|
+
.gd-button-link-dimmed .gd-button-icon {
|
|
22665
|
+
color: var(--gd-palette-complementary-5, #b0beca);
|
|
22666
|
+
}
|
|
22667
|
+
|
|
22668
|
+
.gd-button-link-dimmed.is-active, .gd-button-link-dimmed:hover, .gd-button-link-dimmed:focus, .gd-button-link-dimmed:active {
|
|
22669
|
+
color: var(--gd-palette-complementary-8-from-theme, #000);
|
|
22670
|
+
}
|
|
22671
|
+
|
|
22672
|
+
.gd-button-link-dimmed .gd-button-text {
|
|
22673
|
+
text-decoration: underline;
|
|
22674
|
+
}
|
|
22675
|
+
|
|
22676
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
|
|
22677
|
+
width: 31px;
|
|
22678
|
+
height: 29px;
|
|
22679
|
+
line-height: 27px;
|
|
22680
|
+
}
|
|
22681
|
+
|
|
22682
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:active {
|
|
22683
|
+
border: 0;
|
|
22684
|
+
box-shadow: none;
|
|
22685
|
+
background: none;
|
|
22686
|
+
padding-left: 0;
|
|
22687
|
+
}
|
|
22688
|
+
|
|
22689
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-].gd-button-small::before, .gd-button-icon-only[class*=gd-icon-].gd-button-small.gd-button-link-dimmed::before {
|
|
22690
|
+
font-size: 16px;
|
|
22691
|
+
}
|
|
22692
|
+
|
|
22693
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before,
|
|
22694
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
|
|
22695
|
+
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
|
|
22696
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
22697
|
+
}
|
|
22698
|
+
|
|
22699
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:active::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active::before,
|
|
22700
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:active .gd-button-icon,
|
|
22701
|
+
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active .gd-button-icon {
|
|
22702
|
+
color: var(--gd-palette-primary-base-d06, #129cc6);
|
|
22703
|
+
}
|
|
22704
|
+
|
|
22705
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::before,
|
|
22706
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover .gd-button-icon,
|
|
22707
|
+
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover .gd-button-icon {
|
|
22708
|
+
color: var(--gd-palette-primary-base, #14b2e2);
|
|
22709
|
+
}
|
|
22710
|
+
|
|
22711
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled::before, .gd-button-icon-only[class*=gd-icon-].disabled.gd-button-link-dimmed::before,
|
|
22712
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled .gd-button-icon,
|
|
22713
|
+
.gd-button-icon-only[class*=gd-icon-].disabled.gd-button-link-dimmed .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:hover::before,
|
|
22714
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:hover .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:focus::before,
|
|
22715
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:focus .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:active::before,
|
|
22716
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:active .gd-button-icon {
|
|
22717
|
+
color: var(--gd-palette-complementary-5, #b0beca);
|
|
22718
|
+
}
|
|
22719
|
+
|
|
22720
|
+
:not(button).gd-button-link, :not(button).gd-button-link-dimmed {
|
|
22721
|
+
line-height: 0.8;
|
|
22722
|
+
}
|
|
22723
|
+
|
|
22724
|
+
.button-dropdown {
|
|
22725
|
+
font-weight: 400;
|
|
22726
|
+
}
|
|
22727
|
+
|
|
22728
|
+
.button-dropdown:not(.customizable) {
|
|
22729
|
+
border-radius: 3px;
|
|
22730
|
+
text-transform: "none";
|
|
22731
|
+
}
|
|
22732
|
+
|
|
22733
|
+
.button-dropdown::after, .button-dropdown::before,
|
|
22734
|
+
.button-dropdown .gd-button-icon {
|
|
22735
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
22736
|
+
}
|
|
22737
|
+
|
|
22738
|
+
.button-dropdown:focus::after, .button-dropdown:focus::before,
|
|
22739
|
+
.button-dropdown:focus .gd-button-icon, .button-dropdown:hover::after, .button-dropdown:hover::before,
|
|
22740
|
+
.button-dropdown:hover .gd-button-icon, .button-dropdown:active::after, .button-dropdown:active::before,
|
|
22741
|
+
.button-dropdown:active .gd-button-icon, .button-dropdown.is-active::after, .button-dropdown.is-active::before,
|
|
22742
|
+
.button-dropdown.is-active .gd-button-icon {
|
|
22743
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
22744
|
+
}
|
|
22745
|
+
|
|
22746
|
+
/* Button sizes
|
|
22747
|
+
========================================================================== */
|
|
22748
|
+
.gd-button-small {
|
|
22749
|
+
height: 27px;
|
|
22750
|
+
padding: 0 11px;
|
|
22751
|
+
line-height: 25px;
|
|
22752
|
+
font-size: 12px;
|
|
22753
|
+
}
|
|
22754
|
+
|
|
22755
|
+
.gd-button-small[class*=gd-icon-] {
|
|
22756
|
+
padding-left: 32px;
|
|
22757
|
+
}
|
|
22758
|
+
|
|
22759
|
+
.gd-button-small[class*=gd-icon-]::before, .gd-button-small[class*=gd-icon-]::after {
|
|
22760
|
+
width: 18px;
|
|
22761
|
+
font-size: 15px;
|
|
22762
|
+
-moz-transition-property: color;
|
|
22763
|
+
-webkit-transition-property: color;
|
|
22764
|
+
transition-property: color;
|
|
22765
|
+
-moz-transition-duration: 0.25s;
|
|
22766
|
+
-webkit-transition-duration: 0.25s;
|
|
22767
|
+
transition-duration: 0.25s;
|
|
22768
|
+
-moz-transition-timing-function: ease-in-out;
|
|
22769
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
22770
|
+
transition-timing-function: ease-in-out;
|
|
22771
|
+
}
|
|
22772
|
+
|
|
22773
|
+
.gd-button-small[class*=gd-icon-]::before {
|
|
22774
|
+
left: 9px;
|
|
22775
|
+
}
|
|
22776
|
+
|
|
22777
|
+
.gd-button-small[class*=gd-icon-]::after {
|
|
22778
|
+
right: 7px;
|
|
22779
|
+
}
|
|
22780
|
+
|
|
22781
|
+
.gd-button-small[class*=gd-icon-].gd-button-icon-only {
|
|
22782
|
+
height: 27px;
|
|
22783
|
+
}
|
|
22784
|
+
|
|
22785
|
+
.gd-button-small[class*=gd-icon-].gd-button-icon-only::before {
|
|
22786
|
+
width: auto;
|
|
22787
|
+
}
|
|
22788
|
+
|
|
22789
|
+
.gd-button-small .gd-button-icon {
|
|
22790
|
+
width: 16px;
|
|
22791
|
+
height: 16px;
|
|
22792
|
+
line-height: 16px;
|
|
22793
|
+
font-size: 16px;
|
|
22794
|
+
}
|
|
22795
|
+
|
|
22796
|
+
.gd-button-important,
|
|
22797
|
+
.gd-button-large {
|
|
22798
|
+
height: 38px;
|
|
22799
|
+
padding: 7px 19px;
|
|
22800
|
+
line-height: 22px;
|
|
22801
|
+
font-size: 16px;
|
|
22802
|
+
}
|
|
22803
|
+
|
|
22804
|
+
.gd-button.gd-button-icon-only {
|
|
22805
|
+
width: 31px;
|
|
22806
|
+
height: 29px;
|
|
22807
|
+
line-height: 27px;
|
|
22808
|
+
color: var(--gd-palette-complementary-7-from-theme, #778491);
|
|
22809
|
+
padding-left: 0;
|
|
22810
|
+
}
|
|
22811
|
+
|
|
22812
|
+
.gd-button.gd-button-icon-only::before {
|
|
22813
|
+
right: 0;
|
|
22814
|
+
left: 0;
|
|
22815
|
+
margin: 0;
|
|
22816
|
+
padding: 0;
|
|
22817
|
+
color: var(--gd-palette-complementary-7-from-theme, #778491);
|
|
22818
|
+
font-size: 16px;
|
|
22819
|
+
}
|
|
22820
|
+
|
|
22821
|
+
.gd-button.gd-button-icon-only:hover::before,
|
|
22822
|
+
.gd-button.gd-button-icon-only:hover .gd-button-icon {
|
|
22823
|
+
color: var(--gd-palette-primary-base, #14b2e2);
|
|
22824
|
+
}
|
|
22825
|
+
|
|
22826
|
+
/* Button states
|
|
22827
|
+
========================================================================== */
|
|
22828
|
+
.gd-button.disabled, .gd-button.disabled:hover, .gd-button.disabled:focus, .gd-button.disabled:active {
|
|
22829
|
+
box-shadow: none;
|
|
22830
|
+
background: transparent;
|
|
22831
|
+
cursor: default;
|
|
22832
|
+
border-color: transparent;
|
|
22833
|
+
text-decoration: none;
|
|
22834
|
+
}
|
|
22835
|
+
|
|
22836
|
+
.gd-button-primary.disabled, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-], .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
|
|
22837
|
+
.gd-button-secondary.disabled {
|
|
22838
|
+
cursor: default;
|
|
22839
|
+
}
|
|
22840
|
+
|
|
22841
|
+
.gd-button-primary.disabled, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-], .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed, .gd-button-primary.disabled:hover, .gd-button-primary.disabled:focus, .gd-button-primary.disabled:active,
|
|
22842
|
+
.gd-button-secondary.disabled,
|
|
22843
|
+
.gd-button-secondary.disabled:hover,
|
|
22844
|
+
.gd-button-secondary.disabled:focus,
|
|
22845
|
+
.gd-button-secondary.disabled:active {
|
|
22846
|
+
color: var(--gd-palette-complementary-5, #b0beca);
|
|
22847
|
+
background: rgba(252, 252, 253, 0.3);
|
|
22848
|
+
border-color: rgba(210, 219, 227, 0.75);
|
|
22849
|
+
}
|
|
22850
|
+
|
|
22851
|
+
.gd-button-primary.disabled::before, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-primary.disabled::after, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after,
|
|
22852
|
+
.gd-button-primary.disabled .gd-button-icon,
|
|
22853
|
+
.disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
|
|
22854
|
+
.disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon, .gd-button-primary.disabled:hover::before, .gd-button-primary.disabled:hover::after,
|
|
22855
|
+
.gd-button-primary.disabled:hover .gd-button-icon, .gd-button-primary.disabled:focus::before, .gd-button-primary.disabled:focus::after,
|
|
22856
|
+
.gd-button-primary.disabled:focus .gd-button-icon, .gd-button-primary.disabled:active::before, .gd-button-primary.disabled:active::after,
|
|
22857
|
+
.gd-button-primary.disabled:active .gd-button-icon,
|
|
22858
|
+
.gd-button-secondary.disabled::before,
|
|
22859
|
+
.gd-button-secondary.disabled::after,
|
|
22860
|
+
.gd-button-secondary.disabled .gd-button-icon,
|
|
22861
|
+
.gd-button-secondary.disabled:hover::before,
|
|
22862
|
+
.gd-button-secondary.disabled:hover::after,
|
|
22863
|
+
.gd-button-secondary.disabled:hover .gd-button-icon,
|
|
22864
|
+
.gd-button-secondary.disabled:focus::before,
|
|
22865
|
+
.gd-button-secondary.disabled:focus::after,
|
|
22866
|
+
.gd-button-secondary.disabled:focus .gd-button-icon,
|
|
22867
|
+
.gd-button-secondary.disabled:active::before,
|
|
22868
|
+
.gd-button-secondary.disabled:active::after,
|
|
22869
|
+
.gd-button-secondary.disabled:active .gd-button-icon {
|
|
22870
|
+
color: var(--gd-palette-complementary-5, #b0beca);
|
|
22871
|
+
}
|
|
22872
|
+
|
|
22873
|
+
.gd-button-positive.disabled {
|
|
22874
|
+
cursor: default;
|
|
22875
|
+
}
|
|
22876
|
+
|
|
22877
|
+
.gd-button-positive.disabled, .gd-button-positive.disabled:hover, .gd-button-positive.disabled:focus, .gd-button-positive.disabled:active {
|
|
22878
|
+
color: var(--gd-palette-complementary-0, #fff);
|
|
22879
|
+
background: var(--gd-palette-success-disabled, rgba(0, 224, 163, 0.5));
|
|
22880
|
+
}
|
|
22881
|
+
|
|
22882
|
+
.gd-button-positive.disabled::before, .gd-button-positive.disabled::after,
|
|
22883
|
+
.gd-button-positive.disabled .gd-button-icon, .gd-button-positive.disabled:hover::before, .gd-button-positive.disabled:hover::after,
|
|
22884
|
+
.gd-button-positive.disabled:hover .gd-button-icon, .gd-button-positive.disabled:focus::before, .gd-button-positive.disabled:focus::after,
|
|
22885
|
+
.gd-button-positive.disabled:focus .gd-button-icon, .gd-button-positive.disabled:active::before, .gd-button-positive.disabled:active::after,
|
|
22886
|
+
.gd-button-positive.disabled:active .gd-button-icon {
|
|
22887
|
+
color: var(--gd-palette-complementary-0, #fff);
|
|
22888
|
+
}
|
|
22889
|
+
|
|
22890
|
+
.gd-button-negative.disabled {
|
|
22891
|
+
cursor: default;
|
|
22892
|
+
}
|
|
22893
|
+
|
|
22894
|
+
.gd-button-negative.disabled, .gd-button-negative.disabled:hover, .gd-button-negative.disabled:focus, .gd-button-negative.disabled:active {
|
|
22895
|
+
color: var(--gd-palette-complementary-0, #fff);
|
|
22896
|
+
background: var(--gd-palette-error-disabled, rgba(241, 161, 156, 0.6));
|
|
22897
|
+
}
|
|
22898
|
+
|
|
22899
|
+
.gd-button-negative.disabled::before, .gd-button-negative.disabled::after,
|
|
22900
|
+
.gd-button-negative.disabled .gd-button-icon, .gd-button-negative.disabled:hover::before, .gd-button-negative.disabled:hover::after,
|
|
22901
|
+
.gd-button-negative.disabled:hover .gd-button-icon, .gd-button-negative.disabled:focus::before, .gd-button-negative.disabled:focus::after,
|
|
22902
|
+
.gd-button-negative.disabled:focus .gd-button-icon, .gd-button-negative.disabled:active::before, .gd-button-negative.disabled:active::after,
|
|
22903
|
+
.gd-button-negative.disabled:active .gd-button-icon {
|
|
22904
|
+
color: var(--gd-palette-complementary-0, #fff);
|
|
22905
|
+
}
|
|
22906
|
+
|
|
22907
|
+
.gd-button-action.disabled {
|
|
22908
|
+
cursor: default;
|
|
22909
|
+
}
|
|
22910
|
+
|
|
22911
|
+
.gd-button-action.disabled, .gd-button-action.disabled:hover, .gd-button-action.disabled:focus, .gd-button-action.disabled:active {
|
|
22912
|
+
color: var(--gd-palette-complementary-0, #fff);
|
|
22913
|
+
background: var(--gd-palette-primary-disabled, rgba(69, 199, 239, 0.6));
|
|
22914
|
+
-ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
22915
|
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
22916
|
+
}
|
|
22917
|
+
|
|
22918
|
+
.gd-button-action.disabled::before, .gd-button-action.disabled::after,
|
|
22919
|
+
.gd-button-action.disabled .gd-button-icon, .gd-button-action.disabled:hover::before, .gd-button-action.disabled:hover::after,
|
|
22920
|
+
.gd-button-action.disabled:hover .gd-button-icon, .gd-button-action.disabled:focus::before, .gd-button-action.disabled:focus::after,
|
|
22921
|
+
.gd-button-action.disabled:focus .gd-button-icon, .gd-button-action.disabled:active::before, .gd-button-action.disabled:active::after,
|
|
22922
|
+
.gd-button-action.disabled:active .gd-button-icon {
|
|
22923
|
+
color: var(--gd-palette-complementary-0, #fff);
|
|
22924
|
+
}
|
|
22925
|
+
|
|
22926
|
+
.gd-button-link.disabled, .disabled.gd-button-link-dimmed {
|
|
22927
|
+
cursor: default;
|
|
22928
|
+
}
|
|
22929
|
+
|
|
22930
|
+
.gd-button-link.disabled, .disabled.gd-button-link-dimmed, .gd-button-link.disabled:hover, .gd-button-link.disabled:focus, .gd-button-link.disabled:active {
|
|
22931
|
+
color: var(--gd-palette-complementary-4, #ccd8e2);
|
|
22932
|
+
border-color: transparent;
|
|
22933
|
+
}
|
|
22934
|
+
|
|
22935
|
+
.gd-button-link.disabled > span, .disabled.gd-button-link-dimmed > span, .gd-button-link.disabled:hover > span, .gd-button-link.disabled:focus > span, .gd-button-link.disabled:active > span {
|
|
22936
|
+
text-decoration: none;
|
|
22937
|
+
}
|
|
22938
|
+
|
|
22939
|
+
.gd-button-link.disabled::before, .disabled.gd-button-link-dimmed::before, .gd-button-link.disabled::after, .disabled.gd-button-link-dimmed::after,
|
|
22940
|
+
.gd-button-link.disabled .gd-button-icon,
|
|
22941
|
+
.disabled.gd-button-link-dimmed .gd-button-icon {
|
|
22942
|
+
color: var(--gd-palette-complementary-4, #ccd8e2);
|
|
22943
|
+
}
|
|
22944
|
+
|
|
22945
|
+
.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
|
|
22946
|
+
right: 0;
|
|
22947
|
+
left: 0;
|
|
22948
|
+
margin: 0 auto;
|
|
22949
|
+
padding: 0;
|
|
22950
|
+
}
|
|
22951
|
+
|
|
22952
|
+
.gd-button-group .gd-button {
|
|
22953
|
+
position: relative;
|
|
22954
|
+
z-index: 1;
|
|
22955
|
+
margin: 0 -1px 0 0;
|
|
22956
|
+
border-radius: 0;
|
|
22957
|
+
}
|
|
22958
|
+
|
|
22959
|
+
.gd-button-group .gd-button:focus {
|
|
22960
|
+
z-index: 2;
|
|
22961
|
+
}
|
|
22962
|
+
|
|
22963
|
+
.gd-button-group .gd-button:not(:focus) {
|
|
22964
|
+
box-shadow: none;
|
|
22965
|
+
}
|
|
22966
|
+
|
|
22967
|
+
.gd-button-group > .gd-button:first-child,
|
|
22968
|
+
.gd-button-group > *:not(.gd-button):first-child .gd-button {
|
|
22969
|
+
border-radius: var(--gd-button-borderRadius, 3px) 0 0 var(--gd-button-borderRadius, 3px);
|
|
22970
|
+
}
|
|
22971
|
+
|
|
22972
|
+
.gd-button-group > .gd-button:last-child,
|
|
22973
|
+
.gd-button-group > *:not(.gd-button):last-child .gd-button {
|
|
22974
|
+
margin-right: 0;
|
|
22975
|
+
border-radius: 0 var(--gd-button-borderRadius, 3px) var(--gd-button-borderRadius, 3px) 0;
|
|
22976
|
+
}
|
|
22977
|
+
|
|
22978
|
+
/* Alternative markup support
|
|
22979
|
+
========================================================================== */
|
|
22980
|
+
a[class*=gd-button-] {
|
|
22981
|
+
box-sizing: border-box;
|
|
22982
|
+
display: inline-block;
|
|
22983
|
+
}
|
|
22984
|
+
|
|
22985
|
+
a[class*=gd-button-], a[class*=gd-button-]:hover, a[class*=gd-button-]:focus {
|
|
22986
|
+
text-decoration: none;
|
|
22987
|
+
}
|
|
22988
|
+
|
|
22989
|
+
a[class*=gd-button-], a[class*=gd-button-]:active {
|
|
22990
|
+
outline: none;
|
|
22991
|
+
}
|
|
22992
|
+
|
|
22993
|
+
a[class*=gd-button-] .gd-button-text {
|
|
22994
|
+
display: initial;
|
|
22995
|
+
}
|
|
22996
|
+
|
|
22997
|
+
a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button-text {
|
|
22998
|
+
text-decoration: underline;
|
|
22999
|
+
}
|
|
23000
|
+
|
|
23001
|
+
.gd-mvf-dropdown-body {
|
|
23002
|
+
width: 250px;
|
|
23003
|
+
padding: 0 !important;
|
|
23004
|
+
}
|
|
23005
|
+
|
|
23006
|
+
.gd-mvf-dropdown-body .gd-mvf-dropdown-section {
|
|
23007
|
+
padding: 10px 10px 0;
|
|
23008
|
+
}
|
|
23009
|
+
|
|
23010
|
+
.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-warning-message {
|
|
23011
|
+
padding: 4px 8px 4px 10px;
|
|
23012
|
+
line-height: 1.4em;
|
|
23013
|
+
font-size: 12px;
|
|
23014
|
+
border-radius: 3px;
|
|
23015
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
23016
|
+
margin-top: 4px;
|
|
23017
|
+
}
|
|
23018
|
+
|
|
23019
|
+
.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-warning-message.gd-mvf-warning-message-low {
|
|
23020
|
+
color: var(--gd-palette-primary-base, #14b2e2);
|
|
23021
|
+
background: var(--gd-palette-primary-base-t80, rgba(20, 178, 226, 0.2));
|
|
23022
|
+
}
|
|
23023
|
+
|
|
23024
|
+
.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-warning-message.gd-mvf-warning-message-medium {
|
|
23025
|
+
color: #f18600;
|
|
23026
|
+
background: var(--gd-palette-warning-base-t85, rgba(241, 134, 0, 0.15));
|
|
23027
|
+
}
|
|
23028
|
+
|
|
23029
|
+
.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-warning-message.gd-mvf-warning-message-high {
|
|
23030
|
+
color: #e54d42;
|
|
23031
|
+
background: rgba(229, 77, 66, 0.15);
|
|
23032
|
+
}
|
|
23033
|
+
|
|
23034
|
+
.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-treat-null-values-as-zero {
|
|
23035
|
+
margin-top: 8px;
|
|
23036
|
+
font-size: 12px;
|
|
23037
|
+
}
|
|
23038
|
+
|
|
23039
|
+
.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-treat-null-values-as-zero .inlineBubbleHelp {
|
|
23040
|
+
margin: 0 0 2px 5px;
|
|
23041
|
+
font-size: 12px;
|
|
23042
|
+
}
|
|
23043
|
+
|
|
23044
|
+
.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-apply-on-result-checkbox {
|
|
23045
|
+
margin-top: 8px;
|
|
23046
|
+
font-size: 12px;
|
|
23047
|
+
}
|
|
23048
|
+
|
|
23049
|
+
.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-treat-null-values-as-zero + .gd-mvf-apply-on-result-checkbox {
|
|
23050
|
+
margin-top: 0;
|
|
23051
|
+
}
|
|
23052
|
+
|
|
23053
|
+
.gd-mvf-dropdown-body .gd-mvf-dropdown-section:last-child {
|
|
23054
|
+
padding-bottom: 10px;
|
|
23055
|
+
}
|
|
23056
|
+
|
|
23057
|
+
.gd-mvf-dropdown-body .gd-mvf-dropdown-footer {
|
|
23058
|
+
margin: 0 10px;
|
|
23059
|
+
padding: 10px 0;
|
|
23060
|
+
border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
23061
|
+
text-align: right;
|
|
23062
|
+
}
|
|
23063
|
+
|
|
23064
|
+
.gd-mvf-dropdown-body .gd-mvf-dropdown-footer > * {
|
|
23065
|
+
display: inline-block;
|
|
23066
|
+
vertical-align: middle;
|
|
23067
|
+
}
|
|
23068
|
+
|
|
23069
|
+
.gd-mvf-dropdown-body .gd-mvf-dropdown-footer > *:not(:first-child) {
|
|
23070
|
+
margin-left: 10px;
|
|
23071
|
+
}
|
|
23072
|
+
|
|
23073
|
+
.gd-mvf-operator-dropdown-button {
|
|
23074
|
+
width: 100%;
|
|
23075
|
+
}
|
|
23076
|
+
|
|
23077
|
+
.gd-mvf-operator-dropdown {
|
|
23078
|
+
display: flex;
|
|
23079
|
+
flex-direction: column;
|
|
23080
|
+
}
|
|
23081
|
+
|
|
23082
|
+
.gd-mvf-operator-dropdown-label {
|
|
23083
|
+
font-size: 12px;
|
|
23084
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
23085
|
+
}
|
|
23086
|
+
|
|
23087
|
+
.gd-mvf-condition-header {
|
|
23088
|
+
display: flex;
|
|
23089
|
+
align-items: flex-end;
|
|
23090
|
+
gap: 10px;
|
|
23091
|
+
}
|
|
23092
|
+
|
|
23093
|
+
.gd-mvf-condition-operator {
|
|
23094
|
+
flex: 1 1 auto;
|
|
23095
|
+
min-width: 0;
|
|
23096
|
+
}
|
|
23097
|
+
|
|
23098
|
+
.gd-mvf-condition-action {
|
|
23099
|
+
flex: 0 0 28px;
|
|
23100
|
+
width: 28px;
|
|
23101
|
+
display: flex;
|
|
23102
|
+
justify-content: flex-end;
|
|
23103
|
+
}
|
|
23104
|
+
|
|
23105
|
+
.gd-mvf-condition-inputs {
|
|
23106
|
+
margin-top: 10px;
|
|
23107
|
+
}
|
|
23108
|
+
|
|
23109
|
+
.gd-mvf-input-error {
|
|
23110
|
+
margin-top: 4px;
|
|
23111
|
+
font-size: 12px;
|
|
23112
|
+
line-height: 1.4em;
|
|
23113
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
23114
|
+
color: #e54d42;
|
|
23115
|
+
}
|
|
23116
|
+
|
|
23117
|
+
.gd-mvf-input-error--range {
|
|
23118
|
+
max-width: 100%;
|
|
23119
|
+
overflow-wrap: anywhere;
|
|
19724
23120
|
}
|
|
19725
23121
|
|
|
19726
|
-
.gd-
|
|
19727
|
-
|
|
19728
|
-
flex-direction: column;
|
|
19729
|
-
padding: 0;
|
|
23122
|
+
.gd-mvf-condition-section--multi .gd-mvf-condition-inputs {
|
|
23123
|
+
padding-right: 38px;
|
|
19730
23124
|
}
|
|
19731
23125
|
|
|
19732
|
-
.gd-
|
|
19733
|
-
|
|
19734
|
-
max-height: 120px;
|
|
23126
|
+
.gd-mvf-conditions-scroll-container {
|
|
23127
|
+
max-height: 322px;
|
|
19735
23128
|
overflow-y: auto;
|
|
19736
23129
|
overscroll-behavior: contain;
|
|
19737
|
-
border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
19738
|
-
border-radius: var(--gd-button-borderRadius, 3px) var(--gd-button-borderRadius, 3px) 0 0;
|
|
19739
23130
|
}
|
|
19740
23131
|
|
|
19741
|
-
.gd-
|
|
19742
|
-
|
|
23132
|
+
.gd-mvf-conditions-joiner {
|
|
23133
|
+
margin-top: 10px;
|
|
23134
|
+
font-size: 12px;
|
|
23135
|
+
line-height: 20px;
|
|
23136
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
23137
|
+
text-transform: lowercase;
|
|
19743
23138
|
}
|
|
19744
23139
|
|
|
19745
|
-
.gd-
|
|
19746
|
-
|
|
23140
|
+
.gd-mvf-operator-dropdown-body {
|
|
23141
|
+
width: 230px;
|
|
23142
|
+
padding: 5px 0;
|
|
19747
23143
|
}
|
|
19748
23144
|
|
|
19749
|
-
.gd-
|
|
19750
|
-
|
|
23145
|
+
.gd-mvf-operator-dropdown-body .gd-list-item {
|
|
23146
|
+
padding: 5px 10px;
|
|
19751
23147
|
}
|
|
19752
23148
|
|
|
19753
|
-
.gd-
|
|
19754
|
-
|
|
23149
|
+
.gd-mvf-operator-dropdown-body .gd-list-item > span {
|
|
23150
|
+
margin-left: 5px;
|
|
19755
23151
|
}
|
|
19756
23152
|
|
|
19757
|
-
.gd-
|
|
19758
|
-
|
|
23153
|
+
.gd-mvf-operator-dropdown-body .gd-list-item > .tooltip-bubble {
|
|
23154
|
+
margin-right: 5px;
|
|
23155
|
+
text-align: right;
|
|
19759
23156
|
}
|
|
19760
23157
|
|
|
19761
|
-
.gd-
|
|
19762
|
-
|
|
23158
|
+
.gd-mvf-operator-dropdown-body .gd-list-item.is-disabled {
|
|
23159
|
+
opacity: 0.5;
|
|
23160
|
+
cursor: default;
|
|
19763
23161
|
}
|
|
19764
23162
|
|
|
19765
|
-
.gd-
|
|
19766
|
-
|
|
23163
|
+
.gd-mvf-range-input {
|
|
23164
|
+
display: flex;
|
|
19767
23165
|
}
|
|
19768
23166
|
|
|
19769
|
-
.gd-
|
|
19770
|
-
|
|
23167
|
+
.gd-mvf-range-input.hidden {
|
|
23168
|
+
display: none;
|
|
19771
23169
|
}
|
|
19772
23170
|
|
|
19773
|
-
.gd-
|
|
19774
|
-
|
|
23171
|
+
.gd-mvf-range-input .gd-mvf-range-input__field {
|
|
23172
|
+
flex: 1 1 0;
|
|
23173
|
+
min-width: 0;
|
|
19775
23174
|
}
|
|
19776
23175
|
|
|
19777
|
-
.gd-
|
|
19778
|
-
|
|
23176
|
+
.gd-mvf-range-input .gd-mvf-range-input__field--to {
|
|
23177
|
+
margin-left: 10px;
|
|
19779
23178
|
}
|
|
19780
23179
|
|
|
19781
|
-
.gd-
|
|
19782
|
-
|
|
23180
|
+
.gd-mvf-compare-input.hidden {
|
|
23181
|
+
display: none;
|
|
19783
23182
|
}
|
|
19784
23183
|
|
|
19785
|
-
.gd-
|
|
23184
|
+
.s-mvf-comparison-value-input .gd-input-field,
|
|
23185
|
+
.s-mvf-range-from-input .gd-input-field,
|
|
23186
|
+
.s-mvf-range-to-input .gd-input-field {
|
|
23187
|
+
text-align: right;
|
|
23188
|
+
}
|
|
23189
|
+
|
|
23190
|
+
.gd-mvf-dimensionality-header {
|
|
19786
23191
|
display: flex;
|
|
19787
|
-
flex-wrap: wrap;
|
|
19788
|
-
gap: 6px;
|
|
19789
|
-
align-items: center;
|
|
19790
23192
|
}
|
|
19791
23193
|
|
|
19792
|
-
.gd-
|
|
19793
|
-
|
|
23194
|
+
.gd-mvf-dimensionality-header label {
|
|
23195
|
+
font-size: 12px;
|
|
23196
|
+
line-height: 20px;
|
|
23197
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
19794
23198
|
}
|
|
19795
23199
|
|
|
19796
|
-
.gd-
|
|
19797
|
-
|
|
19798
|
-
|
|
19799
|
-
|
|
23200
|
+
.gd-mvf-dimensionality-items {
|
|
23201
|
+
display: flex;
|
|
23202
|
+
flex-wrap: wrap;
|
|
23203
|
+
align-items: center;
|
|
23204
|
+
gap: 5px;
|
|
23205
|
+
max-height: 350px;
|
|
23206
|
+
overflow-y: auto;
|
|
23207
|
+
overscroll-behavior: contain;
|
|
19800
23208
|
}
|
|
19801
23209
|
|
|
19802
|
-
.gd-
|
|
19803
|
-
|
|
19804
|
-
|
|
19805
|
-
padding: 4px 0;
|
|
19806
|
-
font-size: 13px;
|
|
19807
|
-
background: transparent;
|
|
19808
|
-
box-shadow: none;
|
|
23210
|
+
.gd-mvf-dimensionality-reset-button {
|
|
23211
|
+
position: relative;
|
|
23212
|
+
left: -5px;
|
|
19809
23213
|
}
|
|
19810
23214
|
|
|
19811
|
-
.gd-
|
|
19812
|
-
|
|
23215
|
+
.gd-mvf-dimensionality-tag-wrapper {
|
|
23216
|
+
max-width: 180px;
|
|
23217
|
+
min-width: 0;
|
|
23218
|
+
display: flex;
|
|
19813
23219
|
}
|
|
19814
23220
|
|
|
19815
|
-
.gd-
|
|
19816
|
-
|
|
23221
|
+
.gd-mvf-dimensionality-add-wrapper {
|
|
23222
|
+
display: flex;
|
|
23223
|
+
align-items: center;
|
|
19817
23224
|
}
|
|
19818
23225
|
|
|
19819
|
-
.gd-
|
|
19820
|
-
|
|
23226
|
+
.gd-mvf-dimensionality-empty-actions {
|
|
23227
|
+
display: flex;
|
|
23228
|
+
align-items: center;
|
|
23229
|
+
gap: 10px;
|
|
19821
23230
|
}
|
|
19822
23231
|
|
|
19823
|
-
.gd-
|
|
19824
|
-
|
|
19825
|
-
|
|
19826
|
-
background: transparent;
|
|
23232
|
+
.gd-mvf-preview {
|
|
23233
|
+
font-size: 12px;
|
|
23234
|
+
padding: 5px 10px 10px;
|
|
19827
23235
|
}
|
|
19828
23236
|
|
|
19829
|
-
.gd-
|
|
19830
|
-
border-
|
|
23237
|
+
.gd-mvf-preview .gd-mvf-preview-header {
|
|
23238
|
+
border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
23239
|
+
padding-top: 10px;
|
|
19831
23240
|
}
|
|
19832
23241
|
|
|
19833
|
-
.gd-
|
|
19834
|
-
|
|
19835
|
-
margin: 0;
|
|
19836
|
-
padding: 6px 7px 5px;
|
|
19837
|
-
border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
19838
|
-
line-height: normal;
|
|
19839
|
-
vertical-align: middle;
|
|
19840
|
-
color: var(--gd-palette-complementary-8, #464e56);
|
|
19841
|
-
background: var(--gd-palette-complementary-0, #fff);
|
|
19842
|
-
font-size: 14px;
|
|
19843
|
-
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
19844
|
-
font-weight: 200;
|
|
19845
|
-
height: 27.1px;
|
|
19846
|
-
padding: 5px 7px;
|
|
19847
|
-
font-size: 13px;
|
|
19848
|
-
border-radius: 3px;
|
|
19849
|
-
border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
19850
|
-
box-shadow: inset 0 1px 2px 0 rgba(31, 53, 74, 0.15);
|
|
23242
|
+
.gd-mvf-preview .gd-mvf-preview-content {
|
|
23243
|
+
line-height: 16px;
|
|
19851
23244
|
}
|
|
19852
23245
|
|
|
19853
|
-
.gd-
|
|
19854
|
-
|
|
19855
|
-
|
|
23246
|
+
.gd-mvf-preview .gd-mvf-preview-content--truncated {
|
|
23247
|
+
max-height: 48px;
|
|
23248
|
+
overflow: hidden;
|
|
23249
|
+
text-overflow: ellipsis;
|
|
23250
|
+
display: -webkit-box;
|
|
23251
|
+
-webkit-line-clamp: 3;
|
|
23252
|
+
-webkit-box-orient: vertical;
|
|
23253
|
+
word-break: break-word;
|
|
19856
23254
|
}
|
|
19857
23255
|
|
|
19858
|
-
.gd-
|
|
19859
|
-
|
|
23256
|
+
.gd-mvf-preview-tooltip-content {
|
|
23257
|
+
max-width: 300px;
|
|
23258
|
+
word-wrap: break-word;
|
|
19860
23259
|
}
|
|
19861
23260
|
|
|
19862
|
-
.gd-
|
|
19863
|
-
|
|
19864
|
-
top: 100%;
|
|
19865
|
-
left: 0;
|
|
19866
|
-
right: 0;
|
|
19867
|
-
z-index: 100;
|
|
19868
|
-
list-style: none;
|
|
19869
|
-
margin: 0;
|
|
19870
|
-
padding: 6px 0;
|
|
19871
|
-
background-color: #fcfcfd;
|
|
19872
|
-
border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
19873
|
-
border-radius: var(--gd-button-borderRadius, 3px);
|
|
19874
|
-
box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
|
|
19875
|
-
max-height: 200px;
|
|
19876
|
-
overflow: hidden;
|
|
19877
|
-
overflow-y: auto;
|
|
19878
|
-
overscroll-behavior: contain;
|
|
23261
|
+
.gd-mvf-backward-compatibility-message {
|
|
23262
|
+
margin-top: 10px;
|
|
19879
23263
|
}
|
|
19880
23264
|
|
|
19881
|
-
.gd-
|
|
19882
|
-
padding: 5px 10px;
|
|
23265
|
+
.gd-mvf-backward-compatibility-message .gd-message-text {
|
|
19883
23266
|
font-size: 12px;
|
|
19884
|
-
line-height: 18px;
|
|
19885
|
-
cursor: pointer;
|
|
19886
|
-
color: var(--gd-palette-complementary-8, #464e56);
|
|
19887
|
-
white-space: nowrap;
|
|
19888
|
-
overflow: hidden;
|
|
19889
|
-
text-overflow: ellipsis;
|
|
19890
23267
|
}
|
|
19891
23268
|
|
|
19892
|
-
.gd-
|
|
19893
|
-
|
|
19894
|
-
|
|
19895
|
-
|
|
19896
|
-
|
|
23269
|
+
.gd-mvf-dropdown-header {
|
|
23270
|
+
display: flex;
|
|
23271
|
+
gap: 5px;
|
|
23272
|
+
align-items: center;
|
|
23273
|
+
height: 35px;
|
|
23274
|
+
padding: 0 10px;
|
|
23275
|
+
background: var(--gd-palette-complementary-2, #ebeff4);
|
|
23276
|
+
box-sizing: border-box;
|
|
23277
|
+
border-radius: 3px 3px 0 0;
|
|
19897
23278
|
}
|
|
19898
23279
|
|
|
19899
|
-
.gd-
|
|
19900
|
-
|
|
23280
|
+
.gd-mvf-dropdown-header__title {
|
|
23281
|
+
display: flex;
|
|
23282
|
+
align-items: center;
|
|
23283
|
+
gap: 5px;
|
|
23284
|
+
min-width: 0;
|
|
23285
|
+
overflow: hidden;
|
|
23286
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
23287
|
+
font-size: 11px;
|
|
23288
|
+
font-weight: 800;
|
|
23289
|
+
text-transform: uppercase;
|
|
23290
|
+
line-height: 15px;
|
|
23291
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
19901
23292
|
}
|
|
19902
23293
|
|
|
19903
|
-
.gd-
|
|
19904
|
-
|
|
23294
|
+
.gd-mvf-dropdown-header__title-text {
|
|
23295
|
+
display: block;
|
|
23296
|
+
width: 100%;
|
|
23297
|
+
max-width: 100%;
|
|
23298
|
+
white-space: nowrap;
|
|
23299
|
+
overflow: hidden;
|
|
19905
23300
|
}
|
|
19906
23301
|
|
|
19907
|
-
.gd-
|
|
23302
|
+
.gd-mvf-dropdown-header__title-icon {
|
|
19908
23303
|
display: flex;
|
|
19909
23304
|
align-items: center;
|
|
19910
23305
|
justify-content: center;
|
|
19911
|
-
padding: 5px 10px;
|
|
19912
|
-
min-height: 28px;
|
|
19913
|
-
cursor: default;
|
|
19914
|
-
pointer-events: none;
|
|
19915
23306
|
}
|
|
19916
23307
|
|
|
19917
|
-
.gd-
|
|
23308
|
+
.gd-mvf-details-bubble__trigger {
|
|
19918
23309
|
display: inline-flex;
|
|
19919
23310
|
align-items: center;
|
|
19920
23311
|
justify-content: center;
|
|
19921
23312
|
margin-top: 2px;
|
|
19922
23313
|
}
|
|
19923
23314
|
|
|
19924
|
-
.gd-
|
|
23315
|
+
.gd-mvf-details-bubble {
|
|
19925
23316
|
width: 220px;
|
|
19926
23317
|
margin: -7px -10px;
|
|
19927
23318
|
padding: 15px;
|
|
@@ -19931,20 +23322,20 @@ div.gd-empty-item-bubble {
|
|
|
19931
23322
|
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
|
|
19932
23323
|
}
|
|
19933
23324
|
|
|
19934
|
-
.gd-
|
|
23325
|
+
.gd-mvf-details-bubble__content {
|
|
19935
23326
|
display: flex;
|
|
19936
23327
|
flex-direction: column;
|
|
19937
23328
|
gap: 10px;
|
|
19938
23329
|
}
|
|
19939
23330
|
|
|
19940
|
-
.gd-
|
|
23331
|
+
.gd-mvf-details-bubble__section {
|
|
19941
23332
|
display: flex;
|
|
19942
23333
|
flex-direction: column;
|
|
19943
23334
|
margin-top: 5px;
|
|
19944
23335
|
gap: 3px;
|
|
19945
23336
|
}
|
|
19946
23337
|
|
|
19947
|
-
.gd-
|
|
23338
|
+
.gd-mvf-details-bubble__title {
|
|
19948
23339
|
margin: 0;
|
|
19949
23340
|
font-size: 13px;
|
|
19950
23341
|
font-weight: 700;
|
|
@@ -19953,7 +23344,7 @@ div.gd-empty-item-bubble {
|
|
|
19953
23344
|
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
19954
23345
|
}
|
|
19955
23346
|
|
|
19956
|
-
.gd-
|
|
23347
|
+
.gd-mvf-details-bubble .gd-mvf-details-bubble__description {
|
|
19957
23348
|
margin: 0;
|
|
19958
23349
|
font-size: 12px;
|
|
19959
23350
|
line-height: 1.4;
|
|
@@ -19961,7 +23352,7 @@ div.gd-empty-item-bubble {
|
|
|
19961
23352
|
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
19962
23353
|
}
|
|
19963
23354
|
|
|
19964
|
-
.gd-
|
|
23355
|
+
.gd-mvf-details-bubble__key {
|
|
19965
23356
|
display: block;
|
|
19966
23357
|
margin: 0;
|
|
19967
23358
|
font-size: 10px;
|
|
@@ -19973,7 +23364,7 @@ div.gd-empty-item-bubble {
|
|
|
19973
23364
|
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
19974
23365
|
}
|
|
19975
23366
|
|
|
19976
|
-
.gd-
|
|
23367
|
+
.gd-mvf-details-bubble__value {
|
|
19977
23368
|
display: block;
|
|
19978
23369
|
margin: 0;
|
|
19979
23370
|
margin-top: 2px;
|
|
@@ -19984,40 +23375,32 @@ div.gd-empty-item-bubble {
|
|
|
19984
23375
|
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
19985
23376
|
}
|
|
19986
23377
|
|
|
19987
|
-
.gd-
|
|
19988
|
-
|
|
19989
|
-
font-size:
|
|
19990
|
-
line-height: 1.
|
|
19991
|
-
|
|
19992
|
-
|
|
19993
|
-
}
|
|
19994
|
-
|
|
19995
|
-
.gd-attribute-filter-details-bubble__element {
|
|
19996
|
-
display: block;
|
|
19997
|
-
}
|
|
19998
|
-
|
|
19999
|
-
.gd-attribute-filter-details-bubble__more {
|
|
20000
|
-
display: block;
|
|
20001
|
-
margin-top: 4px;
|
|
20002
|
-
font-size: 10px;
|
|
20003
|
-
font-weight: 400;
|
|
20004
|
-
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
20005
|
-
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
23378
|
+
.gd-mvf-details-bubble__expression {
|
|
23379
|
+
font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
|
|
23380
|
+
font-size: 11px;
|
|
23381
|
+
line-height: 1.4;
|
|
23382
|
+
word-break: break-word;
|
|
23383
|
+
white-space: pre-wrap;
|
|
20006
23384
|
}
|
|
20007
23385
|
|
|
20008
|
-
.gd-
|
|
23386
|
+
.gd-mvf-details-bubble__loading {
|
|
20009
23387
|
margin: 0;
|
|
20010
23388
|
font-size: 12px;
|
|
20011
23389
|
color: var(--gd-palette-complementary-7, #6d7680);
|
|
20012
23390
|
}
|
|
20013
23391
|
|
|
20014
|
-
.gd-
|
|
23392
|
+
.gd-mvf-details-bubble__error {
|
|
20015
23393
|
margin: 0;
|
|
20016
23394
|
font-size: 12px;
|
|
20017
23395
|
color: var(--gd-palette-error-base, #e54d42);
|
|
20018
23396
|
}
|
|
20019
23397
|
|
|
20020
23398
|
|
|
23399
|
+
.gd-numeric-input {
|
|
23400
|
+
display: flex;
|
|
23401
|
+
}
|
|
23402
|
+
|
|
23403
|
+
|
|
20021
23404
|
.gd-attribute-hierarchy-detail-panel {
|
|
20022
23405
|
width: 200px;
|
|
20023
23406
|
padding: 8px 5px;
|
|
@@ -20307,6 +23690,15 @@ div.gd-empty-item-bubble {
|
|
|
20307
23690
|
background-size: 18px 18px;
|
|
20308
23691
|
}
|
|
20309
23692
|
|
|
23693
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-icon-metric::before,
|
|
23694
|
+
.attribute-hierarchy-attribute-dropdown-body .gd-icon-metric::before,
|
|
23695
|
+
.date-attribute-dropdown-tabs .gd-icon-metric::before {
|
|
23696
|
+
width: 18px;
|
|
23697
|
+
height: 18px;
|
|
23698
|
+
margin-right: 5px;
|
|
23699
|
+
background-size: 18px 16px;
|
|
23700
|
+
}
|
|
23701
|
+
|
|
20310
23702
|
.gd-dialog.attribute-hierarchy-dialog .gd-icon-date::before,
|
|
20311
23703
|
.attribute-hierarchy-attribute-dropdown-body .gd-icon-date::before,
|
|
20312
23704
|
.date-attribute-dropdown-tabs .gd-icon-date::before {
|
|
@@ -24683,44 +28075,71 @@ figure {
|
|
|
24683
28075
|
.apply-all-at-once .dash-filters-all {
|
|
24684
28076
|
width: calc(100% - 225px);
|
|
24685
28077
|
}
|
|
24686
|
-
.dash-filters-all .dash-filters-date
|
|
28078
|
+
.dash-filters-all .dash-filters-date,
|
|
28079
|
+
.dash-filters-all .dash-filters-mvf {
|
|
24687
28080
|
max-width: 285px;
|
|
24688
28081
|
}
|
|
24689
28082
|
.dash-filters-all .dash-filters-attribute,
|
|
24690
|
-
.dash-filters-all .dash-filters-date
|
|
28083
|
+
.dash-filters-all .dash-filters-date,
|
|
28084
|
+
.dash-filters-all .dash-filters-mvf {
|
|
24691
28085
|
position: relative;
|
|
24692
28086
|
}
|
|
24693
28087
|
.dash-filters-all .dash-filters-attribute .gd-bubble-trigger .gd-attribute-filter-dropdown-button__next,
|
|
24694
|
-
.dash-filters-all .dash-filters-
|
|
28088
|
+
.dash-filters-all .dash-filters-attribute .gd-bubble-trigger .gd-mvf-dashboard-filter-button__next,
|
|
28089
|
+
.dash-filters-all .dash-filters-date .gd-bubble-trigger .gd-attribute-filter-dropdown-button__next,
|
|
28090
|
+
.dash-filters-all .dash-filters-date .gd-bubble-trigger .gd-mvf-dashboard-filter-button__next,
|
|
28091
|
+
.dash-filters-all .dash-filters-mvf .gd-bubble-trigger .gd-attribute-filter-dropdown-button__next,
|
|
28092
|
+
.dash-filters-all .dash-filters-mvf .gd-bubble-trigger .gd-mvf-dashboard-filter-button__next {
|
|
24695
28093
|
display: flex;
|
|
24696
28094
|
}
|
|
24697
|
-
.dash-filters-all .dash-filters-attribute .gd-bubble-trigger .gd-attribute-filter-dropdown-
|
|
24698
|
-
.dash-filters-all .dash-filters-date .gd-bubble-trigger .gd-attribute-filter-dropdown-
|
|
28095
|
+
.dash-filters-all .dash-filters-attribute .gd-bubble-trigger .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__content,
|
|
28096
|
+
.dash-filters-all .dash-filters-date .gd-bubble-trigger .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__content,
|
|
28097
|
+
.dash-filters-all .dash-filters-mvf .gd-bubble-trigger .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__content {
|
|
24699
28098
|
width: calc(100% - 17px);
|
|
24700
28099
|
}
|
|
28100
|
+
.dash-filters-all .dash-filters-attribute .gd-mvf-dashboard-filter-button__next .gd-attribute-filter-dropdown-button-title__next .shortened,
|
|
28101
|
+
.dash-filters-all .dash-filters-date .gd-mvf-dashboard-filter-button__next .gd-attribute-filter-dropdown-button-title__next .shortened,
|
|
28102
|
+
.dash-filters-all .dash-filters-mvf .gd-mvf-dashboard-filter-button__next .gd-attribute-filter-dropdown-button-title__next .shortened {
|
|
28103
|
+
display: inline-block;
|
|
28104
|
+
width: 100%;
|
|
28105
|
+
white-space: nowrap;
|
|
28106
|
+
}
|
|
24701
28107
|
.dash-filters-all .dash-filters-attribute .gd-attribute-filter-dropdown-button__next,
|
|
28108
|
+
.dash-filters-all .dash-filters-attribute .gd-mvf-dashboard-filter-button__next,
|
|
24702
28109
|
.dash-filters-all .dash-filters-attribute .gd-date-filter-button,
|
|
24703
28110
|
.dash-filters-all .dash-filters-date .gd-attribute-filter-dropdown-button__next,
|
|
24704
|
-
.dash-filters-all .dash-filters-date .gd-
|
|
28111
|
+
.dash-filters-all .dash-filters-date .gd-mvf-dashboard-filter-button__next,
|
|
28112
|
+
.dash-filters-all .dash-filters-date .gd-date-filter-button,
|
|
28113
|
+
.dash-filters-all .dash-filters-mvf .gd-attribute-filter-dropdown-button__next,
|
|
28114
|
+
.dash-filters-all .dash-filters-mvf .gd-mvf-dashboard-filter-button__next,
|
|
28115
|
+
.dash-filters-all .dash-filters-mvf .gd-date-filter-button {
|
|
24705
28116
|
margin: 7px 11px 7px 3px;
|
|
24706
28117
|
}
|
|
24707
28118
|
.dash-filters-all .dash-filters-attribute.dash-filter-is-edit-mode,
|
|
24708
|
-
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode
|
|
28119
|
+
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode,
|
|
28120
|
+
.dash-filters-all .dash-filters-mvf.dash-filter-is-edit-mode {
|
|
24709
28121
|
margin-left: -10px;
|
|
24710
28122
|
}
|
|
24711
28123
|
.dash-filters-all .dash-filters-attribute.dash-filter-is-edit-mode .gd-attribute-filter-dropdown-button__next,
|
|
28124
|
+
.dash-filters-all .dash-filters-attribute.dash-filter-is-edit-mode .gd-mvf-dashboard-filter-button__next,
|
|
24712
28125
|
.dash-filters-all .dash-filters-attribute.dash-filter-is-edit-mode .gd-date-filter-button,
|
|
24713
28126
|
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode .gd-attribute-filter-dropdown-button__next,
|
|
24714
|
-
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode .gd-
|
|
28127
|
+
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode .gd-mvf-dashboard-filter-button__next,
|
|
28128
|
+
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode .gd-date-filter-button,
|
|
28129
|
+
.dash-filters-all .dash-filters-mvf.dash-filter-is-edit-mode .gd-attribute-filter-dropdown-button__next,
|
|
28130
|
+
.dash-filters-all .dash-filters-mvf.dash-filter-is-edit-mode .gd-mvf-dashboard-filter-button__next,
|
|
28131
|
+
.dash-filters-all .dash-filters-mvf.dash-filter-is-edit-mode .gd-date-filter-button {
|
|
24715
28132
|
margin-left: 0;
|
|
24716
28133
|
padding-left: 23px;
|
|
24717
28134
|
}
|
|
24718
28135
|
.dash-filters-all .dash-filters-attribute.dash-filter-is-edit-mode .gd-date-filter-button::before,
|
|
24719
|
-
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode .gd-date-filter-button::before
|
|
28136
|
+
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode .gd-date-filter-button::before,
|
|
28137
|
+
.dash-filters-all .dash-filters-mvf.dash-filter-is-edit-mode .gd-date-filter-button::before {
|
|
24720
28138
|
left: 9px;
|
|
24721
28139
|
}
|
|
24722
28140
|
.dash-filters-all .dash-filters-attribute.dash-filter-is-edit-mode .gd-date-filter-button::after,
|
|
24723
|
-
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode .gd-date-filter-button::after
|
|
28141
|
+
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode .gd-date-filter-button::after,
|
|
28142
|
+
.dash-filters-all .dash-filters-mvf.dash-filter-is-edit-mode .gd-date-filter-button::after {
|
|
24724
28143
|
left: 0;
|
|
24725
28144
|
}
|
|
24726
28145
|
|
|
@@ -24837,7 +28256,8 @@ figure {
|
|
|
24837
28256
|
height: 55px;
|
|
24838
28257
|
}
|
|
24839
28258
|
|
|
24840
|
-
.draggable-attribute-filter
|
|
28259
|
+
.draggable-attribute-filter,
|
|
28260
|
+
.draggable-measure-value-filter {
|
|
24841
28261
|
position: relative;
|
|
24842
28262
|
display: flex;
|
|
24843
28263
|
justify-content: center;
|
|
@@ -24858,6 +28278,14 @@ figure {
|
|
|
24858
28278
|
color: var(--gd-palette-complementary-8, #464e56);
|
|
24859
28279
|
}
|
|
24860
28280
|
|
|
28281
|
+
.dropdown-body .attributes-list-mvf .gd-dropdown-tabs {
|
|
28282
|
+
border-bottom: 0;
|
|
28283
|
+
}
|
|
28284
|
+
.dropdown-body .attributes-list-mvf .gd-dropdown-tabs .gd-tab {
|
|
28285
|
+
margin: 0;
|
|
28286
|
+
padding: 0;
|
|
28287
|
+
}
|
|
28288
|
+
|
|
24861
28289
|
.gd-button-small[class*=gd-icon-].gd-button-icon-only.gd-configuration-button, .gd-button-small[class*=gd-icon-].gd-button-icon-only.gd-delete-button {
|
|
24862
28290
|
width: 18px;
|
|
24863
28291
|
height: 18px;
|