amis-ui 3.6.2 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.d.ts +10 -10
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.d.ts +11 -11
- package/esm/components/Collapse.js +3 -3
- package/esm/components/CollapseGroup.js +11 -10
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +40 -40
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.d.ts +13 -19
- package/esm/components/DateRangePicker.js +16 -10
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/Editor.js +4 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +10 -10
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputTable.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +2 -1
- package/esm/components/NumberInput.js +16 -6
- package/esm/components/OverflowTpl.d.ts +62 -0
- package/esm/components/OverflowTpl.js +101 -0
- package/esm/components/Pagination.d.ts +112 -0
- package/esm/components/Pagination.js +89 -10
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.d.ts +2 -0
- package/esm/components/PopOverContainer.js +8 -6
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +2 -2
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +40 -40
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +6 -7
- package/esm/components/SearchBox.d.ts +44 -42
- package/esm/components/SearchBox.js +6 -4
- package/esm/components/Select.js +1 -1
- package/esm/components/SelectMobile.js +12 -10
- package/esm/components/Selection.js +1 -1
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +20 -20
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +3 -2
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +90 -50
- package/esm/components/Transfer.js +2 -1
- package/esm/components/TransferDropDown.d.ts +80 -40
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.js +1 -1
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +3 -1
- package/esm/components/calendar/Calendar.js +4 -3
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.d.ts +6 -0
- package/esm/components/calendar/TimeView.js +105 -10
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +10 -5
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +11 -2
- package/esm/components/formula/Editor.js +10 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +80 -26
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +3 -3
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.d.ts +1 -1
- package/esm/components/icons.js +14 -8
- package/esm/components/index.d.ts +2 -1
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/index.d.ts +10 -10
- package/esm/components/menu/index.js +1 -1
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/ColGroup.js +1 -1
- package/esm/components/table/Head.js +15 -6
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +12 -25
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/Row.d.ts +10 -17
- package/esm/components/table/Row.js +47 -5
- package/esm/components/table/SummaryRow.js +2 -2
- package/esm/components/table/index.d.ts +44 -42
- package/esm/components/table/index.js +30 -56
- package/esm/components/table/util.d.ts +3 -2
- package/esm/components/table/util.js +39 -7
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/arrow-double-left.svg.js +24 -0
- package/esm/icons/arrow-double-right.svg.js +24 -0
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +2 -1
- package/esm/locale/de-DE.js +1 -1
- package/esm/locale/en-US.js +1 -1
- package/esm/locale/zh-CN.js +2 -2
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +10 -10
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +40 -40
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +11 -11
- package/lib/components/Collapse.js +3 -3
- package/lib/components/CollapseGroup.js +11 -10
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +40 -40
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +13 -19
- package/lib/components/DateRangePicker.js +16 -10
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +40 -40
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +4 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/InputTable.js +1 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +12 -11
- package/lib/components/NumberInput.js +16 -6
- package/lib/components/OverflowTpl.d.ts +62 -0
- package/lib/components/OverflowTpl.js +109 -0
- package/lib/components/Pagination.d.ts +112 -0
- package/lib/components/Pagination.js +89 -10
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.d.ts +2 -0
- package/lib/components/PopOverContainer.js +8 -6
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.js +2 -2
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +80 -80
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +40 -40
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +7 -7
- package/lib/components/SearchBox.d.ts +44 -42
- package/lib/components/SearchBox.js +6 -4
- package/lib/components/Select.d.ts +193 -193
- package/lib/components/Select.js +1 -1
- package/lib/components/SelectMobile.js +12 -10
- package/lib/components/Selection.d.ts +40 -40
- package/lib/components/Selection.js +1 -1
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +40 -40
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +10 -10
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +4 -2
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +40 -40
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +90 -50
- package/lib/components/Transfer.js +2 -1
- package/lib/components/TransferDropDown.d.ts +80 -40
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +40 -40
- package/lib/components/Tree.js +1 -1
- package/lib/components/TreeSelection.d.ts +40 -40
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +3 -1
- package/lib/components/calendar/Calendar.js +4 -3
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.d.ts +6 -0
- package/lib/components/calendar/TimeView.js +103 -8
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +10 -5
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.js +11 -2
- package/lib/components/formula/Editor.js +10 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.js +79 -25
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +3 -3
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.d.ts +1 -1
- package/lib/components/icons.js +14 -8
- package/lib/components/index.d.ts +2 -1
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +10 -10
- package/lib/components/menu/index.js +1 -1
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.js +15 -6
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.js +12 -25
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/Row.d.ts +10 -17
- package/lib/components/table/Row.js +46 -4
- package/lib/components/table/SummaryRow.js +2 -2
- package/lib/components/table/index.d.ts +44 -42
- package/lib/components/table/index.js +27 -53
- package/lib/components/table/util.d.ts +3 -2
- package/lib/components/table/util.js +40 -7
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/helper.css +9603 -1234
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/arrow-double-left.svg.js +31 -0
- package/lib/icons/arrow-double-right.svg.js +31 -0
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +3 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/zh-CN.js +2 -2
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +667 -292
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +667 -292
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +667 -292
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +667 -292
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +667 -292
- package/package.json +5 -4
- package/scss/_components.scss +3 -3
- package/scss/_mixins.scss +4 -0
- package/scss/_properties.scss +7 -3
- package/scss/components/_alert.scss +1 -0
- package/scss/components/_cards.scss +10 -1
- package/scss/components/_condition-builder.scss +1 -1
- package/scss/components/_dropdown.scss +1 -1
- package/scss/components/_list.scss +10 -1
- package/scss/components/_menu.scss +2 -2
- package/scss/components/_overflow-tpl.scss +5 -0
- package/scss/components/_pagination.scss +118 -8
- package/scss/components/_search-box.scss +7 -4
- package/scss/components/_table.scss +15 -0
- package/scss/components/_table2.scss +8 -2
- package/scss/components/form/_checks.scss +5 -5
- package/scss/components/form/_date-range.scss +1 -1
- package/scss/components/form/_date.scss +13 -1
- package/scss/components/form/_fieldset.scss +0 -2
- package/scss/components/form/_input-group.scss +21 -10
- package/scss/components/form/_picker.scss +0 -1
- package/scss/components/form/_range.scss +82 -0
- package/scss/components/form/_result-list.scss +6 -0
- package/scss/components/form/_select.scss +1 -0
- package/scss/components/form/_selection.scss +4 -0
- package/scss/components/form/_tag.scss +3 -0
- package/scss/components/form/_text.scss +1 -0
- package/scss/components/form/_textarea.scss +1 -0
- package/scss/components/form/_tree.scss +1 -1
- package/scss/themes/_common.scss +1 -0
package/lib/themes/cxd.css
CHANGED
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
--primary: var(--colors-brand-5);
|
|
11
11
|
--primary-onHover: var(--colors-brand-6);
|
|
12
12
|
--primary-onActive: var(--colors-brand-4);
|
|
13
|
-
--secondary: var(--colors-neutral-text-4);
|
|
13
|
+
--secondary: var(--colors-neutral-text-4);
|
|
14
|
+
/* secondary 颜色需进一步确认 */
|
|
14
15
|
--secondary-onHover: var(--colors-neutral-text-6);
|
|
15
16
|
--secondary-onActive: var(--colors-neutral-text-4);
|
|
16
17
|
--success: var(--colors-success-5);
|
|
@@ -187,7 +188,7 @@
|
|
|
187
188
|
--Carousel--light-control: white;
|
|
188
189
|
--Carousel-arrowControl-height: var(--gap-lg);
|
|
189
190
|
--Carousel-arrowControl-width: var(--gap-lg);
|
|
190
|
-
--Carousel-bg:
|
|
191
|
+
--Carousel-bg: var(--colors-neutral-fill-10);
|
|
191
192
|
--Carousel-dot-borderRadius: 0.25rem;
|
|
192
193
|
--Carousel-dot-height: 0.5rem;
|
|
193
194
|
--Carousel-dot-margin: 0.4375rem var(--gap-xs);
|
|
@@ -235,7 +236,7 @@
|
|
|
235
236
|
--DropDown-menu-paddingY: var(--gap-xs);
|
|
236
237
|
--DropDown-menuItem-onHover-bg: var(--Form-select-menu-onHover-bg);
|
|
237
238
|
--DropDown-group-color: #848b99;
|
|
238
|
-
--DropDown-menuItem-color:
|
|
239
|
+
--DropDown-menuItem-color: var(--colors-neutral-text-2);
|
|
239
240
|
--DropDown-menuItem-onHover-color: var(--Form-select-menu-onHover-color);
|
|
240
241
|
--DropDown-menuItem-onActive-color: var(--colors-brand-5);
|
|
241
242
|
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
|
@@ -524,7 +525,9 @@
|
|
|
524
525
|
--Page-title-lineHeight: 1.5;
|
|
525
526
|
--Pagination-fontSize: var(--fonts-size-8);
|
|
526
527
|
--Pagination-height: 2rem;
|
|
528
|
+
--Pagination-height-sm: 1.5rem;
|
|
527
529
|
--Pagination-minWidth: 2rem;
|
|
530
|
+
--Pagination-minWidth-sm: 1.5rem;
|
|
528
531
|
--Pagination-onActive-backgroundColor: var(--colors-neutral-fill-11);
|
|
529
532
|
--Pagination-onActive-border: var(--borders-width-2) var(--borders-style-2)
|
|
530
533
|
var(--colors-brand-5);
|
|
@@ -532,6 +535,7 @@
|
|
|
532
535
|
--Pagination-onDisabled-color: var(--colors-neutral-text-6);
|
|
533
536
|
--Pagination-onDisabled-backgroundColor: var(--colors-neutral-fill-10);
|
|
534
537
|
--Pagination-padding: 0 0.5rem;
|
|
538
|
+
--Pagination-padding-sm: 0 0.25rem;
|
|
535
539
|
--Pagination-light-color: #84868c;
|
|
536
540
|
--Panel--default-badgeBg: var(--colors-neutral-fill-3);
|
|
537
541
|
--Panel--default-badgeColor: var(--colors-neutral-fill-10);
|
|
@@ -551,7 +555,7 @@
|
|
|
551
555
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
|
552
556
|
--PickerColumns-loadingIcon-color: var(--icon-color);
|
|
553
557
|
--PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
|
|
554
|
-
--PopOver-bg:
|
|
558
|
+
--PopOver-bg: var(--colors-neutral-fill-11);
|
|
555
559
|
--PopOverAble-iconColor: inherit;
|
|
556
560
|
--PopOverAble-onHover-iconColor: inherit;
|
|
557
561
|
--PopUp-cancelAction-color: #666;
|
|
@@ -725,6 +729,7 @@
|
|
|
725
729
|
--SearchBox-enhonce-disabled-color: var(--colors-neutral-text-9);
|
|
726
730
|
--SearchBox-enhonce-disabled-search-color: var(--colors-neutral-text-6);
|
|
727
731
|
--SearchBox-enhonce-clearable-gap: var(--borders-radius-4);
|
|
732
|
+
--SearchBox-search-btn-color--disabled: var(--colors-neutral-fill-6);
|
|
728
733
|
--IconSelect-searchBox-width: 15.375rem;
|
|
729
734
|
--IconSelect-type-item-height: 3rem;
|
|
730
735
|
--IconSelect-dialog-height: 50vh;
|
|
@@ -2033,7 +2038,6 @@
|
|
|
2033
2038
|
--checkbox-checkbox-default-height: var(--sizes-size-9);
|
|
2034
2039
|
--checkbox-checkbox-default-bg-color: var(--colors-neutral-fill-11);
|
|
2035
2040
|
--checkbox-checkbox-default-text-color: var(--colors-neutral-text-2);
|
|
2036
|
-
--checkbox-checkbox-default-lineHeight: var(--fonts-lineHeight-2);
|
|
2037
2041
|
--checkbox-checkbox-default-fontWeight: var(--fonts-weight-6);
|
|
2038
2042
|
--checkbox-checkbox-default-fontSize: var(--fonts-size-7);
|
|
2039
2043
|
--checkbox-checkbox-default-top-border-color: var(--colors-neutral-line-8);
|
|
@@ -4465,6 +4469,7 @@
|
|
|
4465
4469
|
--inputTag-option-bg-color: var(--colors-neutral-fill-11);
|
|
4466
4470
|
--inputTag-option-hover-color: var(--colors-brand-5);
|
|
4467
4471
|
--inputTag-option-hover-bg-color: var(--colors-brand-10);
|
|
4472
|
+
--inputTag-popover-maxHeight: 300px;
|
|
4468
4473
|
--fieldSet-legend-height: var(--sizes-size-9);
|
|
4469
4474
|
--fieldSet-legend-color: var(--colors-neutral-text-2);
|
|
4470
4475
|
--fieldSet-legend-fontSize: var(--fonts-size-7);
|
|
@@ -4581,9 +4586,9 @@
|
|
|
4581
4586
|
--conditionBuilder-line-width: var(--sizes-size-2);
|
|
4582
4587
|
--conditionBuilder-line-bg-color: var(--colors-brand-9);
|
|
4583
4588
|
--conditionBuilder-body-bg-color: var(--colors-neutral-line-10);
|
|
4584
|
-
--conditionBuilder-body-paddingTop: var(--sizes-size-
|
|
4589
|
+
--conditionBuilder-body-paddingTop: var(--sizes-size-3);
|
|
4585
4590
|
--conditionBuilder-body-paddingRight: var(--sizes-size-7);
|
|
4586
|
-
--conditionBuilder-body-paddingBottom: var(--sizes-size-
|
|
4591
|
+
--conditionBuilder-body-paddingBottom: var(--sizes-size-3);
|
|
4587
4592
|
--conditionBuilder-body-paddingLeft: var(--sizes-base-14);
|
|
4588
4593
|
--table-border-width: var(--borders-width-2);
|
|
4589
4594
|
--table-border-color: var(--colors-neutral-line-8);
|
|
@@ -5132,14 +5137,17 @@
|
|
|
5132
5137
|
}
|
|
5133
5138
|
/* PADDING */
|
|
5134
5139
|
.CodeMirror-lines {
|
|
5135
|
-
padding: 4px 0;
|
|
5140
|
+
padding: 4px 0;
|
|
5141
|
+
/* Vertical padding around content */
|
|
5136
5142
|
}
|
|
5137
5143
|
.CodeMirror pre.CodeMirror-line,
|
|
5138
5144
|
.CodeMirror pre.CodeMirror-line-like {
|
|
5139
|
-
padding: 0 4px;
|
|
5145
|
+
padding: 0 4px;
|
|
5146
|
+
/* Horizontal padding of content */
|
|
5140
5147
|
}
|
|
5141
5148
|
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
|
5142
|
-
background-color: white;
|
|
5149
|
+
background-color: white;
|
|
5150
|
+
/* The little square between H and V scrollbars */
|
|
5143
5151
|
}
|
|
5144
5152
|
/* GUTTER */
|
|
5145
5153
|
.CodeMirror-gutters {
|
|
@@ -5325,14 +5333,16 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5325
5333
|
background: white;
|
|
5326
5334
|
}
|
|
5327
5335
|
.CodeMirror-scroll {
|
|
5328
|
-
overflow: scroll !important;
|
|
5336
|
+
overflow: scroll !important;
|
|
5337
|
+
/* Things will break if this is overridden */
|
|
5329
5338
|
/* 50px is the magic margin used to hide the element's real scrollbars */
|
|
5330
5339
|
/* See overflow: hidden in .CodeMirror */
|
|
5331
5340
|
margin-bottom: -50px;
|
|
5332
5341
|
margin-right: -50px;
|
|
5333
5342
|
padding-bottom: 50px;
|
|
5334
5343
|
height: 100%;
|
|
5335
|
-
outline: none;
|
|
5344
|
+
outline: none;
|
|
5345
|
+
/* Prevent dragging from highlighting the element */
|
|
5336
5346
|
position: relative;
|
|
5337
5347
|
z-index: 0;
|
|
5338
5348
|
}
|
|
@@ -5411,7 +5421,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5411
5421
|
}
|
|
5412
5422
|
.CodeMirror-lines {
|
|
5413
5423
|
cursor: text;
|
|
5414
|
-
min-height: 1px;
|
|
5424
|
+
min-height: 1px;
|
|
5425
|
+
/* prevents collapsing before first draw */
|
|
5415
5426
|
}
|
|
5416
5427
|
.CodeMirror pre.CodeMirror-line,
|
|
5417
5428
|
.CodeMirror pre.CodeMirror-line-like {
|
|
@@ -5449,7 +5460,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5449
5460
|
.CodeMirror-linewidget {
|
|
5450
5461
|
position: relative;
|
|
5451
5462
|
z-index: 2;
|
|
5452
|
-
padding: 0.1px;
|
|
5463
|
+
padding: 0.1px;
|
|
5464
|
+
/* Force widget margins to stay inside of the container */
|
|
5453
5465
|
}
|
|
5454
5466
|
.CodeMirror-rtl pre {
|
|
5455
5467
|
direction: rtl;
|
|
@@ -5733,7 +5745,7 @@ img.fr-bordered {
|
|
|
5733
5745
|
vertical-align: bottom;
|
|
5734
5746
|
margin-left: 5px;
|
|
5735
5747
|
margin-right: 5px;
|
|
5736
|
-
max-width: calc(100% -
|
|
5748
|
+
max-width: calc(100% - (2 * 5px));
|
|
5737
5749
|
}
|
|
5738
5750
|
.fr-view img.fr-dii.fr-fil {
|
|
5739
5751
|
float: left;
|
|
@@ -5769,7 +5781,7 @@ img.fr-bordered {
|
|
|
5769
5781
|
vertical-align: bottom;
|
|
5770
5782
|
margin-left: 5px;
|
|
5771
5783
|
margin-right: 5px;
|
|
5772
|
-
max-width: calc(100% -
|
|
5784
|
+
max-width: calc(100% - (2 * 5px));
|
|
5773
5785
|
}
|
|
5774
5786
|
.fr-view span.fr-img-caption.fr-dii.fr-fil {
|
|
5775
5787
|
float: left;
|
|
@@ -5897,7 +5909,7 @@ img.fr-view.fr-dii {
|
|
|
5897
5909
|
vertical-align: bottom;
|
|
5898
5910
|
margin-left: 5px;
|
|
5899
5911
|
margin-right: 5px;
|
|
5900
|
-
max-width: calc(100% -
|
|
5912
|
+
max-width: calc(100% - (2 * 5px));
|
|
5901
5913
|
}
|
|
5902
5914
|
img.fr-view.fr-dii.fr-fil {
|
|
5903
5915
|
float: left;
|
|
@@ -5933,7 +5945,7 @@ span.fr-img-caption.fr-view.fr-dii {
|
|
|
5933
5945
|
vertical-align: bottom;
|
|
5934
5946
|
margin-left: 5px;
|
|
5935
5947
|
margin-right: 5px;
|
|
5936
|
-
max-width: calc(100% -
|
|
5948
|
+
max-width: calc(100% - (2 * 5px));
|
|
5937
5949
|
}
|
|
5938
5950
|
span.fr-img-caption.fr-view.fr-dii.fr-fil {
|
|
5939
5951
|
float: left;
|
|
@@ -6139,12 +6151,14 @@ iframe.fr-iframe {
|
|
|
6139
6151
|
.fr-box.fr-document {
|
|
6140
6152
|
min-width: 21cm;
|
|
6141
6153
|
}
|
|
6154
|
+
|
|
6142
6155
|
.fr-box.fr-document .fr-wrapper {
|
|
6143
6156
|
text-align: left;
|
|
6144
6157
|
padding: 30px;
|
|
6145
6158
|
min-width: 21cm;
|
|
6146
6159
|
background: #efefef;
|
|
6147
6160
|
}
|
|
6161
|
+
|
|
6148
6162
|
.fr-box.fr-document .fr-wrapper .fr-element {
|
|
6149
6163
|
text-align: left;
|
|
6150
6164
|
background: #FFF;
|
|
@@ -6155,6 +6169,7 @@ iframe.fr-iframe {
|
|
|
6155
6169
|
overflow: visible;
|
|
6156
6170
|
z-index: auto;
|
|
6157
6171
|
}
|
|
6172
|
+
|
|
6158
6173
|
.fr-box.fr-document .fr-wrapper .fr-element hr {
|
|
6159
6174
|
margin-left: -2cm;
|
|
6160
6175
|
margin-right: -2cm;
|
|
@@ -6163,6 +6178,7 @@ iframe.fr-iframe {
|
|
|
6163
6178
|
outline: none;
|
|
6164
6179
|
border: none;
|
|
6165
6180
|
}
|
|
6181
|
+
|
|
6166
6182
|
.fr-box.fr-document .fr-wrapper .fr-element img {
|
|
6167
6183
|
z-index: 1;
|
|
6168
6184
|
}
|
|
@@ -7333,7 +7349,7 @@ ol.decimal_type > li:before {
|
|
|
7333
7349
|
}
|
|
7334
7350
|
.fr-separator.fr-hs {
|
|
7335
7351
|
clear: both;
|
|
7336
|
-
width: calc(100% -
|
|
7352
|
+
width: calc(100% - (2 * 4px));
|
|
7337
7353
|
margin: 0 4px;
|
|
7338
7354
|
height: 1px;
|
|
7339
7355
|
}
|
|
@@ -8108,18 +8124,22 @@ body.fr-fullscreen {
|
|
|
8108
8124
|
width: 10px;
|
|
8109
8125
|
height: 10px;
|
|
8110
8126
|
}
|
|
8127
|
+
|
|
8111
8128
|
.fr-image-resizer .fr-handler.fr-hnw {
|
|
8112
8129
|
left: -5px;
|
|
8113
8130
|
top: -5px;
|
|
8114
8131
|
}
|
|
8132
|
+
|
|
8115
8133
|
.fr-image-resizer .fr-handler.fr-hne {
|
|
8116
8134
|
right: -5px;
|
|
8117
8135
|
top: -5px;
|
|
8118
8136
|
}
|
|
8137
|
+
|
|
8119
8138
|
.fr-image-resizer .fr-handler.fr-hsw {
|
|
8120
8139
|
left: -5px;
|
|
8121
8140
|
bottom: -5px;
|
|
8122
8141
|
}
|
|
8142
|
+
|
|
8123
8143
|
.fr-image-resizer .fr-handler.fr-hse {
|
|
8124
8144
|
right: -5px;
|
|
8125
8145
|
bottom: -5px;
|
|
@@ -8529,7 +8549,7 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
|
|
8529
8549
|
}
|
|
8530
8550
|
.fr-line-breaker a.fr-floating-btn {
|
|
8531
8551
|
position: absolute;
|
|
8532
|
-
left: calc(50% -
|
|
8552
|
+
left: calc(50% - (40px / 2));
|
|
8533
8553
|
top: -20px;
|
|
8534
8554
|
}
|
|
8535
8555
|
.fr-line-breaker a.fr-floating-btn svg {
|
|
@@ -8864,18 +8884,22 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
|
|
8864
8884
|
width: 10px;
|
|
8865
8885
|
height: 10px;
|
|
8866
8886
|
}
|
|
8887
|
+
|
|
8867
8888
|
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
|
|
8868
8889
|
left: -5px;
|
|
8869
8890
|
top: -5px;
|
|
8870
8891
|
}
|
|
8892
|
+
|
|
8871
8893
|
.fr-box .fr-video-resizer .fr-handler.fr-hne {
|
|
8872
8894
|
right: -5px;
|
|
8873
8895
|
top: -5px;
|
|
8874
8896
|
}
|
|
8897
|
+
|
|
8875
8898
|
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
|
|
8876
8899
|
left: -5px;
|
|
8877
8900
|
bottom: -5px;
|
|
8878
8901
|
}
|
|
8902
|
+
|
|
8879
8903
|
.fr-box .fr-video-resizer .fr-handler.fr-hse {
|
|
8880
8904
|
right: -5px;
|
|
8881
8905
|
bottom: -5px;
|
|
@@ -9177,7 +9201,7 @@ img.fr-bordered {
|
|
|
9177
9201
|
vertical-align: bottom;
|
|
9178
9202
|
margin-left: 5px;
|
|
9179
9203
|
margin-right: 5px;
|
|
9180
|
-
max-width: calc(100% -
|
|
9204
|
+
max-width: calc(100% - (2 * 5px));
|
|
9181
9205
|
}
|
|
9182
9206
|
.fr-view img.fr-dii.fr-fil {
|
|
9183
9207
|
float: left;
|
|
@@ -9213,7 +9237,7 @@ img.fr-bordered {
|
|
|
9213
9237
|
vertical-align: bottom;
|
|
9214
9238
|
margin-left: 5px;
|
|
9215
9239
|
margin-right: 5px;
|
|
9216
|
-
max-width: calc(100% -
|
|
9240
|
+
max-width: calc(100% - (2 * 5px));
|
|
9217
9241
|
}
|
|
9218
9242
|
.fr-view span.fr-img-caption.fr-dii.fr-fil {
|
|
9219
9243
|
float: left;
|
|
@@ -9341,7 +9365,7 @@ img.fr-view.fr-dii {
|
|
|
9341
9365
|
vertical-align: bottom;
|
|
9342
9366
|
margin-left: 5px;
|
|
9343
9367
|
margin-right: 5px;
|
|
9344
|
-
max-width: calc(100% -
|
|
9368
|
+
max-width: calc(100% - (2 * 5px));
|
|
9345
9369
|
}
|
|
9346
9370
|
img.fr-view.fr-dii.fr-fil {
|
|
9347
9371
|
float: left;
|
|
@@ -9377,7 +9401,7 @@ span.fr-img-caption.fr-view.fr-dii {
|
|
|
9377
9401
|
vertical-align: bottom;
|
|
9378
9402
|
margin-left: 5px;
|
|
9379
9403
|
margin-right: 5px;
|
|
9380
|
-
max-width: calc(100% -
|
|
9404
|
+
max-width: calc(100% - (2 * 5px));
|
|
9381
9405
|
}
|
|
9382
9406
|
span.fr-img-caption.fr-view.fr-dii.fr-fil {
|
|
9383
9407
|
float: left;
|
|
@@ -9950,7 +9974,7 @@ button::-moz-focus-inner {
|
|
|
9950
9974
|
display: flex;
|
|
9951
9975
|
height: 24px;
|
|
9952
9976
|
justify-content: center;
|
|
9953
|
-
padding:
|
|
9977
|
+
padding: calc(4px - 1px);
|
|
9954
9978
|
width: 24px;
|
|
9955
9979
|
}
|
|
9956
9980
|
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
|
|
@@ -9993,7 +10017,7 @@ button::-moz-focus-inner {
|
|
|
9993
10017
|
.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
|
|
9994
10018
|
border-radius: 6px;
|
|
9995
10019
|
box-shadow: inset 0 0 0 1px #006ce7;
|
|
9996
|
-
padding:
|
|
10020
|
+
padding: calc(4px - 1px);
|
|
9997
10021
|
}
|
|
9998
10022
|
.tox:not([dir=rtl]) .tox-checkbox__label {
|
|
9999
10023
|
margin-left: 4px;
|
|
@@ -10442,7 +10466,7 @@ button::-moz-focus-inner {
|
|
|
10442
10466
|
display: none;
|
|
10443
10467
|
fill: #222f3e;
|
|
10444
10468
|
height: 24px;
|
|
10445
|
-
margin:
|
|
10469
|
+
margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
|
|
10446
10470
|
width: 24px;
|
|
10447
10471
|
}
|
|
10448
10472
|
.tox div.tox-swatch:not(.tox-swatch--remove) svg path {
|
|
@@ -10716,7 +10740,7 @@ button::-moz-focus-inner {
|
|
|
10716
10740
|
body:not(.tox-force-desktop) .tox .tox-dialog {
|
|
10717
10741
|
align-self: flex-start;
|
|
10718
10742
|
margin: 8px auto;
|
|
10719
|
-
max-height: calc(100vh -
|
|
10743
|
+
max-height: calc(100vh - 8px * 2);
|
|
10720
10744
|
width: calc(100vw - 16px);
|
|
10721
10745
|
}
|
|
10722
10746
|
}
|
|
@@ -10820,7 +10844,7 @@ button::-moz-focus-inner {
|
|
|
10820
10844
|
display: flex;
|
|
10821
10845
|
flex: 1;
|
|
10822
10846
|
flex-direction: column;
|
|
10823
|
-
max-height: min(650px, 100vh - 110px);
|
|
10847
|
+
max-height: min(650px, calc(100vh - 110px));
|
|
10824
10848
|
overflow: auto;
|
|
10825
10849
|
-webkit-overflow-scrolling: touch;
|
|
10826
10850
|
padding: 16px 16px;
|
|
@@ -11349,13 +11373,13 @@ body.tox-dialog__disable-scroll {
|
|
|
11349
11373
|
justify-content: space-between;
|
|
11350
11374
|
}
|
|
11351
11375
|
.tox .tox-form__grid--2col > .tox-form__group {
|
|
11352
|
-
width: calc(50% -
|
|
11376
|
+
width: calc(50% - (8px / 2));
|
|
11353
11377
|
}
|
|
11354
11378
|
.tox .tox-form__grid--3col > .tox-form__group {
|
|
11355
|
-
width: calc(
|
|
11379
|
+
width: calc(100% / 3 - (8px / 2));
|
|
11356
11380
|
}
|
|
11357
11381
|
.tox .tox-form__grid--4col > .tox-form__group {
|
|
11358
|
-
width: calc(25% -
|
|
11382
|
+
width: calc(25% - (8px / 2));
|
|
11359
11383
|
}
|
|
11360
11384
|
.tox .tox-form__controls-h-stack {
|
|
11361
11385
|
align-items: center;
|
|
@@ -11753,6 +11777,7 @@ body.tox-dialog__disable-scroll {
|
|
|
11753
11777
|
overflow-wrap: break-word;
|
|
11754
11778
|
word-break: normal;
|
|
11755
11779
|
}
|
|
11780
|
+
|
|
11756
11781
|
.tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
|
|
11757
11782
|
word-break: break-all;
|
|
11758
11783
|
}
|
|
@@ -12279,9 +12304,9 @@ body.tox-dialog__disable-scroll {
|
|
|
12279
12304
|
}
|
|
12280
12305
|
@media only screen and (min-width: 768px) {
|
|
12281
12306
|
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
|
12282
|
-
|
|
12283
|
-
|
|
12284
|
-
flex: 0 0
|
|
12307
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
|
|
12308
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
|
|
12309
|
+
flex: 0 0 calc(100% / 3);
|
|
12285
12310
|
}
|
|
12286
12311
|
}
|
|
12287
12312
|
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
|
|
@@ -12305,6 +12330,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12305
12330
|
.tox .tox-statusbar__text-container .tox-statusbar__help-text {
|
|
12306
12331
|
display: none;
|
|
12307
12332
|
}
|
|
12333
|
+
|
|
12308
12334
|
.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
|
|
12309
12335
|
display: block;
|
|
12310
12336
|
}
|
|
@@ -12702,7 +12728,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12702
12728
|
background-image: repeating-linear-gradient(#e3e3e3 0px 1px, transparent 1px 39px);
|
|
12703
12729
|
background-position: center top 40px;
|
|
12704
12730
|
background-repeat: no-repeat;
|
|
12705
|
-
background-size: calc(100% -
|
|
12731
|
+
background-size: calc(100% - 11px * 2) calc(100% - 41px);
|
|
12706
12732
|
display: flex;
|
|
12707
12733
|
flex: 0 0 auto;
|
|
12708
12734
|
flex-shrink: 0;
|
|
@@ -12714,7 +12740,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12714
12740
|
.tox .tox-toolbar-overlord > .tox-toolbar__primary,
|
|
12715
12741
|
.tox .tox-toolbar-overlord > .tox-toolbar__overflow {
|
|
12716
12742
|
background-position: center top 0px;
|
|
12717
|
-
background-size: calc(100% -
|
|
12743
|
+
background-size: calc(100% - 11px * 2) calc(100% - 0px);
|
|
12718
12744
|
}
|
|
12719
12745
|
.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
|
|
12720
12746
|
height: 0;
|
|
@@ -12761,7 +12787,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12761
12787
|
.tox.tox-tinymce-aux .tox-toolbar__overflow {
|
|
12762
12788
|
background-color: #fff;
|
|
12763
12789
|
background-position: center top 43px;
|
|
12764
|
-
background-size: calc(100% -
|
|
12790
|
+
background-size: calc(100% - 8px * 2) calc(100% - 51px);
|
|
12765
12791
|
border: none;
|
|
12766
12792
|
border-radius: 6px;
|
|
12767
12793
|
box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
|
|
@@ -12773,7 +12799,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12773
12799
|
}
|
|
12774
12800
|
.tox-pop .tox-pop__dialog .tox-toolbar {
|
|
12775
12801
|
background-position: center top 43px;
|
|
12776
|
-
background-size: calc(100% -
|
|
12802
|
+
background-size: calc(100% - 11px * 2) calc(100% - 51px);
|
|
12777
12803
|
padding: 4px 0;
|
|
12778
12804
|
}
|
|
12779
12805
|
.tox .tox-toolbar__group {
|
|
@@ -14067,18 +14093,18 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14067
14093
|
.cropper-dashed.dashed-h {
|
|
14068
14094
|
border-bottom-width: 1px;
|
|
14069
14095
|
border-top-width: 1px;
|
|
14070
|
-
height:
|
|
14096
|
+
height: calc(100% / 3);
|
|
14071
14097
|
left: 0;
|
|
14072
|
-
top:
|
|
14098
|
+
top: calc(100% / 3);
|
|
14073
14099
|
width: 100%;
|
|
14074
14100
|
}
|
|
14075
14101
|
.cropper-dashed.dashed-v {
|
|
14076
14102
|
border-left-width: 1px;
|
|
14077
14103
|
border-right-width: 1px;
|
|
14078
14104
|
height: 100%;
|
|
14079
|
-
left:
|
|
14105
|
+
left: calc(100% / 3);
|
|
14080
14106
|
top: 0;
|
|
14081
|
-
width:
|
|
14107
|
+
width: calc(100% / 3);
|
|
14082
14108
|
}
|
|
14083
14109
|
.cropper-center {
|
|
14084
14110
|
display: block;
|
|
@@ -14400,9 +14426,14 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14400
14426
|
.rdtPrev span,
|
|
14401
14427
|
.rdtNext span {
|
|
14402
14428
|
display: block;
|
|
14403
|
-
-webkit-touch-callout: none;
|
|
14404
|
-
|
|
14405
|
-
-
|
|
14429
|
+
-webkit-touch-callout: none;
|
|
14430
|
+
/* iOS Safari */
|
|
14431
|
+
-webkit-user-select: none;
|
|
14432
|
+
/* Chrome/Safari/Opera */
|
|
14433
|
+
/* Konqueror */
|
|
14434
|
+
-moz-user-select: none;
|
|
14435
|
+
/* Firefox */
|
|
14436
|
+
/* Internet Explorer/Edge */
|
|
14406
14437
|
user-select: none;
|
|
14407
14438
|
}
|
|
14408
14439
|
.rdtPicker th.rdtDisabled,
|
|
@@ -14471,9 +14502,14 @@ td.rdtQuarter:hover {
|
|
|
14471
14502
|
line-height: 40px;
|
|
14472
14503
|
cursor: pointer;
|
|
14473
14504
|
display: block;
|
|
14474
|
-
-webkit-touch-callout: none;
|
|
14475
|
-
|
|
14476
|
-
-
|
|
14505
|
+
-webkit-touch-callout: none;
|
|
14506
|
+
/* iOS Safari */
|
|
14507
|
+
-webkit-user-select: none;
|
|
14508
|
+
/* Chrome/Safari/Opera */
|
|
14509
|
+
/* Konqueror */
|
|
14510
|
+
-moz-user-select: none;
|
|
14511
|
+
/* Firefox */
|
|
14512
|
+
/* Internet Explorer/Edge */
|
|
14477
14513
|
user-select: none;
|
|
14478
14514
|
}
|
|
14479
14515
|
.rdtCounter .rdtBtn:hover {
|
|
@@ -15039,6 +15075,7 @@ body {
|
|
|
15039
15075
|
.cxd-Layout-content {
|
|
15040
15076
|
transition: transform var(--animation-duration) ease;
|
|
15041
15077
|
}
|
|
15078
|
+
|
|
15042
15079
|
.cxd-Layout-aside {
|
|
15043
15080
|
display: none;
|
|
15044
15081
|
}
|
|
@@ -15054,11 +15091,13 @@ body {
|
|
|
15054
15091
|
-webkit-overflow-scrolling: touch;
|
|
15055
15092
|
z-index: 1010;
|
|
15056
15093
|
}
|
|
15094
|
+
|
|
15057
15095
|
.cxd-Layout-headerBar {
|
|
15058
15096
|
display: none;
|
|
15059
15097
|
}
|
|
15098
|
+
|
|
15060
15099
|
.cxd-Layout--offScreen .cxd-Layout-body,
|
|
15061
|
-
|
|
15100
|
+
.cxd-Layout--offScreen .cxd-Layout-footer {
|
|
15062
15101
|
background: var(--body-bg);
|
|
15063
15102
|
transition: transform var(--animation-duration) ease;
|
|
15064
15103
|
backface-visibility: hidden;
|
|
@@ -15073,6 +15112,7 @@ body {
|
|
|
15073
15112
|
z-index: 1015;
|
|
15074
15113
|
padding-top: 3.125rem;
|
|
15075
15114
|
}
|
|
15115
|
+
|
|
15076
15116
|
.cxd-Layout-offScreenBtn {
|
|
15077
15117
|
display: block;
|
|
15078
15118
|
}
|
|
@@ -15127,7 +15167,7 @@ body {
|
|
|
15127
15167
|
float: left;
|
|
15128
15168
|
}
|
|
15129
15169
|
.cxd-Layout--withAside .cxd-Layout-headerBar,
|
|
15130
|
-
|
|
15170
|
+
.cxd-Layout--withAside .cxd-Layout-footer {
|
|
15131
15171
|
margin-left: var(--Layout-aside-width);
|
|
15132
15172
|
transition: margin var(--animation-duration) ease;
|
|
15133
15173
|
}
|
|
@@ -15150,11 +15190,11 @@ body {
|
|
|
15150
15190
|
width: auto;
|
|
15151
15191
|
}
|
|
15152
15192
|
.cxd-Layout--folded .cxd-Layout-aside,
|
|
15153
|
-
|
|
15193
|
+
.cxd-Layout--folded .cxd-Layout-brandBar {
|
|
15154
15194
|
width: var(--Layout-aside--folded-width);
|
|
15155
15195
|
}
|
|
15156
15196
|
.cxd-Layout--folded.cxd-Layout--withAside .cxd-Layout-headerBar,
|
|
15157
|
-
|
|
15197
|
+
.cxd-Layout--folded.cxd-Layout--withAside .cxd-Layout-footer {
|
|
15158
15198
|
margin-left: var(--Layout-aside--folded-width);
|
|
15159
15199
|
}
|
|
15160
15200
|
.cxd-Layout--folded .cxd-Layout-brand {
|
|
@@ -15213,18 +15253,18 @@ body {
|
|
|
15213
15253
|
padding-right: 17px;
|
|
15214
15254
|
}
|
|
15215
15255
|
.cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-brand,
|
|
15216
|
-
|
|
15217
|
-
|
|
15256
|
+
.cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
|
|
15257
|
+
.cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-aside {
|
|
15218
15258
|
width: var(--Layout-aside--sm-width);
|
|
15219
15259
|
}
|
|
15220
15260
|
.cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-brand,
|
|
15221
|
-
|
|
15222
|
-
|
|
15261
|
+
.cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
|
|
15262
|
+
.cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-aside {
|
|
15223
15263
|
width: var(--Layout-aside--md-width);
|
|
15224
15264
|
}
|
|
15225
15265
|
.cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-brand,
|
|
15226
|
-
|
|
15227
|
-
|
|
15266
|
+
.cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
|
|
15267
|
+
.cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-aside {
|
|
15228
15268
|
width: var(--Layout-aside--lg-width);
|
|
15229
15269
|
}
|
|
15230
15270
|
}
|
|
@@ -15396,6 +15436,7 @@ body {
|
|
|
15396
15436
|
flex-direction: column;
|
|
15397
15437
|
justify-content: space-between;
|
|
15398
15438
|
}
|
|
15439
|
+
|
|
15399
15440
|
.cxd-Grid-col--sm1 {
|
|
15400
15441
|
flex: 0 0 8.3333333333%;
|
|
15401
15442
|
max-width: 8.3333333333%;
|
|
@@ -15403,6 +15444,7 @@ body {
|
|
|
15403
15444
|
padding-left: 0.5rem;
|
|
15404
15445
|
padding-right: 0.5rem;
|
|
15405
15446
|
}
|
|
15447
|
+
|
|
15406
15448
|
.cxd-Grid-col--sm2 {
|
|
15407
15449
|
flex: 0 0 16.6666666667%;
|
|
15408
15450
|
max-width: 16.6666666667%;
|
|
@@ -15410,6 +15452,7 @@ body {
|
|
|
15410
15452
|
padding-left: 0.5rem;
|
|
15411
15453
|
padding-right: 0.5rem;
|
|
15412
15454
|
}
|
|
15455
|
+
|
|
15413
15456
|
.cxd-Grid-col--sm3 {
|
|
15414
15457
|
flex: 0 0 25%;
|
|
15415
15458
|
max-width: 25%;
|
|
@@ -15417,6 +15460,7 @@ body {
|
|
|
15417
15460
|
padding-left: 0.5rem;
|
|
15418
15461
|
padding-right: 0.5rem;
|
|
15419
15462
|
}
|
|
15463
|
+
|
|
15420
15464
|
.cxd-Grid-col--sm4 {
|
|
15421
15465
|
flex: 0 0 33.3333333333%;
|
|
15422
15466
|
max-width: 33.3333333333%;
|
|
@@ -15424,6 +15468,7 @@ body {
|
|
|
15424
15468
|
padding-left: 0.5rem;
|
|
15425
15469
|
padding-right: 0.5rem;
|
|
15426
15470
|
}
|
|
15471
|
+
|
|
15427
15472
|
.cxd-Grid-col--sm5 {
|
|
15428
15473
|
flex: 0 0 41.6666666667%;
|
|
15429
15474
|
max-width: 41.6666666667%;
|
|
@@ -15431,6 +15476,7 @@ body {
|
|
|
15431
15476
|
padding-left: 0.5rem;
|
|
15432
15477
|
padding-right: 0.5rem;
|
|
15433
15478
|
}
|
|
15479
|
+
|
|
15434
15480
|
.cxd-Grid-col--sm6 {
|
|
15435
15481
|
flex: 0 0 50%;
|
|
15436
15482
|
max-width: 50%;
|
|
@@ -15438,6 +15484,7 @@ body {
|
|
|
15438
15484
|
padding-left: 0.5rem;
|
|
15439
15485
|
padding-right: 0.5rem;
|
|
15440
15486
|
}
|
|
15487
|
+
|
|
15441
15488
|
.cxd-Grid-col--sm7 {
|
|
15442
15489
|
flex: 0 0 58.3333333333%;
|
|
15443
15490
|
max-width: 58.3333333333%;
|
|
@@ -15445,6 +15492,7 @@ body {
|
|
|
15445
15492
|
padding-left: 0.5rem;
|
|
15446
15493
|
padding-right: 0.5rem;
|
|
15447
15494
|
}
|
|
15495
|
+
|
|
15448
15496
|
.cxd-Grid-col--sm8 {
|
|
15449
15497
|
flex: 0 0 66.6666666667%;
|
|
15450
15498
|
max-width: 66.6666666667%;
|
|
@@ -15452,6 +15500,7 @@ body {
|
|
|
15452
15500
|
padding-left: 0.5rem;
|
|
15453
15501
|
padding-right: 0.5rem;
|
|
15454
15502
|
}
|
|
15503
|
+
|
|
15455
15504
|
.cxd-Grid-col--sm9 {
|
|
15456
15505
|
flex: 0 0 75%;
|
|
15457
15506
|
max-width: 75%;
|
|
@@ -15459,6 +15508,7 @@ body {
|
|
|
15459
15508
|
padding-left: 0.5rem;
|
|
15460
15509
|
padding-right: 0.5rem;
|
|
15461
15510
|
}
|
|
15511
|
+
|
|
15462
15512
|
.cxd-Grid-col--sm10 {
|
|
15463
15513
|
flex: 0 0 83.3333333333%;
|
|
15464
15514
|
max-width: 83.3333333333%;
|
|
@@ -15466,6 +15516,7 @@ body {
|
|
|
15466
15516
|
padding-left: 0.5rem;
|
|
15467
15517
|
padding-right: 0.5rem;
|
|
15468
15518
|
}
|
|
15519
|
+
|
|
15469
15520
|
.cxd-Grid-col--sm11 {
|
|
15470
15521
|
flex: 0 0 91.6666666667%;
|
|
15471
15522
|
max-width: 91.6666666667%;
|
|
@@ -15473,6 +15524,7 @@ body {
|
|
|
15473
15524
|
padding-left: 0.5rem;
|
|
15474
15525
|
padding-right: 0.5rem;
|
|
15475
15526
|
}
|
|
15527
|
+
|
|
15476
15528
|
.cxd-Grid-col--sm12 {
|
|
15477
15529
|
flex: 0 0 100%;
|
|
15478
15530
|
max-width: 100%;
|
|
@@ -15480,6 +15532,7 @@ body {
|
|
|
15480
15532
|
padding-left: 0.5rem;
|
|
15481
15533
|
padding-right: 0.5rem;
|
|
15482
15534
|
}
|
|
15535
|
+
|
|
15483
15536
|
.cxd-Grid-col--sm {
|
|
15484
15537
|
flex-basis: 0;
|
|
15485
15538
|
flex-grow: 1;
|
|
@@ -15489,6 +15542,7 @@ body {
|
|
|
15489
15542
|
padding-left: 0.5rem;
|
|
15490
15543
|
padding-right: 0.5rem;
|
|
15491
15544
|
}
|
|
15545
|
+
|
|
15492
15546
|
.cxd-Grid-col--smAuto {
|
|
15493
15547
|
flex: 0 0 auto;
|
|
15494
15548
|
width: auto;
|
|
@@ -15505,6 +15559,7 @@ body {
|
|
|
15505
15559
|
padding-left: 0.5rem;
|
|
15506
15560
|
padding-right: 0.5rem;
|
|
15507
15561
|
}
|
|
15562
|
+
|
|
15508
15563
|
.cxd-Grid-col--md2 {
|
|
15509
15564
|
flex: 0 0 16.6666666667%;
|
|
15510
15565
|
max-width: 16.6666666667%;
|
|
@@ -15512,6 +15567,7 @@ body {
|
|
|
15512
15567
|
padding-left: 0.5rem;
|
|
15513
15568
|
padding-right: 0.5rem;
|
|
15514
15569
|
}
|
|
15570
|
+
|
|
15515
15571
|
.cxd-Grid-col--md3 {
|
|
15516
15572
|
flex: 0 0 25%;
|
|
15517
15573
|
max-width: 25%;
|
|
@@ -15519,6 +15575,7 @@ body {
|
|
|
15519
15575
|
padding-left: 0.5rem;
|
|
15520
15576
|
padding-right: 0.5rem;
|
|
15521
15577
|
}
|
|
15578
|
+
|
|
15522
15579
|
.cxd-Grid-col--md4 {
|
|
15523
15580
|
flex: 0 0 33.3333333333%;
|
|
15524
15581
|
max-width: 33.3333333333%;
|
|
@@ -15526,6 +15583,7 @@ body {
|
|
|
15526
15583
|
padding-left: 0.5rem;
|
|
15527
15584
|
padding-right: 0.5rem;
|
|
15528
15585
|
}
|
|
15586
|
+
|
|
15529
15587
|
.cxd-Grid-col--md5 {
|
|
15530
15588
|
flex: 0 0 41.6666666667%;
|
|
15531
15589
|
max-width: 41.6666666667%;
|
|
@@ -15533,6 +15591,7 @@ body {
|
|
|
15533
15591
|
padding-left: 0.5rem;
|
|
15534
15592
|
padding-right: 0.5rem;
|
|
15535
15593
|
}
|
|
15594
|
+
|
|
15536
15595
|
.cxd-Grid-col--md6 {
|
|
15537
15596
|
flex: 0 0 50%;
|
|
15538
15597
|
max-width: 50%;
|
|
@@ -15540,6 +15599,7 @@ body {
|
|
|
15540
15599
|
padding-left: 0.5rem;
|
|
15541
15600
|
padding-right: 0.5rem;
|
|
15542
15601
|
}
|
|
15602
|
+
|
|
15543
15603
|
.cxd-Grid-col--md7 {
|
|
15544
15604
|
flex: 0 0 58.3333333333%;
|
|
15545
15605
|
max-width: 58.3333333333%;
|
|
@@ -15547,6 +15607,7 @@ body {
|
|
|
15547
15607
|
padding-left: 0.5rem;
|
|
15548
15608
|
padding-right: 0.5rem;
|
|
15549
15609
|
}
|
|
15610
|
+
|
|
15550
15611
|
.cxd-Grid-col--md8 {
|
|
15551
15612
|
flex: 0 0 66.6666666667%;
|
|
15552
15613
|
max-width: 66.6666666667%;
|
|
@@ -15554,6 +15615,7 @@ body {
|
|
|
15554
15615
|
padding-left: 0.5rem;
|
|
15555
15616
|
padding-right: 0.5rem;
|
|
15556
15617
|
}
|
|
15618
|
+
|
|
15557
15619
|
.cxd-Grid-col--md9 {
|
|
15558
15620
|
flex: 0 0 75%;
|
|
15559
15621
|
max-width: 75%;
|
|
@@ -15561,6 +15623,7 @@ body {
|
|
|
15561
15623
|
padding-left: 0.5rem;
|
|
15562
15624
|
padding-right: 0.5rem;
|
|
15563
15625
|
}
|
|
15626
|
+
|
|
15564
15627
|
.cxd-Grid-col--md10 {
|
|
15565
15628
|
flex: 0 0 83.3333333333%;
|
|
15566
15629
|
max-width: 83.3333333333%;
|
|
@@ -15568,6 +15631,7 @@ body {
|
|
|
15568
15631
|
padding-left: 0.5rem;
|
|
15569
15632
|
padding-right: 0.5rem;
|
|
15570
15633
|
}
|
|
15634
|
+
|
|
15571
15635
|
.cxd-Grid-col--md11 {
|
|
15572
15636
|
flex: 0 0 91.6666666667%;
|
|
15573
15637
|
max-width: 91.6666666667%;
|
|
@@ -15575,6 +15639,7 @@ body {
|
|
|
15575
15639
|
padding-left: 0.5rem;
|
|
15576
15640
|
padding-right: 0.5rem;
|
|
15577
15641
|
}
|
|
15642
|
+
|
|
15578
15643
|
.cxd-Grid-col--md12 {
|
|
15579
15644
|
flex: 0 0 100%;
|
|
15580
15645
|
max-width: 100%;
|
|
@@ -15582,6 +15647,7 @@ body {
|
|
|
15582
15647
|
padding-left: 0.5rem;
|
|
15583
15648
|
padding-right: 0.5rem;
|
|
15584
15649
|
}
|
|
15650
|
+
|
|
15585
15651
|
.cxd-Grid-col--md {
|
|
15586
15652
|
flex-basis: 0;
|
|
15587
15653
|
flex-grow: 1;
|
|
@@ -15591,6 +15657,7 @@ body {
|
|
|
15591
15657
|
padding-left: 0.5rem;
|
|
15592
15658
|
padding-right: 0.5rem;
|
|
15593
15659
|
}
|
|
15660
|
+
|
|
15594
15661
|
.cxd-Grid-col--mdAuto {
|
|
15595
15662
|
flex: 0 0 auto;
|
|
15596
15663
|
width: auto;
|
|
@@ -15607,6 +15674,7 @@ body {
|
|
|
15607
15674
|
padding-left: 0.5rem;
|
|
15608
15675
|
padding-right: 0.5rem;
|
|
15609
15676
|
}
|
|
15677
|
+
|
|
15610
15678
|
.cxd-Grid-col--lg2 {
|
|
15611
15679
|
flex: 0 0 16.6666666667%;
|
|
15612
15680
|
max-width: 16.6666666667%;
|
|
@@ -15614,6 +15682,7 @@ body {
|
|
|
15614
15682
|
padding-left: 0.5rem;
|
|
15615
15683
|
padding-right: 0.5rem;
|
|
15616
15684
|
}
|
|
15685
|
+
|
|
15617
15686
|
.cxd-Grid-col--lg3 {
|
|
15618
15687
|
flex: 0 0 25%;
|
|
15619
15688
|
max-width: 25%;
|
|
@@ -15621,6 +15690,7 @@ body {
|
|
|
15621
15690
|
padding-left: 0.5rem;
|
|
15622
15691
|
padding-right: 0.5rem;
|
|
15623
15692
|
}
|
|
15693
|
+
|
|
15624
15694
|
.cxd-Grid-col--lg4 {
|
|
15625
15695
|
flex: 0 0 33.3333333333%;
|
|
15626
15696
|
max-width: 33.3333333333%;
|
|
@@ -15628,6 +15698,7 @@ body {
|
|
|
15628
15698
|
padding-left: 0.5rem;
|
|
15629
15699
|
padding-right: 0.5rem;
|
|
15630
15700
|
}
|
|
15701
|
+
|
|
15631
15702
|
.cxd-Grid-col--lg5 {
|
|
15632
15703
|
flex: 0 0 41.6666666667%;
|
|
15633
15704
|
max-width: 41.6666666667%;
|
|
@@ -15635,6 +15706,7 @@ body {
|
|
|
15635
15706
|
padding-left: 0.5rem;
|
|
15636
15707
|
padding-right: 0.5rem;
|
|
15637
15708
|
}
|
|
15709
|
+
|
|
15638
15710
|
.cxd-Grid-col--lg6 {
|
|
15639
15711
|
flex: 0 0 50%;
|
|
15640
15712
|
max-width: 50%;
|
|
@@ -15642,6 +15714,7 @@ body {
|
|
|
15642
15714
|
padding-left: 0.5rem;
|
|
15643
15715
|
padding-right: 0.5rem;
|
|
15644
15716
|
}
|
|
15717
|
+
|
|
15645
15718
|
.cxd-Grid-col--lg7 {
|
|
15646
15719
|
flex: 0 0 58.3333333333%;
|
|
15647
15720
|
max-width: 58.3333333333%;
|
|
@@ -15649,6 +15722,7 @@ body {
|
|
|
15649
15722
|
padding-left: 0.5rem;
|
|
15650
15723
|
padding-right: 0.5rem;
|
|
15651
15724
|
}
|
|
15725
|
+
|
|
15652
15726
|
.cxd-Grid-col--lg8 {
|
|
15653
15727
|
flex: 0 0 66.6666666667%;
|
|
15654
15728
|
max-width: 66.6666666667%;
|
|
@@ -15656,6 +15730,7 @@ body {
|
|
|
15656
15730
|
padding-left: 0.5rem;
|
|
15657
15731
|
padding-right: 0.5rem;
|
|
15658
15732
|
}
|
|
15733
|
+
|
|
15659
15734
|
.cxd-Grid-col--lg9 {
|
|
15660
15735
|
flex: 0 0 75%;
|
|
15661
15736
|
max-width: 75%;
|
|
@@ -15663,6 +15738,7 @@ body {
|
|
|
15663
15738
|
padding-left: 0.5rem;
|
|
15664
15739
|
padding-right: 0.5rem;
|
|
15665
15740
|
}
|
|
15741
|
+
|
|
15666
15742
|
.cxd-Grid-col--lg10 {
|
|
15667
15743
|
flex: 0 0 83.3333333333%;
|
|
15668
15744
|
max-width: 83.3333333333%;
|
|
@@ -15670,6 +15746,7 @@ body {
|
|
|
15670
15746
|
padding-left: 0.5rem;
|
|
15671
15747
|
padding-right: 0.5rem;
|
|
15672
15748
|
}
|
|
15749
|
+
|
|
15673
15750
|
.cxd-Grid-col--lg11 {
|
|
15674
15751
|
flex: 0 0 91.6666666667%;
|
|
15675
15752
|
max-width: 91.6666666667%;
|
|
@@ -15677,6 +15754,7 @@ body {
|
|
|
15677
15754
|
padding-left: 0.5rem;
|
|
15678
15755
|
padding-right: 0.5rem;
|
|
15679
15756
|
}
|
|
15757
|
+
|
|
15680
15758
|
.cxd-Grid-col--lg12 {
|
|
15681
15759
|
flex: 0 0 100%;
|
|
15682
15760
|
max-width: 100%;
|
|
@@ -15684,6 +15762,7 @@ body {
|
|
|
15684
15762
|
padding-left: 0.5rem;
|
|
15685
15763
|
padding-right: 0.5rem;
|
|
15686
15764
|
}
|
|
15765
|
+
|
|
15687
15766
|
.cxd-Grid-col--lg {
|
|
15688
15767
|
flex-basis: 0;
|
|
15689
15768
|
flex-grow: 1;
|
|
@@ -15693,6 +15772,7 @@ body {
|
|
|
15693
15772
|
padding-left: 0.5rem;
|
|
15694
15773
|
padding-right: 0.5rem;
|
|
15695
15774
|
}
|
|
15775
|
+
|
|
15696
15776
|
.cxd-Grid-col--lgAuto {
|
|
15697
15777
|
flex: 0 0 auto;
|
|
15698
15778
|
width: auto;
|
|
@@ -15817,7 +15897,7 @@ body {
|
|
|
15817
15897
|
border-radius: 0.625rem;
|
|
15818
15898
|
}
|
|
15819
15899
|
.cxd-AsideNav-itemIcon {
|
|
15820
|
-
margin: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / -2) -0.625rem;
|
|
15900
|
+
margin: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / -2 ) -0.625rem;
|
|
15821
15901
|
line-height: var(--Layout-nav-height);
|
|
15822
15902
|
width: var(--Layout-nav-height);
|
|
15823
15903
|
vertical-align: middle;
|
|
@@ -15863,7 +15943,7 @@ body {
|
|
|
15863
15943
|
text-transform: none;
|
|
15864
15944
|
display: block;
|
|
15865
15945
|
font-size: var(--Layout-asideLink-fontSize);
|
|
15866
|
-
padding: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-base);
|
|
15946
|
+
padding: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-base);
|
|
15867
15947
|
position: relative;
|
|
15868
15948
|
transition: background-color var(--animation-duration) ease-in-out 0s;
|
|
15869
15949
|
color: var(--Layout-asideLink-color);
|
|
@@ -15888,7 +15968,7 @@ body {
|
|
|
15888
15968
|
background: var(--Layout-aside-onAcitve-onHover-bg);
|
|
15889
15969
|
}
|
|
15890
15970
|
.cxd-AsideNav-item.is-lg > a {
|
|
15891
|
-
padding: calc((var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
15971
|
+
padding: calc( ( var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
|
|
15892
15972
|
}
|
|
15893
15973
|
.cxd-AsideNav-item .cxd-AsideNav-item a {
|
|
15894
15974
|
padding-left: calc(var(--Layout-nav-height) + 0.3125rem);
|
|
@@ -15915,7 +15995,7 @@ body {
|
|
|
15915
15995
|
cursor: default;
|
|
15916
15996
|
background: transparent;
|
|
15917
15997
|
color: var(--Layout-asideLink-color);
|
|
15918
|
-
padding: calc((var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
15998
|
+
padding: calc( ( var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
|
|
15919
15999
|
}
|
|
15920
16000
|
.cxd-AsideNav-subHeader a:hover {
|
|
15921
16001
|
color: var(--Layout-asideLink-onHover-color);
|
|
@@ -15978,7 +16058,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
15978
16058
|
border: none;
|
|
15979
16059
|
}
|
|
15980
16060
|
.cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemArrow,
|
|
15981
|
-
|
|
16061
|
+
.cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemLabel {
|
|
15982
16062
|
display: none;
|
|
15983
16063
|
}
|
|
15984
16064
|
.cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemIcon {
|
|
@@ -17498,49 +17578,54 @@ input[type=button].cxd-Button--block {
|
|
|
17498
17578
|
margin-left: var(--dialog-footer-margin-left);
|
|
17499
17579
|
}
|
|
17500
17580
|
.cxd-Modal--2th .cxd-Modal-content {
|
|
17501
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop));
|
|
17581
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop) );
|
|
17502
17582
|
}
|
|
17503
17583
|
.cxd-Modal--3th .cxd-Modal-content {
|
|
17504
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop));
|
|
17584
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop) );
|
|
17505
17585
|
}
|
|
17506
17586
|
.cxd-Modal--4th .cxd-Modal-content {
|
|
17507
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop));
|
|
17587
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop) );
|
|
17508
17588
|
}
|
|
17509
17589
|
.cxd-Modal--5th .cxd-Modal-content {
|
|
17510
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop));
|
|
17590
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop) );
|
|
17511
17591
|
}
|
|
17512
17592
|
.cxd-Modal--6th .cxd-Modal-content {
|
|
17513
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop));
|
|
17593
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop) );
|
|
17514
17594
|
}
|
|
17515
17595
|
.cxd-Modal--7th .cxd-Modal-content {
|
|
17516
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop));
|
|
17596
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop) );
|
|
17517
17597
|
}
|
|
17518
17598
|
.cxd-Modal--8th .cxd-Modal-content {
|
|
17519
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop));
|
|
17599
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop) );
|
|
17520
17600
|
}
|
|
17521
17601
|
.cxd-Modal--9th .cxd-Modal-content {
|
|
17522
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop));
|
|
17602
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop) );
|
|
17523
17603
|
}
|
|
17524
17604
|
.cxd-Modal--10th .cxd-Modal-content {
|
|
17525
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop));
|
|
17605
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop) );
|
|
17526
17606
|
}
|
|
17527
17607
|
@media (min-width: 576px) {
|
|
17528
17608
|
.cxd-Modal-content:not(.cxd-Modal-content-custom) {
|
|
17529
17609
|
max-width: var(--dialog-size-normal-width);
|
|
17530
17610
|
border-width: var(--dialog-default-border-width);
|
|
17531
17611
|
}
|
|
17612
|
+
|
|
17532
17613
|
.cxd-Modal--sm .cxd-Modal-content {
|
|
17533
17614
|
max-width: var(--dialog-size-sm-width);
|
|
17534
17615
|
}
|
|
17616
|
+
|
|
17535
17617
|
.cxd-Modal--base .cxd-Modal-content {
|
|
17536
17618
|
max-width: var(--Modal-widthBase);
|
|
17537
17619
|
}
|
|
17620
|
+
|
|
17538
17621
|
.cxd-Modal--md .cxd-Modal-content {
|
|
17539
17622
|
max-width: var(--Modal-widthMd);
|
|
17540
17623
|
}
|
|
17624
|
+
|
|
17541
17625
|
.cxd-Modal--lg .cxd-Modal-content {
|
|
17542
17626
|
max-width: var(--dialog-size-lg-width);
|
|
17543
17627
|
}
|
|
17628
|
+
|
|
17544
17629
|
.cxd-Modal--xl .cxd-Modal-content {
|
|
17545
17630
|
max-width: var(--dialog-size-xl-width);
|
|
17546
17631
|
}
|
|
@@ -17722,264 +17807,279 @@ input[type=button].cxd-Button--block {
|
|
|
17722
17807
|
width: var(--Drawer-widthBase);
|
|
17723
17808
|
height: var(--Drawer-widthBase);
|
|
17724
17809
|
}
|
|
17810
|
+
|
|
17725
17811
|
.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17726
17812
|
width: var(--drawer-size-xs-width);
|
|
17727
17813
|
height: var(--Drawer-widthXs);
|
|
17728
17814
|
}
|
|
17815
|
+
|
|
17729
17816
|
.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17730
17817
|
width: var(--drawer-size-sm-width);
|
|
17731
17818
|
height: var(--Drawer-widthSm);
|
|
17732
17819
|
}
|
|
17820
|
+
|
|
17733
17821
|
.cxd-Drawer--md .cxd-Drawer-content {
|
|
17734
17822
|
width: var(--drawer-size-md-width);
|
|
17735
17823
|
height: var(--Drawer-widthMd);
|
|
17736
17824
|
}
|
|
17825
|
+
|
|
17737
17826
|
.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17738
17827
|
width: var(--drawer-size-lg-width);
|
|
17739
17828
|
height: var(--Drawer-widthLg);
|
|
17740
17829
|
}
|
|
17830
|
+
|
|
17741
17831
|
.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17742
17832
|
width: var(--drawer-size-xl-width);
|
|
17743
17833
|
height: var(--Drawer-widthXl);
|
|
17744
17834
|
}
|
|
17835
|
+
|
|
17745
17836
|
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content,
|
|
17746
|
-
|
|
17837
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content {
|
|
17747
17838
|
width: calc(var(--Drawer-widthBase) - 20px);
|
|
17748
17839
|
}
|
|
17749
17840
|
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17750
|
-
|
|
17841
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17751
17842
|
width: calc(var(--Drawer-widthXs) - 20px);
|
|
17752
17843
|
}
|
|
17753
17844
|
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17754
|
-
|
|
17845
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17755
17846
|
width: calc(var(--Drawer-widthSm) - 20px);
|
|
17756
17847
|
}
|
|
17757
17848
|
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17758
|
-
|
|
17849
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17759
17850
|
width: calc(var(--Drawer-widthMd) - 20px);
|
|
17760
17851
|
}
|
|
17761
17852
|
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17762
|
-
|
|
17853
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17763
17854
|
width: calc(var(--Drawer-widthLg) - 20px);
|
|
17764
17855
|
}
|
|
17765
17856
|
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17766
|
-
|
|
17857
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17767
17858
|
width: calc(var(--Drawer-widthXl) - 20px);
|
|
17768
17859
|
}
|
|
17860
|
+
|
|
17769
17861
|
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content,
|
|
17770
|
-
|
|
17862
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content {
|
|
17771
17863
|
height: calc(var(--Drawer-widthBase) - 20px);
|
|
17772
17864
|
}
|
|
17773
17865
|
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17774
|
-
|
|
17866
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17775
17867
|
height: calc(var(--Drawer-widthXs) - 20px);
|
|
17776
17868
|
}
|
|
17777
17869
|
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17778
|
-
|
|
17870
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17779
17871
|
height: calc(var(--Drawer-widthSm) - 20px);
|
|
17780
17872
|
}
|
|
17781
17873
|
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17782
|
-
|
|
17874
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17783
17875
|
height: calc(var(--Drawer-widthMd) - 20px);
|
|
17784
17876
|
}
|
|
17785
17877
|
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17786
|
-
|
|
17878
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17787
17879
|
height: calc(var(--Drawer-widthLg) - 20px);
|
|
17788
17880
|
}
|
|
17789
17881
|
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17790
|
-
|
|
17882
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17791
17883
|
height: calc(var(--Drawer-widthXl) - 20px);
|
|
17792
17884
|
}
|
|
17885
|
+
|
|
17793
17886
|
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content,
|
|
17794
|
-
|
|
17887
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content {
|
|
17795
17888
|
width: calc(var(--Drawer-widthBase) - 40px);
|
|
17796
17889
|
}
|
|
17797
17890
|
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17798
|
-
|
|
17891
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17799
17892
|
width: calc(var(--Drawer-widthXs) - 40px);
|
|
17800
17893
|
}
|
|
17801
17894
|
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17802
|
-
|
|
17895
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17803
17896
|
width: calc(var(--Drawer-widthSm) - 40px);
|
|
17804
17897
|
}
|
|
17805
17898
|
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17806
|
-
|
|
17899
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17807
17900
|
width: calc(var(--Drawer-widthMd) - 40px);
|
|
17808
17901
|
}
|
|
17809
17902
|
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17810
|
-
|
|
17903
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17811
17904
|
width: calc(var(--Drawer-widthLg) - 40px);
|
|
17812
17905
|
}
|
|
17813
17906
|
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17814
|
-
|
|
17907
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17815
17908
|
width: calc(var(--Drawer-widthXl) - 40px);
|
|
17816
17909
|
}
|
|
17910
|
+
|
|
17817
17911
|
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content,
|
|
17818
|
-
|
|
17912
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content {
|
|
17819
17913
|
height: calc(var(--Drawer-widthBase) - 40px);
|
|
17820
17914
|
}
|
|
17821
17915
|
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17822
|
-
|
|
17916
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17823
17917
|
height: calc(var(--Drawer-widthXs) - 40px);
|
|
17824
17918
|
}
|
|
17825
17919
|
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17826
|
-
|
|
17920
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17827
17921
|
height: calc(var(--Drawer-widthSm) - 40px);
|
|
17828
17922
|
}
|
|
17829
17923
|
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17830
|
-
|
|
17924
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17831
17925
|
height: calc(var(--Drawer-widthMd) - 40px);
|
|
17832
17926
|
}
|
|
17833
17927
|
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17834
|
-
|
|
17928
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17835
17929
|
height: calc(var(--Drawer-widthLg) - 40px);
|
|
17836
17930
|
}
|
|
17837
17931
|
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17838
|
-
|
|
17932
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17839
17933
|
height: calc(var(--Drawer-widthXl) - 40px);
|
|
17840
17934
|
}
|
|
17935
|
+
|
|
17841
17936
|
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content,
|
|
17842
|
-
|
|
17937
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content {
|
|
17843
17938
|
width: calc(var(--Drawer-widthBase) - 60px);
|
|
17844
17939
|
}
|
|
17845
17940
|
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17846
|
-
|
|
17941
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17847
17942
|
width: calc(var(--Drawer-widthXs) - 60px);
|
|
17848
17943
|
}
|
|
17849
17944
|
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17850
|
-
|
|
17945
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17851
17946
|
width: calc(var(--Drawer-widthSm) - 60px);
|
|
17852
17947
|
}
|
|
17853
17948
|
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17854
|
-
|
|
17949
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17855
17950
|
width: calc(var(--Drawer-widthMd) - 60px);
|
|
17856
17951
|
}
|
|
17857
17952
|
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17858
|
-
|
|
17953
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17859
17954
|
width: calc(var(--Drawer-widthLg) - 60px);
|
|
17860
17955
|
}
|
|
17861
17956
|
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17862
|
-
|
|
17957
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17863
17958
|
width: calc(var(--Drawer-widthXl) - 60px);
|
|
17864
17959
|
}
|
|
17960
|
+
|
|
17865
17961
|
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content,
|
|
17866
|
-
|
|
17962
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content {
|
|
17867
17963
|
height: calc(var(--Drawer-widthBase) - 60px);
|
|
17868
17964
|
}
|
|
17869
17965
|
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17870
|
-
|
|
17966
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17871
17967
|
height: calc(var(--Drawer-widthXs) - 60px);
|
|
17872
17968
|
}
|
|
17873
17969
|
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17874
|
-
|
|
17970
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17875
17971
|
height: calc(var(--Drawer-widthSm) - 60px);
|
|
17876
17972
|
}
|
|
17877
17973
|
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17878
|
-
|
|
17974
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17879
17975
|
height: calc(var(--Drawer-widthMd) - 60px);
|
|
17880
17976
|
}
|
|
17881
17977
|
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17882
|
-
|
|
17978
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17883
17979
|
height: calc(var(--Drawer-widthLg) - 60px);
|
|
17884
17980
|
}
|
|
17885
17981
|
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17886
|
-
|
|
17982
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17887
17983
|
height: calc(var(--Drawer-widthXl) - 60px);
|
|
17888
17984
|
}
|
|
17985
|
+
|
|
17889
17986
|
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content,
|
|
17890
|
-
|
|
17987
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content {
|
|
17891
17988
|
width: calc(var(--Drawer-widthBase) - 80px);
|
|
17892
17989
|
}
|
|
17893
17990
|
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17894
|
-
|
|
17991
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17895
17992
|
width: calc(var(--Drawer-widthXs) - 80px);
|
|
17896
17993
|
}
|
|
17897
17994
|
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17898
|
-
|
|
17995
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17899
17996
|
width: calc(var(--Drawer-widthSm) - 80px);
|
|
17900
17997
|
}
|
|
17901
17998
|
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17902
|
-
|
|
17999
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17903
18000
|
width: calc(var(--Drawer-widthMd) - 80px);
|
|
17904
18001
|
}
|
|
17905
18002
|
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17906
|
-
|
|
18003
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17907
18004
|
width: calc(var(--Drawer-widthLg) - 80px);
|
|
17908
18005
|
}
|
|
17909
18006
|
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17910
|
-
|
|
18007
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17911
18008
|
width: calc(var(--Drawer-widthXl) - 80px);
|
|
17912
18009
|
}
|
|
18010
|
+
|
|
17913
18011
|
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content,
|
|
17914
|
-
|
|
18012
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content {
|
|
17915
18013
|
height: calc(var(--Drawer-widthBase) - 80px);
|
|
17916
18014
|
}
|
|
17917
18015
|
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17918
|
-
|
|
18016
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17919
18017
|
height: calc(var(--Drawer-widthXs) - 80px);
|
|
17920
18018
|
}
|
|
17921
18019
|
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17922
|
-
|
|
18020
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17923
18021
|
height: calc(var(--Drawer-widthSm) - 80px);
|
|
17924
18022
|
}
|
|
17925
18023
|
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17926
|
-
|
|
18024
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17927
18025
|
height: calc(var(--Drawer-widthMd) - 80px);
|
|
17928
18026
|
}
|
|
17929
18027
|
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17930
|
-
|
|
18028
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17931
18029
|
height: calc(var(--Drawer-widthLg) - 80px);
|
|
17932
18030
|
}
|
|
17933
18031
|
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17934
|
-
|
|
18032
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17935
18033
|
height: calc(var(--Drawer-widthXl) - 80px);
|
|
17936
18034
|
}
|
|
18035
|
+
|
|
17937
18036
|
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content,
|
|
17938
|
-
|
|
18037
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content {
|
|
17939
18038
|
width: calc(var(--Drawer-widthBase) - 100px);
|
|
17940
18039
|
}
|
|
17941
18040
|
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17942
|
-
|
|
18041
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17943
18042
|
width: calc(var(--Drawer-widthXs) - 100px);
|
|
17944
18043
|
}
|
|
17945
18044
|
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17946
|
-
|
|
18045
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17947
18046
|
width: calc(var(--Drawer-widthSm) - 100px);
|
|
17948
18047
|
}
|
|
17949
18048
|
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17950
|
-
|
|
18049
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17951
18050
|
width: calc(var(--Drawer-widthMd) - 100px);
|
|
17952
18051
|
}
|
|
17953
18052
|
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17954
|
-
|
|
18053
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17955
18054
|
width: calc(var(--Drawer-widthLg) - 100px);
|
|
17956
18055
|
}
|
|
17957
18056
|
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17958
|
-
|
|
18057
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17959
18058
|
width: calc(var(--Drawer-widthXl) - 100px);
|
|
17960
18059
|
}
|
|
18060
|
+
|
|
17961
18061
|
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content,
|
|
17962
|
-
|
|
18062
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content {
|
|
17963
18063
|
height: calc(var(--Drawer-widthBase) - 100px);
|
|
17964
18064
|
}
|
|
17965
18065
|
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17966
|
-
|
|
18066
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17967
18067
|
height: calc(var(--Drawer-widthXs) - 100px);
|
|
17968
18068
|
}
|
|
17969
18069
|
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17970
|
-
|
|
18070
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17971
18071
|
height: calc(var(--Drawer-widthSm) - 100px);
|
|
17972
18072
|
}
|
|
17973
18073
|
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17974
|
-
|
|
18074
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17975
18075
|
height: calc(var(--Drawer-widthMd) - 100px);
|
|
17976
18076
|
}
|
|
17977
18077
|
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17978
|
-
|
|
18078
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17979
18079
|
height: calc(var(--Drawer-widthLg) - 100px);
|
|
17980
18080
|
}
|
|
17981
18081
|
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17982
|
-
|
|
18082
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17983
18083
|
height: calc(var(--Drawer-widthXl) - 100px);
|
|
17984
18084
|
}
|
|
17985
18085
|
}
|
|
@@ -18138,7 +18238,7 @@ input[type=button].cxd-Button--block {
|
|
|
18138
18238
|
margin-top: calc(var(--Tooltip-arrow-height) * -1 - 0.125rem);
|
|
18139
18239
|
}
|
|
18140
18240
|
.cxd-Tooltip--top .cxd-Tooltip-arrow {
|
|
18141
|
-
bottom: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18241
|
+
bottom: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18142
18242
|
}
|
|
18143
18243
|
.cxd-Tooltip--top .cxd-Tooltip-arrow::before,
|
|
18144
18244
|
.cxd-Tooltip--top .cxd-Tooltip-arrow::after {
|
|
@@ -18176,7 +18276,7 @@ input[type=button].cxd-Button--block {
|
|
|
18176
18276
|
margin-top: calc(var(--Tooltip-arrow-height) + 0.125rem);
|
|
18177
18277
|
}
|
|
18178
18278
|
.cxd-Tooltip--bottom .cxd-Tooltip-arrow {
|
|
18179
|
-
top: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18279
|
+
top: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18180
18280
|
}
|
|
18181
18281
|
.cxd-Tooltip--bottom .cxd-Tooltip-arrow::before,
|
|
18182
18282
|
.cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
|
|
@@ -18204,7 +18304,7 @@ input[type=button].cxd-Button--block {
|
|
|
18204
18304
|
}
|
|
18205
18305
|
.cxd-Tooltip--left .cxd-Tooltip-arrow {
|
|
18206
18306
|
left: auto;
|
|
18207
|
-
right: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18307
|
+
right: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18208
18308
|
width: var(--Tooltip-arrow-height);
|
|
18209
18309
|
height: var(--Tooltip-arrow-width);
|
|
18210
18310
|
margin-top: calc(var(--Tooltip-arrow-width) * -1 / 2);
|
|
@@ -18227,8 +18327,8 @@ input[type=button].cxd-Button--block {
|
|
|
18227
18327
|
font-size: var(--fontSizeBase);
|
|
18228
18328
|
color: var(--Tooltip-title-color);
|
|
18229
18329
|
font-weight: var(--Tooltip-fontWeight);
|
|
18230
|
-
border-top-left-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
18231
|
-
border-top-right-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
18330
|
+
border-top-left-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
|
18331
|
+
border-top-right-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
|
18232
18332
|
font-weight: var(--Tooltip-title-fontWeight);
|
|
18233
18333
|
}
|
|
18234
18334
|
.cxd-Tooltip-title:empty {
|
|
@@ -18662,7 +18762,7 @@ input[type=button].cxd-Button--block {
|
|
|
18662
18762
|
z-index: 1;
|
|
18663
18763
|
width: 100%;
|
|
18664
18764
|
height: 100%;
|
|
18665
|
-
background-image: linear-gradient(180deg,
|
|
18765
|
+
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
|
|
18666
18766
|
background-repeat: no-repeat;
|
|
18667
18767
|
background-position: top, bottom;
|
|
18668
18768
|
transform: translateZ(0);
|
|
@@ -18960,6 +19060,7 @@ input[type=button].cxd-Button--block {
|
|
|
18960
19060
|
margin-bottom: var(--alert-base-title-margin-bottom);
|
|
18961
19061
|
}
|
|
18962
19062
|
.cxd-Alert-content .cxd-Alert-desc {
|
|
19063
|
+
min-height: 1.5rem;
|
|
18963
19064
|
line-height: 1.5rem;
|
|
18964
19065
|
}
|
|
18965
19066
|
.cxd-Alert-actions {
|
|
@@ -20408,20 +20509,22 @@ input[type=button].cxd-Button--block {
|
|
|
20408
20509
|
min-width: var(--Page-aside-width);
|
|
20409
20510
|
max-width: var(--Page-aside-maxWidth);
|
|
20410
20511
|
}
|
|
20512
|
+
|
|
20411
20513
|
.cxd-Page--withSidebar {
|
|
20412
20514
|
display: flex;
|
|
20413
20515
|
flex-direction: row;
|
|
20414
20516
|
align-items: stretch;
|
|
20415
20517
|
}
|
|
20416
20518
|
.cxd-Page--withSidebar > .cxd-Page-content,
|
|
20417
|
-
|
|
20519
|
+
.cxd-Page--withSidebar > .cxd-PullRefresh {
|
|
20418
20520
|
width: 0;
|
|
20419
20521
|
flex-grow: 1;
|
|
20420
20522
|
}
|
|
20523
|
+
|
|
20421
20524
|
.cxd-Page--asideSticky > .cxd-Page-aside {
|
|
20422
20525
|
position: sticky;
|
|
20423
20526
|
top: var(--affix-offset-top);
|
|
20424
|
-
max-height: calc(100vh - var(--affix-offset-top) - var(--affix-offset-bottom));
|
|
20527
|
+
max-height: calc( 100vh - var(--affix-offset-top) - var(--affix-offset-bottom) );
|
|
20425
20528
|
overflow-x: hidden;
|
|
20426
20529
|
overflow-y: auto;
|
|
20427
20530
|
}
|
|
@@ -21276,7 +21379,7 @@ input[type=button].cxd-Button--block {
|
|
|
21276
21379
|
.cxd-DropDown-menuItem.cxd-DropDown-groupTitle ~ .cxd-DropDown-button, .cxd-DropDown-menu > li.cxd-DropDown-groupTitle ~ .cxd-DropDown-button {
|
|
21277
21380
|
padding-left: var(--gap-lg);
|
|
21278
21381
|
}
|
|
21279
|
-
.cxd-DropDown-menuItem:hover, .cxd-DropDown-menu:not(.is-mobile) > li:hover {
|
|
21382
|
+
.cxd-DropDown-menuItem:hover, .cxd-DropDown-menu:not(.is-mobile) > li:not(.is-disabled):hover {
|
|
21280
21383
|
background: var(--DropDown-menuItem-onHover-bg);
|
|
21281
21384
|
color: var(--DropDown-menuItem-onHover-color);
|
|
21282
21385
|
}
|
|
@@ -22135,7 +22238,7 @@ input[type=button].cxd-Button--block {
|
|
|
22135
22238
|
padding: 10px;
|
|
22136
22239
|
margin: -10px 0px;
|
|
22137
22240
|
background: #fff;
|
|
22138
|
-
z-index:
|
|
22241
|
+
z-index: 1000;
|
|
22139
22242
|
}
|
|
22140
22243
|
.cxd-CBGroupOrItem-body-group > .cxd-CBGroupOrItem-dragbar {
|
|
22141
22244
|
left: -0.3125rem;
|
|
@@ -22668,8 +22771,8 @@ input[type=button].cxd-Button--block {
|
|
|
22668
22771
|
align-items: flex-start;
|
|
22669
22772
|
overflow-x: hidden;
|
|
22670
22773
|
overflow-y: auto;
|
|
22671
|
-
height: calc((var(--Picker-tag-height) + var(--Picker-tag-marginBottom) * 4) * 3);
|
|
22672
|
-
max-height: calc((var(--Picker-tag-height) + var(--Picker-tag-marginBottom)) * 5);
|
|
22774
|
+
height: calc( (var(--Picker-tag-height) + var(--Picker-tag-marginBottom) * 4) * 3 );
|
|
22775
|
+
max-height: calc( (var(--Picker-tag-height) + var(--Picker-tag-marginBottom)) * 5 );
|
|
22673
22776
|
}
|
|
22674
22777
|
.cxd-Crud-selection-overflow-wrapper .cxd-Crud-value {
|
|
22675
22778
|
cursor: pointer;
|
|
@@ -22678,7 +22781,7 @@ input[type=button].cxd-Button--block {
|
|
|
22678
22781
|
user-select: none;
|
|
22679
22782
|
white-space: nowrap;
|
|
22680
22783
|
vertical-align: middle;
|
|
22681
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22784
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22682
22785
|
display: inline-block;
|
|
22683
22786
|
font-size: var(--Pick-base-value-fontSize);
|
|
22684
22787
|
color: var(--Pick-base-value-color);
|
|
@@ -22691,6 +22794,10 @@ input[type=button].cxd-Button--block {
|
|
|
22691
22794
|
margin-right: var(--gap-xs);
|
|
22692
22795
|
margin-bottom: var(--gap-xs);
|
|
22693
22796
|
margin-top: var(--gap-xs);
|
|
22797
|
+
max-width: 9.375rem;
|
|
22798
|
+
overflow: hidden;
|
|
22799
|
+
text-overflow: ellipsis;
|
|
22800
|
+
white-space: nowrap;
|
|
22694
22801
|
}
|
|
22695
22802
|
.cxd-Crud-selection-overflow-wrapper .cxd-Crud-value:hover {
|
|
22696
22803
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -22723,7 +22830,7 @@ input[type=button].cxd-Button--block {
|
|
|
22723
22830
|
user-select: none;
|
|
22724
22831
|
white-space: nowrap;
|
|
22725
22832
|
vertical-align: middle;
|
|
22726
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22833
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22727
22834
|
display: inline-block;
|
|
22728
22835
|
font-size: var(--Pick-base-value-fontSize);
|
|
22729
22836
|
color: var(--Pick-base-value-color);
|
|
@@ -22736,6 +22843,10 @@ input[type=button].cxd-Button--block {
|
|
|
22736
22843
|
margin-right: var(--gap-xs);
|
|
22737
22844
|
margin-bottom: var(--gap-xs);
|
|
22738
22845
|
margin-top: var(--gap-xs);
|
|
22846
|
+
max-width: 9.375rem;
|
|
22847
|
+
overflow: hidden;
|
|
22848
|
+
text-overflow: ellipsis;
|
|
22849
|
+
white-space: nowrap;
|
|
22739
22850
|
}
|
|
22740
22851
|
.cxd-Crud .cxd-Crud-value:hover {
|
|
22741
22852
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -22846,7 +22957,7 @@ input[type=button].cxd-Button--block {
|
|
|
22846
22957
|
float: right;
|
|
22847
22958
|
}
|
|
22848
22959
|
.cxd-Crud-actions > * + .cxd-Button,
|
|
22849
|
-
|
|
22960
|
+
.cxd-Crud-actions > * + .cxd-Button--disabled-wrap {
|
|
22850
22961
|
margin-left: var(--Crud-toolbar-gap);
|
|
22851
22962
|
}
|
|
22852
22963
|
}
|
|
@@ -22867,7 +22978,7 @@ input[type=button].cxd-Button--block {
|
|
|
22867
22978
|
-webkit-user-select: none;
|
|
22868
22979
|
-moz-user-select: none;
|
|
22869
22980
|
user-select: none;
|
|
22870
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22981
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22871
22982
|
display: inline-block;
|
|
22872
22983
|
font-size: var(--Pick-base-value-fontSize);
|
|
22873
22984
|
color: var(--Pick-base-value-color);
|
|
@@ -22978,7 +23089,7 @@ input[type=button].cxd-Button--block {
|
|
|
22978
23089
|
float: right;
|
|
22979
23090
|
}
|
|
22980
23091
|
.cxd-Crud-actions > * + .cxd-Button,
|
|
22981
|
-
|
|
23092
|
+
.cxd-Crud-actions > * + .cxd-Button--disabled-wrap {
|
|
22982
23093
|
margin-left: var(--Crud-toolbar-gap);
|
|
22983
23094
|
}
|
|
22984
23095
|
}
|
|
@@ -23019,7 +23130,7 @@ input[type=button].cxd-Button--block {
|
|
|
23019
23130
|
}
|
|
23020
23131
|
.cxd-Table-heading {
|
|
23021
23132
|
background: var(--Table-heading-bg);
|
|
23022
|
-
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
23133
|
+
padding: calc( ( var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase) ) / 2 ) var(--gap-sm);
|
|
23023
23134
|
}
|
|
23024
23135
|
.cxd-Table--unsaved .cxd-Table-heading {
|
|
23025
23136
|
background: var(--Table--unsaved-heading-bg);
|
|
@@ -23088,6 +23199,12 @@ input[type=button].cxd-Button--block {
|
|
|
23088
23199
|
display: flex;
|
|
23089
23200
|
align-items: center;
|
|
23090
23201
|
}
|
|
23202
|
+
.cxd-Table-footerToolbar--affix, .cxd-Table-footer--affix {
|
|
23203
|
+
position: sticky;
|
|
23204
|
+
bottom: var(--affix-offset-bottom);
|
|
23205
|
+
background: var(--Table-bg);
|
|
23206
|
+
z-index: 900;
|
|
23207
|
+
}
|
|
23091
23208
|
.cxd-Table.is-mobile .cxd-Table-toolbar .cxd-Form-item {
|
|
23092
23209
|
padding: 0;
|
|
23093
23210
|
}
|
|
@@ -23121,6 +23238,9 @@ input[type=button].cxd-Button--block {
|
|
|
23121
23238
|
opacity: 0.5;
|
|
23122
23239
|
z-index: 15;
|
|
23123
23240
|
}
|
|
23241
|
+
.cxd-Table-content-colDragLine--disabled {
|
|
23242
|
+
cursor: not-allowed;
|
|
23243
|
+
}
|
|
23124
23244
|
.cxd-Table-content-colDragLine:hover, .cxd-Table-content-colDragLine.is-resizing {
|
|
23125
23245
|
background: var(--primary);
|
|
23126
23246
|
}
|
|
@@ -23168,6 +23288,9 @@ input[type=button].cxd-Button--block {
|
|
|
23168
23288
|
content: "";
|
|
23169
23289
|
pointer-events: none;
|
|
23170
23290
|
}
|
|
23291
|
+
.cxd-Table-table th .label, .cxd-Table-table td .label {
|
|
23292
|
+
font-size: 90%;
|
|
23293
|
+
}
|
|
23171
23294
|
.cxd-Table-table.is-layout-fixed td {
|
|
23172
23295
|
white-space: normal;
|
|
23173
23296
|
word-break: break-all;
|
|
@@ -24040,13 +24163,14 @@ input[type=button].cxd-Button--block {
|
|
|
24040
24163
|
border-bottom: 1px solid var(--Table-thead-borderColor);
|
|
24041
24164
|
transform: scaleY(0.5);
|
|
24042
24165
|
}
|
|
24166
|
+
|
|
24043
24167
|
.cxd-Table-table th,
|
|
24044
|
-
|
|
24168
|
+
.cxd-Table-table td {
|
|
24045
24169
|
position: relative;
|
|
24046
24170
|
border-bottom: none;
|
|
24047
24171
|
}
|
|
24048
24172
|
.cxd-Table-table th::before,
|
|
24049
|
-
|
|
24173
|
+
.cxd-Table-table td::before {
|
|
24050
24174
|
position: absolute;
|
|
24051
24175
|
box-sizing: border-box;
|
|
24052
24176
|
content: " ";
|
|
@@ -24103,7 +24227,7 @@ input[type=button].cxd-Button--block {
|
|
|
24103
24227
|
padding: var(--table-size-large-paddingTop) var(--table-size-large-paddingRight) var(--table-size-large-paddingBottom) var(--table-size-large-paddingLeft);
|
|
24104
24228
|
}
|
|
24105
24229
|
.cxd-Table2.cxd-Table-large .cxd-TableCell-filterBtn {
|
|
24106
|
-
right: calc(var(--table-size-large-paddingRight) - var(--TableCell-filterBtn-width) / 2);
|
|
24230
|
+
right: calc( var(--table-size-large-paddingRight) - var(--TableCell-filterBtn-width) / 2 );
|
|
24107
24231
|
}
|
|
24108
24232
|
.cxd-Table2.cxd-Table-small .cxd-Table-table > thead > tr > th {
|
|
24109
24233
|
padding: var(--table-size-small-paddingTop) var(--table-size-small-paddingRight) var(--table-size-small-paddingBottom) var(--table-size-small-paddingLeft);
|
|
@@ -24116,7 +24240,7 @@ input[type=button].cxd-Button--block {
|
|
|
24116
24240
|
padding: var(--table-size-small-paddingTop) var(--table-size-small-paddingRight) var(--table-size-small-paddingBottom) var(--table-size-small-paddingLeft);
|
|
24117
24241
|
}
|
|
24118
24242
|
.cxd-Table2.cxd-Table-small .cxd-TableCell-filterBtn {
|
|
24119
|
-
right: calc(var(--table-size-small-paddingRight) - var(--TableCell-filterBtn-width) / 2);
|
|
24243
|
+
right: calc( var(--table-size-small-paddingRight) - var(--TableCell-filterBtn-width) / 2 );
|
|
24120
24244
|
}
|
|
24121
24245
|
.cxd-Table2 .cxd-Table-title,
|
|
24122
24246
|
.cxd-Table2 .cxd-Table-footer {
|
|
@@ -24215,6 +24339,7 @@ input[type=button].cxd-Button--block {
|
|
|
24215
24339
|
}
|
|
24216
24340
|
.cxd-Table2 .cxd-Table-table > thead > tr > th .cxd-Table-head-cell-wrapper {
|
|
24217
24341
|
display: flex;
|
|
24342
|
+
align-items: center;
|
|
24218
24343
|
}
|
|
24219
24344
|
.cxd-Table2 .cxd-Table-table > thead > tr:not(:last-child) {
|
|
24220
24345
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -24996,15 +25121,15 @@ input[type=button].cxd-Button--block {
|
|
|
24996
25121
|
background: var(--Table-tree-borderColor);
|
|
24997
25122
|
}
|
|
24998
25123
|
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-TableCell--sortable {
|
|
24999
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-sortBtn-width));
|
|
25124
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-sortBtn-width) );
|
|
25000
25125
|
position: relative;
|
|
25001
25126
|
}
|
|
25002
25127
|
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-TableCell--searchable {
|
|
25003
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-searchBtn-width));
|
|
25128
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-searchBtn-width) );
|
|
25004
25129
|
position: relative;
|
|
25005
25130
|
}
|
|
25006
25131
|
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-TableCell--filterable {
|
|
25007
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-filterBtn-width));
|
|
25132
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-filterBtn-width) );
|
|
25008
25133
|
position: relative;
|
|
25009
25134
|
}
|
|
25010
25135
|
.cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-row-disabled {
|
|
@@ -25104,6 +25229,9 @@ input[type=button].cxd-Button--block {
|
|
|
25104
25229
|
z-index: 15;
|
|
25105
25230
|
opacity: 0.5;
|
|
25106
25231
|
}
|
|
25232
|
+
.cxd-Table2.cxd-Table-resizable .cxd-Table-table > thead > tr > th .cxd-Table-thead-resizable--disabled {
|
|
25233
|
+
cursor: not-allowed;
|
|
25234
|
+
}
|
|
25107
25235
|
.cxd-Table2.cxd-Table-resizable .cxd-Table-table > thead > tr > th .cxd-Table-thead-resizable:hover, .cxd-Table2.cxd-Table-resizable .cxd-Table-table > thead > tr > th .cxd-Table-thead-resizable.is-resizing {
|
|
25108
25236
|
background: var(--primary);
|
|
25109
25237
|
}
|
|
@@ -25117,7 +25245,7 @@ input[type=button].cxd-Button--block {
|
|
|
25117
25245
|
.cxd-Table2 .cxd-TableCell-sortBtn {
|
|
25118
25246
|
cursor: pointer;
|
|
25119
25247
|
width: var(--TableCell-sortBtn-width);
|
|
25120
|
-
height:
|
|
25248
|
+
height: 14px;
|
|
25121
25249
|
vertical-align: middle;
|
|
25122
25250
|
position: static;
|
|
25123
25251
|
display: inline-block;
|
|
@@ -25154,6 +25282,7 @@ input[type=button].cxd-Button--block {
|
|
|
25154
25282
|
cursor: pointer;
|
|
25155
25283
|
color: var(--table-icon-color);
|
|
25156
25284
|
margin-left: var(--TableCell-icon-gap);
|
|
25285
|
+
height: 18px;
|
|
25157
25286
|
}
|
|
25158
25287
|
.cxd-Table2 .cxd-TableCell-searchBtn svg {
|
|
25159
25288
|
width: 12px;
|
|
@@ -25176,7 +25305,7 @@ input[type=button].cxd-Button--block {
|
|
|
25176
25305
|
.cxd-Table2 .cxd-TableCell-filterBtn {
|
|
25177
25306
|
cursor: pointer;
|
|
25178
25307
|
width: var(--TableCell-filterBtn-width);
|
|
25179
|
-
height:
|
|
25308
|
+
height: 14px;
|
|
25180
25309
|
vertical-align: middle;
|
|
25181
25310
|
position: static;
|
|
25182
25311
|
display: inline-block;
|
|
@@ -25553,7 +25682,7 @@ input[type=button].cxd-Button--block {
|
|
|
25553
25682
|
.cxd-List-toolbar {
|
|
25554
25683
|
display: flex;
|
|
25555
25684
|
flex-wrap: wrap;
|
|
25556
|
-
|
|
25685
|
+
padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX) var(--List-toolbar-marginY);
|
|
25557
25686
|
}
|
|
25558
25687
|
.cxd-List-toolbar::before, .cxd-List-toolbar::after {
|
|
25559
25688
|
display: table;
|
|
@@ -25612,6 +25741,12 @@ input[type=button].cxd-Button--block {
|
|
|
25612
25741
|
min-height: var(--List-placeholder-height);
|
|
25613
25742
|
line-height: var(--List-placeholder-height);
|
|
25614
25743
|
}
|
|
25744
|
+
.cxd-List-footToolbar--affix, .cxd-List-footer--affix {
|
|
25745
|
+
position: sticky;
|
|
25746
|
+
bottom: var(--affix-offset-bottom);
|
|
25747
|
+
background: var(--Table-bg);
|
|
25748
|
+
z-index: 900;
|
|
25749
|
+
}
|
|
25615
25750
|
.cxd-ListGroup {
|
|
25616
25751
|
max-width: 25rem;
|
|
25617
25752
|
display: flex;
|
|
@@ -25745,7 +25880,7 @@ input[type=button].cxd-Button--block {
|
|
|
25745
25880
|
background: var(--ListMenu-item--onHover-bg);
|
|
25746
25881
|
}
|
|
25747
25882
|
.cxd-Cards-toolbar {
|
|
25748
|
-
|
|
25883
|
+
padding: var(--Cards-toolbar-marginY) var(--Cards-toolbar-marginX) var(--Cards-toolbar-marginY);
|
|
25749
25884
|
}
|
|
25750
25885
|
.cxd-Cards-toolbar::before, .cxd-Cards-toolbar::after {
|
|
25751
25886
|
display: table;
|
|
@@ -25830,31 +25965,43 @@ input[type=button].cxd-Button--block {
|
|
|
25830
25965
|
display: inline-block;
|
|
25831
25966
|
flex: unset;
|
|
25832
25967
|
}
|
|
25968
|
+
.cxd-Cards-footToolbar--affix, .cxd-Cards-footer--affix {
|
|
25969
|
+
position: sticky;
|
|
25970
|
+
bottom: var(--affix-offset-bottom);
|
|
25971
|
+
background: var(--Table-bg);
|
|
25972
|
+
z-index: 900;
|
|
25973
|
+
}
|
|
25833
25974
|
@media (min-width: 576px) {
|
|
25834
25975
|
.cxd-Cards--masonrySm1 {
|
|
25835
25976
|
-moz-column-count: 12;
|
|
25836
25977
|
column-count: 12;
|
|
25837
25978
|
}
|
|
25979
|
+
|
|
25838
25980
|
.cxd-Cards--masonrySm2 {
|
|
25839
25981
|
-moz-column-count: 6;
|
|
25840
25982
|
column-count: 6;
|
|
25841
25983
|
}
|
|
25984
|
+
|
|
25842
25985
|
.cxd-Cards--masonrySm3 {
|
|
25843
25986
|
-moz-column-count: 4;
|
|
25844
25987
|
column-count: 4;
|
|
25845
25988
|
}
|
|
25989
|
+
|
|
25846
25990
|
.cxd-Cards--masonrySm4 {
|
|
25847
25991
|
-moz-column-count: 3;
|
|
25848
25992
|
column-count: 3;
|
|
25849
25993
|
}
|
|
25994
|
+
|
|
25850
25995
|
.cxd-Cards--masonrySm6 {
|
|
25851
25996
|
-moz-column-count: 2;
|
|
25852
25997
|
column-count: 2;
|
|
25853
25998
|
}
|
|
25999
|
+
|
|
25854
26000
|
.cxd-Cards--masonrySm12 {
|
|
25855
26001
|
-moz-column-count: 1;
|
|
25856
26002
|
column-count: 1;
|
|
25857
26003
|
}
|
|
26004
|
+
|
|
25858
26005
|
.cxd-Cards-toolbar {
|
|
25859
26006
|
display: flex;
|
|
25860
26007
|
flex-wrap: wrap;
|
|
@@ -25865,22 +26012,27 @@ input[type=button].cxd-Button--block {
|
|
|
25865
26012
|
-moz-column-count: 12;
|
|
25866
26013
|
column-count: 12;
|
|
25867
26014
|
}
|
|
26015
|
+
|
|
25868
26016
|
.cxd-Cards--masonryMd2 {
|
|
25869
26017
|
-moz-column-count: 6;
|
|
25870
26018
|
column-count: 6;
|
|
25871
26019
|
}
|
|
26020
|
+
|
|
25872
26021
|
.cxd-Cards--masonryMd3 {
|
|
25873
26022
|
-moz-column-count: 4;
|
|
25874
26023
|
column-count: 4;
|
|
25875
26024
|
}
|
|
26025
|
+
|
|
25876
26026
|
.cxd-Cards--masonryMd4 {
|
|
25877
26027
|
-moz-column-count: 3;
|
|
25878
26028
|
column-count: 3;
|
|
25879
26029
|
}
|
|
26030
|
+
|
|
25880
26031
|
.cxd-Cards--masonryMd6 {
|
|
25881
26032
|
-moz-column-count: 2;
|
|
25882
26033
|
column-count: 2;
|
|
25883
26034
|
}
|
|
26035
|
+
|
|
25884
26036
|
.cxd-Cards--masonryMd12 {
|
|
25885
26037
|
-moz-column-count: 1;
|
|
25886
26038
|
column-count: 1;
|
|
@@ -25891,22 +26043,27 @@ input[type=button].cxd-Button--block {
|
|
|
25891
26043
|
-moz-column-count: 12;
|
|
25892
26044
|
column-count: 12;
|
|
25893
26045
|
}
|
|
26046
|
+
|
|
25894
26047
|
.cxd-Cards--masonryLg2 {
|
|
25895
26048
|
-moz-column-count: 6;
|
|
25896
26049
|
column-count: 6;
|
|
25897
26050
|
}
|
|
26051
|
+
|
|
25898
26052
|
.cxd-Cards--masonryLg3 {
|
|
25899
26053
|
-moz-column-count: 4;
|
|
25900
26054
|
column-count: 4;
|
|
25901
26055
|
}
|
|
26056
|
+
|
|
25902
26057
|
.cxd-Cards--masonryLg4 {
|
|
25903
26058
|
-moz-column-count: 3;
|
|
25904
26059
|
column-count: 3;
|
|
25905
26060
|
}
|
|
26061
|
+
|
|
25906
26062
|
.cxd-Cards--masonryLg6 {
|
|
25907
26063
|
-moz-column-count: 2;
|
|
25908
26064
|
column-count: 2;
|
|
25909
26065
|
}
|
|
26066
|
+
|
|
25910
26067
|
.cxd-Cards--masonryLg12 {
|
|
25911
26068
|
-moz-column-count: 1;
|
|
25912
26069
|
column-count: 1;
|
|
@@ -26624,14 +26781,6 @@ input[type=button].cxd-Button--block {
|
|
|
26624
26781
|
background: transparent;
|
|
26625
26782
|
color: var(--primary);
|
|
26626
26783
|
}
|
|
26627
|
-
.cxd-Pagination .ellipsis {
|
|
26628
|
-
cursor: unset;
|
|
26629
|
-
}
|
|
26630
|
-
.cxd-Pagination .ellipsis > a {
|
|
26631
|
-
cursor: unset;
|
|
26632
|
-
position: relative;
|
|
26633
|
-
top: -0.25rem;
|
|
26634
|
-
}
|
|
26635
26784
|
.cxd-Pagination > li.is-disabled > span,
|
|
26636
26785
|
.cxd-Pagination > li.is-disabled > a {
|
|
26637
26786
|
cursor: not-allowed;
|
|
@@ -26717,9 +26866,72 @@ input[type=button].cxd-Button--block {
|
|
|
26717
26866
|
border-left: var(--borderWidth) solid var(--primary);
|
|
26718
26867
|
margin-left: -1px;
|
|
26719
26868
|
}
|
|
26869
|
+
.cxd-Pagination-simplego {
|
|
26870
|
+
display: inline-flex;
|
|
26871
|
+
flex-wrap: nowrap;
|
|
26872
|
+
align-items: center;
|
|
26873
|
+
height: var(--Pagination-height);
|
|
26874
|
+
}
|
|
26875
|
+
.cxd-Pagination-simplego input {
|
|
26876
|
+
min-width: 2.5rem;
|
|
26877
|
+
width: 2.5rem;
|
|
26878
|
+
height: var(--Pagination-height);
|
|
26879
|
+
line-height: var(--Pagination-height);
|
|
26880
|
+
border: none;
|
|
26881
|
+
border: var(--borderWidth) solid var(--borderColor);
|
|
26882
|
+
border-radius: var(--borderRadius);
|
|
26883
|
+
padding: var(--Pagination-padding);
|
|
26884
|
+
margin-right: 0.5rem;
|
|
26885
|
+
text-align: center;
|
|
26886
|
+
}
|
|
26887
|
+
.cxd-Pagination-simplego input:focus, .cxd-Pagination-simplego input:hover {
|
|
26888
|
+
outline: none;
|
|
26889
|
+
border-color: var(--primary);
|
|
26890
|
+
}
|
|
26891
|
+
.cxd-Pagination-simplego-right {
|
|
26892
|
+
display: inline-block;
|
|
26893
|
+
width: 2rem;
|
|
26894
|
+
height: var(--Pagination-height);
|
|
26895
|
+
line-height: var(--Pagination-height);
|
|
26896
|
+
border: var(--borderWidth) solid var(--borderColor);
|
|
26897
|
+
font-size: var(--fontSizeSm);
|
|
26898
|
+
}
|
|
26899
|
+
.cxd-Pagination-simplego-right:hover {
|
|
26900
|
+
color: #666666 !important;
|
|
26901
|
+
cursor: default;
|
|
26902
|
+
}
|
|
26903
|
+
.cxd-Pagination-ellipsis {
|
|
26904
|
+
cursor: unset;
|
|
26905
|
+
position: relative;
|
|
26906
|
+
}
|
|
26907
|
+
.cxd-Pagination-ellipsis:hover {
|
|
26908
|
+
cursor: pointer;
|
|
26909
|
+
}
|
|
26910
|
+
.cxd-Pagination-ellipsis:hover > a {
|
|
26911
|
+
opacity: 0;
|
|
26912
|
+
transition: all 0.2s;
|
|
26913
|
+
}
|
|
26914
|
+
.cxd-Pagination-ellipsis:hover > span {
|
|
26915
|
+
opacity: 1;
|
|
26916
|
+
transition: all 0.2s;
|
|
26917
|
+
}
|
|
26918
|
+
.cxd-Pagination-ellipsis > a {
|
|
26919
|
+
cursor: unset;
|
|
26920
|
+
position: absolute !important;
|
|
26921
|
+
top: -0.25rem;
|
|
26922
|
+
opacity: 1;
|
|
26923
|
+
transition: all 0.2s;
|
|
26924
|
+
}
|
|
26925
|
+
.cxd-Pagination-ellipsis > span {
|
|
26926
|
+
opacity: 0;
|
|
26927
|
+
transition: all 0.2s;
|
|
26928
|
+
}
|
|
26720
26929
|
.cxd-Pagination-wrap {
|
|
26721
26930
|
line-height: 1.875rem;
|
|
26722
26931
|
}
|
|
26932
|
+
.cxd-Pagination-wrap .cxd-Pagination-item.cxd-Pagination-perpage {
|
|
26933
|
+
margin-left: 0.5rem;
|
|
26934
|
+
}
|
|
26723
26935
|
.cxd-Pagination-wrap .cxd-Pagination-item:nth-child(1) {
|
|
26724
26936
|
margin-left: 0;
|
|
26725
26937
|
}
|
|
@@ -26746,6 +26958,44 @@ input[type=button].cxd-Button--block {
|
|
|
26746
26958
|
.cxd-PaginationWrapper-pager:first-child {
|
|
26747
26959
|
margin-bottom: var(--gap-sm);
|
|
26748
26960
|
}
|
|
26961
|
+
.cxd-Pagination-wrap-size--sm {
|
|
26962
|
+
line-height: 1.5rem;
|
|
26963
|
+
}
|
|
26964
|
+
.cxd-Pagination-wrap-size--sm .cxd-Pagination-item {
|
|
26965
|
+
margin-left: 0.25rem;
|
|
26966
|
+
}
|
|
26967
|
+
.cxd-Pagination-wrap-size--sm .cxd-Pagination-item > li > a,
|
|
26968
|
+
.cxd-Pagination-wrap-size--sm .cxd-Pagination-item > li > span {
|
|
26969
|
+
min-width: var(--Pagination-minWidth-sm);
|
|
26970
|
+
height: var(--Pagination-height-sm);
|
|
26971
|
+
line-height: var(--Pagination-height-sm);
|
|
26972
|
+
padding: var(--Pagination-padding-sm);
|
|
26973
|
+
}
|
|
26974
|
+
.cxd-Pagination-wrap-size--sm .cxd-Pagination-item .cxd-Pagination-inputGroup, .cxd-Pagination-wrap-size--sm .cxd-Pagination-item .cxd-Pagination-simplego {
|
|
26975
|
+
height: var(--Pagination-height-sm);
|
|
26976
|
+
}
|
|
26977
|
+
.cxd-Pagination-wrap-size--sm .cxd-Pagination-item .cxd-Pagination-inputGroup-input, .cxd-Pagination-wrap-size--sm .cxd-Pagination-item .cxd-Pagination-simplego-input {
|
|
26978
|
+
min-width: 2.5rem;
|
|
26979
|
+
width: 2.5rem;
|
|
26980
|
+
height: var(--Pagination-height-sm);
|
|
26981
|
+
line-height: var(--Pagination-height-sm);
|
|
26982
|
+
padding: var(--Pagination-padding-sm);
|
|
26983
|
+
margin-left: 0.25rem;
|
|
26984
|
+
}
|
|
26985
|
+
.cxd-Pagination-wrap-size--sm .cxd-Pagination-item .cxd-Pagination-inputGroup-right, .cxd-Pagination-wrap-size--sm .cxd-Pagination-item .cxd-Pagination-simplego-right {
|
|
26986
|
+
height: var(--Pagination-height-sm);
|
|
26987
|
+
line-height: var(--Pagination-height-sm);
|
|
26988
|
+
}
|
|
26989
|
+
.cxd-Pagination-wrap-size--sm .cxd-Pagination-item .cxd-Pagination-simplego-input {
|
|
26990
|
+
min-width: 2rem;
|
|
26991
|
+
width: 2rem;
|
|
26992
|
+
}
|
|
26993
|
+
.cxd-Pagination-wrap-size--sm .cxd-Pagination-perpage {
|
|
26994
|
+
margin-left: 0.25rem;
|
|
26995
|
+
padding: 0 0.375rem;
|
|
26996
|
+
min-height: 1.5rem;
|
|
26997
|
+
vertical-align: baseline;
|
|
26998
|
+
}
|
|
26749
26999
|
.cxd-Wrapper--xs,
|
|
26750
27000
|
.cxd-Container--xs {
|
|
26751
27001
|
padding: var(--gap-xs);
|
|
@@ -27163,7 +27413,7 @@ input[type=button].cxd-Button--block {
|
|
|
27163
27413
|
pointer-events: none;
|
|
27164
27414
|
}
|
|
27165
27415
|
.cxd-ImageGallery-prevList:hover, .cxd-ImageGallery-nextList:hover {
|
|
27166
|
-
background:
|
|
27416
|
+
background: black;
|
|
27167
27417
|
color: #fff;
|
|
27168
27418
|
}
|
|
27169
27419
|
.cxd-ImageGallery-itemsWrap {
|
|
@@ -28099,7 +28349,7 @@ input[type=button].cxd-Button--block {
|
|
|
28099
28349
|
align-items: center;
|
|
28100
28350
|
overflow-x: hidden;
|
|
28101
28351
|
overflow-y: auto;
|
|
28102
|
-
max-height: calc((var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5);
|
|
28352
|
+
max-height: calc( (var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5 );
|
|
28103
28353
|
}
|
|
28104
28354
|
.cxd-ResultBox-overflow.cxd-Tooltip--dark .cxd-ResultBox-overflow-wrapper .cxd-ResultBox-value {
|
|
28105
28355
|
color: var(--white);
|
|
@@ -28179,14 +28429,13 @@ input[type=button].cxd-Button--block {
|
|
|
28179
28429
|
flex-wrap: nowrap;
|
|
28180
28430
|
align-items: center;
|
|
28181
28431
|
justify-content: flex-end;
|
|
28182
|
-
height:
|
|
28432
|
+
height: var(--input-size-default-height);
|
|
28183
28433
|
width: 30px;
|
|
28184
28434
|
padding-left: 8px;
|
|
28185
28435
|
transition: all var(--animation-duration) ease-in-out;
|
|
28186
28436
|
border: var(--Form-input-borderWidth) solid transparent;
|
|
28187
28437
|
border-radius: var(--Form-input-borderRadius);
|
|
28188
28438
|
overflow: hidden;
|
|
28189
|
-
height: 30px;
|
|
28190
28439
|
}
|
|
28191
28440
|
.cxd-SearchBox:hover {
|
|
28192
28441
|
background: var(--Form-input-onHover-bg);
|
|
@@ -28209,6 +28458,10 @@ input[type=button].cxd-Button--block {
|
|
|
28209
28458
|
display: inline-block;
|
|
28210
28459
|
padding: 0.3125rem 0.625rem;
|
|
28211
28460
|
}
|
|
28461
|
+
.cxd-SearchBox-searchBtn--loading {
|
|
28462
|
+
display: inline-flex;
|
|
28463
|
+
align-items: center;
|
|
28464
|
+
}
|
|
28212
28465
|
.cxd-SearchBox-activeBtn, .cxd-SearchBox-cancelBtn {
|
|
28213
28466
|
margin-right: 8px;
|
|
28214
28467
|
}
|
|
@@ -28223,7 +28476,7 @@ input[type=button].cxd-Button--block {
|
|
|
28223
28476
|
color: var(--icon-onHover-color);
|
|
28224
28477
|
}
|
|
28225
28478
|
.cxd-SearchBox.is-disabled .cxd-SearchBox-activeBtn, .cxd-SearchBox.is-disabled .cxd-SearchBox-searchBtn, .cxd-SearchBox.is-disabled .cxd-SearchBox-cancelBtn {
|
|
28226
|
-
color: var(--
|
|
28479
|
+
color: var(--SearchBox-search-btn-color--disabled);
|
|
28227
28480
|
pointer-events: none;
|
|
28228
28481
|
}
|
|
28229
28482
|
.cxd-SearchBox.is-disabled {
|
|
@@ -28344,7 +28597,7 @@ input[type=button].cxd-Button--block {
|
|
|
28344
28597
|
padding: 0 var(--gap-md);
|
|
28345
28598
|
overflow-x: hidden;
|
|
28346
28599
|
overflow-y: auto;
|
|
28347
|
-
max-height: calc(var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2);
|
|
28600
|
+
max-height: calc( var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2 );
|
|
28348
28601
|
}
|
|
28349
28602
|
.cxd-SearchBox-history .cxd-SearchBox-history-tag {
|
|
28350
28603
|
display: inlin-flex;
|
|
@@ -28398,7 +28651,7 @@ input[type=button].cxd-Button--block {
|
|
|
28398
28651
|
.cxd-ListMenu-groupLabel {
|
|
28399
28652
|
font-size: var(--fontSizeXs);
|
|
28400
28653
|
color: var(--text--muted-color);
|
|
28401
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--gap-sm)) / 2) 0 0 calc(var(--Form-select-paddingX) - var(--gap-xs));
|
|
28654
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--gap-sm) ) / 2 ) 0 0 calc(var(--Form-select-paddingX) - var(--gap-xs));
|
|
28402
28655
|
}
|
|
28403
28656
|
.cxd-ListMenu-group:not(:first-child) > .cxd-ListMenu-groupLabel {
|
|
28404
28657
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
|
@@ -28410,7 +28663,7 @@ input[type=button].cxd-Button--block {
|
|
|
28410
28663
|
line-height: var(--Form-input-lineHeight);
|
|
28411
28664
|
font-size: var(--Form-input-fontSize);
|
|
28412
28665
|
cursor: pointer;
|
|
28413
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28666
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
28414
28667
|
}
|
|
28415
28668
|
.cxd-ListMenu-item.is-active {
|
|
28416
28669
|
color: var(--ListMenu-item--onActive-color);
|
|
@@ -28431,7 +28684,7 @@ input[type=button].cxd-Button--block {
|
|
|
28431
28684
|
line-height: var(--Form-input-lineHeight);
|
|
28432
28685
|
font-size: var(--Form-input-fontSize);
|
|
28433
28686
|
cursor: pointer;
|
|
28434
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28687
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
28435
28688
|
}
|
|
28436
28689
|
.cxd-ListMenu.is-mobile {
|
|
28437
28690
|
display: flex;
|
|
@@ -29123,11 +29376,9 @@ fieldset.cxd-Collapse--lg > legend, fieldset.cxd-Collapse--md > legend, fieldset
|
|
|
29123
29376
|
top: 0;
|
|
29124
29377
|
left: 0;
|
|
29125
29378
|
display: inline-block;
|
|
29126
|
-
border: 0;
|
|
29127
29379
|
width: auto;
|
|
29128
29380
|
z-index: 1;
|
|
29129
29381
|
background: var(--Fieldset-legend-bgColor);
|
|
29130
|
-
border-left: 0 !important;
|
|
29131
29382
|
}
|
|
29132
29383
|
fieldset.cxd-Collapse--lg > legend.cxd-Collapse-header.is-mobile, fieldset.cxd-Collapse--md > legend.cxd-Collapse-header.is-mobile, fieldset.cxd-Collapse--base > legend.cxd-Collapse-header.is-mobile, fieldset.cxd-Collapse--sm > legend.cxd-Collapse-header.is-mobile, fieldset.cxd-Collapse--xs > legend.cxd-Collapse-header.is-mobile {
|
|
29133
29384
|
position: absolute;
|
|
@@ -29285,7 +29536,7 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29285
29536
|
margin-right: 0;
|
|
29286
29537
|
}
|
|
29287
29538
|
.cxd-Form-group--hor > .cxd-Form-item,
|
|
29288
|
-
|
|
29539
|
+
.cxd-Form-group--hor > div > .cxd-Form-item {
|
|
29289
29540
|
margin-bottom: 0;
|
|
29290
29541
|
}
|
|
29291
29542
|
.cxd-Form-group--hor .cxd-Form-input > .cxd-Form-group {
|
|
@@ -29323,6 +29574,7 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29323
29574
|
padding-left: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
29324
29575
|
padding-right: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
29325
29576
|
}
|
|
29577
|
+
|
|
29326
29578
|
.cxd-Form-groupColumn {
|
|
29327
29579
|
flex-basis: 0;
|
|
29328
29580
|
flex-grow: 1;
|
|
@@ -29330,66 +29582,79 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29330
29582
|
max-width: 100%;
|
|
29331
29583
|
margin-bottom: 0;
|
|
29332
29584
|
}
|
|
29585
|
+
|
|
29333
29586
|
.cxd-Form-groupColumn--1 {
|
|
29334
29587
|
flex: 0 0 8.3333333333%;
|
|
29335
29588
|
max-width: 8.3333333333%;
|
|
29336
29589
|
min-height: 1px;
|
|
29337
29590
|
}
|
|
29591
|
+
|
|
29338
29592
|
.cxd-Form-groupColumn--2 {
|
|
29339
29593
|
flex: 0 0 16.6666666667%;
|
|
29340
29594
|
max-width: 16.6666666667%;
|
|
29341
29595
|
min-height: 1px;
|
|
29342
29596
|
}
|
|
29597
|
+
|
|
29343
29598
|
.cxd-Form-groupColumn--3 {
|
|
29344
29599
|
flex: 0 0 25%;
|
|
29345
29600
|
max-width: 25%;
|
|
29346
29601
|
min-height: 1px;
|
|
29347
29602
|
}
|
|
29603
|
+
|
|
29348
29604
|
.cxd-Form-groupColumn--4 {
|
|
29349
29605
|
flex: 0 0 33.3333333333%;
|
|
29350
29606
|
max-width: 33.3333333333%;
|
|
29351
29607
|
min-height: 1px;
|
|
29352
29608
|
}
|
|
29609
|
+
|
|
29353
29610
|
.cxd-Form-groupColumn--5 {
|
|
29354
29611
|
flex: 0 0 41.6666666667%;
|
|
29355
29612
|
max-width: 41.6666666667%;
|
|
29356
29613
|
min-height: 1px;
|
|
29357
29614
|
}
|
|
29615
|
+
|
|
29358
29616
|
.cxd-Form-groupColumn--6 {
|
|
29359
29617
|
flex: 0 0 50%;
|
|
29360
29618
|
max-width: 50%;
|
|
29361
29619
|
min-height: 1px;
|
|
29362
29620
|
}
|
|
29621
|
+
|
|
29363
29622
|
.cxd-Form-groupColumn--7 {
|
|
29364
29623
|
flex: 0 0 58.3333333333%;
|
|
29365
29624
|
max-width: 58.3333333333%;
|
|
29366
29625
|
min-height: 1px;
|
|
29367
29626
|
}
|
|
29627
|
+
|
|
29368
29628
|
.cxd-Form-groupColumn--8 {
|
|
29369
29629
|
flex: 0 0 66.6666666667%;
|
|
29370
29630
|
max-width: 66.6666666667%;
|
|
29371
29631
|
min-height: 1px;
|
|
29372
29632
|
}
|
|
29633
|
+
|
|
29373
29634
|
.cxd-Form-groupColumn--9 {
|
|
29374
29635
|
flex: 0 0 75%;
|
|
29375
29636
|
max-width: 75%;
|
|
29376
29637
|
min-height: 1px;
|
|
29377
29638
|
}
|
|
29639
|
+
|
|
29378
29640
|
.cxd-Form-groupColumn--10 {
|
|
29379
29641
|
flex: 0 0 83.3333333333%;
|
|
29380
29642
|
max-width: 83.3333333333%;
|
|
29381
29643
|
min-height: 1px;
|
|
29382
29644
|
}
|
|
29645
|
+
|
|
29383
29646
|
.cxd-Form-groupColumn--11 {
|
|
29384
29647
|
flex: 0 0 91.6666666667%;
|
|
29385
29648
|
max-width: 91.6666666667%;
|
|
29386
29649
|
min-height: 1px;
|
|
29387
29650
|
}
|
|
29651
|
+
|
|
29388
29652
|
.cxd-Form-groupColumn--12 {
|
|
29389
29653
|
flex: 0 0 100%;
|
|
29390
29654
|
max-width: 100%;
|
|
29391
29655
|
min-height: 1px;
|
|
29392
29656
|
}
|
|
29657
|
+
|
|
29393
29658
|
.cxd-Form-groupColumn--auto {
|
|
29394
29659
|
flex: 0 0 auto;
|
|
29395
29660
|
width: auto;
|
|
@@ -29401,6 +29666,10 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29401
29666
|
display: inline-flex;
|
|
29402
29667
|
flex-wrap: nowrap;
|
|
29403
29668
|
}
|
|
29669
|
+
.cxd-InputGroup:hover div,
|
|
29670
|
+
.cxd-InputGroup:hover button {
|
|
29671
|
+
border-color: var(--colors-brand-5) !important;
|
|
29672
|
+
}
|
|
29404
29673
|
.cxd-InputGroup.cxd-Form-control--sizeXs, .cxd-InputGroup.cxd-Form-control--sizeSm, .cxd-InputGroup.cxd-Form-control--sizeMd, .cxd-InputGroup.cxd-Form-control--sizeLg {
|
|
29405
29674
|
display: inline-flex;
|
|
29406
29675
|
}
|
|
@@ -29411,7 +29680,7 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29411
29680
|
.cxd-InputGroup-addOn {
|
|
29412
29681
|
background: var(--InputGroup-addOn-bg);
|
|
29413
29682
|
border: var(--InputGroup-addOn-borderWidth) solid var(--InputGroup-addOn-borderColor);
|
|
29414
|
-
line-height: calc(var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2);
|
|
29683
|
+
line-height: calc( var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2 );
|
|
29415
29684
|
height: var(--InputGroup-height);
|
|
29416
29685
|
box-sizing: border-box;
|
|
29417
29686
|
padding: var(--InputGroup-paddingY) var(--InputGroup-paddingX);
|
|
@@ -29446,16 +29715,20 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29446
29715
|
border-top-right-radius: var(--InputGroup-button-borderRadius);
|
|
29447
29716
|
border-bottom-right-radius: var(--InputGroup-button-borderRadius);
|
|
29448
29717
|
}
|
|
29449
|
-
.cxd-InputGroup .cxd-TextControl-input
|
|
29718
|
+
.cxd-InputGroup .cxd-TextControl-input,
|
|
29719
|
+
.cxd-InputGroup .cxd-SearchBox {
|
|
29450
29720
|
flex-basis: 0;
|
|
29451
29721
|
flex-grow: 1;
|
|
29452
29722
|
display: inline-flex;
|
|
29453
29723
|
}
|
|
29454
|
-
.cxd-InputGroup .cxd-TextControl-input:not(:first-child)
|
|
29724
|
+
.cxd-InputGroup .cxd-TextControl-input:not(:first-child),
|
|
29725
|
+
.cxd-InputGroup .cxd-SearchBox:not(:first-child) {
|
|
29455
29726
|
border-top-left-radius: 0;
|
|
29456
29727
|
border-bottom-left-radius: 0;
|
|
29728
|
+
border-left: none;
|
|
29457
29729
|
}
|
|
29458
|
-
.cxd-InputGroup .cxd-TextControl-input:not(:last-child)
|
|
29730
|
+
.cxd-InputGroup .cxd-TextControl-input:not(:last-child),
|
|
29731
|
+
.cxd-InputGroup .cxd-SearchBox:not(:last-child) {
|
|
29459
29732
|
border-right-width: 0;
|
|
29460
29733
|
border-top-right-radius: 0;
|
|
29461
29734
|
border-bottom-right-radius: 0;
|
|
@@ -29471,6 +29744,7 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29471
29744
|
.cxd-InputGroup .cxd-SelectControl:first-child .cxd-Select {
|
|
29472
29745
|
border-top-left-radius: var(--InputGroup-select-borderRadius);
|
|
29473
29746
|
border-bottom-left-radius: var(--InputGroup-select-borderRadius);
|
|
29747
|
+
background-color: var(--colors-neutral-fill-10);
|
|
29474
29748
|
}
|
|
29475
29749
|
.cxd-InputGroup .cxd-SelectControl:last-child .cxd-Select {
|
|
29476
29750
|
border-top-right-radius: var(--InputGroup-select-borderRadius);
|
|
@@ -29491,18 +29765,10 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29491
29765
|
.cxd-InputGroup.is-focused .cxd-InputGroup-addOn,
|
|
29492
29766
|
.cxd-InputGroup.is-focused .cxd-TextControl-input,
|
|
29493
29767
|
.cxd-InputGroup.is-focused .cxd-Select,
|
|
29768
|
+
.cxd-InputGroup.is-focused .cxd-SearchBox,
|
|
29494
29769
|
.cxd-InputGroup.is-focused .cxd-InputGroup-btn .cxd-Button {
|
|
29495
29770
|
border-color: var(--InputGroup-addOn-onFocused-borderColor);
|
|
29496
29771
|
}
|
|
29497
|
-
.cxd-InputGroup.is-focused .cxd-Select {
|
|
29498
|
-
background: var(--InputGroup-select-onFocused-bg);
|
|
29499
|
-
}
|
|
29500
|
-
.cxd-InputGroup.is-focused .cxd-Select {
|
|
29501
|
-
color: var(--InputGroup-select-onFocused-color);
|
|
29502
|
-
}
|
|
29503
|
-
.cxd-InputGroup.is-focused .cxd-Select-arrow {
|
|
29504
|
-
color: var(--InputGroup-select-onFocused-arrowColor);
|
|
29505
|
-
}
|
|
29506
29772
|
.cxd-InputGroup.is-focused .cxd-InputGroup-addOn {
|
|
29507
29773
|
color: var(--primary);
|
|
29508
29774
|
}
|
|
@@ -29599,7 +29865,7 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29599
29865
|
color: var(--text--muted-color);
|
|
29600
29866
|
}
|
|
29601
29867
|
.cxd-TextControl-spinner {
|
|
29602
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
29868
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29603
29869
|
}
|
|
29604
29870
|
.cxd-TextControl-clear {
|
|
29605
29871
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -29658,6 +29924,7 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29658
29924
|
background: var(--input-default-default-bg-color);
|
|
29659
29925
|
height: var(--input-size-default-height);
|
|
29660
29926
|
align-items: center;
|
|
29927
|
+
transition: all var(--animation-duration) ease-in-out;
|
|
29661
29928
|
}
|
|
29662
29929
|
.cxd-TextControl-input input {
|
|
29663
29930
|
color: var(--input-default-default-color);
|
|
@@ -29845,7 +30112,7 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29845
30112
|
-webkit-user-select: none;
|
|
29846
30113
|
-moz-user-select: none;
|
|
29847
30114
|
user-select: none;
|
|
29848
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
30115
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29849
30116
|
vertical-align: middle;
|
|
29850
30117
|
display: inline-block;
|
|
29851
30118
|
}
|
|
@@ -29869,7 +30136,7 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29869
30136
|
}
|
|
29870
30137
|
.cxd-TextControl-input--multiple .cxd-TextControl-value {
|
|
29871
30138
|
white-space: nowrap;
|
|
29872
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
30139
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
29873
30140
|
font-size: var(--Form-selectValue-fontSize);
|
|
29874
30141
|
background: var(--Form-select-multiple-bgColor);
|
|
29875
30142
|
border-radius: 0.125rem;
|
|
@@ -30033,7 +30300,7 @@ input.cxd-TextControl-input-password {
|
|
|
30033
30300
|
color: var(--text--muted-color);
|
|
30034
30301
|
}
|
|
30035
30302
|
.cxd-TextareaControl-spinner {
|
|
30036
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
30303
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
30037
30304
|
}
|
|
30038
30305
|
.cxd-TextareaControl-clear {
|
|
30039
30306
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -30072,6 +30339,7 @@ input.cxd-TextControl-input-password {
|
|
|
30072
30339
|
.cxd-TextareaControl > textarea {
|
|
30073
30340
|
border: 1px solid var(--Form-input-borderColor);
|
|
30074
30341
|
border-radius: var(--Form-input-borderRadius);
|
|
30342
|
+
color: var(--colors-neutral-text-2);
|
|
30075
30343
|
background: var(--Form-input-bg);
|
|
30076
30344
|
padding: var(--input-textarea-paddingTop) var(--input-textarea-paddingRight) var(--input-textarea-paddingBottom) var(--input-textarea-paddingLeft);
|
|
30077
30345
|
font-size: var(--Form-input-fontSize);
|
|
@@ -30182,7 +30450,6 @@ input.cxd-TextControl-input-password {
|
|
|
30182
30450
|
cursor: pointer;
|
|
30183
30451
|
display: inline-block;
|
|
30184
30452
|
vertical-align: top;
|
|
30185
|
-
line-height: var(--checkbox-checkbox-default-lineHeight);
|
|
30186
30453
|
}
|
|
30187
30454
|
.cxd-Checkbox > i + span > a {
|
|
30188
30455
|
margin-left: var(--gap-xs);
|
|
@@ -30242,12 +30509,13 @@ input.cxd-TextControl-input-password {
|
|
|
30242
30509
|
background: var(--Checkbox-onHover-color);
|
|
30243
30510
|
}
|
|
30244
30511
|
.cxd-Checkbox--checkbox input[disabled] + i {
|
|
30245
|
-
border-color: var(--Checkbox-
|
|
30512
|
+
border-color: var(--Checkbox-color) !important;
|
|
30246
30513
|
cursor: not-allowed;
|
|
30514
|
+
background-color: var(--checkbox-checkbox-disabled-bg-color);
|
|
30247
30515
|
}
|
|
30248
30516
|
.cxd-Checkbox--checkbox input[disabled] + i:before {
|
|
30249
|
-
|
|
30250
|
-
|
|
30517
|
+
background-color: var(--Checkbox-onDisabled-color);
|
|
30518
|
+
border-width: 0;
|
|
30251
30519
|
}
|
|
30252
30520
|
.cxd-Checkbox--checkbox input[disabled] + i + span {
|
|
30253
30521
|
cursor: not-allowed;
|
|
@@ -30320,6 +30588,7 @@ input.cxd-TextControl-input-password {
|
|
|
30320
30588
|
.cxd-Checkbox--full.cxd-Checkbox--checkbox input[disabled]:checked + i:before {
|
|
30321
30589
|
border-color: var(--Checkbox-onDisabled-color);
|
|
30322
30590
|
background: var(--Checkbox-onDisabled-bg);
|
|
30591
|
+
border-width: 0 0 0.0625rem 0.0625rem;
|
|
30323
30592
|
}
|
|
30324
30593
|
.cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked[disabled] + i {
|
|
30325
30594
|
border-color: var(--Checkbox-color);
|
|
@@ -30599,7 +30868,7 @@ input.cxd-TextControl-input-password {
|
|
|
30599
30868
|
.cxd-CheckboxControl,
|
|
30600
30869
|
.cxd-RadiosControl,
|
|
30601
30870
|
.cxd-CheckboxesControl {
|
|
30602
|
-
padding-top: calc((var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px);
|
|
30871
|
+
padding-top: calc( (var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px );
|
|
30603
30872
|
}
|
|
30604
30873
|
.cxd-RadiosControl .cxd-Checkbox {
|
|
30605
30874
|
display: block;
|
|
@@ -30670,7 +30939,7 @@ input.cxd-TextControl-input-password {
|
|
|
30670
30939
|
display: block;
|
|
30671
30940
|
line-height: var(--Form-input-lineHeight);
|
|
30672
30941
|
font-size: var(--Form-input-fontSize);
|
|
30673
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm) calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) calc(var(--gap-sm) + var(--Checkbox-size));
|
|
30942
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
|
|
30674
30943
|
}
|
|
30675
30944
|
.cxd-Selection--inline > .cxd-Checkbox {
|
|
30676
30945
|
display: inline-block;
|
|
@@ -30738,6 +31007,9 @@ input.cxd-TextControl-input-password {
|
|
|
30738
31007
|
color: var(--Form-select-menu-onActive-color);
|
|
30739
31008
|
background: var(--Form-select-menu-onActive-bg);
|
|
30740
31009
|
}
|
|
31010
|
+
.cxd-GroupedSelection-item.is-active:hover, .cxd-GroupedSelection-item.is-focused:hover, .cxd-GroupedSelection-item.is-opened:hover {
|
|
31011
|
+
background: var(--Form-select-menu-onHover-bg);
|
|
31012
|
+
}
|
|
30741
31013
|
.cxd-GroupedSelection-item.is-disabled {
|
|
30742
31014
|
pointer-events: none;
|
|
30743
31015
|
color: var(--Form-select-menu-onDisabled-color);
|
|
@@ -30761,7 +31033,7 @@ input.cxd-TextControl-input-password {
|
|
|
30761
31033
|
height: var(--Form-input-height);
|
|
30762
31034
|
line-height: var(--Form-input-lineHeight);
|
|
30763
31035
|
font-size: var(--Form-input-fontSize);
|
|
30764
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
31036
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30765
31037
|
color: var(--text--muted-color);
|
|
30766
31038
|
height: 100%;
|
|
30767
31039
|
display: flex;
|
|
@@ -30885,7 +31157,7 @@ input.cxd-TextControl-input-password {
|
|
|
30885
31157
|
height: var(--Form-input-height);
|
|
30886
31158
|
line-height: var(--Form-input-lineHeight);
|
|
30887
31159
|
font-size: var(--Form-input-fontSize);
|
|
30888
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
31160
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30889
31161
|
color: var(--text--muted-color);
|
|
30890
31162
|
}
|
|
30891
31163
|
.cxd-ChainedSelection {
|
|
@@ -30958,7 +31230,7 @@ input.cxd-TextControl-input-password {
|
|
|
30958
31230
|
height: var(--Form-input-height);
|
|
30959
31231
|
line-height: var(--Form-input-lineHeight);
|
|
30960
31232
|
font-size: var(--Form-input-fontSize);
|
|
30961
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
31233
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30962
31234
|
color: var(--text--muted-color);
|
|
30963
31235
|
}
|
|
30964
31236
|
.cxd-AssociatedSelection {
|
|
@@ -31148,7 +31420,7 @@ input.cxd-TextControl-input-password {
|
|
|
31148
31420
|
.cxd-Switch .text > svg {
|
|
31149
31421
|
width: var(--switch-text-off-fontSize);
|
|
31150
31422
|
height: var(--switch-text-off-fontSize);
|
|
31151
|
-
margin-top: calc((var(--Switch-height) - var(--switch-text-off-fontSize)) / 2);
|
|
31423
|
+
margin-top: calc( (var(--Switch-height) - var(--switch-text-off-fontSize)) / 2 );
|
|
31152
31424
|
}
|
|
31153
31425
|
.cxd-Switch .slider:before {
|
|
31154
31426
|
content: "";
|
|
@@ -31168,7 +31440,7 @@ input.cxd-TextControl-input-password {
|
|
|
31168
31440
|
background: var(--Switch-checked-bgColor);
|
|
31169
31441
|
}
|
|
31170
31442
|
.cxd-Switch.is-checked .slider::before {
|
|
31171
|
-
left: calc(100% - var(--Switch-slider-width) - var(--Switch-slider-margin));
|
|
31443
|
+
left: calc( 100% - var(--Switch-slider-width) - var(--Switch-slider-margin) );
|
|
31172
31444
|
right: var(--Switch-slider-margin);
|
|
31173
31445
|
border-width: 0;
|
|
31174
31446
|
background: var(--switch-default-on-slider-color);
|
|
@@ -31186,7 +31458,7 @@ input.cxd-TextControl-input-password {
|
|
|
31186
31458
|
background: var(--Switch-checked-onActive-bgColor);
|
|
31187
31459
|
}
|
|
31188
31460
|
.cxd-Switch.is-checked:active .slider::before {
|
|
31189
|
-
left: calc(100% - (var(--Switch-height) + 0.125rem) - 0.125rem);
|
|
31461
|
+
left: calc( 100% - (var(--Switch-height) + 0.125rem) - 0.125rem );
|
|
31190
31462
|
}
|
|
31191
31463
|
.cxd-Switch.is-checked.is-disabled .slider:before {
|
|
31192
31464
|
color: var(--Switch-onDisabled-color);
|
|
@@ -31218,7 +31490,7 @@ input.cxd-TextControl-input-password {
|
|
|
31218
31490
|
right: auto;
|
|
31219
31491
|
}
|
|
31220
31492
|
.cxd-Switch--sm.is-checked .slider::before {
|
|
31221
|
-
left: calc(100% - var(--Switch-slider-width--sm) - var(--switch-size-sm-slider-margin));
|
|
31493
|
+
left: calc( 100% - var(--Switch-slider-width--sm) - var(--switch-size-sm-slider-margin) );
|
|
31222
31494
|
right: var(--switch-size-sm-slider-margin);
|
|
31223
31495
|
}
|
|
31224
31496
|
.cxd-Switch:active .slider::before {
|
|
@@ -31246,11 +31518,11 @@ input.cxd-TextControl-input-password {
|
|
|
31246
31518
|
height: var(--Switch-spinner-icon-width--sm);
|
|
31247
31519
|
}
|
|
31248
31520
|
.cxd-Switch-spinner.cxd-Switch-spinner--checked {
|
|
31249
|
-
left: calc(100% - var(--Switch-slider-width) - var(--Switch-slider-margin));
|
|
31521
|
+
left: calc( 100% - var(--Switch-slider-width) - var(--Switch-slider-margin) );
|
|
31250
31522
|
right: var(--Switch-slider-margin);
|
|
31251
31523
|
}
|
|
31252
31524
|
.cxd-Switch-spinner.cxd-Switch-spinner--checked.cxd-Switch-spinner--sm {
|
|
31253
|
-
left: calc(100% - var(--Switch-slider-width--sm) - var(--Switch-slider-margin));
|
|
31525
|
+
left: calc( 100% - var(--Switch-slider-width--sm) - var(--Switch-slider-margin) );
|
|
31254
31526
|
right: var(--Switch-slider-margin);
|
|
31255
31527
|
}
|
|
31256
31528
|
.cxd-Switch-option {
|
|
@@ -31422,7 +31694,7 @@ input.cxd-TextControl-input-password {
|
|
|
31422
31694
|
}
|
|
31423
31695
|
.cxd-Number-handler {
|
|
31424
31696
|
line-height: calc((var(--Form-input-height) - 0.375rem) / 2);
|
|
31425
|
-
height: calc((var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2);
|
|
31697
|
+
height: calc( (var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2 );
|
|
31426
31698
|
}
|
|
31427
31699
|
.cxd-Number-handler-up {
|
|
31428
31700
|
border-bottom: var(--Number-handler-borderBottom);
|
|
@@ -31705,6 +31977,7 @@ input.cxd-TextControl-input-password {
|
|
|
31705
31977
|
padding: var(--select-base-default-paddingTop) var(--select-base-default-paddingRight) var(--select-base-default-paddingBottom) var(--select-base-default-paddingLeft);
|
|
31706
31978
|
cursor: pointer;
|
|
31707
31979
|
color: var(--Form-select-color);
|
|
31980
|
+
transition: all var(--animation-duration) ease-in-out;
|
|
31708
31981
|
}
|
|
31709
31982
|
.cxd-Select--block {
|
|
31710
31983
|
display: flex;
|
|
@@ -31825,7 +32098,7 @@ input.cxd-TextControl-input-password {
|
|
|
31825
32098
|
-webkit-user-select: none;
|
|
31826
32099
|
-moz-user-select: none;
|
|
31827
32100
|
user-select: none;
|
|
31828
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
32101
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
31829
32102
|
display: inline-block;
|
|
31830
32103
|
vertical-align: middle;
|
|
31831
32104
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -32032,7 +32305,7 @@ input.cxd-TextControl-input-password {
|
|
|
32032
32305
|
position: relative;
|
|
32033
32306
|
}
|
|
32034
32307
|
.cxd-Select-option.is-mobile > a {
|
|
32035
|
-
margin-right: calc(20px + var(--select-base-default-option-paddingRight));
|
|
32308
|
+
margin-right: calc( 20px + var(--select-base-default-option-paddingRight) );
|
|
32036
32309
|
}
|
|
32037
32310
|
.cxd-Select-option.is-mobile .cxd-Select-option-item-check {
|
|
32038
32311
|
flex: 1;
|
|
@@ -32058,7 +32331,7 @@ input.cxd-TextControl-input-password {
|
|
|
32058
32331
|
-webkit-user-select: none;
|
|
32059
32332
|
-moz-user-select: none;
|
|
32060
32333
|
user-select: none;
|
|
32061
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
32334
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
32062
32335
|
}
|
|
32063
32336
|
.cxd-Select-option-hl {
|
|
32064
32337
|
color: var(--info);
|
|
@@ -32077,7 +32350,7 @@ input.cxd-TextControl-input-password {
|
|
|
32077
32350
|
margin-right: var(--Checkbox-gap);
|
|
32078
32351
|
}
|
|
32079
32352
|
.cxd-Select-spinner {
|
|
32080
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
32353
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
32081
32354
|
}
|
|
32082
32355
|
.cxd-Select-clear {
|
|
32083
32356
|
padding: 0.1875rem;
|
|
@@ -32108,7 +32381,7 @@ input.cxd-TextControl-input-password {
|
|
|
32108
32381
|
align-items: center;
|
|
32109
32382
|
overflow-x: hidden;
|
|
32110
32383
|
overflow-y: auto;
|
|
32111
|
-
max-height: calc((var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)) * 5);
|
|
32384
|
+
max-height: calc( ( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs) ) * 5 );
|
|
32112
32385
|
}
|
|
32113
32386
|
.cxd-Select-overflow-wrapper .cxd-Select-value {
|
|
32114
32387
|
position: static;
|
|
@@ -32116,7 +32389,7 @@ input.cxd-TextControl-input-password {
|
|
|
32116
32389
|
-webkit-user-select: none;
|
|
32117
32390
|
-moz-user-select: none;
|
|
32118
32391
|
user-select: none;
|
|
32119
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
32392
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
32120
32393
|
display: inline-block;
|
|
32121
32394
|
vertical-align: middle;
|
|
32122
32395
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -32191,17 +32464,17 @@ input.cxd-TextControl-input-password {
|
|
|
32191
32464
|
}
|
|
32192
32465
|
@media (min-width: 576px) {
|
|
32193
32466
|
.cxd-Form-control--sizeXs > .cxd-Select,
|
|
32194
|
-
|
|
32195
|
-
|
|
32196
|
-
|
|
32467
|
+
.cxd-Form-control--sizeSm > .cxd-Select,
|
|
32468
|
+
.cxd-Form-control--sizeMd > .cxd-Select,
|
|
32469
|
+
.cxd-Form-control--sizeLg > .cxd-Select {
|
|
32197
32470
|
min-width: 100%;
|
|
32198
32471
|
max-width: 100%;
|
|
32199
32472
|
display: inline-flex !important;
|
|
32200
32473
|
}
|
|
32201
32474
|
.cxd-Form-control--sizeXs > .cxd-Select .cxd-Select-valueWrap,
|
|
32202
|
-
|
|
32203
|
-
|
|
32204
|
-
|
|
32475
|
+
.cxd-Form-control--sizeSm > .cxd-Select .cxd-Select-valueWrap,
|
|
32476
|
+
.cxd-Form-control--sizeMd > .cxd-Select .cxd-Select-valueWrap,
|
|
32477
|
+
.cxd-Form-control--sizeLg > .cxd-Select .cxd-Select-valueWrap {
|
|
32205
32478
|
width: 0;
|
|
32206
32479
|
}
|
|
32207
32480
|
}
|
|
@@ -32234,7 +32507,7 @@ input.cxd-TextControl-input-password {
|
|
|
32234
32507
|
height: var(--Form-input-height);
|
|
32235
32508
|
background: var(--Table-thead-bg);
|
|
32236
32509
|
font-size: var(--Form-input-fontSize);
|
|
32237
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
32510
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
32238
32511
|
}
|
|
32239
32512
|
.cxd-Selections-placeholder {
|
|
32240
32513
|
color: var(--Form-input-placeholderColor);
|
|
@@ -32258,12 +32531,14 @@ input.cxd-TextControl-input-password {
|
|
|
32258
32531
|
line-height: var(--Form-input-lineHeight);
|
|
32259
32532
|
font-size: var(--Form-input-fontSize);
|
|
32260
32533
|
align-items: center;
|
|
32261
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
32534
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
32262
32535
|
}
|
|
32263
32536
|
.cxd-Selections-item > label {
|
|
32264
32537
|
flex-basis: 3.125rem;
|
|
32265
32538
|
flex-grow: 1;
|
|
32266
32539
|
width: 3.125rem;
|
|
32540
|
+
display: flex;
|
|
32541
|
+
align-items: center;
|
|
32267
32542
|
}
|
|
32268
32543
|
.cxd-Selections-item > label.is-invalid {
|
|
32269
32544
|
color: var(--Form-selectValue-onInvalid-color);
|
|
@@ -32279,6 +32554,9 @@ input.cxd-TextControl-input-password {
|
|
|
32279
32554
|
.cxd-Selections-item--dragging > * {
|
|
32280
32555
|
opacity: 0.2;
|
|
32281
32556
|
}
|
|
32557
|
+
.cxd-Selections-item:hover {
|
|
32558
|
+
background: var(--Form-select-menu-onHover-bg);
|
|
32559
|
+
}
|
|
32282
32560
|
.cxd-Selections-delBtn {
|
|
32283
32561
|
color: var(--icon-color);
|
|
32284
32562
|
cursor: pointer;
|
|
@@ -32502,7 +32780,7 @@ input.cxd-TextControl-input-password {
|
|
|
32502
32780
|
flex-basis: 0;
|
|
32503
32781
|
flex-grow: 1;
|
|
32504
32782
|
overflow-x: auto;
|
|
32505
|
-
max-width: calc(100% -
|
|
32783
|
+
max-width: calc(100% - px2rem(20px));
|
|
32506
32784
|
}
|
|
32507
32785
|
.cxd-LocationPicker-toggler {
|
|
32508
32786
|
cursor: pointer;
|
|
@@ -32612,7 +32890,7 @@ input.cxd-TextControl-input-password {
|
|
|
32612
32890
|
}
|
|
32613
32891
|
.cxd-MapPicker-sugItem {
|
|
32614
32892
|
cursor: pointer;
|
|
32615
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
32893
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
32616
32894
|
}
|
|
32617
32895
|
.cxd-MapPicker-sugItem:hover {
|
|
32618
32896
|
color: var(--Form-select-menu-onActive-color);
|
|
@@ -33397,11 +33675,17 @@ input.cxd-TextControl-input-password {
|
|
|
33397
33675
|
width: var(--gap-md);
|
|
33398
33676
|
padding: 0;
|
|
33399
33677
|
color: var(--DatePicker-arrow-color);
|
|
33400
|
-
font-size: var(--fontSizeXl);
|
|
33678
|
+
font-size: var(--fontSizeXl) !important;
|
|
33401
33679
|
text-decoration: none;
|
|
33402
33680
|
font-family: auto;
|
|
33403
33681
|
font-weight: normal;
|
|
33404
33682
|
}
|
|
33683
|
+
.rdtPrev .icon-right-arrow,
|
|
33684
|
+
.rdtNext .icon-right-arrow {
|
|
33685
|
+
width: 0.75rem;
|
|
33686
|
+
height: 0.75rem;
|
|
33687
|
+
top: 0;
|
|
33688
|
+
}
|
|
33405
33689
|
.rdtPrev:hover,
|
|
33406
33690
|
.rdtNext:hover {
|
|
33407
33691
|
text-decoration: none;
|
|
@@ -33446,6 +33730,13 @@ input.cxd-TextControl-input-password {
|
|
|
33446
33730
|
transform: rotate(180deg);
|
|
33447
33731
|
transform-origin: 50% 50%;
|
|
33448
33732
|
}
|
|
33733
|
+
.rdtHeader .icon-right-double-arrow {
|
|
33734
|
+
top: -1px;
|
|
33735
|
+
}
|
|
33736
|
+
.rdtHeader .icon-right-arrow {
|
|
33737
|
+
width: 0.75rem;
|
|
33738
|
+
height: 0.75rem;
|
|
33739
|
+
}
|
|
33449
33740
|
.header-line {
|
|
33450
33741
|
display: block;
|
|
33451
33742
|
position: absolute;
|
|
@@ -33750,7 +34041,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33750
34041
|
margin: 0;
|
|
33751
34042
|
padding-left: 0.625rem;
|
|
33752
34043
|
list-style: none;
|
|
33753
|
-
background:
|
|
34044
|
+
background: var(--colors-neutral-fill-10);
|
|
33754
34045
|
line-height: 2rem;
|
|
33755
34046
|
overflow-x: auto;
|
|
33756
34047
|
}
|
|
@@ -33785,6 +34076,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33785
34076
|
.cxd-DateRangePicker-wrap {
|
|
33786
34077
|
white-space: nowrap;
|
|
33787
34078
|
}
|
|
34079
|
+
|
|
33788
34080
|
.cxd-DateRangePicker-end {
|
|
33789
34081
|
margin-top: 0;
|
|
33790
34082
|
border-left: 1px solid var(--Calendar-input-borderColor);
|
|
@@ -34581,6 +34873,37 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34581
34873
|
.cxd-InputRange-input .cxd-Number-handler-up-inner:hover, .cxd-InputRange-input .cxd-Number-handler-down-inner:hover {
|
|
34582
34874
|
color: var(--Number-handler-onHover-color);
|
|
34583
34875
|
}
|
|
34876
|
+
.cxd-InputRange-input-with-unit {
|
|
34877
|
+
display: flex;
|
|
34878
|
+
width: auto;
|
|
34879
|
+
}
|
|
34880
|
+
.cxd-InputRange-input-with-unit:hover .cxd-Number,
|
|
34881
|
+
.cxd-InputRange-input-with-unit:hover .cxd-InputRange-unit {
|
|
34882
|
+
border-width: var(--inputNumber-base-hover-top-border-width) var(--inputNumber-base-hover-right-border-width) var(--inputNumber-base-hover-bottom-border-width) var(--inputNumber-base-hover-left-border-width);
|
|
34883
|
+
border-style: var(--inputNumber-base-hover-top-border-style) var(--inputNumber-base-hover-right-border-style) var(--inputNumber-base-hover-bottom-border-style) var(--inputNumber-base-hover-left-border-style);
|
|
34884
|
+
border-color: var(--inputNumber-base-hover-top-border-color) var(--inputNumber-base-hover-right-border-color) var(--inputNumber-base-hover-bottom-border-color) var(--inputNumber-base-hover-left-border-color);
|
|
34885
|
+
border-radius: var(--inputNumber-base-hover-top-left-border-radius) var(--inputNumber-base-hover-top-right-border-radius) var(--inputNumber-base-hover-bottom-right-border-radius) var(--inputNumber-base-hover-bottom-left-border-radius);
|
|
34886
|
+
}
|
|
34887
|
+
.cxd-InputRange-input-with-unit .cxd-Number-focused + .cxd-InputRange-unit {
|
|
34888
|
+
border-width: var(--inputNumber-base-active-top-border-width) var(--inputNumber-base-active-right-border-width) var(--inputNumber-base-active-bottom-border-width) var(--inputNumber-base-active-left-border-width);
|
|
34889
|
+
border-style: var(--inputNumber-base-active-top-border-style) var(--inputNumber-base-active-right-border-style) var(--inputNumber-base-active-bottom-border-style) var(--inputNumber-base-active-left-border-style);
|
|
34890
|
+
border-color: var(--inputNumber-base-active-top-border-color) var(--inputNumber-base-active-right-border-color) var(--inputNumber-base-active-bottom-border-color) var(--inputNumber-base-active-left-border-color);
|
|
34891
|
+
border-radius: var(--inputNumber-base-active-top-left-border-radius) var(--inputNumber-base-active-top-right-border-radius) var(--inputNumber-base-active-bottom-right-border-radius) var(--inputNumber-base-active-bottom-left-border-radius);
|
|
34892
|
+
}
|
|
34893
|
+
.cxd-InputRange-input-with-unit .cxd-Number {
|
|
34894
|
+
width: 5rem;
|
|
34895
|
+
border-top-right-radius: 0 !important;
|
|
34896
|
+
border-bottom-right-radius: 0 !important;
|
|
34897
|
+
border-right: none !important;
|
|
34898
|
+
}
|
|
34899
|
+
.cxd-InputRange-input-with-unit .cxd-InputRange-unit {
|
|
34900
|
+
cursor: default;
|
|
34901
|
+
text-align: center;
|
|
34902
|
+
min-width: unset;
|
|
34903
|
+
border-top-left-radius: 0 !important;
|
|
34904
|
+
border-bottom-left-radius: 0 !important;
|
|
34905
|
+
background-color: var(--inputNumber-base-unit-bg-color);
|
|
34906
|
+
}
|
|
34584
34907
|
.cxd-InputRange.is-mobile .cxd-InputRange-input {
|
|
34585
34908
|
width: var(--InputRange-input-mobile-width);
|
|
34586
34909
|
}
|
|
@@ -34735,6 +35058,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34735
35058
|
border-radius: var(--InputRange-label-border-radius);
|
|
34736
35059
|
visibility: hidden;
|
|
34737
35060
|
}
|
|
35061
|
+
.cxd-InputRange-label span {
|
|
35062
|
+
word-break: keep-all;
|
|
35063
|
+
}
|
|
34738
35064
|
.cxd-InputRange-label-visible {
|
|
34739
35065
|
visibility: visible;
|
|
34740
35066
|
}
|
|
@@ -34814,6 +35140,20 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34814
35140
|
top: 0;
|
|
34815
35141
|
transform: translateX(-50%);
|
|
34816
35142
|
}
|
|
35143
|
+
.cxd-InputRange-marks div:first-child {
|
|
35144
|
+
transform: translateX(-10%);
|
|
35145
|
+
}
|
|
35146
|
+
.cxd-InputRange-marks div:first-child span {
|
|
35147
|
+
left: 0;
|
|
35148
|
+
transform: translateX(0%);
|
|
35149
|
+
}
|
|
35150
|
+
.cxd-InputRange-marks div:last-child {
|
|
35151
|
+
transform: translateX(-90%);
|
|
35152
|
+
}
|
|
35153
|
+
.cxd-InputRange-marks div:last-child span {
|
|
35154
|
+
left: 100%;
|
|
35155
|
+
transform: translateX(-100%);
|
|
35156
|
+
}
|
|
34817
35157
|
.cxd-InputRange-marks div span {
|
|
34818
35158
|
position: absolute;
|
|
34819
35159
|
left: 50%;
|
|
@@ -34841,7 +35181,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34841
35181
|
}
|
|
34842
35182
|
@media (min-width: 768px) {
|
|
34843
35183
|
.repeat-control.form-contorl-inline,
|
|
34844
|
-
|
|
35184
|
+
.form-group-inline .repeat-control {
|
|
34845
35185
|
display: inline-block;
|
|
34846
35186
|
min-width: 280px;
|
|
34847
35187
|
width: auto;
|
|
@@ -34928,7 +35268,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34928
35268
|
.cxd-Tree--outline .cxd-Tree-item--isLeaf.is-child:before {
|
|
34929
35269
|
position: absolute;
|
|
34930
35270
|
top: -8px;
|
|
34931
|
-
left: calc((var(--Tree-icon-gap) + var(--Tree-itemArrowWidth) + var(--Tree-icon-margin-right)) / 2 - var(--Tree-indent));
|
|
35271
|
+
left: calc( ( var(--Tree-icon-gap) + var(--Tree-itemArrowWidth) + var(--Tree-icon-margin-right) ) / 2 - var(--Tree-indent) );
|
|
34932
35272
|
bottom: 0px;
|
|
34933
35273
|
border-left: 1px solid var(--borderColor);
|
|
34934
35274
|
content: "";
|
|
@@ -35038,7 +35378,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35038
35378
|
border: var(--Form-input-borderWidth) solid var(--inputTree-border-color);
|
|
35039
35379
|
border-radius: var(--inputTree-border-radius);
|
|
35040
35380
|
line-height: var(--inputTree-input-lineHeight);
|
|
35041
|
-
padding: calc((var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem) / 2) var(--Form-input-paddingX);
|
|
35381
|
+
padding: calc( ( var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem ) / 2 ) var(--Form-input-paddingX);
|
|
35042
35382
|
font-size: var(--inputTree-fontSize);
|
|
35043
35383
|
}
|
|
35044
35384
|
.cxd-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -35126,7 +35466,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35126
35466
|
}
|
|
35127
35467
|
.cxd-Tree-itemText {
|
|
35128
35468
|
cursor: pointer;
|
|
35129
|
-
display: inline-
|
|
35469
|
+
display: inline-flex;
|
|
35130
35470
|
color: var(--inputTree-base-default-color);
|
|
35131
35471
|
font-size: var(--select-tree-fontSize);
|
|
35132
35472
|
max-width: 100%;
|
|
@@ -35266,7 +35606,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35266
35606
|
color: var(--text--muted-color);
|
|
35267
35607
|
}
|
|
35268
35608
|
.cxd-TreeSelect-spinner {
|
|
35269
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
35609
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
35270
35610
|
}
|
|
35271
35611
|
.cxd-TreeSelect-clear {
|
|
35272
35612
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -35491,7 +35831,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35491
35831
|
display: none;
|
|
35492
35832
|
}
|
|
35493
35833
|
.cxd-Combo-items:empty + .cxd-Combo-toolbar {
|
|
35494
|
-
padding-top: calc((var(--Form-input-height) - var(--Combo-addBtn-height)) / 2);
|
|
35834
|
+
padding-top: calc( (var(--Form-input-height) - var(--Combo-addBtn-height)) / 2 );
|
|
35495
35835
|
}
|
|
35496
35836
|
.cxd-Combo-item {
|
|
35497
35837
|
background: var(--combo-bg-color);
|
|
@@ -35888,7 +36228,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35888
36228
|
color: var(--text--muted-color);
|
|
35889
36229
|
}
|
|
35890
36230
|
.cxd-Picker-spinner {
|
|
35891
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
36231
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
35892
36232
|
}
|
|
35893
36233
|
.cxd-Picker-clear {
|
|
35894
36234
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -35971,7 +36311,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35971
36311
|
border-width: var(--Pick-base-top-border-width) var(--Pick-base-right-border-width) var(--Pick-base-bottom-border-width) var(--Pick-base-left-border-width);
|
|
35972
36312
|
border-style: var(--Pick-base-top-border-style) var(--Pick-base-right-border-style) var(--Pick-base-bottom-border-style) var(--Pick-base-left-border-style);
|
|
35973
36313
|
border-color: var(--Pick-base-top-border-color) var(--Pick-base-right-border-color) var(--Pick-base-bottom-border-color) var(--Pick-base-left-border-color);
|
|
35974
|
-
overflow: auto;
|
|
35975
36314
|
}
|
|
35976
36315
|
.cxd-Picker .cxd-Picker-values {
|
|
35977
36316
|
display: inline;
|
|
@@ -35996,7 +36335,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35996
36335
|
user-select: none;
|
|
35997
36336
|
white-space: nowrap;
|
|
35998
36337
|
vertical-align: middle;
|
|
35999
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
36338
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
36000
36339
|
display: inline-block;
|
|
36001
36340
|
font-size: var(--Pick-base-value-fontSize);
|
|
36002
36341
|
color: var(--Pick-base-value-color);
|
|
@@ -36009,6 +36348,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36009
36348
|
margin-right: var(--gap-xs);
|
|
36010
36349
|
margin-bottom: var(--gap-xs);
|
|
36011
36350
|
margin-top: var(--gap-xs);
|
|
36351
|
+
max-width: 9.375rem;
|
|
36352
|
+
overflow: hidden;
|
|
36353
|
+
text-overflow: ellipsis;
|
|
36354
|
+
white-space: nowrap;
|
|
36012
36355
|
}
|
|
36013
36356
|
.cxd-Picker .cxd-Picker-value:hover {
|
|
36014
36357
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -36085,8 +36428,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36085
36428
|
align-items: flex-start;
|
|
36086
36429
|
overflow-x: hidden;
|
|
36087
36430
|
overflow-y: auto;
|
|
36088
|
-
height: calc((var(--Picker-tag-height) + var(--Picker-tag-marginBottom) * 4) * 3);
|
|
36089
|
-
max-height: calc((var(--Picker-tag-height) + var(--Picker-tag-marginBottom)) * 5);
|
|
36431
|
+
height: calc( (var(--Picker-tag-height) + var(--Picker-tag-marginBottom) * 4) * 3 );
|
|
36432
|
+
max-height: calc( (var(--Picker-tag-height) + var(--Picker-tag-marginBottom)) * 5 );
|
|
36090
36433
|
}
|
|
36091
36434
|
.cxd-Picker-overflow-wrapper .cxd-Picker-value {
|
|
36092
36435
|
cursor: pointer;
|
|
@@ -36095,7 +36438,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36095
36438
|
user-select: none;
|
|
36096
36439
|
white-space: nowrap;
|
|
36097
36440
|
vertical-align: middle;
|
|
36098
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
36441
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
36099
36442
|
display: inline-block;
|
|
36100
36443
|
font-size: var(--Pick-base-value-fontSize);
|
|
36101
36444
|
color: var(--Pick-base-value-color);
|
|
@@ -36108,6 +36451,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36108
36451
|
margin-right: var(--gap-xs);
|
|
36109
36452
|
margin-bottom: var(--gap-xs);
|
|
36110
36453
|
margin-top: var(--gap-xs);
|
|
36454
|
+
max-width: 9.375rem;
|
|
36455
|
+
overflow: hidden;
|
|
36456
|
+
text-overflow: ellipsis;
|
|
36457
|
+
white-space: nowrap;
|
|
36111
36458
|
}
|
|
36112
36459
|
.cxd-Picker-overflow-wrapper .cxd-Picker-value:hover {
|
|
36113
36460
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -36310,6 +36657,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36310
36657
|
}
|
|
36311
36658
|
.cxd-TagControl-popover .cxd-ListMenu {
|
|
36312
36659
|
padding: 0.25rem 0;
|
|
36660
|
+
max-height: var(--inputTag-popover-maxHeight);
|
|
36661
|
+
overflow: auto;
|
|
36662
|
+
-webkit-user-select: none;
|
|
36663
|
+
-moz-user-select: none;
|
|
36664
|
+
user-select: none;
|
|
36313
36665
|
}
|
|
36314
36666
|
.cxd-TagControl-popover .cxd-ListMenu-item {
|
|
36315
36667
|
height: var(--inputTag-option-height);
|
|
@@ -36730,7 +37082,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36730
37082
|
height: var(--Form-input-height);
|
|
36731
37083
|
line-height: var(--Form-input-lineHeight);
|
|
36732
37084
|
font-size: var(--Form-input-fontSize);
|
|
36733
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
37085
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
36734
37086
|
color: var(--text--muted-color);
|
|
36735
37087
|
}
|
|
36736
37088
|
.cxd-TabsTransfer-tab {
|
|
@@ -36899,7 +37251,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36899
37251
|
-webkit-user-select: none;
|
|
36900
37252
|
-moz-user-select: none;
|
|
36901
37253
|
user-select: none;
|
|
36902
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
37254
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
36903
37255
|
}
|
|
36904
37256
|
.cxd-NestedSelect-menu {
|
|
36905
37257
|
width: 10rem;
|
|
@@ -37164,7 +37516,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37164
37516
|
color: var(--text--muted-color);
|
|
37165
37517
|
}
|
|
37166
37518
|
.cxd-IconPickerControl-spinner {
|
|
37167
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37519
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
37168
37520
|
}
|
|
37169
37521
|
.cxd-IconPickerControl-clear {
|
|
37170
37522
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -37283,7 +37635,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37283
37635
|
-webkit-user-select: none;
|
|
37284
37636
|
-moz-user-select: none;
|
|
37285
37637
|
user-select: none;
|
|
37286
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37638
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
37287
37639
|
vertical-align: middle;
|
|
37288
37640
|
display: inline-block;
|
|
37289
37641
|
overflow: hidden;
|
|
@@ -37369,7 +37721,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37369
37721
|
color: var(--text--muted-color);
|
|
37370
37722
|
}
|
|
37371
37723
|
.cxd-IconSelectControl-spinner {
|
|
37372
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37724
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
37373
37725
|
}
|
|
37374
37726
|
.cxd-IconSelectControl-clear {
|
|
37375
37727
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -37743,6 +38095,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37743
38095
|
display: inline-block;
|
|
37744
38096
|
max-width: 100%;
|
|
37745
38097
|
}
|
|
38098
|
+
|
|
37746
38099
|
.cxd-Form-control--sizeXs {
|
|
37747
38100
|
width: var(--Form-control-widthXs);
|
|
37748
38101
|
max-width: 100%;
|
|
@@ -37752,6 +38105,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37752
38105
|
.cxd-Form-control--sizeXs.cxd-NumberControl {
|
|
37753
38106
|
width: var(--Form-control-widthXs);
|
|
37754
38107
|
}
|
|
38108
|
+
|
|
37755
38109
|
.cxd-Form-control--sizeSm {
|
|
37756
38110
|
width: var(--Form-control-widthSm);
|
|
37757
38111
|
max-width: 100%;
|
|
@@ -37761,12 +38115,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37761
38115
|
.cxd-Form-control--sizeSm.cxd-NumberControl {
|
|
37762
38116
|
width: var(--Form-control-widthSm);
|
|
37763
38117
|
}
|
|
38118
|
+
|
|
37764
38119
|
.cxd-Form-control--sizeMd {
|
|
37765
38120
|
width: var(--Form-control-widthMd);
|
|
37766
38121
|
max-width: 100%;
|
|
37767
38122
|
display: inline-block;
|
|
37768
38123
|
vertical-align: top;
|
|
37769
38124
|
}
|
|
38125
|
+
|
|
37770
38126
|
.cxd-Form-control--sizeLg {
|
|
37771
38127
|
width: var(--Form-control-widthLg);
|
|
37772
38128
|
max-width: 100%;
|
|
@@ -37776,6 +38132,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37776
38132
|
.cxd-Form-control--sizeLg.cxd-NumberControl {
|
|
37777
38133
|
width: var(--Form-control-widthLg);
|
|
37778
38134
|
}
|
|
38135
|
+
|
|
37779
38136
|
.cxd-Form-item--horizontal {
|
|
37780
38137
|
display: flex;
|
|
37781
38138
|
flex-wrap: nowrap;
|
|
@@ -37787,16 +38144,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37787
38144
|
min-width: var(--Form--horizontal-value-minWidth);
|
|
37788
38145
|
}
|
|
37789
38146
|
.cxd-Form-item--horizontal .cxd-Form-itemColumn--xs,
|
|
37790
|
-
|
|
37791
|
-
|
|
37792
|
-
|
|
37793
|
-
|
|
37794
|
-
|
|
38147
|
+
.cxd-Form-item--horizontal .cxd-Form-itemColumn--sm,
|
|
38148
|
+
.cxd-Form-item--horizontal .cxd-Form-itemColumn--normal,
|
|
38149
|
+
.cxd-Form-item--horizontal .cxd-Form-itemColumn--auto,
|
|
38150
|
+
.cxd-Form-item--horizontal .cxd-Form-itemColumn--md,
|
|
38151
|
+
.cxd-Form-item--horizontal .cxd-Form-itemColumn--lg {
|
|
37795
38152
|
flex-grow: unset;
|
|
37796
38153
|
flex-basis: unset;
|
|
37797
38154
|
}
|
|
37798
38155
|
.cxd-Form-item--horizontal > .cxd-Form-label {
|
|
37799
|
-
padding-top: calc((var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize)) / 2);
|
|
38156
|
+
padding-top: calc( ( var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize) ) / 2 );
|
|
37800
38157
|
word-break: break-word;
|
|
37801
38158
|
line-height: var(--Form-item-lineHeight);
|
|
37802
38159
|
margin: 0;
|
|
@@ -37897,7 +38254,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37897
38254
|
vertical-align: top;
|
|
37898
38255
|
}
|
|
37899
38256
|
.cxd-Form-item--inline > .cxd-Form-label {
|
|
37900
|
-
padding-top: calc((var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize)) / 2);
|
|
38257
|
+
padding-top: calc( ( var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize) ) / 2 );
|
|
37901
38258
|
word-break: break-word;
|
|
37902
38259
|
line-height: var(--Form-item-lineHeight);
|
|
37903
38260
|
margin: 0;
|
|
@@ -37925,6 +38282,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37925
38282
|
.cxd-Form-item--inline > .cxd-Form-value > .cxd-TextControl--withAddOn {
|
|
37926
38283
|
display: inline-flex;
|
|
37927
38284
|
}
|
|
38285
|
+
|
|
37928
38286
|
.cxd-Form-row {
|
|
37929
38287
|
display: flex;
|
|
37930
38288
|
flex-wrap: wrap;
|
|
@@ -37936,11 +38294,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37936
38294
|
padding-left: calc(var(--Form-row-gutterWidth) / 2);
|
|
37937
38295
|
padding-right: calc(var(--Form-row-gutterWidth) / 2);
|
|
37938
38296
|
}
|
|
38297
|
+
|
|
37939
38298
|
.cxd-Form-col {
|
|
37940
38299
|
flex-basis: 0;
|
|
37941
38300
|
flex-grow: 1;
|
|
37942
38301
|
flex-shrink: 1;
|
|
37943
38302
|
}
|
|
38303
|
+
|
|
37944
38304
|
.cxd-Form-rowInner {
|
|
37945
38305
|
display: flex;
|
|
37946
38306
|
flex-wrap: nowrap;
|
|
@@ -37959,7 +38319,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37959
38319
|
.cxd-Form--debug {
|
|
37960
38320
|
padding: var(--gap-sm);
|
|
37961
38321
|
margin-bottom: var(--gap-sm);
|
|
37962
|
-
background-color:
|
|
38322
|
+
background-color: #fafafa;
|
|
37963
38323
|
border-radius: var(--borderRadius);
|
|
37964
38324
|
position: relative;
|
|
37965
38325
|
word-wrap: break-word;
|
|
@@ -38048,6 +38408,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38048
38408
|
.cxd-Combo-form::before {
|
|
38049
38409
|
border-bottom: none;
|
|
38050
38410
|
}
|
|
38411
|
+
|
|
38051
38412
|
.cxd-Form-item {
|
|
38052
38413
|
display: flex;
|
|
38053
38414
|
margin-bottom: 0;
|
|
@@ -38066,7 +38427,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38066
38427
|
transform: scaleY(0.5);
|
|
38067
38428
|
}
|
|
38068
38429
|
.cxd-Form-item .cxd-InputGroup-addOn,
|
|
38069
|
-
|
|
38430
|
+
.cxd-Form-item .cxd-TextControl-addOn {
|
|
38070
38431
|
border: none;
|
|
38071
38432
|
}
|
|
38072
38433
|
.cxd-Form-item .cxd-Form-label {
|
|
@@ -38081,7 +38442,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38081
38442
|
font-size: var(--fontSizeLg);
|
|
38082
38443
|
}
|
|
38083
38444
|
.cxd-Form-item .cxd-Form-label + .cxd-Form-item-controlBox {
|
|
38084
|
-
max-width:
|
|
38445
|
+
max-width: calc(100% - 28%);
|
|
38085
38446
|
}
|
|
38086
38447
|
.cxd-Form-item .cxd-Form-label > span {
|
|
38087
38448
|
line-height: 2rem;
|
|
@@ -38131,7 +38492,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38131
38492
|
text-align: center;
|
|
38132
38493
|
}
|
|
38133
38494
|
.cxd-Form-item .cxd-Number--enhance .cxd-InputNumber-enhance-minus,
|
|
38134
|
-
|
|
38495
|
+
.cxd-Form-item .cxd-Number--enhance .cxd-InputNumber-enhance-plus {
|
|
38135
38496
|
width: var(--inputNumber-enhance-mobile-icon-inner-width);
|
|
38136
38497
|
height: var(--inputNumber-enhance-mobile-icon-inner-height);
|
|
38137
38498
|
display: flex;
|
|
@@ -38143,49 +38504,49 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38143
38504
|
padding-right: var(--inputNumber-enhance-default-paddingRight);
|
|
38144
38505
|
}
|
|
38145
38506
|
.cxd-Form-item .cxd-Form-value,
|
|
38146
|
-
|
|
38507
|
+
.cxd-Form-item .cxd-Form-control {
|
|
38147
38508
|
flex: 1;
|
|
38148
38509
|
flex-wrap: wrap;
|
|
38149
38510
|
font-size: var(--fontSizeLg);
|
|
38150
38511
|
min-width: 0;
|
|
38151
38512
|
}
|
|
38152
38513
|
.cxd-Form-item .cxd-Form-value .cxd-ColorPicker > input,
|
|
38153
|
-
|
|
38514
|
+
.cxd-Form-item .cxd-Form-control .cxd-ColorPicker > input {
|
|
38154
38515
|
height: 100%;
|
|
38155
38516
|
}
|
|
38156
38517
|
.cxd-Form-item .cxd-Form-value .cxd-ResultBox,
|
|
38157
|
-
|
|
38518
|
+
.cxd-Form-item .cxd-Form-control .cxd-ResultBox {
|
|
38158
38519
|
height: 100%;
|
|
38159
38520
|
}
|
|
38160
38521
|
.cxd-Form-item .cxd-Form-value .cxd-ResultBox .cxd-ResultBox-value-wrap,
|
|
38161
|
-
|
|
38522
|
+
.cxd-Form-item .cxd-Form-control .cxd-ResultBox .cxd-ResultBox-value-wrap {
|
|
38162
38523
|
justify-content: flex-end;
|
|
38163
38524
|
text-align: right;
|
|
38164
38525
|
}
|
|
38165
38526
|
.cxd-Form-item .cxd-Form-value.is-disabled > .cxd-TextControl-input,
|
|
38166
|
-
|
|
38527
|
+
.cxd-Form-item .cxd-Form-control.is-disabled > .cxd-TextControl-input {
|
|
38167
38528
|
background: transparent;
|
|
38168
38529
|
}
|
|
38169
38530
|
.cxd-Form-item .cxd-SelectControl.cxd-Form-control {
|
|
38170
38531
|
overflow: hidden;
|
|
38171
38532
|
}
|
|
38172
38533
|
.cxd-Form-item .cxd-Form-hint,
|
|
38173
|
-
|
|
38174
|
-
|
|
38175
|
-
|
|
38176
|
-
|
|
38177
|
-
|
|
38178
|
-
|
|
38534
|
+
.cxd-Form-item .cxd-Form-remark,
|
|
38535
|
+
.cxd-Form-item .cxd-Form-group--hor .cxd-Form-item,
|
|
38536
|
+
.cxd-Form-item .cxd-SwitchControl,
|
|
38537
|
+
.cxd-Form-item .cxd-CheckboxControl,
|
|
38538
|
+
.cxd-Form-item .cxd-RadiosControl,
|
|
38539
|
+
.cxd-Form-item .cxd-CheckboxesControl {
|
|
38179
38540
|
padding-top: 0;
|
|
38180
38541
|
padding-bottom: 0;
|
|
38181
38542
|
}
|
|
38182
38543
|
.cxd-Form-item .cxd-SwitchControl,
|
|
38183
|
-
|
|
38184
|
-
|
|
38185
|
-
|
|
38186
|
-
|
|
38187
|
-
|
|
38188
|
-
|
|
38544
|
+
.cxd-Form-item .cxd-TransferControl,
|
|
38545
|
+
.cxd-Form-item .cxd-TagControl,
|
|
38546
|
+
.cxd-Form-item .cxd-CheckboxControl,
|
|
38547
|
+
.cxd-Form-item .cxd-TreeSelectControl,
|
|
38548
|
+
.cxd-Form-item .cxd-NestedSelectControl,
|
|
38549
|
+
.cxd-Form-item .cxd-TabsTransferControl {
|
|
38189
38550
|
padding-top: 0.1875rem;
|
|
38190
38551
|
}
|
|
38191
38552
|
.cxd-Form-item--inline {
|
|
@@ -38218,11 +38579,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38218
38579
|
min-height: 0;
|
|
38219
38580
|
}
|
|
38220
38581
|
.cxd-Form-item .cxd-Form-description,
|
|
38221
|
-
|
|
38582
|
+
.cxd-Form-item .cxd-Form-feedback {
|
|
38222
38583
|
font-size: var(--fontSizeBase);
|
|
38223
38584
|
}
|
|
38224
38585
|
.cxd-Form-item .cxd-InputGroup .cxd-Select,
|
|
38225
|
-
|
|
38586
|
+
.cxd-Form-item .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
|
|
38226
38587
|
border: none;
|
|
38227
38588
|
}
|
|
38228
38589
|
.cxd-Form-item .cxd-InputGroup > .cxd-TextControl-input input {
|
|
@@ -38239,20 +38600,20 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38239
38600
|
margin-bottom: var(--gap-xs);
|
|
38240
38601
|
}
|
|
38241
38602
|
.cxd-Form-item .cxd-TextareaControl > textarea,
|
|
38242
|
-
|
|
38243
|
-
|
|
38603
|
+
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
|
|
38604
|
+
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
|
38244
38605
|
border: none;
|
|
38245
38606
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
38246
38607
|
box-shadow: none;
|
|
38247
38608
|
border-radius: 0;
|
|
38248
38609
|
}
|
|
38249
38610
|
.cxd-Form-item .cxd-TextareaControl > textarea:hover, .cxd-Form-item .cxd-TextareaControl > textarea:focus, .cxd-Form-item .cxd-TextareaControl > textarea.active,
|
|
38250
|
-
|
|
38251
|
-
|
|
38252
|
-
|
|
38253
|
-
|
|
38254
|
-
|
|
38255
|
-
|
|
38611
|
+
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:hover,
|
|
38612
|
+
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:focus,
|
|
38613
|
+
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input.active,
|
|
38614
|
+
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:hover,
|
|
38615
|
+
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:focus,
|
|
38616
|
+
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input.active {
|
|
38256
38617
|
border: none;
|
|
38257
38618
|
outline: none;
|
|
38258
38619
|
outline-style: none;
|
|
@@ -38261,21 +38622,27 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38261
38622
|
padding: 0;
|
|
38262
38623
|
min-height: 0;
|
|
38263
38624
|
}
|
|
38625
|
+
|
|
38264
38626
|
.cxd-Form-groupColumn {
|
|
38265
38627
|
margin-bottom: 0;
|
|
38266
38628
|
}
|
|
38629
|
+
|
|
38267
38630
|
.cxd-Form-item:nth-last-of-type(1)::after {
|
|
38268
38631
|
display: none;
|
|
38269
38632
|
}
|
|
38633
|
+
|
|
38270
38634
|
.cxd-Form-item.is-placeholder::after {
|
|
38271
38635
|
display: none;
|
|
38272
38636
|
}
|
|
38637
|
+
|
|
38273
38638
|
.cxd-Tabs-pane {
|
|
38274
38639
|
padding: 0;
|
|
38275
38640
|
}
|
|
38641
|
+
|
|
38276
38642
|
.cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
|
|
38277
38643
|
padding-bottom: var(--Form-input-paddingX);
|
|
38278
38644
|
}
|
|
38645
|
+
|
|
38279
38646
|
.cxd-Form-groupColumn {
|
|
38280
38647
|
position: relative;
|
|
38281
38648
|
}
|
|
@@ -38289,6 +38656,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38289
38656
|
left: 0;
|
|
38290
38657
|
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
38291
38658
|
}
|
|
38659
|
+
|
|
38292
38660
|
.cxd-Form-groupColumn:nth-last-of-type(1)::after {
|
|
38293
38661
|
display: none;
|
|
38294
38662
|
}
|
|
@@ -38824,7 +39192,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38824
39192
|
.cxd-InputTable-UI table thead > tr > th {
|
|
38825
39193
|
position: sticky;
|
|
38826
39194
|
top: 0;
|
|
38827
|
-
z-index: 900;
|
|
39195
|
+
z-index: 900;
|
|
39196
|
+
/* 遮挡一下 tbody */
|
|
38828
39197
|
}
|
|
38829
39198
|
.cxd-AnchorNav {
|
|
38830
39199
|
display: flex;
|
|
@@ -39694,7 +40063,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39694
40063
|
padding-left: var(--Form-input-paddingX);
|
|
39695
40064
|
}
|
|
39696
40065
|
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-number .cxd-Number-handler-wrap {
|
|
39697
|
-
height: unset;
|
|
40066
|
+
height: unset;
|
|
40067
|
+
/* 避免调节器超出Input框 */
|
|
39698
40068
|
}
|
|
39699
40069
|
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-variable {
|
|
39700
40070
|
border: none;
|
|
@@ -40346,7 +40716,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40346
40716
|
--Menu-fontColor-onDisabled: var(--Nav-item-fontColor-onDisabled);
|
|
40347
40717
|
--Menu-Submenu-item-paddingX: var(--Nav-Item-Badge-paddingRight);
|
|
40348
40718
|
--Menu-light-backgroundColor: var(--Layout-light-backgroundColor);
|
|
40349
|
-
--Menu-light-active-backgroundColor: var(--colors-neutral-fill-
|
|
40719
|
+
--Menu-light-active-backgroundColor: var(--colors-neutral-fill-8);
|
|
40350
40720
|
--Menu-light-backgroundColor-onHover: var(--Layout-light-bgColor-onHover);
|
|
40351
40721
|
--Menu-light-fontColor: var(--Layout-light-fontColor);
|
|
40352
40722
|
--Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
|
|
@@ -40400,7 +40770,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40400
40770
|
white-space: nowrap;
|
|
40401
40771
|
overflow: hidden;
|
|
40402
40772
|
text-overflow: ellipsis;
|
|
40403
|
-
color:
|
|
40773
|
+
color: var(--colors-neutral-text-2);
|
|
40404
40774
|
font-size: inherit;
|
|
40405
40775
|
flex: 1;
|
|
40406
40776
|
cursor: inherit;
|
|
@@ -41053,4 +41423,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41053
41423
|
.cxd-Nav-Menu-item-tooltip.cxd-Nav-Menu-item-tooltip-dark .cxd-Tooltip-body,
|
|
41054
41424
|
.cxd-Nav-Menu-item-tooltip.cxd-Nav-Menu-item-tooltip-dark .cxd-Tooltip-body span {
|
|
41055
41425
|
color: var(--Layout-dark-fontColor);
|
|
41426
|
+
}
|
|
41427
|
+
.cxd-OverflowTpl {
|
|
41428
|
+
text-overflow: ellipsis;
|
|
41429
|
+
overflow: hidden;
|
|
41430
|
+
white-space: nowrap;
|
|
41056
41431
|
}
|