amis-ui 3.1.0 → 3.2.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/_virtual/index.js +1 -1
- package/esm/_virtual/react-is.development.js +1 -1
- package/esm/_virtual/react-is.production.min.js +1 -1
- 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.d.ts +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +27 -23
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.d.ts +41 -40
- package/esm/components/CalendarMobile.js +21 -5
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.d.ts +4 -3
- package/esm/components/Cascader.js +106 -105
- package/esm/components/ChainedDropdownSelection.d.ts +559 -0
- package/esm/components/ChainedDropdownSelection.js +104 -0
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.d.ts +11 -10
- package/esm/components/Checkbox.js +3 -2
- package/esm/components/CityArea.js +3 -3
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.d.ts +22 -0
- package/esm/components/Collapse.js +10 -6
- package/esm/components/CollapseGroup.d.ts +23 -1
- package/esm/components/CollapseGroup.js +19 -14
- package/esm/components/ColorPicker.d.ts +4 -0
- package/esm/components/ColorPicker.js +32 -5
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.d.ts +42 -41
- package/esm/components/ConfirmBox.js +11 -4
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +43 -40
- package/esm/components/DatePicker.js +5 -5
- package/esm/components/DateRangePicker.d.ts +40 -40
- package/esm/components/DateRangePicker.js +41 -20
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.d.ts +555 -0
- package/esm/components/DropDownSelection.js +77 -0
- package/esm/components/Editor.js +1 -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 +11 -10
- package/esm/components/InputBox.js +5 -3
- package/esm/components/InputBoxWithSuggestion.d.ts +1 -0
- package/esm/components/InputBoxWithSuggestion.js +3 -3
- package/esm/components/InputTable.js +3 -3
- 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.d.ts +41 -40
- package/esm/components/ListMenu.js +6 -5
- package/esm/components/LocationPicker.d.ts +44 -40
- package/esm/components/LocationPicker.js +35 -8
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +40 -40
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +12 -15
- package/esm/components/NumberInput.js +9 -5
- package/esm/components/Pagination.d.ts +46 -41
- package/esm/components/Pagination.js +13 -4
- package/esm/components/Picker.js +3 -3
- package/esm/components/PickerColumn.d.ts +1 -1
- package/esm/components/PickerColumn.js +2 -2
- package/esm/components/PickerContainer.d.ts +1 -0
- package/esm/components/PickerContainer.js +4 -4
- package/esm/components/PopOverContainer.d.ts +3 -0
- package/esm/components/PopOverContainer.js +14 -3
- package/esm/components/PopUp.js +3 -3
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.d.ts +10 -10
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.d.ts +2 -1
- package/esm/components/Range.js +65 -14
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +83 -41
- package/esm/components/ResultBox.js +6 -5
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +41 -40
- package/esm/components/SearchBox.js +5 -4
- package/esm/components/Select.d.ts +580 -580
- package/esm/components/Select.js +13 -8
- package/esm/components/SelectMobile.d.ts +37 -0
- package/esm/components/SelectMobile.js +362 -0
- 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.d.ts +52 -40
- package/esm/components/Tabs.js +87 -12
- package/esm/components/TabsTransfer.d.ts +41 -40
- package/esm/components/TabsTransfer.js +7 -6
- package/esm/components/TabsTransferPicker.d.ts +2 -0
- package/esm/components/TabsTransferPicker.js +8 -8
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.d.ts +41 -40
- 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 +1 -1
- 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.d.ts +1 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +94 -92
- package/esm/components/Transfer.js +20 -15
- package/esm/components/TransferDropDown.d.ts +84 -80
- package/esm/components/TransferDropDown.js +52 -18
- package/esm/components/TransferPicker.d.ts +2 -0
- package/esm/components/TransferPicker.js +8 -8
- package/esm/components/TransferSearch.js +2 -2
- package/esm/components/Tree.d.ts +41 -40
- package/esm/components/Tree.js +25 -16
- package/esm/components/TreeSelection.js +3 -3
- package/esm/components/UserSelect.d.ts +40 -40
- package/esm/components/UserSelect.js +17 -9
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +7 -7
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +2 -0
- package/esm/components/calendar/Calendar.js +8 -4
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +3 -0
- package/esm/components/calendar/DaysView.js +17 -5
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.d.ts +11 -0
- package/esm/components/calendar/QuartersView.js +47 -5
- package/esm/components/calendar/TimeView.js +4 -2
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.d.ts +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.d.ts +3 -7
- package/esm/components/condition-builder/Field.js +14 -72
- package/esm/components/condition-builder/Formula.js +2 -2
- package/esm/components/condition-builder/Func.js +2 -2
- package/esm/components/condition-builder/Group.d.ts +10 -1
- package/esm/components/condition-builder/Group.js +9 -5
- package/esm/components/condition-builder/GroupOrItem.d.ts +10 -1
- package/esm/components/condition-builder/GroupOrItem.js +9 -6
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.d.ts +1 -1
- package/esm/components/condition-builder/Item.js +5 -6
- package/esm/components/condition-builder/Value.js +7 -7
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.d.ts +10 -1
- package/esm/components/condition-builder/index.js +8 -4
- package/esm/components/formula/Editor.d.ts +54 -40
- package/esm/components/formula/Editor.js +94 -21
- package/esm/components/formula/FuncList.js +19 -9
- package/esm/components/formula/Picker.d.ts +43 -41
- package/esm/components/formula/Picker.js +39 -17
- package/esm/components/formula/VariableList.d.ts +1 -0
- package/esm/components/formula/VariableList.js +107 -23
- package/esm/components/formula/plugin.d.ts +4 -2
- package/esm/components/formula/plugin.js +49 -25
- package/esm/components/icons.js +1 -1
- package/esm/components/json-schema/Array.js +5 -3
- package/esm/components/json-schema/Item.js +4 -4
- package/esm/components/json-schema/Object.js +8 -4
- package/esm/components/json-schema/index.d.ts +1 -0
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +3 -2
- package/esm/components/menu/SubMenu.js +3 -3
- package/esm/components/menu/index.d.ts +15 -10
- package/esm/components/menu/index.js +34 -14
- package/esm/components/schema-editor/Array.js +3 -3
- package/esm/components/schema-editor/Common.d.ts +1 -0
- package/esm/components/schema-editor/Common.js +7 -7
- package/esm/components/schema-editor/Item.d.ts +1 -0
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +5 -5
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +41 -40
- package/esm/components/schema-editor/index.js +3 -3
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.d.ts +5 -2
- package/esm/components/table/HeadCellSort.js +11 -11
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +1 -1
- package/esm/components/table/index.js +1 -1
- 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/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/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 +1 -1
- package/esm/locale/de-DE.js +3 -1
- package/esm/locale/en-US.js +3 -1
- package/esm/locale/zh-CN.js +4 -2
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/createSuper.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/extends.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -1
- package/esm/node_modules/rc-overflow/es/Item.js +1 -1
- package/esm/node_modules/rc-overflow/es/Overflow.js +4 -3
- package/esm/node_modules/rc-overflow/es/RawItem.js +2 -2
- package/esm/node_modules/rc-overflow/es/context.js +10 -0
- package/esm/node_modules/rc-overflow/es/hooks/channelUpdate.js +1 -1
- package/esm/node_modules/rc-overflow/es/hooks/useEffectState.js +1 -1
- package/esm/node_modules/rc-overflow/es/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/Collection.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/utils/observerUtil.js +1 -1
- package/esm/node_modules/rc-util/es/Children/toArray.js +1 -1
- package/esm/node_modules/rc-util/es/Dom/canUseDom.js +1 -1
- package/esm/node_modules/rc-util/es/Dom/findDOMNode.js +1 -1
- package/esm/node_modules/rc-util/es/hooks/useEvent.js +1 -1
- package/esm/node_modules/rc-util/es/hooks/useLayoutEffect.js +16 -2
- package/esm/node_modules/rc-util/es/raf.js +1 -1
- package/esm/node_modules/rc-util/es/ref.js +1 -1
- package/esm/node_modules/rc-util/es/warning.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/index.js +1 -1
- package/esm/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -1
- 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/_virtual/index.js +1 -1
- package/lib/_virtual/react-is.development.js +1 -1
- package/lib/_virtual/react-is.production.min.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +120 -120
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.d.ts +10 -10
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +120 -120
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/Avatar.d.ts +110 -110
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +27 -23
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +30 -30
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +41 -40
- package/lib/components/CalendarMobile.js +21 -5
- package/lib/components/Card.d.ts +100 -100
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.d.ts +4 -3
- package/lib/components/Cascader.js +105 -104
- package/lib/components/ChainedDropdownSelection.d.ts +559 -0
- package/lib/components/ChainedDropdownSelection.js +114 -0
- package/lib/components/ChainedSelection.d.ts +120 -120
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.d.ts +11 -10
- package/lib/components/Checkbox.js +2 -1
- package/lib/components/CityArea.js +3 -3
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +152 -130
- package/lib/components/Collapse.js +9 -5
- package/lib/components/CollapseGroup.d.ts +53 -31
- package/lib/components/CollapseGroup.js +18 -13
- package/lib/components/ColorPicker.d.ts +84 -80
- package/lib/components/ColorPicker.js +32 -5
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +82 -81
- package/lib/components/ConfirmBox.js +10 -3
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +124 -121
- package/lib/components/DatePicker.js +5 -5
- package/lib/components/DateRangePicker.d.ts +280 -280
- package/lib/components/DateRangePicker.js +40 -19
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +555 -0
- package/lib/components/DropDownSelection.js +85 -0
- package/lib/components/Editor.d.ts +120 -120
- package/lib/components/Editor.js +1 -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 +120 -120
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +21 -20
- package/lib/components/InputBox.js +4 -2
- package/lib/components/InputBoxWithSuggestion.d.ts +1 -0
- package/lib/components/InputBoxWithSuggestion.js +3 -3
- package/lib/components/InputTable.js +3 -3
- package/lib/components/Layout.d.ts +10 -10
- 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.d.ts +81 -80
- package/lib/components/ListMenu.js +5 -4
- package/lib/components/LocationPicker.d.ts +84 -80
- package/lib/components/LocationPicker.js +34 -7
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +80 -80
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +200 -200
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +28 -31
- package/lib/components/NumberInput.js +8 -4
- package/lib/components/Pagination.d.ts +86 -81
- package/lib/components/Pagination.js +12 -3
- package/lib/components/Picker.js +3 -3
- package/lib/components/PickerColumn.d.ts +1 -1
- package/lib/components/PickerColumn.js +2 -2
- package/lib/components/PickerContainer.d.ts +1 -0
- package/lib/components/PickerContainer.js +4 -4
- package/lib/components/PopOverContainer.d.ts +3 -0
- package/lib/components/PopOverContainer.js +14 -3
- package/lib/components/PopUp.d.ts +80 -80
- package/lib/components/PopUp.js +3 -3
- package/lib/components/Progress.d.ts +60 -60
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +30 -30
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.d.ts +2 -1
- package/lib/components/Range.js +64 -13
- package/lib/components/Rating.d.ts +30 -30
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +123 -81
- package/lib/components/ResultBox.js +6 -5
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +120 -120
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +81 -80
- package/lib/components/SearchBox.js +4 -3
- package/lib/components/Select.d.ts +1738 -1738
- package/lib/components/Select.js +12 -7
- package/lib/components/SelectMobile.d.ts +37 -0
- package/lib/components/SelectMobile.js +371 -0
- package/lib/components/Selection.d.ts +120 -120
- package/lib/components/Selection.js +1 -1
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +70 -70
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +120 -120
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +92 -80
- package/lib/components/Tabs.js +86 -11
- package/lib/components/TabsTransfer.d.ts +41 -40
- package/lib/components/TabsTransfer.js +6 -5
- package/lib/components/TabsTransferPicker.d.ts +2 -0
- package/lib/components/TabsTransferPicker.js +7 -7
- package/lib/components/Tag.d.ts +70 -70
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +41 -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 +1 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +80 -80
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +31 -31
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +134 -132
- package/lib/components/Transfer.js +19 -14
- package/lib/components/TransferDropDown.d.ts +124 -120
- package/lib/components/TransferDropDown.js +52 -18
- package/lib/components/TransferPicker.d.ts +2 -0
- package/lib/components/TransferPicker.js +7 -7
- package/lib/components/TransferSearch.js +2 -2
- package/lib/components/Tree.d.ts +161 -160
- package/lib/components/Tree.js +24 -15
- package/lib/components/TreeSelection.d.ts +120 -120
- package/lib/components/TreeSelection.js +3 -3
- package/lib/components/UserSelect.d.ts +80 -80
- package/lib/components/UserSelect.js +16 -8
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +1 -0
- package/lib/components/WithRemoteConfig.js +7 -7
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +2 -0
- package/lib/components/calendar/Calendar.js +7 -3
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.d.ts +3 -0
- package/lib/components/calendar/DaysView.js +17 -5
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.d.ts +11 -0
- package/lib/components/calendar/QuartersView.js +45 -3
- package/lib/components/calendar/TimeView.js +4 -2
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.d.ts +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.d.ts +3 -7
- package/lib/components/condition-builder/Field.js +13 -71
- package/lib/components/condition-builder/Formula.js +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Group.d.ts +10 -1
- package/lib/components/condition-builder/Group.js +9 -5
- package/lib/components/condition-builder/GroupOrItem.d.ts +10 -1
- package/lib/components/condition-builder/GroupOrItem.js +8 -5
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.d.ts +1 -1
- package/lib/components/condition-builder/Item.js +4 -5
- package/lib/components/condition-builder/Value.js +7 -7
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +10 -1
- package/lib/components/condition-builder/index.js +8 -4
- package/lib/components/formula/Editor.d.ts +54 -40
- package/lib/components/formula/Editor.js +92 -19
- package/lib/components/formula/FuncList.js +19 -9
- package/lib/components/formula/Picker.d.ts +44 -42
- package/lib/components/formula/Picker.js +38 -16
- package/lib/components/formula/VariableList.d.ts +1 -0
- package/lib/components/formula/VariableList.js +104 -20
- package/lib/components/formula/plugin.d.ts +4 -2
- package/lib/components/formula/plugin.js +48 -24
- package/lib/components/icons.js +1 -1
- package/lib/components/json-schema/Array.js +4 -2
- package/lib/components/json-schema/Item.js +4 -4
- package/lib/components/json-schema/Object.js +7 -3
- package/lib/components/json-schema/index.d.ts +1 -0
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +3 -2
- package/lib/components/menu/SubMenu.js +3 -3
- package/lib/components/menu/index.d.ts +85 -80
- package/lib/components/menu/index.js +34 -14
- package/lib/components/schema-editor/Array.js +3 -3
- package/lib/components/schema-editor/Common.d.ts +1 -0
- package/lib/components/schema-editor/Common.js +7 -7
- package/lib/components/schema-editor/Item.d.ts +1 -0
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +5 -5
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +41 -40
- package/lib/components/schema-editor/index.js +3 -3
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.d.ts +5 -2
- package/lib/components/table/HeadCellSort.js +11 -11
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +81 -81
- package/lib/components/table/index.js +1 -1
- 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 +9569 -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/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/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 +1 -1
- package/lib/locale/de-DE.js +3 -1
- package/lib/locale/en-US.js +3 -1
- package/lib/locale/zh-CN.js +4 -2
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/createSuper.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/extends.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -1
- package/lib/node_modules/rc-overflow/es/Item.js +1 -1
- package/lib/node_modules/rc-overflow/es/Overflow.js +5 -5
- package/lib/node_modules/rc-overflow/es/RawItem.js +7 -7
- package/lib/node_modules/rc-overflow/es/context.js +18 -0
- package/lib/node_modules/rc-overflow/es/hooks/channelUpdate.js +1 -1
- package/lib/node_modules/rc-overflow/es/hooks/useEffectState.js +1 -1
- package/lib/node_modules/rc-overflow/es/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/Collection.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/utils/observerUtil.js +1 -1
- package/lib/node_modules/rc-util/es/Children/toArray.js +1 -1
- package/lib/node_modules/rc-util/es/Dom/canUseDom.js +1 -1
- package/lib/node_modules/rc-util/es/Dom/findDOMNode.js +1 -1
- package/lib/node_modules/rc-util/es/hooks/useEvent.js +1 -1
- package/lib/node_modules/rc-util/es/hooks/useLayoutEffect.js +16 -2
- package/lib/node_modules/rc-util/es/raf.js +1 -1
- package/lib/node_modules/rc-util/es/ref.js +1 -1
- package/lib/node_modules/rc-util/es/warning.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/index.js +1 -1
- package/lib/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -1
- package/lib/packages/amis-ui/scss/helper.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/ang.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/antd.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/cxd.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/dark.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +1177 -442
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +1177 -442
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +1177 -442
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +1177 -442
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +1177 -442
- package/package.json +9 -4
- package/scss/_components.scss +13 -3
- package/scss/_properties.scss +24 -0
- package/scss/components/_button-group.scss +1 -0
- package/scss/components/_calendar.scss +24 -14
- package/scss/components/_cascader.scss +26 -3
- package/scss/components/_city-area.scss +6 -0
- package/scss/components/_collapse-group.scss +11 -1
- package/scss/components/_collapse.scss +34 -1
- package/scss/components/_column-toggler.scss +7 -5
- package/scss/components/_condition-builder.scss +29 -3
- package/scss/components/_crud.scss +22 -12
- package/scss/components/_dropdown.scss +8 -5
- package/scss/components/_formula.scss +100 -34
- package/scss/components/_input-box.scss +24 -0
- package/scss/components/_json-schema.scss +28 -0
- package/scss/components/_list-menu.scss +40 -0
- package/scss/components/_nav.scss +1 -0
- package/scss/components/_panel.scss +1 -1
- package/scss/components/_picker-columns.scss +2 -4
- package/scss/components/_popup.scss +8 -1
- package/scss/components/_result-box.scss +5 -0
- package/scss/components/_search-box.scss +6 -0
- package/scss/components/_table.scss +23 -0
- package/scss/components/_tabs.scss +12 -0
- package/scss/components/form/_checks.scss +8 -0
- package/scss/components/form/_color.scss +31 -5
- package/scss/components/form/_combo.scss +27 -0
- package/scss/components/form/_date-range.scss +24 -5
- package/scss/components/form/_date.scss +10 -10
- package/scss/components/form/_editor.scss +4 -0
- package/scss/components/form/_fieldset.scss +13 -0
- package/scss/components/form/_form.scss +253 -110
- package/scss/components/form/_input-group.scss +6 -0
- package/scss/components/form/_location.scss +39 -0
- package/scss/components/form/_matrix.scss +2 -0
- package/scss/components/form/_nested-select.scss +6 -1
- package/scss/components/form/_number.scss +8 -0
- package/scss/components/form/_picker.scss +12 -0
- package/scss/components/form/_range.scss +47 -5
- package/scss/components/form/_select.scss +39 -1
- package/scss/components/form/_selection.scss +38 -2
- package/scss/components/form/_text.scss +5 -6
- package/scss/components/form/_transfer.scss +50 -1
- package/scss/components/form/_tree.scss +34 -4
- package/scss/components/react-datetime.scss +8 -0
package/lib/themes/ang.css
CHANGED
|
@@ -202,6 +202,7 @@
|
|
|
202
202
|
--ColorPicker-fontSize: var(--Form-input-fontSize);
|
|
203
203
|
--ColorPicker-height: var(--Form-input-height);
|
|
204
204
|
--ColorPicker-lineHeight: var(--Form-input-lineHeight);
|
|
205
|
+
--ColorPicker-height: var(--sizes-base-16);
|
|
205
206
|
--ColorPicker-onDisabled-bg: var(--colors-neutral-fill-8);
|
|
206
207
|
--ColorPicker-onDisabled-color: var(--text--muted-color);
|
|
207
208
|
--ColorPicker-onFocused-borderColor: var(--Form-input-onFocused-borderColor);
|
|
@@ -463,6 +464,10 @@
|
|
|
463
464
|
--ListMenu-item-bg: var(--colors-neutral-fill-11);
|
|
464
465
|
--ListMenu-item-color: var(--colors-neutral-text-2);
|
|
465
466
|
--ListMenu-item-height: var(--sizes-base-15);
|
|
467
|
+
--ListMenu-item-mobile-margin: 0.3125rem;
|
|
468
|
+
--ListMenu-item-mobile-width: 5.625rem;
|
|
469
|
+
--ListMenu-item-mobile-bg: #f5f5f5;
|
|
470
|
+
--ListMenu-item-mobile-active-bg: #e7f1ff;
|
|
466
471
|
--Log-bg: #222;
|
|
467
472
|
--Log-padding: var(--gap-sm) 0;
|
|
468
473
|
--Log-line-padding: 0 var(--gap-sm);
|
|
@@ -559,6 +564,7 @@
|
|
|
559
564
|
--PopOverAble-iconColor: inherit;
|
|
560
565
|
--PopOverAble-onHover-iconColor: inherit;
|
|
561
566
|
--PopUp-cancelAction-color: #666;
|
|
567
|
+
--PopUp-confirmAction-color: var(--primary);
|
|
562
568
|
--Property-title-bg: #f2f2f2;
|
|
563
569
|
--Property-label-bg: #f7f7f7;
|
|
564
570
|
--Portlet-borderColor: var(--borderColor);
|
|
@@ -678,6 +684,20 @@
|
|
|
678
684
|
--UserSelect--border-color: #f7f7f9;
|
|
679
685
|
--UserSelect--content-bg: #f5f7f8;
|
|
680
686
|
--UserSelect--bread-color: #5e626a;
|
|
687
|
+
--Cascader-border-color: #f7f7f9;
|
|
688
|
+
--Cascader-border-active-bg-color: #f7f7f9;
|
|
689
|
+
--Cascader-option-disable-color: #b8babf;
|
|
690
|
+
--Tag-content-fontSize: var(--fontSizeSm);
|
|
691
|
+
--Tag-height: 1.5rem;
|
|
692
|
+
--Tag-borderRadius: 0.125rem;
|
|
693
|
+
--Tag-fontColor: #151a26;
|
|
694
|
+
--Tag-default-color: #f2f2f4;
|
|
695
|
+
--Tag-inactive-color: #b8babf;
|
|
696
|
+
--Tag-active-color: var(--colors-brand-5);
|
|
697
|
+
--Tag-processing-color: var(--colors-brand-6);
|
|
698
|
+
--Tag-success-color: var(--colors-success-5);
|
|
699
|
+
--Tag-error-color: var(--colors-error-5);
|
|
700
|
+
--Tag-warning-color: var(--colors-warning-5);
|
|
681
701
|
--Tag-checkable-bgColor: #f2f2f4;
|
|
682
702
|
--Tag-checkable-bgColor-onDisable: #e6e6e8;
|
|
683
703
|
--Tag-checkable-bgColor-onHover: #e6e6e8;
|
|
@@ -1895,8 +1915,8 @@
|
|
|
1895
1915
|
);
|
|
1896
1916
|
--inputNumber-enhance-default-paddingTop: var(--sizes-size-3);
|
|
1897
1917
|
--inputNumber-enhance-default-paddingBottom: var(--sizes-size-3);
|
|
1898
|
-
--inputNumber-enhance-default-paddingLeft: var(--sizes-size-
|
|
1899
|
-
--inputNumber-enhance-default-paddingRight: var(--sizes-size-
|
|
1918
|
+
--inputNumber-enhance-default-paddingLeft: var(--sizes-size-5);
|
|
1919
|
+
--inputNumber-enhance-default-paddingRight: var(--sizes-size-5);
|
|
1900
1920
|
--inputNumber-enhance-default-bg-color: var(--colors-neutral-fill-11);
|
|
1901
1921
|
--inputNumber-enhance-hover-top-border-color: var(--colors-brand-5);
|
|
1902
1922
|
--inputNumber-enhance-hover-top-border-width: var(--borders-width-2);
|
|
@@ -2009,6 +2029,11 @@
|
|
|
2009
2029
|
);
|
|
2010
2030
|
--inputNumber-enhance-leftIcon-default-icon: '<svg viewBox="0 0 12 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon icon-minus"><g id="minus" fill="currentColor" fill-rule="nonzero"><polygon id="path-1" points="0 1.6 0 0.4 12 0.4 12 1.6"></polygon></g></svg>';
|
|
2011
2031
|
--inputNumber-enhance-rightIcon-default-icon: '<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" class="icon icon-plus"><path d="M6.6 6.6V12H5.4V6.6H0V5.4h5.4V0h1.2v5.4H12v1.2z" fill="currentColor" fill-rule="nonzero"></path></svg>';
|
|
2032
|
+
--inputNumber-enhance-mobile-input-width: 3.5rem;
|
|
2033
|
+
--inputNumber-enhance-mobile-icon-width: 1.75rem;
|
|
2034
|
+
--inputNumber-enhance-mobile-icon-height: 1.75rem;
|
|
2035
|
+
--inputNumber-enhance-mobile-icon-inner-width: 1.6875rem;
|
|
2036
|
+
--inputNumber-enhance-mobile-icon-inner-height: 1.6875rem;
|
|
2012
2037
|
--Form-input-onHover-borderColor: var(--colors-brand-5);
|
|
2013
2038
|
--Form-input-onFocused-borderColor: var(--colors-brand-5);
|
|
2014
2039
|
--checkbox-checkbox-default-height: var(--sizes-size-9);
|
|
@@ -2351,6 +2376,7 @@
|
|
|
2351
2376
|
--link-decoration: var(--link-text-decoration);
|
|
2352
2377
|
--link-onHover-decoration: var(--link-onClick-text-decoration);
|
|
2353
2378
|
--Form-item-gap: var(--sizes-base-12);
|
|
2379
|
+
--Form-item-mobile-gap: var(--sizes-base-4);
|
|
2354
2380
|
--Form-item-color: var(--colors-neutral-text-4);
|
|
2355
2381
|
--Form-item-fontColor: var(--Form-item-color);
|
|
2356
2382
|
--Form-item-fontSize: var(--fonts-size-7);
|
|
@@ -2394,6 +2420,8 @@
|
|
|
2394
2420
|
--InputRange-track-onActive-bg: var(--colors-brand-5);
|
|
2395
2421
|
--InputRange-handle-height: var(--sizes-size-9);
|
|
2396
2422
|
--InputRange-handle-width: var(--sizes-size-9);
|
|
2423
|
+
--InputRange-handle-mobile-height: var(--sizes-base-10);
|
|
2424
|
+
--InputRange-handle-mobile-width: var(--sizes-base-10);
|
|
2397
2425
|
--InputRange-handle-bg: var(--colors-neutral-fill-11);
|
|
2398
2426
|
--InputRange-handle-top-border-color: var(--colors-brand-5);
|
|
2399
2427
|
--InputRange-handle-top-border-width: 0.0625rem;
|
|
@@ -2410,7 +2438,7 @@
|
|
|
2410
2438
|
--InputRange-handle-onFocus-borderRadius: var(
|
|
2411
2439
|
--InputRange-handle-border-radius
|
|
2412
2440
|
);
|
|
2413
|
-
--InputRange-padding:
|
|
2441
|
+
--InputRange-padding: 1rem;
|
|
2414
2442
|
--InputRange-handle-icon-width: var(--sizes-size-5);
|
|
2415
2443
|
--InputRange-handle-icon-height: var(--sizes-size-5);
|
|
2416
2444
|
--InputRange-handle-icon-color: var(--colors-brand-9);
|
|
@@ -2448,6 +2476,7 @@
|
|
|
2448
2476
|
);
|
|
2449
2477
|
--InputRange-label-position-bottom: calc(100% + 8px);
|
|
2450
2478
|
--InputRange-input-width: var(--sizes-base-40);
|
|
2479
|
+
--InputRange-input-mobile-width: var(--sizes-base-20);
|
|
2451
2480
|
--InputRange-input-marginTop: var(--sizes-size-0);
|
|
2452
2481
|
--InputRange-input-marginBottom: var(--sizes-size-0);
|
|
2453
2482
|
--InputRange-input-marginLeft: var(--sizes-size-5);
|
|
@@ -3508,6 +3537,7 @@
|
|
|
3508
3537
|
--select-tree-hover-bg-color: var(--colors-neutral-fill-10);
|
|
3509
3538
|
--select-tree-active-bg-color: var(--colors-brand-10);
|
|
3510
3539
|
--Form-select-bg: var(--select-base-default-bg-color);
|
|
3540
|
+
--Form-select-mobile-icon-check-color: var(--colors-brand-5);
|
|
3511
3541
|
--Form-select-height: var(--Form-select-outer-top);
|
|
3512
3542
|
--Form-select-borderColor: var(--select-base-default-top-border-color)
|
|
3513
3543
|
var(--select-base-default-right-border-color)
|
|
@@ -5088,14 +5118,17 @@
|
|
|
5088
5118
|
}
|
|
5089
5119
|
/* PADDING */
|
|
5090
5120
|
.CodeMirror-lines {
|
|
5091
|
-
padding: 4px 0;
|
|
5121
|
+
padding: 4px 0;
|
|
5122
|
+
/* Vertical padding around content */
|
|
5092
5123
|
}
|
|
5093
5124
|
.CodeMirror pre.CodeMirror-line,
|
|
5094
5125
|
.CodeMirror pre.CodeMirror-line-like {
|
|
5095
|
-
padding: 0 4px;
|
|
5126
|
+
padding: 0 4px;
|
|
5127
|
+
/* Horizontal padding of content */
|
|
5096
5128
|
}
|
|
5097
5129
|
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
|
5098
|
-
background-color: white;
|
|
5130
|
+
background-color: white;
|
|
5131
|
+
/* The little square between H and V scrollbars */
|
|
5099
5132
|
}
|
|
5100
5133
|
/* GUTTER */
|
|
5101
5134
|
.CodeMirror-gutters {
|
|
@@ -5281,14 +5314,16 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5281
5314
|
background: white;
|
|
5282
5315
|
}
|
|
5283
5316
|
.CodeMirror-scroll {
|
|
5284
|
-
overflow: scroll !important;
|
|
5317
|
+
overflow: scroll !important;
|
|
5318
|
+
/* Things will break if this is overridden */
|
|
5285
5319
|
/* 50px is the magic margin used to hide the element's real scrollbars */
|
|
5286
5320
|
/* See overflow: hidden in .CodeMirror */
|
|
5287
5321
|
margin-bottom: -50px;
|
|
5288
5322
|
margin-right: -50px;
|
|
5289
5323
|
padding-bottom: 50px;
|
|
5290
5324
|
height: 100%;
|
|
5291
|
-
outline: none;
|
|
5325
|
+
outline: none;
|
|
5326
|
+
/* Prevent dragging from highlighting the element */
|
|
5292
5327
|
position: relative;
|
|
5293
5328
|
z-index: 0;
|
|
5294
5329
|
}
|
|
@@ -5367,7 +5402,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5367
5402
|
}
|
|
5368
5403
|
.CodeMirror-lines {
|
|
5369
5404
|
cursor: text;
|
|
5370
|
-
min-height: 1px;
|
|
5405
|
+
min-height: 1px;
|
|
5406
|
+
/* prevents collapsing before first draw */
|
|
5371
5407
|
}
|
|
5372
5408
|
.CodeMirror pre.CodeMirror-line,
|
|
5373
5409
|
.CodeMirror pre.CodeMirror-line-like {
|
|
@@ -5405,7 +5441,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5405
5441
|
.CodeMirror-linewidget {
|
|
5406
5442
|
position: relative;
|
|
5407
5443
|
z-index: 2;
|
|
5408
|
-
padding: 0.1px;
|
|
5444
|
+
padding: 0.1px;
|
|
5445
|
+
/* Force widget margins to stay inside of the container */
|
|
5409
5446
|
}
|
|
5410
5447
|
.CodeMirror-rtl pre {
|
|
5411
5448
|
direction: rtl;
|
|
@@ -5689,7 +5726,7 @@ img.fr-bordered {
|
|
|
5689
5726
|
vertical-align: bottom;
|
|
5690
5727
|
margin-left: 5px;
|
|
5691
5728
|
margin-right: 5px;
|
|
5692
|
-
max-width: calc(100% -
|
|
5729
|
+
max-width: calc(100% - (2 * 5px));
|
|
5693
5730
|
}
|
|
5694
5731
|
.fr-view img.fr-dii.fr-fil {
|
|
5695
5732
|
float: left;
|
|
@@ -5725,7 +5762,7 @@ img.fr-bordered {
|
|
|
5725
5762
|
vertical-align: bottom;
|
|
5726
5763
|
margin-left: 5px;
|
|
5727
5764
|
margin-right: 5px;
|
|
5728
|
-
max-width: calc(100% -
|
|
5765
|
+
max-width: calc(100% - (2 * 5px));
|
|
5729
5766
|
}
|
|
5730
5767
|
.fr-view span.fr-img-caption.fr-dii.fr-fil {
|
|
5731
5768
|
float: left;
|
|
@@ -5853,7 +5890,7 @@ img.fr-view.fr-dii {
|
|
|
5853
5890
|
vertical-align: bottom;
|
|
5854
5891
|
margin-left: 5px;
|
|
5855
5892
|
margin-right: 5px;
|
|
5856
|
-
max-width: calc(100% -
|
|
5893
|
+
max-width: calc(100% - (2 * 5px));
|
|
5857
5894
|
}
|
|
5858
5895
|
img.fr-view.fr-dii.fr-fil {
|
|
5859
5896
|
float: left;
|
|
@@ -5889,7 +5926,7 @@ span.fr-img-caption.fr-view.fr-dii {
|
|
|
5889
5926
|
vertical-align: bottom;
|
|
5890
5927
|
margin-left: 5px;
|
|
5891
5928
|
margin-right: 5px;
|
|
5892
|
-
max-width: calc(100% -
|
|
5929
|
+
max-width: calc(100% - (2 * 5px));
|
|
5893
5930
|
}
|
|
5894
5931
|
span.fr-img-caption.fr-view.fr-dii.fr-fil {
|
|
5895
5932
|
float: left;
|
|
@@ -6095,12 +6132,14 @@ iframe.fr-iframe {
|
|
|
6095
6132
|
.fr-box.fr-document {
|
|
6096
6133
|
min-width: 21cm;
|
|
6097
6134
|
}
|
|
6135
|
+
|
|
6098
6136
|
.fr-box.fr-document .fr-wrapper {
|
|
6099
6137
|
text-align: left;
|
|
6100
6138
|
padding: 30px;
|
|
6101
6139
|
min-width: 21cm;
|
|
6102
6140
|
background: #efefef;
|
|
6103
6141
|
}
|
|
6142
|
+
|
|
6104
6143
|
.fr-box.fr-document .fr-wrapper .fr-element {
|
|
6105
6144
|
text-align: left;
|
|
6106
6145
|
background: #FFF;
|
|
@@ -6111,6 +6150,7 @@ iframe.fr-iframe {
|
|
|
6111
6150
|
overflow: visible;
|
|
6112
6151
|
z-index: auto;
|
|
6113
6152
|
}
|
|
6153
|
+
|
|
6114
6154
|
.fr-box.fr-document .fr-wrapper .fr-element hr {
|
|
6115
6155
|
margin-left: -2cm;
|
|
6116
6156
|
margin-right: -2cm;
|
|
@@ -6119,6 +6159,7 @@ iframe.fr-iframe {
|
|
|
6119
6159
|
outline: none;
|
|
6120
6160
|
border: none;
|
|
6121
6161
|
}
|
|
6162
|
+
|
|
6122
6163
|
.fr-box.fr-document .fr-wrapper .fr-element img {
|
|
6123
6164
|
z-index: 1;
|
|
6124
6165
|
}
|
|
@@ -7289,7 +7330,7 @@ ol.decimal_type > li:before {
|
|
|
7289
7330
|
}
|
|
7290
7331
|
.fr-separator.fr-hs {
|
|
7291
7332
|
clear: both;
|
|
7292
|
-
width: calc(100% -
|
|
7333
|
+
width: calc(100% - (2 * 4px));
|
|
7293
7334
|
margin: 0 4px;
|
|
7294
7335
|
height: 1px;
|
|
7295
7336
|
}
|
|
@@ -8064,18 +8105,22 @@ body.fr-fullscreen {
|
|
|
8064
8105
|
width: 10px;
|
|
8065
8106
|
height: 10px;
|
|
8066
8107
|
}
|
|
8108
|
+
|
|
8067
8109
|
.fr-image-resizer .fr-handler.fr-hnw {
|
|
8068
8110
|
left: -5px;
|
|
8069
8111
|
top: -5px;
|
|
8070
8112
|
}
|
|
8113
|
+
|
|
8071
8114
|
.fr-image-resizer .fr-handler.fr-hne {
|
|
8072
8115
|
right: -5px;
|
|
8073
8116
|
top: -5px;
|
|
8074
8117
|
}
|
|
8118
|
+
|
|
8075
8119
|
.fr-image-resizer .fr-handler.fr-hsw {
|
|
8076
8120
|
left: -5px;
|
|
8077
8121
|
bottom: -5px;
|
|
8078
8122
|
}
|
|
8123
|
+
|
|
8079
8124
|
.fr-image-resizer .fr-handler.fr-hse {
|
|
8080
8125
|
right: -5px;
|
|
8081
8126
|
bottom: -5px;
|
|
@@ -8485,7 +8530,7 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
|
|
8485
8530
|
}
|
|
8486
8531
|
.fr-line-breaker a.fr-floating-btn {
|
|
8487
8532
|
position: absolute;
|
|
8488
|
-
left: calc(50% -
|
|
8533
|
+
left: calc(50% - (40px / 2));
|
|
8489
8534
|
top: -20px;
|
|
8490
8535
|
}
|
|
8491
8536
|
.fr-line-breaker a.fr-floating-btn svg {
|
|
@@ -8820,18 +8865,22 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
|
|
8820
8865
|
width: 10px;
|
|
8821
8866
|
height: 10px;
|
|
8822
8867
|
}
|
|
8868
|
+
|
|
8823
8869
|
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
|
|
8824
8870
|
left: -5px;
|
|
8825
8871
|
top: -5px;
|
|
8826
8872
|
}
|
|
8873
|
+
|
|
8827
8874
|
.fr-box .fr-video-resizer .fr-handler.fr-hne {
|
|
8828
8875
|
right: -5px;
|
|
8829
8876
|
top: -5px;
|
|
8830
8877
|
}
|
|
8878
|
+
|
|
8831
8879
|
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
|
|
8832
8880
|
left: -5px;
|
|
8833
8881
|
bottom: -5px;
|
|
8834
8882
|
}
|
|
8883
|
+
|
|
8835
8884
|
.fr-box .fr-video-resizer .fr-handler.fr-hse {
|
|
8836
8885
|
right: -5px;
|
|
8837
8886
|
bottom: -5px;
|
|
@@ -9133,7 +9182,7 @@ img.fr-bordered {
|
|
|
9133
9182
|
vertical-align: bottom;
|
|
9134
9183
|
margin-left: 5px;
|
|
9135
9184
|
margin-right: 5px;
|
|
9136
|
-
max-width: calc(100% -
|
|
9185
|
+
max-width: calc(100% - (2 * 5px));
|
|
9137
9186
|
}
|
|
9138
9187
|
.fr-view img.fr-dii.fr-fil {
|
|
9139
9188
|
float: left;
|
|
@@ -9169,7 +9218,7 @@ img.fr-bordered {
|
|
|
9169
9218
|
vertical-align: bottom;
|
|
9170
9219
|
margin-left: 5px;
|
|
9171
9220
|
margin-right: 5px;
|
|
9172
|
-
max-width: calc(100% -
|
|
9221
|
+
max-width: calc(100% - (2 * 5px));
|
|
9173
9222
|
}
|
|
9174
9223
|
.fr-view span.fr-img-caption.fr-dii.fr-fil {
|
|
9175
9224
|
float: left;
|
|
@@ -9297,7 +9346,7 @@ img.fr-view.fr-dii {
|
|
|
9297
9346
|
vertical-align: bottom;
|
|
9298
9347
|
margin-left: 5px;
|
|
9299
9348
|
margin-right: 5px;
|
|
9300
|
-
max-width: calc(100% -
|
|
9349
|
+
max-width: calc(100% - (2 * 5px));
|
|
9301
9350
|
}
|
|
9302
9351
|
img.fr-view.fr-dii.fr-fil {
|
|
9303
9352
|
float: left;
|
|
@@ -9333,7 +9382,7 @@ span.fr-img-caption.fr-view.fr-dii {
|
|
|
9333
9382
|
vertical-align: bottom;
|
|
9334
9383
|
margin-left: 5px;
|
|
9335
9384
|
margin-right: 5px;
|
|
9336
|
-
max-width: calc(100% -
|
|
9385
|
+
max-width: calc(100% - (2 * 5px));
|
|
9337
9386
|
}
|
|
9338
9387
|
span.fr-img-caption.fr-view.fr-dii.fr-fil {
|
|
9339
9388
|
float: left;
|
|
@@ -9902,7 +9951,7 @@ button::-moz-focus-inner {
|
|
|
9902
9951
|
display: flex;
|
|
9903
9952
|
height: 24px;
|
|
9904
9953
|
justify-content: center;
|
|
9905
|
-
padding:
|
|
9954
|
+
padding: calc(4px - 1px);
|
|
9906
9955
|
width: 24px;
|
|
9907
9956
|
}
|
|
9908
9957
|
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
|
|
@@ -9945,7 +9994,7 @@ button::-moz-focus-inner {
|
|
|
9945
9994
|
.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
|
|
9946
9995
|
border-radius: 6px;
|
|
9947
9996
|
box-shadow: inset 0 0 0 1px #006ce7;
|
|
9948
|
-
padding:
|
|
9997
|
+
padding: calc(4px - 1px);
|
|
9949
9998
|
}
|
|
9950
9999
|
.tox:not([dir=rtl]) .tox-checkbox__label {
|
|
9951
10000
|
margin-left: 4px;
|
|
@@ -10389,7 +10438,7 @@ button::-moz-focus-inner {
|
|
|
10389
10438
|
display: none;
|
|
10390
10439
|
fill: #222f3e;
|
|
10391
10440
|
height: 24px;
|
|
10392
|
-
margin:
|
|
10441
|
+
margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
|
|
10393
10442
|
width: 24px;
|
|
10394
10443
|
}
|
|
10395
10444
|
.tox div.tox-swatch:not(.tox-swatch--remove) svg path {
|
|
@@ -10663,7 +10712,7 @@ button::-moz-focus-inner {
|
|
|
10663
10712
|
body:not(.tox-force-desktop) .tox .tox-dialog {
|
|
10664
10713
|
align-self: flex-start;
|
|
10665
10714
|
margin: 8px auto;
|
|
10666
|
-
max-height: calc(100vh -
|
|
10715
|
+
max-height: calc(100vh - 8px * 2);
|
|
10667
10716
|
width: calc(100vw - 16px);
|
|
10668
10717
|
}
|
|
10669
10718
|
}
|
|
@@ -10728,8 +10777,14 @@ button::-moz-focus-inner {
|
|
|
10728
10777
|
align-items: flex-start;
|
|
10729
10778
|
display: flex;
|
|
10730
10779
|
flex-direction: column;
|
|
10780
|
+
flex-shrink: 0;
|
|
10731
10781
|
padding: 16px 16px;
|
|
10732
10782
|
}
|
|
10783
|
+
@media only screen and (min-width: 768px) {
|
|
10784
|
+
.tox .tox-dialog__body-nav {
|
|
10785
|
+
max-width: 11em;
|
|
10786
|
+
}
|
|
10787
|
+
}
|
|
10733
10788
|
@media only screen and (max-width: 767px) {
|
|
10734
10789
|
body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
|
|
10735
10790
|
flex-direction: row;
|
|
@@ -10742,11 +10797,12 @@ button::-moz-focus-inner {
|
|
|
10742
10797
|
border-bottom: 2px solid transparent;
|
|
10743
10798
|
color: rgba(34, 47, 62, 0.7);
|
|
10744
10799
|
display: inline-block;
|
|
10800
|
+
flex-shrink: 0;
|
|
10745
10801
|
font-size: 14px;
|
|
10746
10802
|
line-height: 1.3;
|
|
10747
10803
|
margin-bottom: 8px;
|
|
10804
|
+
max-width: 13em;
|
|
10748
10805
|
text-decoration: none;
|
|
10749
|
-
white-space: nowrap;
|
|
10750
10806
|
}
|
|
10751
10807
|
.tox .tox-dialog__body-nav-item:focus {
|
|
10752
10808
|
background-color: rgba(0, 108, 231, 0.1);
|
|
@@ -10760,7 +10816,7 @@ button::-moz-focus-inner {
|
|
|
10760
10816
|
display: flex;
|
|
10761
10817
|
flex: 1;
|
|
10762
10818
|
flex-direction: column;
|
|
10763
|
-
max-height: 650px;
|
|
10819
|
+
max-height: min(650px, calc(100vh - 110px));
|
|
10764
10820
|
overflow: auto;
|
|
10765
10821
|
-webkit-overflow-scrolling: touch;
|
|
10766
10822
|
padding: 16px 16px;
|
|
@@ -10796,16 +10852,33 @@ button::-moz-focus-inner {
|
|
|
10796
10852
|
.tox .tox-dialog__body-content svg {
|
|
10797
10853
|
fill: #222f3e;
|
|
10798
10854
|
}
|
|
10855
|
+
.tox .tox-dialog__body-content strong {
|
|
10856
|
+
font-weight: bold;
|
|
10857
|
+
}
|
|
10799
10858
|
.tox .tox-dialog__body-content ul {
|
|
10800
|
-
display: block;
|
|
10801
10859
|
list-style-type: disc;
|
|
10860
|
+
}
|
|
10861
|
+
.tox .tox-dialog__body-content ul,
|
|
10862
|
+
.tox .tox-dialog__body-content ol,
|
|
10863
|
+
.tox .tox-dialog__body-content dd {
|
|
10864
|
+
-webkit-padding-start: 2.5rem;
|
|
10865
|
+
padding-inline-start: 2.5rem;
|
|
10866
|
+
}
|
|
10867
|
+
.tox .tox-dialog__body-content ul,
|
|
10868
|
+
.tox .tox-dialog__body-content ol,
|
|
10869
|
+
.tox .tox-dialog__body-content dl {
|
|
10802
10870
|
margin-bottom: 16px;
|
|
10871
|
+
}
|
|
10872
|
+
.tox .tox-dialog__body-content ul,
|
|
10873
|
+
.tox .tox-dialog__body-content ol,
|
|
10874
|
+
.tox .tox-dialog__body-content dl,
|
|
10875
|
+
.tox .tox-dialog__body-content dd,
|
|
10876
|
+
.tox .tox-dialog__body-content dt {
|
|
10877
|
+
display: block;
|
|
10803
10878
|
-webkit-margin-end: 0;
|
|
10804
10879
|
margin-inline-end: 0;
|
|
10805
10880
|
-webkit-margin-start: 0;
|
|
10806
10881
|
margin-inline-start: 0;
|
|
10807
|
-
-webkit-padding-start: 2.5rem;
|
|
10808
|
-
padding-inline-start: 2.5rem;
|
|
10809
10882
|
}
|
|
10810
10883
|
.tox .tox-dialog__body-content .tox-form__group h1 {
|
|
10811
10884
|
color: #222f3e;
|
|
@@ -11243,13 +11316,13 @@ body.tox-dialog__disable-scroll {
|
|
|
11243
11316
|
justify-content: space-between;
|
|
11244
11317
|
}
|
|
11245
11318
|
.tox .tox-form__grid--2col > .tox-form__group {
|
|
11246
|
-
width: calc(50% -
|
|
11319
|
+
width: calc(50% - (8px / 2));
|
|
11247
11320
|
}
|
|
11248
11321
|
.tox .tox-form__grid--3col > .tox-form__group {
|
|
11249
|
-
width: calc(
|
|
11322
|
+
width: calc(100% / 3 - (8px / 2));
|
|
11250
11323
|
}
|
|
11251
11324
|
.tox .tox-form__grid--4col > .tox-form__group {
|
|
11252
|
-
width: calc(25% -
|
|
11325
|
+
width: calc(25% - (8px / 2));
|
|
11253
11326
|
}
|
|
11254
11327
|
.tox .tox-form__controls-h-stack {
|
|
11255
11328
|
align-items: center;
|
|
@@ -12300,6 +12373,9 @@ body.tox-dialog__disable-scroll {
|
|
|
12300
12373
|
.tox .tox-tbtn:active svg {
|
|
12301
12374
|
fill: #222f3e;
|
|
12302
12375
|
}
|
|
12376
|
+
.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
|
|
12377
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12378
|
+
}
|
|
12303
12379
|
.tox .tox-tbtn--disabled,
|
|
12304
12380
|
.tox .tox-tbtn--disabled:hover,
|
|
12305
12381
|
.tox .tox-tbtn:disabled,
|
|
@@ -12333,6 +12409,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12333
12409
|
/* stylelint-disable-line no-descending-specificity */
|
|
12334
12410
|
fill: #222f3e;
|
|
12335
12411
|
}
|
|
12412
|
+
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
|
|
12413
|
+
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg {
|
|
12414
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12415
|
+
}
|
|
12336
12416
|
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
|
|
12337
12417
|
color: #222f3e;
|
|
12338
12418
|
}
|
|
@@ -12400,6 +12480,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12400
12480
|
background: #fff;
|
|
12401
12481
|
color: #222f3e;
|
|
12402
12482
|
}
|
|
12483
|
+
.tox .tox-number-input input:disabled {
|
|
12484
|
+
background: transparent;
|
|
12485
|
+
border: 0;
|
|
12486
|
+
box-shadow: none;
|
|
12487
|
+
color: rgba(34, 47, 62, 0.5);
|
|
12488
|
+
cursor: not-allowed;
|
|
12489
|
+
}
|
|
12403
12490
|
.tox .tox-number-input button {
|
|
12404
12491
|
background: #f7f7f7;
|
|
12405
12492
|
color: #222f3e;
|
|
@@ -12434,6 +12521,16 @@ body.tox-dialog__disable-scroll {
|
|
|
12434
12521
|
.tox .tox-number-input button:active svg {
|
|
12435
12522
|
fill: #222f3e;
|
|
12436
12523
|
}
|
|
12524
|
+
.tox .tox-number-input button:disabled {
|
|
12525
|
+
background: transparent;
|
|
12526
|
+
border: 0;
|
|
12527
|
+
box-shadow: none;
|
|
12528
|
+
color: rgba(34, 47, 62, 0.5);
|
|
12529
|
+
cursor: not-allowed;
|
|
12530
|
+
}
|
|
12531
|
+
.tox .tox-number-input button:disabled svg {
|
|
12532
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12533
|
+
}
|
|
12437
12534
|
.tox .tox-number-input button.minus {
|
|
12438
12535
|
border-radius: 3px 0 0 3px;
|
|
12439
12536
|
}
|
|
@@ -12480,6 +12577,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12480
12577
|
white-space: nowrap;
|
|
12481
12578
|
width: 7em;
|
|
12482
12579
|
}
|
|
12580
|
+
.tox .tox-tbtn--disabled .tox-tbtn__select-label,
|
|
12581
|
+
.tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
|
|
12582
|
+
cursor: not-allowed;
|
|
12583
|
+
}
|
|
12483
12584
|
.tox .tox-split-button {
|
|
12484
12585
|
border: 0;
|
|
12485
12586
|
border-radius: 3px;
|
|
@@ -12525,6 +12626,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12525
12626
|
.tox.tox-platform-touch .tox-split-button__chevron {
|
|
12526
12627
|
width: 20px;
|
|
12527
12628
|
}
|
|
12629
|
+
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color,
|
|
12630
|
+
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
|
|
12631
|
+
opacity: 0.6;
|
|
12632
|
+
}
|
|
12528
12633
|
.tox .tox-toolbar-overlord {
|
|
12529
12634
|
background-color: #fff;
|
|
12530
12635
|
}
|
|
@@ -12536,7 +12641,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12536
12641
|
background-image: repeating-linear-gradient(#e3e3e3 0px 1px, transparent 1px 39px);
|
|
12537
12642
|
background-position: center top 40px;
|
|
12538
12643
|
background-repeat: no-repeat;
|
|
12539
|
-
background-size: calc(100% -
|
|
12644
|
+
background-size: calc(100% - 11px * 2) calc(100% - 41px);
|
|
12540
12645
|
display: flex;
|
|
12541
12646
|
flex: 0 0 auto;
|
|
12542
12647
|
flex-shrink: 0;
|
|
@@ -12548,7 +12653,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12548
12653
|
.tox .tox-toolbar-overlord > .tox-toolbar__primary,
|
|
12549
12654
|
.tox .tox-toolbar-overlord > .tox-toolbar__overflow {
|
|
12550
12655
|
background-position: center top 0px;
|
|
12551
|
-
background-size: calc(100% -
|
|
12656
|
+
background-size: calc(100% - 11px * 2) calc(100% - 0px);
|
|
12552
12657
|
}
|
|
12553
12658
|
.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
|
|
12554
12659
|
height: 0;
|
|
@@ -12595,7 +12700,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12595
12700
|
.tox.tox-tinymce-aux .tox-toolbar__overflow {
|
|
12596
12701
|
background-color: #fff;
|
|
12597
12702
|
background-position: center top 43px;
|
|
12598
|
-
background-size: calc(100% -
|
|
12703
|
+
background-size: calc(100% - 8px * 2) calc(100% - 51px);
|
|
12599
12704
|
border: none;
|
|
12600
12705
|
border-radius: 6px;
|
|
12601
12706
|
box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
|
|
@@ -12607,7 +12712,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12607
12712
|
}
|
|
12608
12713
|
.tox-pop .tox-pop__dialog .tox-toolbar {
|
|
12609
12714
|
background-position: center top 43px;
|
|
12610
|
-
background-size: calc(100% -
|
|
12715
|
+
background-size: calc(100% - 11px * 2) calc(100% - 51px);
|
|
12611
12716
|
padding: 4px 0;
|
|
12612
12717
|
}
|
|
12613
12718
|
.tox .tox-toolbar__group {
|
|
@@ -12807,9 +12912,6 @@ body.tox-dialog__disable-scroll {
|
|
|
12807
12912
|
flex-direction: column;
|
|
12808
12913
|
/* stylelint-disable no-descending-specificity */
|
|
12809
12914
|
}
|
|
12810
|
-
.tox .tox-tree .tox-tree--directory.tox-tree--directory--expanded > .tox-tree--directory__label .tox-chevron {
|
|
12811
|
-
transform: rotate(90deg);
|
|
12812
|
-
}
|
|
12813
12915
|
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
|
|
12814
12916
|
font-weight: bold;
|
|
12815
12917
|
}
|
|
@@ -12836,9 +12938,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12836
12938
|
}
|
|
12837
12939
|
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
|
|
12838
12940
|
margin-right: 6px;
|
|
12941
|
+
}
|
|
12942
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
|
12943
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
|
|
12839
12944
|
transition: transform 0.5s ease-in-out;
|
|
12840
12945
|
}
|
|
12841
|
-
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label.tox-tree--
|
|
12946
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
|
12947
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
|
|
12842
12948
|
transform: rotate(90deg);
|
|
12843
12949
|
}
|
|
12844
12950
|
.tox .tox-tree .tox-tree--leaf__label {
|
|
@@ -13900,18 +14006,18 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13900
14006
|
.cropper-dashed.dashed-h {
|
|
13901
14007
|
border-bottom-width: 1px;
|
|
13902
14008
|
border-top-width: 1px;
|
|
13903
|
-
height:
|
|
14009
|
+
height: calc(100% / 3);
|
|
13904
14010
|
left: 0;
|
|
13905
|
-
top:
|
|
14011
|
+
top: calc(100% / 3);
|
|
13906
14012
|
width: 100%;
|
|
13907
14013
|
}
|
|
13908
14014
|
.cropper-dashed.dashed-v {
|
|
13909
14015
|
border-left-width: 1px;
|
|
13910
14016
|
border-right-width: 1px;
|
|
13911
14017
|
height: 100%;
|
|
13912
|
-
left:
|
|
14018
|
+
left: calc(100% / 3);
|
|
13913
14019
|
top: 0;
|
|
13914
|
-
width:
|
|
14020
|
+
width: calc(100% / 3);
|
|
13915
14021
|
}
|
|
13916
14022
|
.cropper-center {
|
|
13917
14023
|
display: block;
|
|
@@ -14109,6 +14215,12 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14109
14215
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
14110
14216
|
border: 1px solid #f9f9f9;
|
|
14111
14217
|
}
|
|
14218
|
+
.rdtPicker.is-mobile-year {
|
|
14219
|
+
width: 11.5rem;
|
|
14220
|
+
}
|
|
14221
|
+
.rdtPicker.is-mobile-embed {
|
|
14222
|
+
width: 15rem;
|
|
14223
|
+
}
|
|
14112
14224
|
.rdtPickerNotDays {
|
|
14113
14225
|
width: 192px;
|
|
14114
14226
|
}
|
|
@@ -14227,9 +14339,14 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14227
14339
|
.rdtPrev span,
|
|
14228
14340
|
.rdtNext span {
|
|
14229
14341
|
display: block;
|
|
14230
|
-
-webkit-touch-callout: none;
|
|
14231
|
-
|
|
14232
|
-
-
|
|
14342
|
+
-webkit-touch-callout: none;
|
|
14343
|
+
/* iOS Safari */
|
|
14344
|
+
-webkit-user-select: none;
|
|
14345
|
+
/* Chrome/Safari/Opera */
|
|
14346
|
+
/* Konqueror */
|
|
14347
|
+
-moz-user-select: none;
|
|
14348
|
+
/* Firefox */
|
|
14349
|
+
/* Internet Explorer/Edge */
|
|
14233
14350
|
user-select: none;
|
|
14234
14351
|
}
|
|
14235
14352
|
.rdtPicker th.rdtDisabled,
|
|
@@ -14298,9 +14415,14 @@ td.rdtQuarter:hover {
|
|
|
14298
14415
|
line-height: 40px;
|
|
14299
14416
|
cursor: pointer;
|
|
14300
14417
|
display: block;
|
|
14301
|
-
-webkit-touch-callout: none;
|
|
14302
|
-
|
|
14303
|
-
-
|
|
14418
|
+
-webkit-touch-callout: none;
|
|
14419
|
+
/* iOS Safari */
|
|
14420
|
+
-webkit-user-select: none;
|
|
14421
|
+
/* Chrome/Safari/Opera */
|
|
14422
|
+
/* Konqueror */
|
|
14423
|
+
-moz-user-select: none;
|
|
14424
|
+
/* Firefox */
|
|
14425
|
+
/* Internet Explorer/Edge */
|
|
14304
14426
|
user-select: none;
|
|
14305
14427
|
}
|
|
14306
14428
|
.rdtCounter .rdtBtn:hover {
|
|
@@ -14855,6 +14977,7 @@ body {
|
|
|
14855
14977
|
.a-Layout-content {
|
|
14856
14978
|
transition: transform var(--animation-duration) ease;
|
|
14857
14979
|
}
|
|
14980
|
+
|
|
14858
14981
|
.a-Layout-aside {
|
|
14859
14982
|
display: none;
|
|
14860
14983
|
}
|
|
@@ -14870,11 +14993,13 @@ body {
|
|
|
14870
14993
|
-webkit-overflow-scrolling: touch;
|
|
14871
14994
|
z-index: 1010;
|
|
14872
14995
|
}
|
|
14996
|
+
|
|
14873
14997
|
.a-Layout-headerBar {
|
|
14874
14998
|
display: none;
|
|
14875
14999
|
}
|
|
15000
|
+
|
|
14876
15001
|
.a-Layout--offScreen .a-Layout-body,
|
|
14877
|
-
|
|
15002
|
+
.a-Layout--offScreen .a-Layout-footer {
|
|
14878
15003
|
background: var(--body-bg);
|
|
14879
15004
|
transition: transform var(--animation-duration) ease;
|
|
14880
15005
|
backface-visibility: hidden;
|
|
@@ -14889,6 +15014,7 @@ body {
|
|
|
14889
15014
|
z-index: 1015;
|
|
14890
15015
|
padding-top: 3.125rem;
|
|
14891
15016
|
}
|
|
15017
|
+
|
|
14892
15018
|
.a-Layout-offScreenBtn {
|
|
14893
15019
|
display: block;
|
|
14894
15020
|
}
|
|
@@ -14943,7 +15069,7 @@ body {
|
|
|
14943
15069
|
float: left;
|
|
14944
15070
|
}
|
|
14945
15071
|
.a-Layout--withAside .a-Layout-headerBar,
|
|
14946
|
-
|
|
15072
|
+
.a-Layout--withAside .a-Layout-footer {
|
|
14947
15073
|
margin-left: var(--Layout-aside-width);
|
|
14948
15074
|
transition: margin var(--animation-duration) ease;
|
|
14949
15075
|
}
|
|
@@ -14966,11 +15092,11 @@ body {
|
|
|
14966
15092
|
width: auto;
|
|
14967
15093
|
}
|
|
14968
15094
|
.a-Layout--folded .a-Layout-aside,
|
|
14969
|
-
|
|
15095
|
+
.a-Layout--folded .a-Layout-brandBar {
|
|
14970
15096
|
width: var(--Layout-aside--folded-width);
|
|
14971
15097
|
}
|
|
14972
15098
|
.a-Layout--folded.a-Layout--withAside .a-Layout-headerBar,
|
|
14973
|
-
|
|
15099
|
+
.a-Layout--folded.a-Layout--withAside .a-Layout-footer {
|
|
14974
15100
|
margin-left: var(--Layout-aside--folded-width);
|
|
14975
15101
|
}
|
|
14976
15102
|
.a-Layout--folded .a-Layout-brand {
|
|
@@ -15030,18 +15156,18 @@ body {
|
|
|
15030
15156
|
padding-right: 17px;
|
|
15031
15157
|
}
|
|
15032
15158
|
.a-Layout--sm:not(.a-Layout--folded) .a-Layout-brand,
|
|
15033
|
-
|
|
15034
|
-
|
|
15159
|
+
.a-Layout--sm:not(.a-Layout--folded) .a-Layout-brandBar,
|
|
15160
|
+
.a-Layout--sm:not(.a-Layout--folded) .a-Layout-aside {
|
|
15035
15161
|
width: var(--Layout-aside--sm-width);
|
|
15036
15162
|
}
|
|
15037
15163
|
.a-Layout--md:not(.a-Layout--folded) .a-Layout-brand,
|
|
15038
|
-
|
|
15039
|
-
|
|
15164
|
+
.a-Layout--md:not(.a-Layout--folded) .a-Layout-brandBar,
|
|
15165
|
+
.a-Layout--md:not(.a-Layout--folded) .a-Layout-aside {
|
|
15040
15166
|
width: var(--Layout-aside--md-width);
|
|
15041
15167
|
}
|
|
15042
15168
|
.a-Layout--lg:not(.a-Layout--folded) .a-Layout-brand,
|
|
15043
|
-
|
|
15044
|
-
|
|
15169
|
+
.a-Layout--lg:not(.a-Layout--folded) .a-Layout-brandBar,
|
|
15170
|
+
.a-Layout--lg:not(.a-Layout--folded) .a-Layout-aside {
|
|
15045
15171
|
width: var(--Layout-aside--lg-width);
|
|
15046
15172
|
}
|
|
15047
15173
|
}
|
|
@@ -15213,6 +15339,7 @@ body {
|
|
|
15213
15339
|
flex-direction: column;
|
|
15214
15340
|
justify-content: space-between;
|
|
15215
15341
|
}
|
|
15342
|
+
|
|
15216
15343
|
.a-Grid-col--sm1 {
|
|
15217
15344
|
flex: 0 0 8.3333333333%;
|
|
15218
15345
|
max-width: 8.3333333333%;
|
|
@@ -15220,6 +15347,7 @@ body {
|
|
|
15220
15347
|
padding-left: 0.5rem;
|
|
15221
15348
|
padding-right: 0.5rem;
|
|
15222
15349
|
}
|
|
15350
|
+
|
|
15223
15351
|
.a-Grid-col--sm2 {
|
|
15224
15352
|
flex: 0 0 16.6666666667%;
|
|
15225
15353
|
max-width: 16.6666666667%;
|
|
@@ -15227,6 +15355,7 @@ body {
|
|
|
15227
15355
|
padding-left: 0.5rem;
|
|
15228
15356
|
padding-right: 0.5rem;
|
|
15229
15357
|
}
|
|
15358
|
+
|
|
15230
15359
|
.a-Grid-col--sm3 {
|
|
15231
15360
|
flex: 0 0 25%;
|
|
15232
15361
|
max-width: 25%;
|
|
@@ -15234,6 +15363,7 @@ body {
|
|
|
15234
15363
|
padding-left: 0.5rem;
|
|
15235
15364
|
padding-right: 0.5rem;
|
|
15236
15365
|
}
|
|
15366
|
+
|
|
15237
15367
|
.a-Grid-col--sm4 {
|
|
15238
15368
|
flex: 0 0 33.3333333333%;
|
|
15239
15369
|
max-width: 33.3333333333%;
|
|
@@ -15241,6 +15371,7 @@ body {
|
|
|
15241
15371
|
padding-left: 0.5rem;
|
|
15242
15372
|
padding-right: 0.5rem;
|
|
15243
15373
|
}
|
|
15374
|
+
|
|
15244
15375
|
.a-Grid-col--sm5 {
|
|
15245
15376
|
flex: 0 0 41.6666666667%;
|
|
15246
15377
|
max-width: 41.6666666667%;
|
|
@@ -15248,6 +15379,7 @@ body {
|
|
|
15248
15379
|
padding-left: 0.5rem;
|
|
15249
15380
|
padding-right: 0.5rem;
|
|
15250
15381
|
}
|
|
15382
|
+
|
|
15251
15383
|
.a-Grid-col--sm6 {
|
|
15252
15384
|
flex: 0 0 50%;
|
|
15253
15385
|
max-width: 50%;
|
|
@@ -15255,6 +15387,7 @@ body {
|
|
|
15255
15387
|
padding-left: 0.5rem;
|
|
15256
15388
|
padding-right: 0.5rem;
|
|
15257
15389
|
}
|
|
15390
|
+
|
|
15258
15391
|
.a-Grid-col--sm7 {
|
|
15259
15392
|
flex: 0 0 58.3333333333%;
|
|
15260
15393
|
max-width: 58.3333333333%;
|
|
@@ -15262,6 +15395,7 @@ body {
|
|
|
15262
15395
|
padding-left: 0.5rem;
|
|
15263
15396
|
padding-right: 0.5rem;
|
|
15264
15397
|
}
|
|
15398
|
+
|
|
15265
15399
|
.a-Grid-col--sm8 {
|
|
15266
15400
|
flex: 0 0 66.6666666667%;
|
|
15267
15401
|
max-width: 66.6666666667%;
|
|
@@ -15269,6 +15403,7 @@ body {
|
|
|
15269
15403
|
padding-left: 0.5rem;
|
|
15270
15404
|
padding-right: 0.5rem;
|
|
15271
15405
|
}
|
|
15406
|
+
|
|
15272
15407
|
.a-Grid-col--sm9 {
|
|
15273
15408
|
flex: 0 0 75%;
|
|
15274
15409
|
max-width: 75%;
|
|
@@ -15276,6 +15411,7 @@ body {
|
|
|
15276
15411
|
padding-left: 0.5rem;
|
|
15277
15412
|
padding-right: 0.5rem;
|
|
15278
15413
|
}
|
|
15414
|
+
|
|
15279
15415
|
.a-Grid-col--sm10 {
|
|
15280
15416
|
flex: 0 0 83.3333333333%;
|
|
15281
15417
|
max-width: 83.3333333333%;
|
|
@@ -15283,6 +15419,7 @@ body {
|
|
|
15283
15419
|
padding-left: 0.5rem;
|
|
15284
15420
|
padding-right: 0.5rem;
|
|
15285
15421
|
}
|
|
15422
|
+
|
|
15286
15423
|
.a-Grid-col--sm11 {
|
|
15287
15424
|
flex: 0 0 91.6666666667%;
|
|
15288
15425
|
max-width: 91.6666666667%;
|
|
@@ -15290,6 +15427,7 @@ body {
|
|
|
15290
15427
|
padding-left: 0.5rem;
|
|
15291
15428
|
padding-right: 0.5rem;
|
|
15292
15429
|
}
|
|
15430
|
+
|
|
15293
15431
|
.a-Grid-col--sm12 {
|
|
15294
15432
|
flex: 0 0 100%;
|
|
15295
15433
|
max-width: 100%;
|
|
@@ -15297,6 +15435,7 @@ body {
|
|
|
15297
15435
|
padding-left: 0.5rem;
|
|
15298
15436
|
padding-right: 0.5rem;
|
|
15299
15437
|
}
|
|
15438
|
+
|
|
15300
15439
|
.a-Grid-col--sm {
|
|
15301
15440
|
flex-basis: 0;
|
|
15302
15441
|
flex-grow: 1;
|
|
@@ -15306,6 +15445,7 @@ body {
|
|
|
15306
15445
|
padding-left: 0.5rem;
|
|
15307
15446
|
padding-right: 0.5rem;
|
|
15308
15447
|
}
|
|
15448
|
+
|
|
15309
15449
|
.a-Grid-col--smAuto {
|
|
15310
15450
|
flex: 0 0 auto;
|
|
15311
15451
|
width: auto;
|
|
@@ -15322,6 +15462,7 @@ body {
|
|
|
15322
15462
|
padding-left: 0.5rem;
|
|
15323
15463
|
padding-right: 0.5rem;
|
|
15324
15464
|
}
|
|
15465
|
+
|
|
15325
15466
|
.a-Grid-col--md2 {
|
|
15326
15467
|
flex: 0 0 16.6666666667%;
|
|
15327
15468
|
max-width: 16.6666666667%;
|
|
@@ -15329,6 +15470,7 @@ body {
|
|
|
15329
15470
|
padding-left: 0.5rem;
|
|
15330
15471
|
padding-right: 0.5rem;
|
|
15331
15472
|
}
|
|
15473
|
+
|
|
15332
15474
|
.a-Grid-col--md3 {
|
|
15333
15475
|
flex: 0 0 25%;
|
|
15334
15476
|
max-width: 25%;
|
|
@@ -15336,6 +15478,7 @@ body {
|
|
|
15336
15478
|
padding-left: 0.5rem;
|
|
15337
15479
|
padding-right: 0.5rem;
|
|
15338
15480
|
}
|
|
15481
|
+
|
|
15339
15482
|
.a-Grid-col--md4 {
|
|
15340
15483
|
flex: 0 0 33.3333333333%;
|
|
15341
15484
|
max-width: 33.3333333333%;
|
|
@@ -15343,6 +15486,7 @@ body {
|
|
|
15343
15486
|
padding-left: 0.5rem;
|
|
15344
15487
|
padding-right: 0.5rem;
|
|
15345
15488
|
}
|
|
15489
|
+
|
|
15346
15490
|
.a-Grid-col--md5 {
|
|
15347
15491
|
flex: 0 0 41.6666666667%;
|
|
15348
15492
|
max-width: 41.6666666667%;
|
|
@@ -15350,6 +15494,7 @@ body {
|
|
|
15350
15494
|
padding-left: 0.5rem;
|
|
15351
15495
|
padding-right: 0.5rem;
|
|
15352
15496
|
}
|
|
15497
|
+
|
|
15353
15498
|
.a-Grid-col--md6 {
|
|
15354
15499
|
flex: 0 0 50%;
|
|
15355
15500
|
max-width: 50%;
|
|
@@ -15357,6 +15502,7 @@ body {
|
|
|
15357
15502
|
padding-left: 0.5rem;
|
|
15358
15503
|
padding-right: 0.5rem;
|
|
15359
15504
|
}
|
|
15505
|
+
|
|
15360
15506
|
.a-Grid-col--md7 {
|
|
15361
15507
|
flex: 0 0 58.3333333333%;
|
|
15362
15508
|
max-width: 58.3333333333%;
|
|
@@ -15364,6 +15510,7 @@ body {
|
|
|
15364
15510
|
padding-left: 0.5rem;
|
|
15365
15511
|
padding-right: 0.5rem;
|
|
15366
15512
|
}
|
|
15513
|
+
|
|
15367
15514
|
.a-Grid-col--md8 {
|
|
15368
15515
|
flex: 0 0 66.6666666667%;
|
|
15369
15516
|
max-width: 66.6666666667%;
|
|
@@ -15371,6 +15518,7 @@ body {
|
|
|
15371
15518
|
padding-left: 0.5rem;
|
|
15372
15519
|
padding-right: 0.5rem;
|
|
15373
15520
|
}
|
|
15521
|
+
|
|
15374
15522
|
.a-Grid-col--md9 {
|
|
15375
15523
|
flex: 0 0 75%;
|
|
15376
15524
|
max-width: 75%;
|
|
@@ -15378,6 +15526,7 @@ body {
|
|
|
15378
15526
|
padding-left: 0.5rem;
|
|
15379
15527
|
padding-right: 0.5rem;
|
|
15380
15528
|
}
|
|
15529
|
+
|
|
15381
15530
|
.a-Grid-col--md10 {
|
|
15382
15531
|
flex: 0 0 83.3333333333%;
|
|
15383
15532
|
max-width: 83.3333333333%;
|
|
@@ -15385,6 +15534,7 @@ body {
|
|
|
15385
15534
|
padding-left: 0.5rem;
|
|
15386
15535
|
padding-right: 0.5rem;
|
|
15387
15536
|
}
|
|
15537
|
+
|
|
15388
15538
|
.a-Grid-col--md11 {
|
|
15389
15539
|
flex: 0 0 91.6666666667%;
|
|
15390
15540
|
max-width: 91.6666666667%;
|
|
@@ -15392,6 +15542,7 @@ body {
|
|
|
15392
15542
|
padding-left: 0.5rem;
|
|
15393
15543
|
padding-right: 0.5rem;
|
|
15394
15544
|
}
|
|
15545
|
+
|
|
15395
15546
|
.a-Grid-col--md12 {
|
|
15396
15547
|
flex: 0 0 100%;
|
|
15397
15548
|
max-width: 100%;
|
|
@@ -15399,6 +15550,7 @@ body {
|
|
|
15399
15550
|
padding-left: 0.5rem;
|
|
15400
15551
|
padding-right: 0.5rem;
|
|
15401
15552
|
}
|
|
15553
|
+
|
|
15402
15554
|
.a-Grid-col--md {
|
|
15403
15555
|
flex-basis: 0;
|
|
15404
15556
|
flex-grow: 1;
|
|
@@ -15408,6 +15560,7 @@ body {
|
|
|
15408
15560
|
padding-left: 0.5rem;
|
|
15409
15561
|
padding-right: 0.5rem;
|
|
15410
15562
|
}
|
|
15563
|
+
|
|
15411
15564
|
.a-Grid-col--mdAuto {
|
|
15412
15565
|
flex: 0 0 auto;
|
|
15413
15566
|
width: auto;
|
|
@@ -15424,6 +15577,7 @@ body {
|
|
|
15424
15577
|
padding-left: 0.5rem;
|
|
15425
15578
|
padding-right: 0.5rem;
|
|
15426
15579
|
}
|
|
15580
|
+
|
|
15427
15581
|
.a-Grid-col--lg2 {
|
|
15428
15582
|
flex: 0 0 16.6666666667%;
|
|
15429
15583
|
max-width: 16.6666666667%;
|
|
@@ -15431,6 +15585,7 @@ body {
|
|
|
15431
15585
|
padding-left: 0.5rem;
|
|
15432
15586
|
padding-right: 0.5rem;
|
|
15433
15587
|
}
|
|
15588
|
+
|
|
15434
15589
|
.a-Grid-col--lg3 {
|
|
15435
15590
|
flex: 0 0 25%;
|
|
15436
15591
|
max-width: 25%;
|
|
@@ -15438,6 +15593,7 @@ body {
|
|
|
15438
15593
|
padding-left: 0.5rem;
|
|
15439
15594
|
padding-right: 0.5rem;
|
|
15440
15595
|
}
|
|
15596
|
+
|
|
15441
15597
|
.a-Grid-col--lg4 {
|
|
15442
15598
|
flex: 0 0 33.3333333333%;
|
|
15443
15599
|
max-width: 33.3333333333%;
|
|
@@ -15445,6 +15601,7 @@ body {
|
|
|
15445
15601
|
padding-left: 0.5rem;
|
|
15446
15602
|
padding-right: 0.5rem;
|
|
15447
15603
|
}
|
|
15604
|
+
|
|
15448
15605
|
.a-Grid-col--lg5 {
|
|
15449
15606
|
flex: 0 0 41.6666666667%;
|
|
15450
15607
|
max-width: 41.6666666667%;
|
|
@@ -15452,6 +15609,7 @@ body {
|
|
|
15452
15609
|
padding-left: 0.5rem;
|
|
15453
15610
|
padding-right: 0.5rem;
|
|
15454
15611
|
}
|
|
15612
|
+
|
|
15455
15613
|
.a-Grid-col--lg6 {
|
|
15456
15614
|
flex: 0 0 50%;
|
|
15457
15615
|
max-width: 50%;
|
|
@@ -15459,6 +15617,7 @@ body {
|
|
|
15459
15617
|
padding-left: 0.5rem;
|
|
15460
15618
|
padding-right: 0.5rem;
|
|
15461
15619
|
}
|
|
15620
|
+
|
|
15462
15621
|
.a-Grid-col--lg7 {
|
|
15463
15622
|
flex: 0 0 58.3333333333%;
|
|
15464
15623
|
max-width: 58.3333333333%;
|
|
@@ -15466,6 +15625,7 @@ body {
|
|
|
15466
15625
|
padding-left: 0.5rem;
|
|
15467
15626
|
padding-right: 0.5rem;
|
|
15468
15627
|
}
|
|
15628
|
+
|
|
15469
15629
|
.a-Grid-col--lg8 {
|
|
15470
15630
|
flex: 0 0 66.6666666667%;
|
|
15471
15631
|
max-width: 66.6666666667%;
|
|
@@ -15473,6 +15633,7 @@ body {
|
|
|
15473
15633
|
padding-left: 0.5rem;
|
|
15474
15634
|
padding-right: 0.5rem;
|
|
15475
15635
|
}
|
|
15636
|
+
|
|
15476
15637
|
.a-Grid-col--lg9 {
|
|
15477
15638
|
flex: 0 0 75%;
|
|
15478
15639
|
max-width: 75%;
|
|
@@ -15480,6 +15641,7 @@ body {
|
|
|
15480
15641
|
padding-left: 0.5rem;
|
|
15481
15642
|
padding-right: 0.5rem;
|
|
15482
15643
|
}
|
|
15644
|
+
|
|
15483
15645
|
.a-Grid-col--lg10 {
|
|
15484
15646
|
flex: 0 0 83.3333333333%;
|
|
15485
15647
|
max-width: 83.3333333333%;
|
|
@@ -15487,6 +15649,7 @@ body {
|
|
|
15487
15649
|
padding-left: 0.5rem;
|
|
15488
15650
|
padding-right: 0.5rem;
|
|
15489
15651
|
}
|
|
15652
|
+
|
|
15490
15653
|
.a-Grid-col--lg11 {
|
|
15491
15654
|
flex: 0 0 91.6666666667%;
|
|
15492
15655
|
max-width: 91.6666666667%;
|
|
@@ -15494,6 +15657,7 @@ body {
|
|
|
15494
15657
|
padding-left: 0.5rem;
|
|
15495
15658
|
padding-right: 0.5rem;
|
|
15496
15659
|
}
|
|
15660
|
+
|
|
15497
15661
|
.a-Grid-col--lg12 {
|
|
15498
15662
|
flex: 0 0 100%;
|
|
15499
15663
|
max-width: 100%;
|
|
@@ -15501,6 +15665,7 @@ body {
|
|
|
15501
15665
|
padding-left: 0.5rem;
|
|
15502
15666
|
padding-right: 0.5rem;
|
|
15503
15667
|
}
|
|
15668
|
+
|
|
15504
15669
|
.a-Grid-col--lg {
|
|
15505
15670
|
flex-basis: 0;
|
|
15506
15671
|
flex-grow: 1;
|
|
@@ -15510,6 +15675,7 @@ body {
|
|
|
15510
15675
|
padding-left: 0.5rem;
|
|
15511
15676
|
padding-right: 0.5rem;
|
|
15512
15677
|
}
|
|
15678
|
+
|
|
15513
15679
|
.a-Grid-col--lgAuto {
|
|
15514
15680
|
flex: 0 0 auto;
|
|
15515
15681
|
width: auto;
|
|
@@ -15634,7 +15800,7 @@ body {
|
|
|
15634
15800
|
border-radius: 0.625rem;
|
|
15635
15801
|
}
|
|
15636
15802
|
.a-AsideNav-itemIcon {
|
|
15637
|
-
margin: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / -2) -0.625rem;
|
|
15803
|
+
margin: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / -2 ) -0.625rem;
|
|
15638
15804
|
line-height: var(--Layout-nav-height);
|
|
15639
15805
|
width: var(--Layout-nav-height);
|
|
15640
15806
|
vertical-align: middle;
|
|
@@ -15680,7 +15846,7 @@ body {
|
|
|
15680
15846
|
text-transform: none;
|
|
15681
15847
|
display: block;
|
|
15682
15848
|
font-size: var(--Layout-asideLink-fontSize);
|
|
15683
|
-
padding: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-base);
|
|
15849
|
+
padding: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-base);
|
|
15684
15850
|
position: relative;
|
|
15685
15851
|
transition: background-color var(--animation-duration) ease-in-out 0s;
|
|
15686
15852
|
color: var(--Layout-asideLink-color);
|
|
@@ -15705,7 +15871,7 @@ body {
|
|
|
15705
15871
|
background: var(--Layout-aside-onAcitve-onHover-bg);
|
|
15706
15872
|
}
|
|
15707
15873
|
.a-AsideNav-item.is-lg > a {
|
|
15708
|
-
padding: calc((var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
15874
|
+
padding: calc( ( var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
|
|
15709
15875
|
}
|
|
15710
15876
|
.a-AsideNav-item .a-AsideNav-item a {
|
|
15711
15877
|
padding-left: calc(var(--Layout-nav-height) + 0.3125rem);
|
|
@@ -15732,7 +15898,7 @@ body {
|
|
|
15732
15898
|
cursor: default;
|
|
15733
15899
|
background: transparent;
|
|
15734
15900
|
color: var(--Layout-asideLink-color);
|
|
15735
|
-
padding: calc((var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
15901
|
+
padding: calc( ( var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
|
|
15736
15902
|
}
|
|
15737
15903
|
.a-AsideNav-subHeader a:hover {
|
|
15738
15904
|
color: var(--Layout-asideLink-onHover-color);
|
|
@@ -15795,7 +15961,7 @@ img.a-AsideNav-itemIcon {
|
|
|
15795
15961
|
border: none;
|
|
15796
15962
|
}
|
|
15797
15963
|
.a-Layout--folded .a-AsideNav-list > .a-AsideNav-item > a .a-AsideNav-itemArrow,
|
|
15798
|
-
|
|
15964
|
+
.a-Layout--folded .a-AsideNav-list > .a-AsideNav-item > a .a-AsideNav-itemLabel {
|
|
15799
15965
|
display: none;
|
|
15800
15966
|
}
|
|
15801
15967
|
.a-Layout--folded .a-AsideNav-list > .a-AsideNav-item > a .a-AsideNav-itemIcon {
|
|
@@ -17312,85 +17478,54 @@ input[type=button].a-Button--block {
|
|
|
17312
17478
|
margin-left: var(--dialog-footer-margin-left);
|
|
17313
17479
|
}
|
|
17314
17480
|
.a-Modal--2th .a-Modal-content {
|
|
17315
|
-
margin-top: calc(
|
|
17316
|
-
var(--Modal-content-startMarginTop) +
|
|
17317
|
-
1 *
|
|
17318
|
-
var(--Modal-content-stepMarginTop)
|
|
17319
|
-
);
|
|
17481
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop) );
|
|
17320
17482
|
}
|
|
17321
17483
|
.a-Modal--3th .a-Modal-content {
|
|
17322
|
-
margin-top: calc(
|
|
17323
|
-
var(--Modal-content-startMarginTop) +
|
|
17324
|
-
2 *
|
|
17325
|
-
var(--Modal-content-stepMarginTop)
|
|
17326
|
-
);
|
|
17484
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop) );
|
|
17327
17485
|
}
|
|
17328
17486
|
.a-Modal--4th .a-Modal-content {
|
|
17329
|
-
margin-top: calc(
|
|
17330
|
-
var(--Modal-content-startMarginTop) +
|
|
17331
|
-
3 *
|
|
17332
|
-
var(--Modal-content-stepMarginTop)
|
|
17333
|
-
);
|
|
17487
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop) );
|
|
17334
17488
|
}
|
|
17335
17489
|
.a-Modal--5th .a-Modal-content {
|
|
17336
|
-
margin-top: calc(
|
|
17337
|
-
var(--Modal-content-startMarginTop) +
|
|
17338
|
-
4 *
|
|
17339
|
-
var(--Modal-content-stepMarginTop)
|
|
17340
|
-
);
|
|
17490
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop) );
|
|
17341
17491
|
}
|
|
17342
17492
|
.a-Modal--6th .a-Modal-content {
|
|
17343
|
-
margin-top: calc(
|
|
17344
|
-
var(--Modal-content-startMarginTop) +
|
|
17345
|
-
5 *
|
|
17346
|
-
var(--Modal-content-stepMarginTop)
|
|
17347
|
-
);
|
|
17493
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop) );
|
|
17348
17494
|
}
|
|
17349
17495
|
.a-Modal--7th .a-Modal-content {
|
|
17350
|
-
margin-top: calc(
|
|
17351
|
-
var(--Modal-content-startMarginTop) +
|
|
17352
|
-
6 *
|
|
17353
|
-
var(--Modal-content-stepMarginTop)
|
|
17354
|
-
);
|
|
17496
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop) );
|
|
17355
17497
|
}
|
|
17356
17498
|
.a-Modal--8th .a-Modal-content {
|
|
17357
|
-
margin-top: calc(
|
|
17358
|
-
var(--Modal-content-startMarginTop) +
|
|
17359
|
-
7 *
|
|
17360
|
-
var(--Modal-content-stepMarginTop)
|
|
17361
|
-
);
|
|
17499
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop) );
|
|
17362
17500
|
}
|
|
17363
17501
|
.a-Modal--9th .a-Modal-content {
|
|
17364
|
-
margin-top: calc(
|
|
17365
|
-
var(--Modal-content-startMarginTop) +
|
|
17366
|
-
8 *
|
|
17367
|
-
var(--Modal-content-stepMarginTop)
|
|
17368
|
-
);
|
|
17502
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop) );
|
|
17369
17503
|
}
|
|
17370
17504
|
.a-Modal--10th .a-Modal-content {
|
|
17371
|
-
margin-top: calc(
|
|
17372
|
-
var(--Modal-content-startMarginTop) +
|
|
17373
|
-
9 *
|
|
17374
|
-
var(--Modal-content-stepMarginTop)
|
|
17375
|
-
);
|
|
17505
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop) );
|
|
17376
17506
|
}
|
|
17377
17507
|
@media (min-width: 576px) {
|
|
17378
17508
|
.a-Modal-content {
|
|
17379
17509
|
max-width: var(--dialog-size-normal-width);
|
|
17380
17510
|
border-width: var(--dialog-default-border-width);
|
|
17381
17511
|
}
|
|
17512
|
+
|
|
17382
17513
|
.a-Modal--sm .a-Modal-content {
|
|
17383
17514
|
max-width: var(--dialog-size-sm-width);
|
|
17384
17515
|
}
|
|
17516
|
+
|
|
17385
17517
|
.a-Modal--base .a-Modal-content {
|
|
17386
17518
|
max-width: var(--Modal-widthBase);
|
|
17387
17519
|
}
|
|
17520
|
+
|
|
17388
17521
|
.a-Modal--md .a-Modal-content {
|
|
17389
17522
|
max-width: var(--Modal-widthMd);
|
|
17390
17523
|
}
|
|
17524
|
+
|
|
17391
17525
|
.a-Modal--lg .a-Modal-content {
|
|
17392
17526
|
max-width: var(--dialog-size-lg-width);
|
|
17393
17527
|
}
|
|
17528
|
+
|
|
17394
17529
|
.a-Modal--xl .a-Modal-content {
|
|
17395
17530
|
max-width: var(--dialog-size-xl-width);
|
|
17396
17531
|
}
|
|
@@ -17567,264 +17702,279 @@ input[type=button].a-Button--block {
|
|
|
17567
17702
|
width: var(--Drawer-widthBase);
|
|
17568
17703
|
height: var(--Drawer-widthBase);
|
|
17569
17704
|
}
|
|
17705
|
+
|
|
17570
17706
|
.a-Drawer--xs .a-Drawer-content {
|
|
17571
17707
|
width: var(--drawer-size-xs-width);
|
|
17572
17708
|
height: var(--Drawer-widthXs);
|
|
17573
17709
|
}
|
|
17710
|
+
|
|
17574
17711
|
.a-Drawer--sm .a-Drawer-content {
|
|
17575
17712
|
width: var(--drawer-size-sm-width);
|
|
17576
17713
|
height: var(--Drawer-widthSm);
|
|
17577
17714
|
}
|
|
17715
|
+
|
|
17578
17716
|
.a-Drawer--md .a-Drawer-content {
|
|
17579
17717
|
width: var(--drawer-size-md-width);
|
|
17580
17718
|
height: var(--Drawer-widthMd);
|
|
17581
17719
|
}
|
|
17720
|
+
|
|
17582
17721
|
.a-Drawer--lg .a-Drawer-content {
|
|
17583
17722
|
width: var(--drawer-size-lg-width);
|
|
17584
17723
|
height: var(--Drawer-widthLg);
|
|
17585
17724
|
}
|
|
17725
|
+
|
|
17586
17726
|
.a-Drawer--xl .a-Drawer-content {
|
|
17587
17727
|
width: var(--drawer-size-xl-width);
|
|
17588
17728
|
height: var(--Drawer-widthXl);
|
|
17589
17729
|
}
|
|
17730
|
+
|
|
17590
17731
|
.a-Drawer--right.a-Modal--2th.a-Drawer .a-Drawer-content,
|
|
17591
|
-
|
|
17732
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer .a-Drawer-content {
|
|
17592
17733
|
width: calc(var(--Drawer-widthBase) - 20px);
|
|
17593
17734
|
}
|
|
17594
17735
|
.a-Drawer--right.a-Modal--2th.a-Drawer--xs .a-Drawer-content,
|
|
17595
|
-
|
|
17736
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--xs .a-Drawer-content {
|
|
17596
17737
|
width: calc(var(--Drawer-widthXs) - 20px);
|
|
17597
17738
|
}
|
|
17598
17739
|
.a-Drawer--right.a-Modal--2th.a-Drawer--sm .a-Drawer-content,
|
|
17599
|
-
|
|
17740
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--sm .a-Drawer-content {
|
|
17600
17741
|
width: calc(var(--Drawer-widthSm) - 20px);
|
|
17601
17742
|
}
|
|
17602
17743
|
.a-Drawer--right.a-Modal--2th.a-Drawer--md .a-Drawer-content,
|
|
17603
|
-
|
|
17744
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--md .a-Drawer-content {
|
|
17604
17745
|
width: calc(var(--Drawer-widthMd) - 20px);
|
|
17605
17746
|
}
|
|
17606
17747
|
.a-Drawer--right.a-Modal--2th.a-Drawer--lg .a-Drawer-content,
|
|
17607
|
-
|
|
17748
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--lg .a-Drawer-content {
|
|
17608
17749
|
width: calc(var(--Drawer-widthLg) - 20px);
|
|
17609
17750
|
}
|
|
17610
17751
|
.a-Drawer--right.a-Modal--2th.a-Drawer--xl .a-Drawer-content,
|
|
17611
|
-
|
|
17752
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--xl .a-Drawer-content {
|
|
17612
17753
|
width: calc(var(--Drawer-widthXl) - 20px);
|
|
17613
17754
|
}
|
|
17755
|
+
|
|
17614
17756
|
.a-Drawer--top.a-Modal--2th.a-Drawer .a-Drawer-content,
|
|
17615
|
-
|
|
17757
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer .a-Drawer-content {
|
|
17616
17758
|
height: calc(var(--Drawer-widthBase) - 20px);
|
|
17617
17759
|
}
|
|
17618
17760
|
.a-Drawer--top.a-Modal--2th.a-Drawer--xs .a-Drawer-content,
|
|
17619
|
-
|
|
17761
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--xs .a-Drawer-content {
|
|
17620
17762
|
height: calc(var(--Drawer-widthXs) - 20px);
|
|
17621
17763
|
}
|
|
17622
17764
|
.a-Drawer--top.a-Modal--2th.a-Drawer--sm .a-Drawer-content,
|
|
17623
|
-
|
|
17765
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--sm .a-Drawer-content {
|
|
17624
17766
|
height: calc(var(--Drawer-widthSm) - 20px);
|
|
17625
17767
|
}
|
|
17626
17768
|
.a-Drawer--top.a-Modal--2th.a-Drawer--md .a-Drawer-content,
|
|
17627
|
-
|
|
17769
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--md .a-Drawer-content {
|
|
17628
17770
|
height: calc(var(--Drawer-widthMd) - 20px);
|
|
17629
17771
|
}
|
|
17630
17772
|
.a-Drawer--top.a-Modal--2th.a-Drawer--lg .a-Drawer-content,
|
|
17631
|
-
|
|
17773
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--lg .a-Drawer-content {
|
|
17632
17774
|
height: calc(var(--Drawer-widthLg) - 20px);
|
|
17633
17775
|
}
|
|
17634
17776
|
.a-Drawer--top.a-Modal--2th.a-Drawer--xl .a-Drawer-content,
|
|
17635
|
-
|
|
17777
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--xl .a-Drawer-content {
|
|
17636
17778
|
height: calc(var(--Drawer-widthXl) - 20px);
|
|
17637
17779
|
}
|
|
17780
|
+
|
|
17638
17781
|
.a-Drawer--right.a-Modal--3th.a-Drawer .a-Drawer-content,
|
|
17639
|
-
|
|
17782
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer .a-Drawer-content {
|
|
17640
17783
|
width: calc(var(--Drawer-widthBase) - 40px);
|
|
17641
17784
|
}
|
|
17642
17785
|
.a-Drawer--right.a-Modal--3th.a-Drawer--xs .a-Drawer-content,
|
|
17643
|
-
|
|
17786
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--xs .a-Drawer-content {
|
|
17644
17787
|
width: calc(var(--Drawer-widthXs) - 40px);
|
|
17645
17788
|
}
|
|
17646
17789
|
.a-Drawer--right.a-Modal--3th.a-Drawer--sm .a-Drawer-content,
|
|
17647
|
-
|
|
17790
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--sm .a-Drawer-content {
|
|
17648
17791
|
width: calc(var(--Drawer-widthSm) - 40px);
|
|
17649
17792
|
}
|
|
17650
17793
|
.a-Drawer--right.a-Modal--3th.a-Drawer--md .a-Drawer-content,
|
|
17651
|
-
|
|
17794
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--md .a-Drawer-content {
|
|
17652
17795
|
width: calc(var(--Drawer-widthMd) - 40px);
|
|
17653
17796
|
}
|
|
17654
17797
|
.a-Drawer--right.a-Modal--3th.a-Drawer--lg .a-Drawer-content,
|
|
17655
|
-
|
|
17798
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--lg .a-Drawer-content {
|
|
17656
17799
|
width: calc(var(--Drawer-widthLg) - 40px);
|
|
17657
17800
|
}
|
|
17658
17801
|
.a-Drawer--right.a-Modal--3th.a-Drawer--xl .a-Drawer-content,
|
|
17659
|
-
|
|
17802
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--xl .a-Drawer-content {
|
|
17660
17803
|
width: calc(var(--Drawer-widthXl) - 40px);
|
|
17661
17804
|
}
|
|
17805
|
+
|
|
17662
17806
|
.a-Drawer--top.a-Modal--3th.a-Drawer .a-Drawer-content,
|
|
17663
|
-
|
|
17807
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer .a-Drawer-content {
|
|
17664
17808
|
height: calc(var(--Drawer-widthBase) - 40px);
|
|
17665
17809
|
}
|
|
17666
17810
|
.a-Drawer--top.a-Modal--3th.a-Drawer--xs .a-Drawer-content,
|
|
17667
|
-
|
|
17811
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--xs .a-Drawer-content {
|
|
17668
17812
|
height: calc(var(--Drawer-widthXs) - 40px);
|
|
17669
17813
|
}
|
|
17670
17814
|
.a-Drawer--top.a-Modal--3th.a-Drawer--sm .a-Drawer-content,
|
|
17671
|
-
|
|
17815
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--sm .a-Drawer-content {
|
|
17672
17816
|
height: calc(var(--Drawer-widthSm) - 40px);
|
|
17673
17817
|
}
|
|
17674
17818
|
.a-Drawer--top.a-Modal--3th.a-Drawer--md .a-Drawer-content,
|
|
17675
|
-
|
|
17819
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--md .a-Drawer-content {
|
|
17676
17820
|
height: calc(var(--Drawer-widthMd) - 40px);
|
|
17677
17821
|
}
|
|
17678
17822
|
.a-Drawer--top.a-Modal--3th.a-Drawer--lg .a-Drawer-content,
|
|
17679
|
-
|
|
17823
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--lg .a-Drawer-content {
|
|
17680
17824
|
height: calc(var(--Drawer-widthLg) - 40px);
|
|
17681
17825
|
}
|
|
17682
17826
|
.a-Drawer--top.a-Modal--3th.a-Drawer--xl .a-Drawer-content,
|
|
17683
|
-
|
|
17827
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--xl .a-Drawer-content {
|
|
17684
17828
|
height: calc(var(--Drawer-widthXl) - 40px);
|
|
17685
17829
|
}
|
|
17830
|
+
|
|
17686
17831
|
.a-Drawer--right.a-Modal--4th.a-Drawer .a-Drawer-content,
|
|
17687
|
-
|
|
17832
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer .a-Drawer-content {
|
|
17688
17833
|
width: calc(var(--Drawer-widthBase) - 60px);
|
|
17689
17834
|
}
|
|
17690
17835
|
.a-Drawer--right.a-Modal--4th.a-Drawer--xs .a-Drawer-content,
|
|
17691
|
-
|
|
17836
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--xs .a-Drawer-content {
|
|
17692
17837
|
width: calc(var(--Drawer-widthXs) - 60px);
|
|
17693
17838
|
}
|
|
17694
17839
|
.a-Drawer--right.a-Modal--4th.a-Drawer--sm .a-Drawer-content,
|
|
17695
|
-
|
|
17840
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--sm .a-Drawer-content {
|
|
17696
17841
|
width: calc(var(--Drawer-widthSm) - 60px);
|
|
17697
17842
|
}
|
|
17698
17843
|
.a-Drawer--right.a-Modal--4th.a-Drawer--md .a-Drawer-content,
|
|
17699
|
-
|
|
17844
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--md .a-Drawer-content {
|
|
17700
17845
|
width: calc(var(--Drawer-widthMd) - 60px);
|
|
17701
17846
|
}
|
|
17702
17847
|
.a-Drawer--right.a-Modal--4th.a-Drawer--lg .a-Drawer-content,
|
|
17703
|
-
|
|
17848
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--lg .a-Drawer-content {
|
|
17704
17849
|
width: calc(var(--Drawer-widthLg) - 60px);
|
|
17705
17850
|
}
|
|
17706
17851
|
.a-Drawer--right.a-Modal--4th.a-Drawer--xl .a-Drawer-content,
|
|
17707
|
-
|
|
17852
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--xl .a-Drawer-content {
|
|
17708
17853
|
width: calc(var(--Drawer-widthXl) - 60px);
|
|
17709
17854
|
}
|
|
17855
|
+
|
|
17710
17856
|
.a-Drawer--top.a-Modal--4th.a-Drawer .a-Drawer-content,
|
|
17711
|
-
|
|
17857
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer .a-Drawer-content {
|
|
17712
17858
|
height: calc(var(--Drawer-widthBase) - 60px);
|
|
17713
17859
|
}
|
|
17714
17860
|
.a-Drawer--top.a-Modal--4th.a-Drawer--xs .a-Drawer-content,
|
|
17715
|
-
|
|
17861
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--xs .a-Drawer-content {
|
|
17716
17862
|
height: calc(var(--Drawer-widthXs) - 60px);
|
|
17717
17863
|
}
|
|
17718
17864
|
.a-Drawer--top.a-Modal--4th.a-Drawer--sm .a-Drawer-content,
|
|
17719
|
-
|
|
17865
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--sm .a-Drawer-content {
|
|
17720
17866
|
height: calc(var(--Drawer-widthSm) - 60px);
|
|
17721
17867
|
}
|
|
17722
17868
|
.a-Drawer--top.a-Modal--4th.a-Drawer--md .a-Drawer-content,
|
|
17723
|
-
|
|
17869
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--md .a-Drawer-content {
|
|
17724
17870
|
height: calc(var(--Drawer-widthMd) - 60px);
|
|
17725
17871
|
}
|
|
17726
17872
|
.a-Drawer--top.a-Modal--4th.a-Drawer--lg .a-Drawer-content,
|
|
17727
|
-
|
|
17873
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--lg .a-Drawer-content {
|
|
17728
17874
|
height: calc(var(--Drawer-widthLg) - 60px);
|
|
17729
17875
|
}
|
|
17730
17876
|
.a-Drawer--top.a-Modal--4th.a-Drawer--xl .a-Drawer-content,
|
|
17731
|
-
|
|
17877
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--xl .a-Drawer-content {
|
|
17732
17878
|
height: calc(var(--Drawer-widthXl) - 60px);
|
|
17733
17879
|
}
|
|
17880
|
+
|
|
17734
17881
|
.a-Drawer--right.a-Modal--5th.a-Drawer .a-Drawer-content,
|
|
17735
|
-
|
|
17882
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer .a-Drawer-content {
|
|
17736
17883
|
width: calc(var(--Drawer-widthBase) - 80px);
|
|
17737
17884
|
}
|
|
17738
17885
|
.a-Drawer--right.a-Modal--5th.a-Drawer--xs .a-Drawer-content,
|
|
17739
|
-
|
|
17886
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--xs .a-Drawer-content {
|
|
17740
17887
|
width: calc(var(--Drawer-widthXs) - 80px);
|
|
17741
17888
|
}
|
|
17742
17889
|
.a-Drawer--right.a-Modal--5th.a-Drawer--sm .a-Drawer-content,
|
|
17743
|
-
|
|
17890
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--sm .a-Drawer-content {
|
|
17744
17891
|
width: calc(var(--Drawer-widthSm) - 80px);
|
|
17745
17892
|
}
|
|
17746
17893
|
.a-Drawer--right.a-Modal--5th.a-Drawer--md .a-Drawer-content,
|
|
17747
|
-
|
|
17894
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--md .a-Drawer-content {
|
|
17748
17895
|
width: calc(var(--Drawer-widthMd) - 80px);
|
|
17749
17896
|
}
|
|
17750
17897
|
.a-Drawer--right.a-Modal--5th.a-Drawer--lg .a-Drawer-content,
|
|
17751
|
-
|
|
17898
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--lg .a-Drawer-content {
|
|
17752
17899
|
width: calc(var(--Drawer-widthLg) - 80px);
|
|
17753
17900
|
}
|
|
17754
17901
|
.a-Drawer--right.a-Modal--5th.a-Drawer--xl .a-Drawer-content,
|
|
17755
|
-
|
|
17902
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--xl .a-Drawer-content {
|
|
17756
17903
|
width: calc(var(--Drawer-widthXl) - 80px);
|
|
17757
17904
|
}
|
|
17905
|
+
|
|
17758
17906
|
.a-Drawer--top.a-Modal--5th.a-Drawer .a-Drawer-content,
|
|
17759
|
-
|
|
17907
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer .a-Drawer-content {
|
|
17760
17908
|
height: calc(var(--Drawer-widthBase) - 80px);
|
|
17761
17909
|
}
|
|
17762
17910
|
.a-Drawer--top.a-Modal--5th.a-Drawer--xs .a-Drawer-content,
|
|
17763
|
-
|
|
17911
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--xs .a-Drawer-content {
|
|
17764
17912
|
height: calc(var(--Drawer-widthXs) - 80px);
|
|
17765
17913
|
}
|
|
17766
17914
|
.a-Drawer--top.a-Modal--5th.a-Drawer--sm .a-Drawer-content,
|
|
17767
|
-
|
|
17915
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--sm .a-Drawer-content {
|
|
17768
17916
|
height: calc(var(--Drawer-widthSm) - 80px);
|
|
17769
17917
|
}
|
|
17770
17918
|
.a-Drawer--top.a-Modal--5th.a-Drawer--md .a-Drawer-content,
|
|
17771
|
-
|
|
17919
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--md .a-Drawer-content {
|
|
17772
17920
|
height: calc(var(--Drawer-widthMd) - 80px);
|
|
17773
17921
|
}
|
|
17774
17922
|
.a-Drawer--top.a-Modal--5th.a-Drawer--lg .a-Drawer-content,
|
|
17775
|
-
|
|
17923
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--lg .a-Drawer-content {
|
|
17776
17924
|
height: calc(var(--Drawer-widthLg) - 80px);
|
|
17777
17925
|
}
|
|
17778
17926
|
.a-Drawer--top.a-Modal--5th.a-Drawer--xl .a-Drawer-content,
|
|
17779
|
-
|
|
17927
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--xl .a-Drawer-content {
|
|
17780
17928
|
height: calc(var(--Drawer-widthXl) - 80px);
|
|
17781
17929
|
}
|
|
17930
|
+
|
|
17782
17931
|
.a-Drawer--right.a-Modal--6th.a-Drawer .a-Drawer-content,
|
|
17783
|
-
|
|
17932
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer .a-Drawer-content {
|
|
17784
17933
|
width: calc(var(--Drawer-widthBase) - 100px);
|
|
17785
17934
|
}
|
|
17786
17935
|
.a-Drawer--right.a-Modal--6th.a-Drawer--xs .a-Drawer-content,
|
|
17787
|
-
|
|
17936
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--xs .a-Drawer-content {
|
|
17788
17937
|
width: calc(var(--Drawer-widthXs) - 100px);
|
|
17789
17938
|
}
|
|
17790
17939
|
.a-Drawer--right.a-Modal--6th.a-Drawer--sm .a-Drawer-content,
|
|
17791
|
-
|
|
17940
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--sm .a-Drawer-content {
|
|
17792
17941
|
width: calc(var(--Drawer-widthSm) - 100px);
|
|
17793
17942
|
}
|
|
17794
17943
|
.a-Drawer--right.a-Modal--6th.a-Drawer--md .a-Drawer-content,
|
|
17795
|
-
|
|
17944
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--md .a-Drawer-content {
|
|
17796
17945
|
width: calc(var(--Drawer-widthMd) - 100px);
|
|
17797
17946
|
}
|
|
17798
17947
|
.a-Drawer--right.a-Modal--6th.a-Drawer--lg .a-Drawer-content,
|
|
17799
|
-
|
|
17948
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--lg .a-Drawer-content {
|
|
17800
17949
|
width: calc(var(--Drawer-widthLg) - 100px);
|
|
17801
17950
|
}
|
|
17802
17951
|
.a-Drawer--right.a-Modal--6th.a-Drawer--xl .a-Drawer-content,
|
|
17803
|
-
|
|
17952
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--xl .a-Drawer-content {
|
|
17804
17953
|
width: calc(var(--Drawer-widthXl) - 100px);
|
|
17805
17954
|
}
|
|
17955
|
+
|
|
17806
17956
|
.a-Drawer--top.a-Modal--6th.a-Drawer .a-Drawer-content,
|
|
17807
|
-
|
|
17957
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer .a-Drawer-content {
|
|
17808
17958
|
height: calc(var(--Drawer-widthBase) - 100px);
|
|
17809
17959
|
}
|
|
17810
17960
|
.a-Drawer--top.a-Modal--6th.a-Drawer--xs .a-Drawer-content,
|
|
17811
|
-
|
|
17961
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--xs .a-Drawer-content {
|
|
17812
17962
|
height: calc(var(--Drawer-widthXs) - 100px);
|
|
17813
17963
|
}
|
|
17814
17964
|
.a-Drawer--top.a-Modal--6th.a-Drawer--sm .a-Drawer-content,
|
|
17815
|
-
|
|
17965
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--sm .a-Drawer-content {
|
|
17816
17966
|
height: calc(var(--Drawer-widthSm) - 100px);
|
|
17817
17967
|
}
|
|
17818
17968
|
.a-Drawer--top.a-Modal--6th.a-Drawer--md .a-Drawer-content,
|
|
17819
|
-
|
|
17969
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--md .a-Drawer-content {
|
|
17820
17970
|
height: calc(var(--Drawer-widthMd) - 100px);
|
|
17821
17971
|
}
|
|
17822
17972
|
.a-Drawer--top.a-Modal--6th.a-Drawer--lg .a-Drawer-content,
|
|
17823
|
-
|
|
17973
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--lg .a-Drawer-content {
|
|
17824
17974
|
height: calc(var(--Drawer-widthLg) - 100px);
|
|
17825
17975
|
}
|
|
17826
17976
|
.a-Drawer--top.a-Modal--6th.a-Drawer--xl .a-Drawer-content,
|
|
17827
|
-
|
|
17977
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--xl .a-Drawer-content {
|
|
17828
17978
|
height: calc(var(--Drawer-widthXl) - 100px);
|
|
17829
17979
|
}
|
|
17830
17980
|
}
|
|
@@ -17983,7 +18133,7 @@ input[type=button].a-Button--block {
|
|
|
17983
18133
|
margin-top: calc(var(--Tooltip-arrow-height) * -1 - 0.125rem);
|
|
17984
18134
|
}
|
|
17985
18135
|
.a-Tooltip--top .a-Tooltip-arrow {
|
|
17986
|
-
bottom: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18136
|
+
bottom: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
17987
18137
|
}
|
|
17988
18138
|
.a-Tooltip--top .a-Tooltip-arrow::before,
|
|
17989
18139
|
.a-Tooltip--top .a-Tooltip-arrow::after {
|
|
@@ -18021,7 +18171,7 @@ input[type=button].a-Button--block {
|
|
|
18021
18171
|
margin-top: calc(var(--Tooltip-arrow-height) + 0.125rem);
|
|
18022
18172
|
}
|
|
18023
18173
|
.a-Tooltip--bottom .a-Tooltip-arrow {
|
|
18024
|
-
top: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18174
|
+
top: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18025
18175
|
}
|
|
18026
18176
|
.a-Tooltip--bottom .a-Tooltip-arrow::before,
|
|
18027
18177
|
.a-Tooltip--bottom .a-Tooltip-arrow::after {
|
|
@@ -18049,7 +18199,7 @@ input[type=button].a-Button--block {
|
|
|
18049
18199
|
}
|
|
18050
18200
|
.a-Tooltip--left .a-Tooltip-arrow {
|
|
18051
18201
|
left: auto;
|
|
18052
|
-
right: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18202
|
+
right: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18053
18203
|
width: var(--Tooltip-arrow-height);
|
|
18054
18204
|
height: var(--Tooltip-arrow-width);
|
|
18055
18205
|
margin-top: calc(var(--Tooltip-arrow-width) * -1 / 2);
|
|
@@ -18072,8 +18222,8 @@ input[type=button].a-Button--block {
|
|
|
18072
18222
|
font-size: var(--fontSizeBase);
|
|
18073
18223
|
color: var(--Tooltip-title-color);
|
|
18074
18224
|
font-weight: var(--Tooltip-fontWeight);
|
|
18075
|
-
border-top-left-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
18076
|
-
border-top-right-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
18225
|
+
border-top-left-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
|
18226
|
+
border-top-right-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
|
18077
18227
|
font-weight: var(--Tooltip-title-fontWeight);
|
|
18078
18228
|
}
|
|
18079
18229
|
.a-Tooltip-title:empty {
|
|
@@ -18368,7 +18518,9 @@ input[type=button].a-Button--block {
|
|
|
18368
18518
|
margin-left: var(--gap-sm);
|
|
18369
18519
|
}
|
|
18370
18520
|
.a-PopUp-confirm {
|
|
18521
|
+
color: var(--PopUp-confirmAction-color);
|
|
18371
18522
|
margin-right: var(--gap-sm);
|
|
18523
|
+
border: none;
|
|
18372
18524
|
}
|
|
18373
18525
|
.a-PopUp-content {
|
|
18374
18526
|
overflow-y: auto;
|
|
@@ -18376,6 +18528,9 @@ input[type=button].a-Button--block {
|
|
|
18376
18528
|
display: flex;
|
|
18377
18529
|
flex: 1;
|
|
18378
18530
|
}
|
|
18531
|
+
.a-PopUp-content > div {
|
|
18532
|
+
flex: 1;
|
|
18533
|
+
}
|
|
18379
18534
|
.a-PopUp > * {
|
|
18380
18535
|
position: relative;
|
|
18381
18536
|
z-index: 2;
|
|
@@ -18399,7 +18554,8 @@ input[type=button].a-Button--block {
|
|
|
18399
18554
|
margin-top: -0.25rem;
|
|
18400
18555
|
}
|
|
18401
18556
|
.a-PopUp-safearea {
|
|
18402
|
-
|
|
18557
|
+
padding-bottom: constant(safe-area-inset-bottom);
|
|
18558
|
+
padding-bottom: env(safe-area-inset-bottom);
|
|
18403
18559
|
}
|
|
18404
18560
|
.a-PickerColumns {
|
|
18405
18561
|
position: relative;
|
|
@@ -18435,10 +18591,10 @@ input[type=button].a-Button--block {
|
|
|
18435
18591
|
background-color: none !important;
|
|
18436
18592
|
}
|
|
18437
18593
|
.a-PickerColumns-confirm {
|
|
18438
|
-
color: var(--PickerColumns-confirmAction-color)
|
|
18594
|
+
color: var(--PickerColumns-confirmAction-color);
|
|
18439
18595
|
}
|
|
18440
18596
|
.a-PickerColumns-cancel {
|
|
18441
|
-
color: var(--PickerColumns-cancelAction-color)
|
|
18597
|
+
color: var(--PickerColumns-cancelAction-color);
|
|
18442
18598
|
}
|
|
18443
18599
|
.a-PickerColumns-title {
|
|
18444
18600
|
max-width: 50%;
|
|
@@ -18494,7 +18650,7 @@ input[type=button].a-Button--block {
|
|
|
18494
18650
|
z-index: 1;
|
|
18495
18651
|
width: 100%;
|
|
18496
18652
|
height: 100%;
|
|
18497
|
-
background-image: linear-gradient(180deg,
|
|
18653
|
+
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));
|
|
18498
18654
|
background-repeat: no-repeat;
|
|
18499
18655
|
background-position: top, bottom;
|
|
18500
18656
|
transform: translateZ(0);
|
|
@@ -19141,6 +19297,16 @@ input[type=button].a-Button--block {
|
|
|
19141
19297
|
height: 100%;
|
|
19142
19298
|
overflow-x: hidden;
|
|
19143
19299
|
}
|
|
19300
|
+
.a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links.is-mobile {
|
|
19301
|
+
overflow-x: auto;
|
|
19302
|
+
-ms-overflow-style: none;
|
|
19303
|
+
overflow: -moz-scrollbars-none;
|
|
19304
|
+
}
|
|
19305
|
+
.a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links.is-mobile::-webkit-scrollbar {
|
|
19306
|
+
display: none;
|
|
19307
|
+
width: 0 !important;
|
|
19308
|
+
height: 0 !important;
|
|
19309
|
+
}
|
|
19144
19310
|
.a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links .a-Tabs-links-drag {
|
|
19145
19311
|
position: absolute;
|
|
19146
19312
|
height: 100%;
|
|
@@ -20081,6 +20247,7 @@ input[type=button].a-Button--block {
|
|
|
20081
20247
|
background-color: var(--Layout-light-backgroundColor);
|
|
20082
20248
|
font-size: var(--Nav-item-fontSize);
|
|
20083
20249
|
line-height: var(--Nav-Item-height);
|
|
20250
|
+
min-height: 10px;
|
|
20084
20251
|
}
|
|
20085
20252
|
.a-Nav-horizontal {
|
|
20086
20253
|
line-height: var(--Nav-Item-height--horizontal);
|
|
@@ -20196,13 +20363,14 @@ input[type=button].a-Button--block {
|
|
|
20196
20363
|
min-width: var(--Page-aside-width);
|
|
20197
20364
|
max-width: var(--Page-aside-maxWidth);
|
|
20198
20365
|
}
|
|
20366
|
+
|
|
20199
20367
|
.a-Page--withSidebar {
|
|
20200
20368
|
display: flex;
|
|
20201
20369
|
flex-direction: row;
|
|
20202
20370
|
align-items: stretch;
|
|
20203
20371
|
}
|
|
20204
20372
|
.a-Page--withSidebar > .a-Page-content,
|
|
20205
|
-
|
|
20373
|
+
.a-Page--withSidebar > .a-PullRefresh {
|
|
20206
20374
|
width: 0;
|
|
20207
20375
|
flex-grow: 1;
|
|
20208
20376
|
}
|
|
@@ -20618,9 +20786,6 @@ input[type=button].a-Button--block {
|
|
|
20618
20786
|
box-shadow: none;
|
|
20619
20787
|
margin: 0 calc(var(--Panel-body-paddingTop) * -1) calc(var(--Panel-marginBottom) / 2);
|
|
20620
20788
|
}
|
|
20621
|
-
.a-Panel--form .a-Panel-body {
|
|
20622
|
-
padding: 0 var(--gap-md) var(--gap-md);
|
|
20623
|
-
}
|
|
20624
20789
|
.a-Panel--form > .a-Panel-heading {
|
|
20625
20790
|
background: none;
|
|
20626
20791
|
border: none;
|
|
@@ -20819,6 +20984,7 @@ input[type=button].a-Button--block {
|
|
|
20819
20984
|
position: relative;
|
|
20820
20985
|
display: inline-flex;
|
|
20821
20986
|
vertical-align: middle;
|
|
20987
|
+
flex-wrap: wrap;
|
|
20822
20988
|
}
|
|
20823
20989
|
.a-ButtonGroup > .a-Button {
|
|
20824
20990
|
position: relative;
|
|
@@ -21014,10 +21180,6 @@ input[type=button].a-Button--block {
|
|
|
21014
21180
|
-webkit-text-decoration: var(--link-decoration);
|
|
21015
21181
|
text-decoration: var(--link-decoration);
|
|
21016
21182
|
}
|
|
21017
|
-
.a-DropDown-menuItem:hover, .a-DropDown-menu > li:hover {
|
|
21018
|
-
background: var(--DropDown-menuItem-onHover-bg);
|
|
21019
|
-
color: var(--DropDown-menuItem-onHover-color);
|
|
21020
|
-
}
|
|
21021
21183
|
.a-DropDown-menuItem.is-active, .a-DropDown-menu > li.is-active {
|
|
21022
21184
|
background: var(--DropDown-menuItem-onHover-bg);
|
|
21023
21185
|
color: var(--DropDown-menuItem-onActive-color);
|
|
@@ -21055,6 +21217,10 @@ input[type=button].a-Button--block {
|
|
|
21055
21217
|
.a-DropDown-menuItem.a-DropDown-groupTitle ~ .a-DropDown-button, .a-DropDown-menu > li.a-DropDown-groupTitle ~ .a-DropDown-button {
|
|
21056
21218
|
padding-left: var(--gap-lg);
|
|
21057
21219
|
}
|
|
21220
|
+
.a-DropDown-menuItem:hover, .a-DropDown-menu:not(.is-mobile) > li:hover {
|
|
21221
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
|
21222
|
+
color: var(--DropDown-menuItem-onHover-color);
|
|
21223
|
+
}
|
|
21058
21224
|
.a-DropDown-menu > li a {
|
|
21059
21225
|
color: inherit;
|
|
21060
21226
|
display: block;
|
|
@@ -21172,7 +21338,8 @@ input[type=button].a-Button--block {
|
|
|
21172
21338
|
.a-CalendarMobile {
|
|
21173
21339
|
height: 100%;
|
|
21174
21340
|
width: 100%;
|
|
21175
|
-
overflow: scroll;
|
|
21341
|
+
overflow-y: scroll;
|
|
21342
|
+
overflow-x: hidden;
|
|
21176
21343
|
}
|
|
21177
21344
|
.a-CalendarMobile-pop {
|
|
21178
21345
|
position: fixed;
|
|
@@ -21185,11 +21352,19 @@ input[type=button].a-Button--block {
|
|
|
21185
21352
|
overflow: hidden;
|
|
21186
21353
|
border-width: 0;
|
|
21187
21354
|
}
|
|
21355
|
+
.a-CalendarMobile-pop--quarters, .a-CalendarMobile-pop--months {
|
|
21356
|
+
height: 25rem;
|
|
21357
|
+
}
|
|
21188
21358
|
.a-CalendarMobile-pop--time {
|
|
21189
|
-
height:
|
|
21190
|
-
height: fit-content;
|
|
21359
|
+
height: 22.5rem;
|
|
21191
21360
|
max-height: 90vh;
|
|
21192
21361
|
}
|
|
21362
|
+
.a-CalendarMobile-pop--time .a-PopUp-content {
|
|
21363
|
+
overflow: hidden;
|
|
21364
|
+
}
|
|
21365
|
+
.a-CalendarMobile-pop--years {
|
|
21366
|
+
height: 22.5rem;
|
|
21367
|
+
}
|
|
21193
21368
|
.a-CalendarMobile-wrap {
|
|
21194
21369
|
display: flex;
|
|
21195
21370
|
flex-direction: column;
|
|
@@ -21255,6 +21430,7 @@ input[type=button].a-Button--block {
|
|
|
21255
21430
|
overflow-y: scroll;
|
|
21256
21431
|
}
|
|
21257
21432
|
.a-CalendarMobile-body table {
|
|
21433
|
+
padding: 0;
|
|
21258
21434
|
border-spacing: 0 0.25rem;
|
|
21259
21435
|
}
|
|
21260
21436
|
.a-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
|
@@ -21281,14 +21457,15 @@ input[type=button].a-Button--block {
|
|
|
21281
21457
|
background: transparent;
|
|
21282
21458
|
}
|
|
21283
21459
|
.a-CalendarMobile-body .calendar-wrap {
|
|
21284
|
-
position: relative;
|
|
21285
21460
|
width: 3.125rem;
|
|
21461
|
+
position: relative;
|
|
21286
21462
|
height: 100%;
|
|
21287
21463
|
text-align: center;
|
|
21288
21464
|
display: inline-flex;
|
|
21289
21465
|
align-items: center;
|
|
21290
21466
|
justify-content: center;
|
|
21291
21467
|
border-radius: 0.25rem;
|
|
21468
|
+
padding: 0 0.625rem;
|
|
21292
21469
|
}
|
|
21293
21470
|
.a-CalendarMobile-embed .a-CalendarMobile-body .calendar-wrap {
|
|
21294
21471
|
width: auto;
|
|
@@ -21298,6 +21475,7 @@ input[type=button].a-Button--block {
|
|
|
21298
21475
|
flex-shrink: 0;
|
|
21299
21476
|
}
|
|
21300
21477
|
.a-CalendarMobile-footer .date-range-confirm {
|
|
21478
|
+
width: 100%;
|
|
21301
21479
|
height: 2.25rem;
|
|
21302
21480
|
margin: 0.4375rem 0;
|
|
21303
21481
|
border-radius: var(--borderRadiusMd);
|
|
@@ -21305,13 +21483,6 @@ input[type=button].a-Button--block {
|
|
|
21305
21483
|
justify-content: center;
|
|
21306
21484
|
align-items: center;
|
|
21307
21485
|
}
|
|
21308
|
-
.a-CalendarMobile-footer .is-disabled {
|
|
21309
|
-
opacity: 0.5;
|
|
21310
|
-
color: var(--Button--primary-color);
|
|
21311
|
-
background: var(--Button--primary-bg);
|
|
21312
|
-
border-color: var(--Button--primary-bg);
|
|
21313
|
-
filter: none;
|
|
21314
|
-
}
|
|
21315
21486
|
.a-CalendarMobile-footer-toolbar {
|
|
21316
21487
|
padding: 0 1rem;
|
|
21317
21488
|
}
|
|
@@ -21325,11 +21496,11 @@ input[type=button].a-Button--block {
|
|
|
21325
21496
|
line-height: 3rem;
|
|
21326
21497
|
}
|
|
21327
21498
|
.a-CalendarMobile-footer .a-DateRangePicker-rangers {
|
|
21328
|
-
|
|
21499
|
+
padding-left: revert;
|
|
21329
21500
|
white-space: nowrap;
|
|
21330
|
-
|
|
21331
|
-
|
|
21332
|
-
|
|
21501
|
+
line-height: inherit;
|
|
21502
|
+
display: flex;
|
|
21503
|
+
justify-content: space-between;
|
|
21333
21504
|
}
|
|
21334
21505
|
.a-CalendarMobile-footer .a-DatePicker-shortcuts {
|
|
21335
21506
|
width: auto;
|
|
@@ -21467,6 +21638,15 @@ input[type=button].a-Button--block {
|
|
|
21467
21638
|
background: var(--Collapse-header-onHover-bg);
|
|
21468
21639
|
color: var(--collapse-default-header-hover-color);
|
|
21469
21640
|
}
|
|
21641
|
+
.a-Collapse-header.is-mobile {
|
|
21642
|
+
background: none;
|
|
21643
|
+
border-radius: 0 !important;
|
|
21644
|
+
position: relative;
|
|
21645
|
+
padding-left: 0;
|
|
21646
|
+
}
|
|
21647
|
+
.a-Collapse-header.is-mobile:hover {
|
|
21648
|
+
background: none;
|
|
21649
|
+
}
|
|
21470
21650
|
.a-Collapse .Collapse-arrow {
|
|
21471
21651
|
content: var(--collapse-icon-icon);
|
|
21472
21652
|
}
|
|
@@ -21540,6 +21720,24 @@ input[type=button].a-Button--block {
|
|
|
21540
21720
|
line-height: var(--collapse-default-content-lineHeight);
|
|
21541
21721
|
background: var(--collapse-default-bg-color);
|
|
21542
21722
|
}
|
|
21723
|
+
.a-Collapse.is-mobile {
|
|
21724
|
+
border-top: none;
|
|
21725
|
+
border-left: none;
|
|
21726
|
+
border-right: none;
|
|
21727
|
+
}
|
|
21728
|
+
.a-Collapse.is-mobile:last-child {
|
|
21729
|
+
border-bottom: none;
|
|
21730
|
+
}
|
|
21731
|
+
.a-Collapse.is-mobile .a-Collapse-icon-tranform,
|
|
21732
|
+
.a-Collapse.is-mobile .a-Collapse-arrow-wrap {
|
|
21733
|
+
margin-right: -1.125rem;
|
|
21734
|
+
float: right;
|
|
21735
|
+
margin-top: 0.125rem;
|
|
21736
|
+
}
|
|
21737
|
+
.a-Collapse.is-mobile .a-Collapse-content {
|
|
21738
|
+
padding-left: 0;
|
|
21739
|
+
padding-right: 0;
|
|
21740
|
+
}
|
|
21543
21741
|
.a-Form .a-Collapse {
|
|
21544
21742
|
border: none;
|
|
21545
21743
|
}
|
|
@@ -21574,7 +21772,7 @@ input[type=button].a-Button--block {
|
|
|
21574
21772
|
.a-CollapseGroup .a-Collapse:first-child:nth-last-child(1) > .a-Collapse-header {
|
|
21575
21773
|
border-radius: 4px;
|
|
21576
21774
|
}
|
|
21577
|
-
.a-CollapseGroup .a-Collapse:not(:last-child) {
|
|
21775
|
+
.a-CollapseGroup .a-Collapse:not(:last-child):not(.is-mobile) {
|
|
21578
21776
|
border-bottom: none;
|
|
21579
21777
|
}
|
|
21580
21778
|
.a-CollapseGroup.icon-position-right .a-Collapse-header .a-Collapse-arrow-wrap {
|
|
@@ -21584,6 +21782,9 @@ input[type=button].a-Button--block {
|
|
|
21584
21782
|
.a-CollapseGroup.icon-position-right .a-Collapse-header .a-Collapse-icon-tranform {
|
|
21585
21783
|
float: right;
|
|
21586
21784
|
}
|
|
21785
|
+
.a-CollapseGroup.is-mobile.icon-position-right .a-Collapse-header .a-Collapse-arrow-wrap {
|
|
21786
|
+
margin-right: -1.125rem;
|
|
21787
|
+
}
|
|
21587
21788
|
.a-ColorField {
|
|
21588
21789
|
display: inline-block;
|
|
21589
21790
|
}
|
|
@@ -21600,6 +21801,9 @@ input[type=button].a-Button--block {
|
|
|
21600
21801
|
margin-left: 10px;
|
|
21601
21802
|
vertical-align: middle;
|
|
21602
21803
|
}
|
|
21804
|
+
.a-ConditionBuilderControl.is-mobile {
|
|
21805
|
+
overflow-x: auto;
|
|
21806
|
+
}
|
|
21603
21807
|
.a-CBGroup {
|
|
21604
21808
|
font-size: var(--fontSizeSm);
|
|
21605
21809
|
position: relative;
|
|
@@ -21758,6 +21962,7 @@ input[type=button].a-Button--block {
|
|
|
21758
21962
|
width: 0.625rem;
|
|
21759
21963
|
height: 0.625rem;
|
|
21760
21964
|
top: 0;
|
|
21965
|
+
transform: rotate(90deg);
|
|
21761
21966
|
}
|
|
21762
21967
|
.a-CBGroup-fieldInput.is-active .a-CBGroup-fieldCaret, .a-CBGroup-operatorInput.is-active .a-CBGroup-operatorCaret {
|
|
21763
21968
|
transform: rotate(180deg);
|
|
@@ -21860,7 +22065,12 @@ input[type=button].a-Button--block {
|
|
|
21860
22065
|
.a-CBGroupOrItem > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-group > .a-CBGroupOrItem-dragbar, .a-CBGroupOrItem > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-item > .a-CBGroupOrItem-dragbar, .a-CBGroupOrItem > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-item > .a-CBDelete {
|
|
21861
22066
|
opacity: 0;
|
|
21862
22067
|
}
|
|
21863
|
-
.a-CBGroupOrItem:
|
|
22068
|
+
.a-CBGroupOrItem:is(.is-mobile) > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-group > .a-CBGroupOrItem-dragbar,
|
|
22069
|
+
.a-CBGroupOrItem:is(.is-mobile) > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-item > .a-CBGroupOrItem-dragbar,
|
|
22070
|
+
.a-CBGroupOrItem:is(.is-mobile) > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-item > .a-CBDelete {
|
|
22071
|
+
opacity: 1;
|
|
22072
|
+
}
|
|
22073
|
+
.a-CBGroupOrItem:not(.is-mobile):hover > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-item > .a-CBGroupOrItem-dragbar, .a-CBGroupOrItem:not(.is-mobile):hover > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-item > .a-CBDelete {
|
|
21864
22074
|
opacity: 1;
|
|
21865
22075
|
}
|
|
21866
22076
|
.a-CBGroupOrItem-simple {
|
|
@@ -22351,9 +22561,7 @@ input[type=button].a-Button--block {
|
|
|
22351
22561
|
-webkit-user-select: none;
|
|
22352
22562
|
-moz-user-select: none;
|
|
22353
22563
|
user-select: none;
|
|
22354
|
-
line-height: calc(
|
|
22355
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22356
|
-
);
|
|
22564
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22357
22565
|
display: inline-block;
|
|
22358
22566
|
font-size: var(--Pick-base-value-fontSize);
|
|
22359
22567
|
color: var(--Pick-base-value-color);
|
|
@@ -22403,6 +22611,9 @@ input[type=button].a-Button--block {
|
|
|
22403
22611
|
display: inline-flex;
|
|
22404
22612
|
align-items: center;
|
|
22405
22613
|
}
|
|
22614
|
+
.a-Crud-toolbar-item.is-mobile {
|
|
22615
|
+
margin-top: 0;
|
|
22616
|
+
}
|
|
22406
22617
|
.a-Crud-toolbar-item--left:not(:first-child) {
|
|
22407
22618
|
margin-left: var(--Crud-toolbar-gap);
|
|
22408
22619
|
}
|
|
@@ -22438,6 +22649,9 @@ input[type=button].a-Button--block {
|
|
|
22438
22649
|
.a-Crud-filter {
|
|
22439
22650
|
margin-bottom: var(--gap-base);
|
|
22440
22651
|
}
|
|
22652
|
+
.a-Crud.is-mobile .a-Crud-toolbar {
|
|
22653
|
+
flex: 1;
|
|
22654
|
+
}
|
|
22441
22655
|
@media (min-width: 576px) {
|
|
22442
22656
|
.a-Crud-toolbar {
|
|
22443
22657
|
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
|
@@ -22469,7 +22683,7 @@ input[type=button].a-Button--block {
|
|
|
22469
22683
|
float: right;
|
|
22470
22684
|
}
|
|
22471
22685
|
.a-Crud-actions > * + .a-Button,
|
|
22472
|
-
|
|
22686
|
+
.a-Crud-actions > * + .a-Button--disabled-wrap {
|
|
22473
22687
|
margin-left: var(--Crud-toolbar-gap);
|
|
22474
22688
|
}
|
|
22475
22689
|
}
|
|
@@ -22490,9 +22704,7 @@ input[type=button].a-Button--block {
|
|
|
22490
22704
|
-webkit-user-select: none;
|
|
22491
22705
|
-moz-user-select: none;
|
|
22492
22706
|
user-select: none;
|
|
22493
|
-
line-height: calc(
|
|
22494
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22495
|
-
);
|
|
22707
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22496
22708
|
display: inline-block;
|
|
22497
22709
|
font-size: var(--Pick-base-value-fontSize);
|
|
22498
22710
|
color: var(--Pick-base-value-color);
|
|
@@ -22603,7 +22815,7 @@ input[type=button].a-Button--block {
|
|
|
22603
22815
|
float: right;
|
|
22604
22816
|
}
|
|
22605
22817
|
.a-Crud-actions > * + .a-Button,
|
|
22606
|
-
|
|
22818
|
+
.a-Crud-actions > * + .a-Button--disabled-wrap {
|
|
22607
22819
|
margin-left: var(--Crud-toolbar-gap);
|
|
22608
22820
|
}
|
|
22609
22821
|
}
|
|
@@ -22685,7 +22897,7 @@ input[type=button].a-Button--block {
|
|
|
22685
22897
|
}
|
|
22686
22898
|
.a-Table-heading {
|
|
22687
22899
|
background: var(--Table-heading-bg);
|
|
22688
|
-
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
22900
|
+
padding: calc( ( var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase) ) / 2 ) var(--gap-sm);
|
|
22689
22901
|
}
|
|
22690
22902
|
.a-Table--unsaved .a-Table-heading {
|
|
22691
22903
|
background: var(--Table--unsaved-heading-bg);
|
|
@@ -22754,6 +22966,9 @@ input[type=button].a-Button--block {
|
|
|
22754
22966
|
display: flex;
|
|
22755
22967
|
align-items: center;
|
|
22756
22968
|
}
|
|
22969
|
+
.a-Table.is-mobile .a-Table-toolbar .a-Form-item {
|
|
22970
|
+
padding: 0;
|
|
22971
|
+
}
|
|
22757
22972
|
.a-Table-header + .a-Table-toolbar {
|
|
22758
22973
|
padding-top: 0;
|
|
22759
22974
|
}
|
|
@@ -23645,6 +23860,14 @@ input[type=button].a-Button--block {
|
|
|
23645
23860
|
.a-Table-table > thead > tr > th.a-TableCell--filterable > .a-TableCell--title {
|
|
23646
23861
|
display: inline-block;
|
|
23647
23862
|
}
|
|
23863
|
+
.a-Table.is-mobile .a-Table-table > tbody > tr:hover, .a-Table.is-mobile .a-Table-table > tbody > tr.is-hovered {
|
|
23864
|
+
background: var(--Table-bg);
|
|
23865
|
+
border-color: var(--Table-borderColor);
|
|
23866
|
+
color: var(--Table-color);
|
|
23867
|
+
}
|
|
23868
|
+
.a-Table.is-mobile .a-Table-table > tbody > tr:hover + tr, .a-Table.is-mobile .a-Table-table > tbody > tr.is-hovered + tr {
|
|
23869
|
+
border-color: var(--Table-borderColor);
|
|
23870
|
+
}
|
|
23648
23871
|
.a-TableCell-sortBtn, .a-TableCell-searchBtn, .a-TableCell-filterBtn {
|
|
23649
23872
|
display: inline-block;
|
|
23650
23873
|
vertical-align: top;
|
|
@@ -23999,7 +24222,7 @@ input[type=button].a-Button--block {
|
|
|
23999
24222
|
padding: var(--table-size-large-paddingTop) var(--table-size-large-paddingRight) var(--table-size-large-paddingBottom) var(--table-size-large-paddingLeft);
|
|
24000
24223
|
}
|
|
24001
24224
|
.a-Table2.a-Table-large .a-TableCell-filterBtn {
|
|
24002
|
-
right: calc(var(--table-size-large-paddingRight) - var(--TableCell-filterBtn-width) / 2);
|
|
24225
|
+
right: calc( var(--table-size-large-paddingRight) - var(--TableCell-filterBtn-width) / 2 );
|
|
24003
24226
|
}
|
|
24004
24227
|
.a-Table2.a-Table-small .a-Table-table > thead > tr > th {
|
|
24005
24228
|
padding: var(--table-size-small-paddingTop) var(--table-size-small-paddingRight) var(--table-size-small-paddingBottom) var(--table-size-small-paddingLeft);
|
|
@@ -24012,7 +24235,7 @@ input[type=button].a-Button--block {
|
|
|
24012
24235
|
padding: var(--table-size-small-paddingTop) var(--table-size-small-paddingRight) var(--table-size-small-paddingBottom) var(--table-size-small-paddingLeft);
|
|
24013
24236
|
}
|
|
24014
24237
|
.a-Table2.a-Table-small .a-TableCell-filterBtn {
|
|
24015
|
-
right: calc(var(--table-size-small-paddingRight) - var(--TableCell-filterBtn-width) / 2);
|
|
24238
|
+
right: calc( var(--table-size-small-paddingRight) - var(--TableCell-filterBtn-width) / 2 );
|
|
24016
24239
|
}
|
|
24017
24240
|
.a-Table2 .a-Table-title,
|
|
24018
24241
|
.a-Table2 .a-Table-footer {
|
|
@@ -24891,15 +25114,15 @@ input[type=button].a-Button--block {
|
|
|
24891
25114
|
background: var(--Table-tree-borderColor);
|
|
24892
25115
|
}
|
|
24893
25116
|
.a-Table2 .a-Table-table > thead > tr > th.a-TableCell--sortable {
|
|
24894
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-sortBtn-width));
|
|
25117
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-sortBtn-width) );
|
|
24895
25118
|
position: relative;
|
|
24896
25119
|
}
|
|
24897
25120
|
.a-Table2 .a-Table-table > thead > tr > th.a-TableCell--searchable {
|
|
24898
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-searchBtn-width));
|
|
25121
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-searchBtn-width) );
|
|
24899
25122
|
position: relative;
|
|
24900
25123
|
}
|
|
24901
25124
|
.a-Table2 .a-Table-table > thead > tr > th.a-TableCell--filterable {
|
|
24902
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-filterBtn-width));
|
|
25125
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-filterBtn-width) );
|
|
24903
25126
|
position: relative;
|
|
24904
25127
|
}
|
|
24905
25128
|
.a-Table2 .a-Table-table > tbody > tr.a-Table-row-disabled {
|
|
@@ -25282,10 +25505,6 @@ input[type=button].a-Button--block {
|
|
|
25282
25505
|
text-decoration: var(--link-decoration);
|
|
25283
25506
|
background: var(--table-togglable-bg-color);
|
|
25284
25507
|
}
|
|
25285
|
-
.a-ColumnToggler-menuItem:hover, .a-ColumnToggler-menu > li:hover {
|
|
25286
|
-
background: var(--table-togglable-hover-bg-color);
|
|
25287
|
-
color: var(--DropDown-menuItem-onHover-color);
|
|
25288
|
-
}
|
|
25289
25508
|
.a-ColumnToggler-menuItem.is-active, .a-ColumnToggler-menu > li.is-active {
|
|
25290
25509
|
color: var(--DropDown-menuItem-onActive-color);
|
|
25291
25510
|
}
|
|
@@ -25304,6 +25523,10 @@ input[type=button].a-Button--block {
|
|
|
25304
25523
|
background: var(--DropDown-menu-borderColor);
|
|
25305
25524
|
padding: 0;
|
|
25306
25525
|
}
|
|
25526
|
+
.a-ColumnToggler-menu:not(.is-mobile) > li:hover {
|
|
25527
|
+
background: var(--table-togglable-hover-bg-color);
|
|
25528
|
+
color: var(--DropDown-menuItem-onHover-color);
|
|
25529
|
+
}
|
|
25307
25530
|
.a-ColumnToggler-menu > li a {
|
|
25308
25531
|
color: inherit;
|
|
25309
25532
|
display: block;
|
|
@@ -25742,26 +25965,32 @@ input[type=button].a-Button--block {
|
|
|
25742
25965
|
-moz-column-count: 12;
|
|
25743
25966
|
column-count: 12;
|
|
25744
25967
|
}
|
|
25968
|
+
|
|
25745
25969
|
.a-Cards--masonrySm2 {
|
|
25746
25970
|
-moz-column-count: 6;
|
|
25747
25971
|
column-count: 6;
|
|
25748
25972
|
}
|
|
25973
|
+
|
|
25749
25974
|
.a-Cards--masonrySm3 {
|
|
25750
25975
|
-moz-column-count: 4;
|
|
25751
25976
|
column-count: 4;
|
|
25752
25977
|
}
|
|
25978
|
+
|
|
25753
25979
|
.a-Cards--masonrySm4 {
|
|
25754
25980
|
-moz-column-count: 3;
|
|
25755
25981
|
column-count: 3;
|
|
25756
25982
|
}
|
|
25983
|
+
|
|
25757
25984
|
.a-Cards--masonrySm6 {
|
|
25758
25985
|
-moz-column-count: 2;
|
|
25759
25986
|
column-count: 2;
|
|
25760
25987
|
}
|
|
25988
|
+
|
|
25761
25989
|
.a-Cards--masonrySm12 {
|
|
25762
25990
|
-moz-column-count: 1;
|
|
25763
25991
|
column-count: 1;
|
|
25764
25992
|
}
|
|
25993
|
+
|
|
25765
25994
|
.a-Cards-toolbar {
|
|
25766
25995
|
display: flex;
|
|
25767
25996
|
flex-wrap: wrap;
|
|
@@ -25772,22 +26001,27 @@ input[type=button].a-Button--block {
|
|
|
25772
26001
|
-moz-column-count: 12;
|
|
25773
26002
|
column-count: 12;
|
|
25774
26003
|
}
|
|
26004
|
+
|
|
25775
26005
|
.a-Cards--masonryMd2 {
|
|
25776
26006
|
-moz-column-count: 6;
|
|
25777
26007
|
column-count: 6;
|
|
25778
26008
|
}
|
|
26009
|
+
|
|
25779
26010
|
.a-Cards--masonryMd3 {
|
|
25780
26011
|
-moz-column-count: 4;
|
|
25781
26012
|
column-count: 4;
|
|
25782
26013
|
}
|
|
26014
|
+
|
|
25783
26015
|
.a-Cards--masonryMd4 {
|
|
25784
26016
|
-moz-column-count: 3;
|
|
25785
26017
|
column-count: 3;
|
|
25786
26018
|
}
|
|
26019
|
+
|
|
25787
26020
|
.a-Cards--masonryMd6 {
|
|
25788
26021
|
-moz-column-count: 2;
|
|
25789
26022
|
column-count: 2;
|
|
25790
26023
|
}
|
|
26024
|
+
|
|
25791
26025
|
.a-Cards--masonryMd12 {
|
|
25792
26026
|
-moz-column-count: 1;
|
|
25793
26027
|
column-count: 1;
|
|
@@ -25798,22 +26032,27 @@ input[type=button].a-Button--block {
|
|
|
25798
26032
|
-moz-column-count: 12;
|
|
25799
26033
|
column-count: 12;
|
|
25800
26034
|
}
|
|
26035
|
+
|
|
25801
26036
|
.a-Cards--masonryLg2 {
|
|
25802
26037
|
-moz-column-count: 6;
|
|
25803
26038
|
column-count: 6;
|
|
25804
26039
|
}
|
|
26040
|
+
|
|
25805
26041
|
.a-Cards--masonryLg3 {
|
|
25806
26042
|
-moz-column-count: 4;
|
|
25807
26043
|
column-count: 4;
|
|
25808
26044
|
}
|
|
26045
|
+
|
|
25809
26046
|
.a-Cards--masonryLg4 {
|
|
25810
26047
|
-moz-column-count: 3;
|
|
25811
26048
|
column-count: 3;
|
|
25812
26049
|
}
|
|
26050
|
+
|
|
25813
26051
|
.a-Cards--masonryLg6 {
|
|
25814
26052
|
-moz-column-count: 2;
|
|
25815
26053
|
column-count: 2;
|
|
25816
26054
|
}
|
|
26055
|
+
|
|
25817
26056
|
.a-Cards--masonryLg12 {
|
|
25818
26057
|
-moz-column-count: 1;
|
|
25819
26058
|
column-count: 1;
|
|
@@ -27009,7 +27248,7 @@ input[type=button].a-Button--block {
|
|
|
27009
27248
|
pointer-events: none;
|
|
27010
27249
|
}
|
|
27011
27250
|
.a-ImageGallery-prevList:hover, .a-ImageGallery-nextList:hover {
|
|
27012
|
-
background:
|
|
27251
|
+
background: black;
|
|
27013
27252
|
color: #fff;
|
|
27014
27253
|
}
|
|
27015
27254
|
.a-ImageGallery-itemsWrap {
|
|
@@ -27413,6 +27652,23 @@ input[type=button].a-Button--block {
|
|
|
27413
27652
|
.a-InputBox.is-active .a-InputBox-caret {
|
|
27414
27653
|
transform: rotate(180deg);
|
|
27415
27654
|
}
|
|
27655
|
+
.a-InputBox.is-mobile {
|
|
27656
|
+
border: none;
|
|
27657
|
+
border-radius: 0;
|
|
27658
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
27659
|
+
}
|
|
27660
|
+
.a-InputBox.is-mobile.is-error, .is-error > .a-InputBox.is-mobile {
|
|
27661
|
+
border-bottom-color: var(--Form-input-onError-borderColor);
|
|
27662
|
+
}
|
|
27663
|
+
.a-InputBox.is-mobile.is-focused {
|
|
27664
|
+
border-bottom-color: var(--Form-input-onFocused-borderColor);
|
|
27665
|
+
}
|
|
27666
|
+
.a-InputBox.is-mobile.is-error.is-focused {
|
|
27667
|
+
border-bottom-color: var(--Form-input-onError-borderColor);
|
|
27668
|
+
}
|
|
27669
|
+
.a-InputBox.is-mobile.is-disabled {
|
|
27670
|
+
border-bottom-color: var(--Form-input-onDisabled-borderColor);
|
|
27671
|
+
}
|
|
27416
27672
|
.a-JSONSchemaMember {
|
|
27417
27673
|
display: flex;
|
|
27418
27674
|
flex-direction: row;
|
|
@@ -27437,6 +27693,18 @@ input[type=button].a-Button--block {
|
|
|
27437
27693
|
align-items: center;
|
|
27438
27694
|
color: var(--Form-input-color);
|
|
27439
27695
|
}
|
|
27696
|
+
.a-JSONSchemaMember-key.is-mobile > span {
|
|
27697
|
+
border-radius: 0;
|
|
27698
|
+
border: none;
|
|
27699
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
27700
|
+
}
|
|
27701
|
+
.a-JSONSchemaMember-key.is-mobile .a-InputBox {
|
|
27702
|
+
height: 100%;
|
|
27703
|
+
line-height: 1;
|
|
27704
|
+
}
|
|
27705
|
+
.a-JSONSchemaMember-key.is-mobile .a-InputBox > .a-InputBox-caret svg {
|
|
27706
|
+
top: 0.125em;
|
|
27707
|
+
}
|
|
27440
27708
|
.a-JSONSchemaMember-value {
|
|
27441
27709
|
flex: 1;
|
|
27442
27710
|
margin-left: auto;
|
|
@@ -27517,6 +27785,10 @@ input[type=button].a-Button--block {
|
|
|
27517
27785
|
left: -33px;
|
|
27518
27786
|
border-top: dashed 1px var(--icon-color);
|
|
27519
27787
|
}
|
|
27788
|
+
.a-JSONSchemaObject.is-mobile .a-Number {
|
|
27789
|
+
border-radius: 0;
|
|
27790
|
+
border-bottom: var(--Number-borderWidth) solid var(--Form-input-borderColor);
|
|
27791
|
+
}
|
|
27520
27792
|
.a-SchemaEditorProps {
|
|
27521
27793
|
width: 100%;
|
|
27522
27794
|
}
|
|
@@ -27880,7 +28152,7 @@ input[type=button].a-Button--block {
|
|
|
27880
28152
|
align-items: center;
|
|
27881
28153
|
overflow-x: hidden;
|
|
27882
28154
|
overflow-y: auto;
|
|
27883
|
-
max-height: calc((var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5);
|
|
28155
|
+
max-height: calc( (var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5 );
|
|
27884
28156
|
}
|
|
27885
28157
|
.a-ResultBox-overflow.a-Tooltip--dark .a-ResultBox-overflow-wrapper .a-ResultBox-value {
|
|
27886
28158
|
color: var(--white);
|
|
@@ -27900,6 +28172,9 @@ input[type=button].a-Button--block {
|
|
|
27900
28172
|
border: none;
|
|
27901
28173
|
justify-content: flex-end;
|
|
27902
28174
|
}
|
|
28175
|
+
.a-ResultBox.is-mobile.is-focused, .a-ResultBox.is-mobile:hover {
|
|
28176
|
+
border: none !important;
|
|
28177
|
+
}
|
|
27903
28178
|
.a-ResultBox.is-mobile .a-ResultBox-clear {
|
|
27904
28179
|
padding: var(--Form-input-clearBtn-padding);
|
|
27905
28180
|
cursor: pointer;
|
|
@@ -28060,6 +28335,11 @@ input[type=button].a-Button--block {
|
|
|
28060
28335
|
background: var(--SearchBox-enhonce-disabled-color);
|
|
28061
28336
|
color: var(--SearchBox-enhonce-disabled-search-color);
|
|
28062
28337
|
}
|
|
28338
|
+
.a-SearchBox.is-mobile {
|
|
28339
|
+
border-radius: 0;
|
|
28340
|
+
border: none;
|
|
28341
|
+
border-bottom: var(--borderWidth) solid var(--borderColor);
|
|
28342
|
+
}
|
|
28063
28343
|
.a-SearchBox-history > .is-history {
|
|
28064
28344
|
width: 100%;
|
|
28065
28345
|
}
|
|
@@ -28111,7 +28391,7 @@ input[type=button].a-Button--block {
|
|
|
28111
28391
|
padding: 0 var(--gap-md);
|
|
28112
28392
|
overflow-x: hidden;
|
|
28113
28393
|
overflow-y: auto;
|
|
28114
|
-
max-height: calc(var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2);
|
|
28394
|
+
max-height: calc( var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2 );
|
|
28115
28395
|
}
|
|
28116
28396
|
.a-SearchBox-history .a-SearchBox-history-tag {
|
|
28117
28397
|
display: inlin-flex;
|
|
@@ -28165,7 +28445,7 @@ input[type=button].a-Button--block {
|
|
|
28165
28445
|
.a-ListMenu-groupLabel {
|
|
28166
28446
|
font-size: var(--fontSizeXs);
|
|
28167
28447
|
color: var(--text--muted-color);
|
|
28168
|
-
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));
|
|
28448
|
+
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));
|
|
28169
28449
|
}
|
|
28170
28450
|
.a-ListMenu-group:not(:first-child) > .a-ListMenu-groupLabel {
|
|
28171
28451
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
|
@@ -28177,7 +28457,7 @@ input[type=button].a-Button--block {
|
|
|
28177
28457
|
line-height: var(--Form-input-lineHeight);
|
|
28178
28458
|
font-size: var(--Form-input-fontSize);
|
|
28179
28459
|
cursor: pointer;
|
|
28180
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28460
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
28181
28461
|
}
|
|
28182
28462
|
.a-ListMenu-item.is-active {
|
|
28183
28463
|
color: var(--ListMenu-item--onActive-color);
|
|
@@ -28198,7 +28478,40 @@ input[type=button].a-Button--block {
|
|
|
28198
28478
|
line-height: var(--Form-input-lineHeight);
|
|
28199
28479
|
font-size: var(--Form-input-fontSize);
|
|
28200
28480
|
cursor: pointer;
|
|
28201
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28481
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
28482
|
+
}
|
|
28483
|
+
.a-ListMenu.is-mobile {
|
|
28484
|
+
display: flex;
|
|
28485
|
+
flex-wrap: wrap;
|
|
28486
|
+
}
|
|
28487
|
+
.a-ListMenu.is-mobile .a-ListMenu-item {
|
|
28488
|
+
width: calc((100vw - var(--ListMenu-item-mobile-margin) * 7) / 3);
|
|
28489
|
+
display: inline-flex;
|
|
28490
|
+
background: var(--ListMenu-item-mobile-bg);
|
|
28491
|
+
margin: var(--ListMenu-item-mobile-margin);
|
|
28492
|
+
}
|
|
28493
|
+
.a-ListMenu.is-mobile .a-ListMenu-item.is-active {
|
|
28494
|
+
background: var(--ListMenu-item-mobile-active-bg);
|
|
28495
|
+
}
|
|
28496
|
+
.a-ListMenu.is-mobile .a-ListMenu-item .a-ListMenu-itemLabel {
|
|
28497
|
+
white-space: nowrap;
|
|
28498
|
+
overflow: hidden;
|
|
28499
|
+
text-overflow: ellipsis;
|
|
28500
|
+
}
|
|
28501
|
+
.a-ListMenu-add-wrap {
|
|
28502
|
+
display: flex;
|
|
28503
|
+
align-items: center;
|
|
28504
|
+
margin: var(--ListMenu-item-mobile-margin);
|
|
28505
|
+
text-align: left;
|
|
28506
|
+
}
|
|
28507
|
+
.a-ListMenu-add-wrap .a-ResultBox {
|
|
28508
|
+
width: 100%;
|
|
28509
|
+
}
|
|
28510
|
+
.a-ListMenu-add-wrap input {
|
|
28511
|
+
width: 100%;
|
|
28512
|
+
padding: var(--Form-item-mobile-gap) 0;
|
|
28513
|
+
border-bottom: 1px solid var(--borderColor);
|
|
28514
|
+
border-radius: 0;
|
|
28202
28515
|
}
|
|
28203
28516
|
.a-PopOver > .a-ListMenu {
|
|
28204
28517
|
border-color: var(--listMenu--onActive-borderColor);
|
|
@@ -28861,6 +29174,9 @@ fieldset.a-Collapse--lg > legend, fieldset.a-Collapse--md > legend, fieldset.a-C
|
|
|
28861
29174
|
background: var(--Fieldset-legend-bgColor);
|
|
28862
29175
|
border-left: 0 !important;
|
|
28863
29176
|
}
|
|
29177
|
+
fieldset.a-Collapse--lg > legend.a-Collapse-header.is-mobile, fieldset.a-Collapse--md > legend.a-Collapse-header.is-mobile, fieldset.a-Collapse--base > legend.a-Collapse-header.is-mobile, fieldset.a-Collapse--sm > legend.a-Collapse-header.is-mobile, fieldset.a-Collapse--xs > legend.a-Collapse-header.is-mobile {
|
|
29178
|
+
position: absolute;
|
|
29179
|
+
}
|
|
28864
29180
|
fieldset.a-Collapse--lg .collapse, fieldset.a-Collapse--md .collapse, fieldset.a-Collapse--base .collapse, fieldset.a-Collapse--sm .collapse, fieldset.a-Collapse--xs .collapse {
|
|
28865
29181
|
position: relative;
|
|
28866
29182
|
}
|
|
@@ -28973,6 +29289,13 @@ fieldset.a-Collapse--lg > legend:hover {
|
|
|
28973
29289
|
fieldset.a-Collapse--lg:after {
|
|
28974
29290
|
top: calc(var(--fieldSet-size-lg-fontSize) / 2);
|
|
28975
29291
|
}
|
|
29292
|
+
fieldset.a-Collapse .a-Collapse-header.is-mobile {
|
|
29293
|
+
padding-left: var(--gap-xs) !important;
|
|
29294
|
+
padding-right: 1.125rem;
|
|
29295
|
+
}
|
|
29296
|
+
fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
29297
|
+
background: var(--white);
|
|
29298
|
+
}
|
|
28976
29299
|
.a-Form-groupColumn {
|
|
28977
29300
|
margin-bottom: var(--gap-sm);
|
|
28978
29301
|
}
|
|
@@ -29007,7 +29330,7 @@ fieldset.a-Collapse--lg:after {
|
|
|
29007
29330
|
margin-right: 0;
|
|
29008
29331
|
}
|
|
29009
29332
|
.a-Form-group--hor > .a-Form-item,
|
|
29010
|
-
|
|
29333
|
+
.a-Form-group--hor > div > .a-Form-item {
|
|
29011
29334
|
margin-bottom: 0;
|
|
29012
29335
|
}
|
|
29013
29336
|
.a-Form-group--hor .a-Form-input > .a-Form-group {
|
|
@@ -29045,6 +29368,7 @@ fieldset.a-Collapse--lg:after {
|
|
|
29045
29368
|
padding-left: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
29046
29369
|
padding-right: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
29047
29370
|
}
|
|
29371
|
+
|
|
29048
29372
|
.a-Form-groupColumn {
|
|
29049
29373
|
flex-basis: 0;
|
|
29050
29374
|
flex-grow: 1;
|
|
@@ -29052,66 +29376,79 @@ fieldset.a-Collapse--lg:after {
|
|
|
29052
29376
|
max-width: 100%;
|
|
29053
29377
|
margin-bottom: 0;
|
|
29054
29378
|
}
|
|
29379
|
+
|
|
29055
29380
|
.a-Form-groupColumn--1 {
|
|
29056
29381
|
flex: 0 0 8.3333333333%;
|
|
29057
29382
|
max-width: 8.3333333333%;
|
|
29058
29383
|
min-height: 1px;
|
|
29059
29384
|
}
|
|
29385
|
+
|
|
29060
29386
|
.a-Form-groupColumn--2 {
|
|
29061
29387
|
flex: 0 0 16.6666666667%;
|
|
29062
29388
|
max-width: 16.6666666667%;
|
|
29063
29389
|
min-height: 1px;
|
|
29064
29390
|
}
|
|
29391
|
+
|
|
29065
29392
|
.a-Form-groupColumn--3 {
|
|
29066
29393
|
flex: 0 0 25%;
|
|
29067
29394
|
max-width: 25%;
|
|
29068
29395
|
min-height: 1px;
|
|
29069
29396
|
}
|
|
29397
|
+
|
|
29070
29398
|
.a-Form-groupColumn--4 {
|
|
29071
29399
|
flex: 0 0 33.3333333333%;
|
|
29072
29400
|
max-width: 33.3333333333%;
|
|
29073
29401
|
min-height: 1px;
|
|
29074
29402
|
}
|
|
29403
|
+
|
|
29075
29404
|
.a-Form-groupColumn--5 {
|
|
29076
29405
|
flex: 0 0 41.6666666667%;
|
|
29077
29406
|
max-width: 41.6666666667%;
|
|
29078
29407
|
min-height: 1px;
|
|
29079
29408
|
}
|
|
29409
|
+
|
|
29080
29410
|
.a-Form-groupColumn--6 {
|
|
29081
29411
|
flex: 0 0 50%;
|
|
29082
29412
|
max-width: 50%;
|
|
29083
29413
|
min-height: 1px;
|
|
29084
29414
|
}
|
|
29415
|
+
|
|
29085
29416
|
.a-Form-groupColumn--7 {
|
|
29086
29417
|
flex: 0 0 58.3333333333%;
|
|
29087
29418
|
max-width: 58.3333333333%;
|
|
29088
29419
|
min-height: 1px;
|
|
29089
29420
|
}
|
|
29421
|
+
|
|
29090
29422
|
.a-Form-groupColumn--8 {
|
|
29091
29423
|
flex: 0 0 66.6666666667%;
|
|
29092
29424
|
max-width: 66.6666666667%;
|
|
29093
29425
|
min-height: 1px;
|
|
29094
29426
|
}
|
|
29427
|
+
|
|
29095
29428
|
.a-Form-groupColumn--9 {
|
|
29096
29429
|
flex: 0 0 75%;
|
|
29097
29430
|
max-width: 75%;
|
|
29098
29431
|
min-height: 1px;
|
|
29099
29432
|
}
|
|
29433
|
+
|
|
29100
29434
|
.a-Form-groupColumn--10 {
|
|
29101
29435
|
flex: 0 0 83.3333333333%;
|
|
29102
29436
|
max-width: 83.3333333333%;
|
|
29103
29437
|
min-height: 1px;
|
|
29104
29438
|
}
|
|
29439
|
+
|
|
29105
29440
|
.a-Form-groupColumn--11 {
|
|
29106
29441
|
flex: 0 0 91.6666666667%;
|
|
29107
29442
|
max-width: 91.6666666667%;
|
|
29108
29443
|
min-height: 1px;
|
|
29109
29444
|
}
|
|
29445
|
+
|
|
29110
29446
|
.a-Form-groupColumn--12 {
|
|
29111
29447
|
flex: 0 0 100%;
|
|
29112
29448
|
max-width: 100%;
|
|
29113
29449
|
min-height: 1px;
|
|
29114
29450
|
}
|
|
29451
|
+
|
|
29115
29452
|
.a-Form-groupColumn--auto {
|
|
29116
29453
|
flex: 0 0 auto;
|
|
29117
29454
|
width: auto;
|
|
@@ -29133,7 +29470,7 @@ fieldset.a-Collapse--lg:after {
|
|
|
29133
29470
|
.a-InputGroup-addOn {
|
|
29134
29471
|
background: var(--InputGroup-addOn-bg);
|
|
29135
29472
|
border: var(--InputGroup-addOn-borderWidth) solid var(--InputGroup-addOn-borderColor);
|
|
29136
|
-
line-height: calc(var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2);
|
|
29473
|
+
line-height: calc( var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2 );
|
|
29137
29474
|
height: var(--InputGroup-height);
|
|
29138
29475
|
box-sizing: border-box;
|
|
29139
29476
|
padding: var(--InputGroup-paddingY) var(--InputGroup-paddingX);
|
|
@@ -29231,6 +29568,9 @@ fieldset.a-Collapse--lg:after {
|
|
|
29231
29568
|
.a-InputGroup .a-Form-static {
|
|
29232
29569
|
margin-right: var(--gap-xs);
|
|
29233
29570
|
}
|
|
29571
|
+
.a-InputGroup.is-mobile .a-Form-control {
|
|
29572
|
+
display: inline-flex;
|
|
29573
|
+
}
|
|
29234
29574
|
.a-InputGroup:not(.is-inline) {
|
|
29235
29575
|
display: flex;
|
|
29236
29576
|
}
|
|
@@ -29319,7 +29659,7 @@ fieldset.a-Collapse--lg:after {
|
|
|
29319
29659
|
color: var(--text--muted-color);
|
|
29320
29660
|
}
|
|
29321
29661
|
.a-TextControl-spinner {
|
|
29322
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
29662
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29323
29663
|
}
|
|
29324
29664
|
.a-TextControl-clear {
|
|
29325
29665
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -29528,24 +29868,19 @@ fieldset.a-Collapse--lg:after {
|
|
|
29528
29868
|
.a-TextControl-input--withAC input {
|
|
29529
29869
|
width: auto;
|
|
29530
29870
|
}
|
|
29531
|
-
.a-TextControl-
|
|
29532
|
-
|
|
29871
|
+
.a-TextControl-popover {
|
|
29872
|
+
margin-top: 0.25rem;
|
|
29533
29873
|
background: var(--Form-select-menu-bg);
|
|
29534
29874
|
color: var(--Form-select-menu-color);
|
|
29535
29875
|
border-radius: 0.125rem;
|
|
29536
29876
|
box-shadow: var(--menu-box-shadow);
|
|
29537
|
-
|
|
29538
|
-
|
|
29539
|
-
top: calc(100% + 0.25rem);
|
|
29540
|
-
z-index: 10;
|
|
29877
|
+
}
|
|
29878
|
+
.a-TextControl-sugs {
|
|
29541
29879
|
max-height: 18.75rem;
|
|
29542
29880
|
overflow: auto;
|
|
29543
29881
|
}
|
|
29544
29882
|
.a-TextControl-sugItem {
|
|
29545
|
-
padding: calc((
|
|
29546
|
-
var(--Form-selectOption-height) - var(--Form-input-lineHeight) *
|
|
29547
|
-
var(--Form-input-fontSize) - 0.125rem
|
|
29548
|
-
) / 2) 0.75rem;
|
|
29883
|
+
padding: calc( ( var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem ) / 2 ) 0.75rem;
|
|
29549
29884
|
}
|
|
29550
29885
|
.a-TextControl-sugItem svg {
|
|
29551
29886
|
width: 1rem;
|
|
@@ -29567,7 +29902,7 @@ fieldset.a-Collapse--lg:after {
|
|
|
29567
29902
|
-webkit-user-select: none;
|
|
29568
29903
|
-moz-user-select: none;
|
|
29569
29904
|
user-select: none;
|
|
29570
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
29905
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29571
29906
|
vertical-align: middle;
|
|
29572
29907
|
display: inline-block;
|
|
29573
29908
|
}
|
|
@@ -29591,9 +29926,7 @@ fieldset.a-Collapse--lg:after {
|
|
|
29591
29926
|
}
|
|
29592
29927
|
.a-TextControl-input--multiple .a-TextControl-value {
|
|
29593
29928
|
white-space: nowrap;
|
|
29594
|
-
line-height: calc(
|
|
29595
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
29596
|
-
);
|
|
29929
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
29597
29930
|
font-size: var(--Form-selectValue-fontSize);
|
|
29598
29931
|
background: var(--Form-select-multiple-bgColor);
|
|
29599
29932
|
border-radius: 0.125rem;
|
|
@@ -29758,7 +30091,7 @@ input.a-TextControl-input-password {
|
|
|
29758
30091
|
color: var(--text--muted-color);
|
|
29759
30092
|
}
|
|
29760
30093
|
.a-TextareaControl-spinner {
|
|
29761
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
30094
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29762
30095
|
}
|
|
29763
30096
|
.a-TextareaControl-clear {
|
|
29764
30097
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -29924,6 +30257,9 @@ input.a-TextControl-input-password {
|
|
|
29924
30257
|
transform-origin: 50% 50%;
|
|
29925
30258
|
transform: translate(-50%, -50%);
|
|
29926
30259
|
}
|
|
30260
|
+
.a-Checkbox.is-mobile > i + span {
|
|
30261
|
+
vertical-align: middle;
|
|
30262
|
+
}
|
|
29927
30263
|
.a-Checkbox:hover > i + span > a {
|
|
29928
30264
|
display: inline-block;
|
|
29929
30265
|
}
|
|
@@ -30314,7 +30650,7 @@ input.a-TextControl-input-password {
|
|
|
30314
30650
|
.a-CheckboxControl,
|
|
30315
30651
|
.a-RadiosControl,
|
|
30316
30652
|
.a-CheckboxesControl {
|
|
30317
|
-
padding-top: calc((var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px);
|
|
30653
|
+
padding-top: calc( (var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px );
|
|
30318
30654
|
}
|
|
30319
30655
|
.a-RadiosControl .a-Checkbox {
|
|
30320
30656
|
display: block;
|
|
@@ -30380,7 +30716,7 @@ input.a-TextControl-input-password {
|
|
|
30380
30716
|
display: block;
|
|
30381
30717
|
line-height: var(--Form-input-lineHeight);
|
|
30382
30718
|
font-size: var(--Form-input-fontSize);
|
|
30383
|
-
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));
|
|
30719
|
+
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));
|
|
30384
30720
|
}
|
|
30385
30721
|
.a-Selection--inline > .a-Checkbox {
|
|
30386
30722
|
display: inline-block;
|
|
@@ -30463,7 +30799,7 @@ input.a-TextControl-input-password {
|
|
|
30463
30799
|
height: var(--Form-input-height);
|
|
30464
30800
|
line-height: var(--Form-input-lineHeight);
|
|
30465
30801
|
font-size: var(--Form-input-fontSize);
|
|
30466
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
30802
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30467
30803
|
color: var(--text--muted-color);
|
|
30468
30804
|
height: 100%;
|
|
30469
30805
|
display: flex;
|
|
@@ -30522,7 +30858,7 @@ input.a-TextControl-input-password {
|
|
|
30522
30858
|
}
|
|
30523
30859
|
.a-TreeSelection-sublist {
|
|
30524
30860
|
position: relative;
|
|
30525
|
-
margin: 0 0 0
|
|
30861
|
+
margin: 0 0 0 1.875rem;
|
|
30526
30862
|
display: none;
|
|
30527
30863
|
}
|
|
30528
30864
|
.a-TreeSelection-item {
|
|
@@ -30567,9 +30903,6 @@ input.a-TextControl-input-password {
|
|
|
30567
30903
|
pointer-events: none;
|
|
30568
30904
|
color: var(--text--muted-color);
|
|
30569
30905
|
}
|
|
30570
|
-
.a-TreeSelection-itemInner .a-TreeSelection-itemLabel {
|
|
30571
|
-
margin-left: var(--gap-xs);
|
|
30572
|
-
}
|
|
30573
30906
|
.a-TreeSelection-itemLabel {
|
|
30574
30907
|
flex-grow: 1;
|
|
30575
30908
|
}
|
|
@@ -30580,7 +30913,7 @@ input.a-TextControl-input-password {
|
|
|
30580
30913
|
height: var(--Form-input-height);
|
|
30581
30914
|
line-height: var(--Form-input-lineHeight);
|
|
30582
30915
|
font-size: var(--Form-input-fontSize);
|
|
30583
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
30916
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30584
30917
|
color: var(--text--muted-color);
|
|
30585
30918
|
}
|
|
30586
30919
|
.a-ChainedSelection {
|
|
@@ -30653,7 +30986,7 @@ input.a-TextControl-input-password {
|
|
|
30653
30986
|
height: var(--Form-input-height);
|
|
30654
30987
|
line-height: var(--Form-input-lineHeight);
|
|
30655
30988
|
font-size: var(--Form-input-fontSize);
|
|
30656
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
30989
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30657
30990
|
color: var(--text--muted-color);
|
|
30658
30991
|
}
|
|
30659
30992
|
.a-AssociatedSelection {
|
|
@@ -30711,6 +31044,36 @@ input.a-TextControl-input-password {
|
|
|
30711
31044
|
float: right;
|
|
30712
31045
|
cursor: pointer;
|
|
30713
31046
|
}
|
|
31047
|
+
.a-ChainedDropdownSelection {
|
|
31048
|
+
display: inline-block;
|
|
31049
|
+
}
|
|
31050
|
+
.a-ChainedDropdownSelection-item {
|
|
31051
|
+
display: inline-block;
|
|
31052
|
+
}
|
|
31053
|
+
.a-DropDownSelection {
|
|
31054
|
+
position: relative;
|
|
31055
|
+
display: inline-block;
|
|
31056
|
+
margin: 0.1875rem;
|
|
31057
|
+
vertical-align: middle;
|
|
31058
|
+
}
|
|
31059
|
+
.a-DropDownSelection-caret {
|
|
31060
|
+
transition: transform var(--animation-duration) ease-out;
|
|
31061
|
+
margin: 5px;
|
|
31062
|
+
display: flex;
|
|
31063
|
+
color: var(--Form-select-caret-iconColor);
|
|
31064
|
+
}
|
|
31065
|
+
.a-DropDownSelection-caret:hover {
|
|
31066
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
|
31067
|
+
}
|
|
31068
|
+
.a-DropDownSelection-caret > svg {
|
|
31069
|
+
width: 0.625rem;
|
|
31070
|
+
height: 0.625rem;
|
|
31071
|
+
top: 0;
|
|
31072
|
+
transform: rotate(90deg);
|
|
31073
|
+
}
|
|
31074
|
+
.a-DropDownSelection-input.is-active .a-DropDownSelection-caret {
|
|
31075
|
+
transform: rotate(180deg);
|
|
31076
|
+
}
|
|
30714
31077
|
.a-CityPicker .a-Select {
|
|
30715
31078
|
margin-right: var(--gap-xs);
|
|
30716
31079
|
margin-bottom: var(--gap-xs);
|
|
@@ -30744,6 +31107,7 @@ input.a-TextControl-input-password {
|
|
|
30744
31107
|
display: inline-block;
|
|
30745
31108
|
}
|
|
30746
31109
|
.a-CityArea {
|
|
31110
|
+
flex: 1;
|
|
30747
31111
|
text-align: right;
|
|
30748
31112
|
}
|
|
30749
31113
|
.a-CityArea-popup {
|
|
@@ -30760,6 +31124,9 @@ input.a-TextControl-input-password {
|
|
|
30760
31124
|
font-size: var(--Form-input-fontSize);
|
|
30761
31125
|
display: inline-flex !important;
|
|
30762
31126
|
}
|
|
31127
|
+
.a-CityArea-Input.is-focused, .a-CityArea-Input:hover {
|
|
31128
|
+
border: none !important;
|
|
31129
|
+
}
|
|
30763
31130
|
.a-CityArea-Input::-moz-placeholder {
|
|
30764
31131
|
color: var(--Form-input-placeholderColor);
|
|
30765
31132
|
-moz-user-select: none;
|
|
@@ -30809,7 +31176,7 @@ input.a-TextControl-input-password {
|
|
|
30809
31176
|
.a-Switch .text > svg {
|
|
30810
31177
|
width: var(--switch-text-off-fontSize);
|
|
30811
31178
|
height: var(--switch-text-off-fontSize);
|
|
30812
|
-
margin-top: calc((var(--Switch-height) - var(--switch-text-off-fontSize)) / 2);
|
|
31179
|
+
margin-top: calc( (var(--Switch-height) - var(--switch-text-off-fontSize)) / 2 );
|
|
30813
31180
|
}
|
|
30814
31181
|
.a-Switch .slider:before {
|
|
30815
31182
|
content: "";
|
|
@@ -30829,7 +31196,7 @@ input.a-TextControl-input-password {
|
|
|
30829
31196
|
background: var(--Switch-checked-bgColor);
|
|
30830
31197
|
}
|
|
30831
31198
|
.a-Switch.is-checked .slider::before {
|
|
30832
|
-
left: calc(100% - var(--Switch-slider-width) - var(--Switch-slider-margin));
|
|
31199
|
+
left: calc( 100% - var(--Switch-slider-width) - var(--Switch-slider-margin) );
|
|
30833
31200
|
right: var(--Switch-slider-margin);
|
|
30834
31201
|
border-width: 0;
|
|
30835
31202
|
background: var(--switch-default-on-slider-color);
|
|
@@ -30847,9 +31214,7 @@ input.a-TextControl-input-password {
|
|
|
30847
31214
|
background: var(--Switch-checked-onActive-bgColor);
|
|
30848
31215
|
}
|
|
30849
31216
|
.a-Switch.is-checked:active .slider::before {
|
|
30850
|
-
left: calc(
|
|
30851
|
-
100% - (var(--Switch-height) + 0.125rem) - 0.125rem
|
|
30852
|
-
);
|
|
31217
|
+
left: calc( 100% - (var(--Switch-height) + 0.125rem) - 0.125rem );
|
|
30853
31218
|
}
|
|
30854
31219
|
.a-Switch.is-checked.is-disabled .slider:before {
|
|
30855
31220
|
color: var(--Switch-onDisabled-color);
|
|
@@ -30881,7 +31246,7 @@ input.a-TextControl-input-password {
|
|
|
30881
31246
|
right: auto;
|
|
30882
31247
|
}
|
|
30883
31248
|
.a-Switch--sm.is-checked .slider::before {
|
|
30884
|
-
left: calc(100% - var(--Switch-slider-width--sm) - var(--switch-size-sm-slider-margin));
|
|
31249
|
+
left: calc( 100% - var(--Switch-slider-width--sm) - var(--switch-size-sm-slider-margin) );
|
|
30885
31250
|
right: var(--switch-size-sm-slider-margin);
|
|
30886
31251
|
}
|
|
30887
31252
|
.a-Switch:active .slider::before {
|
|
@@ -30947,6 +31312,12 @@ input.a-TextControl-input-password {
|
|
|
30947
31312
|
background: var(--inputNumber-base-active-bg-color);
|
|
30948
31313
|
box-shadow: var(--inputNumber-base-active-shadow);
|
|
30949
31314
|
}
|
|
31315
|
+
.a-Number.is-mobile {
|
|
31316
|
+
border: none;
|
|
31317
|
+
}
|
|
31318
|
+
.a-Number.is-mobile-focused {
|
|
31319
|
+
border: none;
|
|
31320
|
+
}
|
|
30950
31321
|
.a-Number-disabled {
|
|
30951
31322
|
border-width: var(--inputNumber-base-disabled-top-border-width) var(--inputNumber-base-disabled-right-border-width) var(--inputNumber-base-disabled-bottom-border-width) var(--inputNumber-base-disabled-left-border-width);
|
|
30952
31323
|
border-style: var(--inputNumber-base-disabled-top-border-style) var(--inputNumber-base-disabled-right-border-style) var(--inputNumber-base-disabled-bottom-border-style) var(--inputNumber-base-disabled-left-border-style);
|
|
@@ -31051,7 +31422,7 @@ input.a-TextControl-input-password {
|
|
|
31051
31422
|
}
|
|
31052
31423
|
.a-Number-handler {
|
|
31053
31424
|
line-height: calc((var(--Form-input-height) - 0.375rem) / 2);
|
|
31054
|
-
height: calc((var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2);
|
|
31425
|
+
height: calc( (var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2 );
|
|
31055
31426
|
}
|
|
31056
31427
|
.a-Number-handler-up {
|
|
31057
31428
|
border-bottom: var(--Number-handler-borderBottom);
|
|
@@ -31374,11 +31745,17 @@ input.a-TextControl-input-password {
|
|
|
31374
31745
|
.a-Select .a-PopOver.a-Select-popover {
|
|
31375
31746
|
margin-top: 0.25rem;
|
|
31376
31747
|
}
|
|
31748
|
+
.a-Select .a-PopOver.a-Select-popover .a-Select-menu .a-Checkbox span {
|
|
31749
|
+
line-height: var(--select-base-default-option-line-height);
|
|
31750
|
+
height: var(--select-base-default-option-line-height);
|
|
31751
|
+
}
|
|
31377
31752
|
.a-Select .a-PopOver.a-Select-popover .a-Select-menu .a-Select-option {
|
|
31378
31753
|
line-height: var(--select-base-default-option-line-height);
|
|
31754
|
+
height: var(--select-base-default-option-line-height);
|
|
31379
31755
|
}
|
|
31380
31756
|
.a-Select .a-PopOver.a-Select-popover .a-Select-menu .a-Select-addBtn {
|
|
31381
31757
|
line-height: var(--select-base-default-option-line-height);
|
|
31758
|
+
height: var(--select-base-default-option-line-height);
|
|
31382
31759
|
}
|
|
31383
31760
|
.a-Select--borderHalf {
|
|
31384
31761
|
border-left-color: transparent !important;
|
|
@@ -31448,9 +31825,7 @@ input.a-TextControl-input-password {
|
|
|
31448
31825
|
-webkit-user-select: none;
|
|
31449
31826
|
-moz-user-select: none;
|
|
31450
31827
|
user-select: none;
|
|
31451
|
-
line-height: calc(
|
|
31452
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31453
|
-
);
|
|
31828
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
31454
31829
|
display: inline-block;
|
|
31455
31830
|
vertical-align: middle;
|
|
31456
31831
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31512,7 +31887,7 @@ input.a-TextControl-input-password {
|
|
|
31512
31887
|
transform: rotate(180deg);
|
|
31513
31888
|
}
|
|
31514
31889
|
.a-Select.is-mobile {
|
|
31515
|
-
min-height:
|
|
31890
|
+
min-height: var(--Form-select-height);
|
|
31516
31891
|
border: none;
|
|
31517
31892
|
padding: 0;
|
|
31518
31893
|
font-size: var(--fontSizeLg);
|
|
@@ -31654,6 +32029,29 @@ input.a-TextControl-input-password {
|
|
|
31654
32029
|
text-overflow: ellipsis;
|
|
31655
32030
|
max-width: 100%;
|
|
31656
32031
|
}
|
|
32032
|
+
.a-Select-option.is-mobile {
|
|
32033
|
+
position: relative;
|
|
32034
|
+
}
|
|
32035
|
+
.a-Select-option.is-mobile > a {
|
|
32036
|
+
margin-right: calc( 20px + var(--select-base-default-option-paddingRight) );
|
|
32037
|
+
}
|
|
32038
|
+
.a-Select-option.is-mobile .a-Select-option-item-check {
|
|
32039
|
+
flex: 1;
|
|
32040
|
+
text-align: left;
|
|
32041
|
+
border-bottom: 0.0625rem solid var(--borderColor);
|
|
32042
|
+
}
|
|
32043
|
+
.a-Select-option.is-mobile .a-Select-option-mcheck {
|
|
32044
|
+
position: absolute;
|
|
32045
|
+
top: 50%;
|
|
32046
|
+
transform: translateY(-50%);
|
|
32047
|
+
right: var(--select-base-default-option-paddingRight);
|
|
32048
|
+
flex: none;
|
|
32049
|
+
width: 1rem;
|
|
32050
|
+
color: var(--Form-select-mobile-icon-check-color);
|
|
32051
|
+
}
|
|
32052
|
+
.a-Select-option.is-mobile:last-child .a-Select-option-item-check {
|
|
32053
|
+
border-bottom: none;
|
|
32054
|
+
}
|
|
31657
32055
|
.a-Select-noResult {
|
|
31658
32056
|
color: var(--Form-select-placeholderColor);
|
|
31659
32057
|
line-height: var(--Form-input-lineHeight);
|
|
@@ -31661,7 +32059,7 @@ input.a-TextControl-input-password {
|
|
|
31661
32059
|
-webkit-user-select: none;
|
|
31662
32060
|
-moz-user-select: none;
|
|
31663
32061
|
user-select: none;
|
|
31664
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
32062
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
31665
32063
|
}
|
|
31666
32064
|
.a-Select-option-hl {
|
|
31667
32065
|
color: var(--info);
|
|
@@ -31680,7 +32078,7 @@ input.a-TextControl-input-password {
|
|
|
31680
32078
|
margin-right: var(--Checkbox-gap);
|
|
31681
32079
|
}
|
|
31682
32080
|
.a-Select-spinner {
|
|
31683
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
32081
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
31684
32082
|
}
|
|
31685
32083
|
.a-Select-clear {
|
|
31686
32084
|
padding: 0.1875rem;
|
|
@@ -31711,9 +32109,7 @@ input.a-TextControl-input-password {
|
|
|
31711
32109
|
align-items: center;
|
|
31712
32110
|
overflow-x: hidden;
|
|
31713
32111
|
overflow-y: auto;
|
|
31714
|
-
max-height: calc((
|
|
31715
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)
|
|
31716
|
-
) * 5);
|
|
32112
|
+
max-height: calc( ( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs) ) * 5 );
|
|
31717
32113
|
}
|
|
31718
32114
|
.a-Select-overflow-wrapper .a-Select-value {
|
|
31719
32115
|
position: static;
|
|
@@ -31721,9 +32117,7 @@ input.a-TextControl-input-password {
|
|
|
31721
32117
|
-webkit-user-select: none;
|
|
31722
32118
|
-moz-user-select: none;
|
|
31723
32119
|
user-select: none;
|
|
31724
|
-
line-height: calc(
|
|
31725
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31726
|
-
);
|
|
32120
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
31727
32121
|
display: inline-block;
|
|
31728
32122
|
vertical-align: middle;
|
|
31729
32123
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31766,7 +32160,7 @@ input.a-TextControl-input-password {
|
|
|
31766
32160
|
border-top-right-radius: 0;
|
|
31767
32161
|
}
|
|
31768
32162
|
.a-Select-popover.a-PopOver--leftTopLeftBottom {
|
|
31769
|
-
margin-top: calc((var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth)) * -1);
|
|
32163
|
+
margin-top: calc( (var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth)) * -1 );
|
|
31770
32164
|
}
|
|
31771
32165
|
.a-SelectControl:not(.is-inline) > .a-Select {
|
|
31772
32166
|
display: flex;
|
|
@@ -31804,17 +32198,17 @@ input.a-TextControl-input-password {
|
|
|
31804
32198
|
}
|
|
31805
32199
|
@media (min-width: 576px) {
|
|
31806
32200
|
.a-Form-control--sizeXs > .a-Select,
|
|
31807
|
-
|
|
31808
|
-
|
|
31809
|
-
|
|
32201
|
+
.a-Form-control--sizeSm > .a-Select,
|
|
32202
|
+
.a-Form-control--sizeMd > .a-Select,
|
|
32203
|
+
.a-Form-control--sizeLg > .a-Select {
|
|
31810
32204
|
min-width: 100%;
|
|
31811
32205
|
max-width: 100%;
|
|
31812
32206
|
display: inline-flex !important;
|
|
31813
32207
|
}
|
|
31814
32208
|
.a-Form-control--sizeXs > .a-Select .a-Select-valueWrap,
|
|
31815
|
-
|
|
31816
|
-
|
|
31817
|
-
|
|
32209
|
+
.a-Form-control--sizeSm > .a-Select .a-Select-valueWrap,
|
|
32210
|
+
.a-Form-control--sizeMd > .a-Select .a-Select-valueWrap,
|
|
32211
|
+
.a-Form-control--sizeLg > .a-Select .a-Select-valueWrap {
|
|
31818
32212
|
width: 0;
|
|
31819
32213
|
}
|
|
31820
32214
|
}
|
|
@@ -31829,7 +32223,7 @@ input.a-TextControl-input-password {
|
|
|
31829
32223
|
height: var(--Form-input-height);
|
|
31830
32224
|
background: var(--Table-thead-bg);
|
|
31831
32225
|
font-size: var(--Form-input-fontSize);
|
|
31832
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
32226
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
31833
32227
|
}
|
|
31834
32228
|
.a-Selections-placeholder {
|
|
31835
32229
|
color: var(--Form-input-placeholderColor);
|
|
@@ -31853,7 +32247,7 @@ input.a-TextControl-input-password {
|
|
|
31853
32247
|
line-height: var(--Form-input-lineHeight);
|
|
31854
32248
|
font-size: var(--Form-input-fontSize);
|
|
31855
32249
|
align-items: center;
|
|
31856
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
32250
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
31857
32251
|
}
|
|
31858
32252
|
.a-Selections-item > label {
|
|
31859
32253
|
flex-basis: 3.125rem;
|
|
@@ -32066,6 +32460,12 @@ input.a-TextControl-input-password {
|
|
|
32066
32460
|
.a-LocationPicker.is-disabled > a-LocationPicker-input {
|
|
32067
32461
|
color: var(--text--muted-color);
|
|
32068
32462
|
}
|
|
32463
|
+
.a-LocationPicker.is-mobile {
|
|
32464
|
+
border: none;
|
|
32465
|
+
}
|
|
32466
|
+
.a-LocationPicker.is-mobile .a-LocationPicker-toggler svg {
|
|
32467
|
+
top: 0.125rem;
|
|
32468
|
+
}
|
|
32069
32469
|
.a-LocationPicker-placeholder {
|
|
32070
32470
|
color: var(--colors-neutral-text-6);
|
|
32071
32471
|
-webkit-user-select: none;
|
|
@@ -32079,6 +32479,8 @@ input.a-TextControl-input-password {
|
|
|
32079
32479
|
margin-right: var(--gap-base);
|
|
32080
32480
|
flex-basis: 0;
|
|
32081
32481
|
flex-grow: 1;
|
|
32482
|
+
overflow-x: auto;
|
|
32483
|
+
max-width: calc(100% - px2rem(20px));
|
|
32082
32484
|
}
|
|
32083
32485
|
.a-LocationPicker-toggler {
|
|
32084
32486
|
cursor: pointer;
|
|
@@ -32115,6 +32517,23 @@ input.a-TextControl-input-password {
|
|
|
32115
32517
|
.a-LocationPicker-clear svg {
|
|
32116
32518
|
top: 0;
|
|
32117
32519
|
}
|
|
32520
|
+
.a-LocationPicker-popup {
|
|
32521
|
+
height: 28.75rem;
|
|
32522
|
+
}
|
|
32523
|
+
.a-LocationPicker-popup-inner {
|
|
32524
|
+
flex: 1;
|
|
32525
|
+
padding: 0 1rem;
|
|
32526
|
+
}
|
|
32527
|
+
.a-LocationPicker-popup-inner .a-MapPicker-search {
|
|
32528
|
+
padding-top: 0;
|
|
32529
|
+
margin-bottom: 1rem;
|
|
32530
|
+
}
|
|
32531
|
+
.a-LocationPicker-popup-inner .a-MapPicker-search .a-TextControl-input {
|
|
32532
|
+
border-radius: 0;
|
|
32533
|
+
border-top: none;
|
|
32534
|
+
border-right: none;
|
|
32535
|
+
border-left: none;
|
|
32536
|
+
}
|
|
32118
32537
|
.a-LocationControl {
|
|
32119
32538
|
position: relative;
|
|
32120
32539
|
width: 100%;
|
|
@@ -32123,6 +32542,11 @@ input.a-TextControl-input-password {
|
|
|
32123
32542
|
border: none;
|
|
32124
32543
|
box-shadow: var(--boxShadow);
|
|
32125
32544
|
}
|
|
32545
|
+
.a-LocationControl.is-mobile {
|
|
32546
|
+
flex: 1;
|
|
32547
|
+
text-align: right;
|
|
32548
|
+
overflow: hidden;
|
|
32549
|
+
}
|
|
32126
32550
|
.a-LocationControl:not(.is-inline) > .a-LocationPicker {
|
|
32127
32551
|
display: flex;
|
|
32128
32552
|
}
|
|
@@ -32160,7 +32584,7 @@ input.a-TextControl-input-password {
|
|
|
32160
32584
|
}
|
|
32161
32585
|
.a-MapPicker-sugItem {
|
|
32162
32586
|
cursor: pointer;
|
|
32163
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
32587
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
32164
32588
|
}
|
|
32165
32589
|
.a-MapPicker-sugItem:hover {
|
|
32166
32590
|
color: var(--Form-select-menu-onActive-color);
|
|
@@ -32169,6 +32593,9 @@ input.a-TextControl-input-password {
|
|
|
32169
32593
|
.tangram-suggestion-main {
|
|
32170
32594
|
display: none !important;
|
|
32171
32595
|
}
|
|
32596
|
+
.a-MatrixControl {
|
|
32597
|
+
max-width: 100%;
|
|
32598
|
+
}
|
|
32172
32599
|
.a-MatrixControl-error {
|
|
32173
32600
|
margin-bottom: 0;
|
|
32174
32601
|
}
|
|
@@ -32183,9 +32610,7 @@ input.a-TextControl-input-password {
|
|
|
32183
32610
|
background: var(--ColorPicker-bg);
|
|
32184
32611
|
color: var(--ColorPicker-color);
|
|
32185
32612
|
border-radius: var(--borderRadius);
|
|
32186
|
-
|
|
32187
|
-
.a-ColorPicker-popup {
|
|
32188
|
-
height: 25rem;
|
|
32613
|
+
height: var(--ColorPicker-height);
|
|
32189
32614
|
}
|
|
32190
32615
|
.a-ColorPicker:not(.is-disabled) {
|
|
32191
32616
|
cursor: pointer;
|
|
@@ -32265,6 +32690,9 @@ input.a-TextControl-input-password {
|
|
|
32265
32690
|
.a-ColorPicker-clear:active svg {
|
|
32266
32691
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
32267
32692
|
}
|
|
32693
|
+
.a-ColorPicker-clear svg {
|
|
32694
|
+
top: 0;
|
|
32695
|
+
}
|
|
32268
32696
|
.a-ColorPicker-arrow {
|
|
32269
32697
|
margin-right: var(--gap-xs);
|
|
32270
32698
|
width: var(--gap-md);
|
|
@@ -32281,9 +32709,10 @@ input.a-TextControl-input-password {
|
|
|
32281
32709
|
width: 10px;
|
|
32282
32710
|
height: 10px;
|
|
32283
32711
|
top: 0;
|
|
32712
|
+
transform: rotate(90deg);
|
|
32284
32713
|
}
|
|
32285
32714
|
.a-ColorPicker.is-opened .a-ColorPicker-arrow > svg {
|
|
32286
|
-
transform: rotate(
|
|
32715
|
+
transform: rotate(270deg);
|
|
32287
32716
|
}
|
|
32288
32717
|
.a-ColorPicker-popover {
|
|
32289
32718
|
border: none;
|
|
@@ -32297,6 +32726,21 @@ input.a-TextControl-input-password {
|
|
|
32297
32726
|
border-radius: var(--borderRadius) !important;
|
|
32298
32727
|
box-shadow: var(--ColorPicker-boxShadow) !important;
|
|
32299
32728
|
}
|
|
32729
|
+
.a-ColorPicker-popup {
|
|
32730
|
+
height: 31.25rem;
|
|
32731
|
+
}
|
|
32732
|
+
.a-ColorPicker-popup .sketch-picker {
|
|
32733
|
+
width: 80% !important;
|
|
32734
|
+
box-shadow: none !important;
|
|
32735
|
+
}
|
|
32736
|
+
.a-ColorPicker-popup .sketch-picker input:focus {
|
|
32737
|
+
outline: none;
|
|
32738
|
+
}
|
|
32739
|
+
.a-ColorPicker-popup .sketch-picker .flexbox-fix:last-child > div {
|
|
32740
|
+
width: 18px !important;
|
|
32741
|
+
height: 18px !important;
|
|
32742
|
+
margin: 0px 16px 10px 0px !important;
|
|
32743
|
+
}
|
|
32300
32744
|
.a-DatePicker {
|
|
32301
32745
|
position: relative;
|
|
32302
32746
|
display: inline-flex;
|
|
@@ -32346,32 +32790,32 @@ input.a-TextControl-input-password {
|
|
|
32346
32790
|
.a-DatePicker--borderNone {
|
|
32347
32791
|
border-color: transparent !important;
|
|
32348
32792
|
}
|
|
32349
|
-
.a-DatePicker:not(.is-disabled) {
|
|
32793
|
+
.a-DatePicker:not(.is-disabled):not(.is-mobile) {
|
|
32350
32794
|
cursor: pointer;
|
|
32351
32795
|
}
|
|
32352
|
-
.a-DatePicker:not(.is-disabled):hover {
|
|
32796
|
+
.a-DatePicker:not(.is-disabled):not(.is-mobile):hover {
|
|
32353
32797
|
background: var(--DatePicker-onHover-bg);
|
|
32354
32798
|
border-color: var(--DatePicker-onHover-borderColor);
|
|
32355
32799
|
border-style: var(--inputDate-hover-top-border-style) var(--inputDate-hover-right-border-style) var(--inputDate-hover-bottom-border-style) var(--inputDate-hover-left-border-style);
|
|
32356
32800
|
border-width: var(--inputDate-hover-top-border-width) var(--inputDate-hover-right-border-width) var(--inputDate-hover-bottom-border-width) var(--inputDate-hover-left-border-width);
|
|
32357
32801
|
}
|
|
32358
|
-
.a-DatePicker:not(.is-disabled):hover .a-DatePicker-input {
|
|
32802
|
+
.a-DatePicker:not(.is-disabled):not(.is-mobile):hover .a-DatePicker-input {
|
|
32359
32803
|
color: var(--inputDate-hover-color);
|
|
32360
32804
|
}
|
|
32361
|
-
.a-DatePicker:not(.is-disabled):hover .a-DatePicker-clear {
|
|
32805
|
+
.a-DatePicker:not(.is-disabled):not(.is-mobile):hover .a-DatePicker-clear {
|
|
32362
32806
|
display: flex;
|
|
32363
32807
|
}
|
|
32364
|
-
.a-DatePicker:not(.is-disabled):hover .a-DatePicker-clear + .a-DatePicker-toggler {
|
|
32808
|
+
.a-DatePicker:not(.is-disabled):not(.is-mobile):hover .a-DatePicker-clear + .a-DatePicker-toggler {
|
|
32365
32809
|
display: none;
|
|
32366
32810
|
}
|
|
32367
|
-
.a-DatePicker:not(.is-disabled).is-focused {
|
|
32811
|
+
.a-DatePicker:not(.is-disabled):not(.is-mobile).is-focused {
|
|
32368
32812
|
background: var(--inputDate-active-bg-color);
|
|
32369
32813
|
border-color: var(--DatePicker-onFocused-borderColor);
|
|
32370
32814
|
box-shadow: var(--inputDate-active-shadow);
|
|
32371
32815
|
border-style: var(--inputDate-active-top-border-style) var(--inputDate-active-right-border-style) var(--inputDate-active-bottom-border-style) var(--inputDate-active-left-border-style);
|
|
32372
32816
|
border-width: var(--inputDate-active-top-border-width) var(--inputDate-active-right-border-width) var(--inputDate-active-bottom-border-width) var(--inputDate-active-left-border-width);
|
|
32373
32817
|
}
|
|
32374
|
-
.a-DatePicker:not(.is-disabled).is-focused .a-DatePicker-input {
|
|
32818
|
+
.a-DatePicker:not(.is-disabled):not(.is-mobile).is-focused .a-DatePicker-input {
|
|
32375
32819
|
color: var(--inputDate-active-color);
|
|
32376
32820
|
}
|
|
32377
32821
|
.is-error > .a-DatePicker {
|
|
@@ -32493,13 +32937,13 @@ input.a-TextControl-input-password {
|
|
|
32493
32937
|
.a-DatePicker-popover.a-PopOver--leftTopLeftBottom, .a-DatePicker-popover.a-PopOver--rightTopRightBottom {
|
|
32494
32938
|
margin: -0.125rem 0 0;
|
|
32495
32939
|
}
|
|
32496
|
-
.a-DatePicker-popup {
|
|
32497
|
-
height: 18.75rem;
|
|
32498
|
-
}
|
|
32499
32940
|
.a-DatePicker.is-mobile {
|
|
32500
32941
|
border: 0;
|
|
32501
32942
|
justify-content: flex-end;
|
|
32502
32943
|
}
|
|
32944
|
+
.a-DatePicker.is-mobile.is-focused, .a-DatePicker.is-mobile:hover {
|
|
32945
|
+
border: none;
|
|
32946
|
+
}
|
|
32503
32947
|
.a-DatePicker.is-mobile span:focus,
|
|
32504
32948
|
.a-DatePicker.is-mobile a:focus {
|
|
32505
32949
|
outline: unset;
|
|
@@ -32517,10 +32961,8 @@ input.a-TextControl-input-password {
|
|
|
32517
32961
|
flex-grow: unset;
|
|
32518
32962
|
flex-basis: unset;
|
|
32519
32963
|
}
|
|
32520
|
-
.a-DatePicker.is-mobile .a-DatePicker-toggler {
|
|
32521
|
-
margin-top: -3px;
|
|
32522
|
-
}
|
|
32523
32964
|
.a-DatePicker-popup.a-DatePicker-mobile {
|
|
32965
|
+
height: 20rem;
|
|
32524
32966
|
color: red;
|
|
32525
32967
|
}
|
|
32526
32968
|
.a-DatePicker-popup.a-DatePicker-mobile .rdt {
|
|
@@ -32696,18 +33138,20 @@ input.a-TextControl-input-password {
|
|
|
32696
33138
|
color: var(--inputTime-active-color);
|
|
32697
33139
|
background: var(--inputTime-active-bg-color);
|
|
32698
33140
|
}
|
|
32699
|
-
.a-CalendarInputWrapper .a-CalendarInput-sugsItem:hover {
|
|
33141
|
+
.a-CalendarInputWrapper .a-CalendarInput-sugsItem:not(.is-mobile):hover {
|
|
32700
33142
|
color: var(--inputTime-hover-color);
|
|
32701
33143
|
background: var(--inputTime-hover-bg-color);
|
|
32702
33144
|
}
|
|
32703
33145
|
.a-TimeContentWrapper {
|
|
32704
33146
|
display: flex;
|
|
33147
|
+
justify-content: center;
|
|
32705
33148
|
}
|
|
32706
33149
|
.a-TimeRangeHeaderWrapper {
|
|
32707
33150
|
height: 40px;
|
|
32708
33151
|
padding-top: 10px;
|
|
32709
33152
|
text-align: center;
|
|
32710
33153
|
border-bottom: 1px solid var(--Calendar-input-borderColor);
|
|
33154
|
+
margin: 0 0.25rem;
|
|
32711
33155
|
}
|
|
32712
33156
|
.a-TimeFooterWrapper {
|
|
32713
33157
|
height: 40px;
|
|
@@ -33081,29 +33525,29 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33081
33525
|
.a-DateRangePicker .a-DateRangePicker-clear {
|
|
33082
33526
|
display: none;
|
|
33083
33527
|
}
|
|
33084
|
-
.a-DateRangePicker:not(.is-disabled):hover {
|
|
33528
|
+
.a-DateRangePicker:not(.is-disabled):not(.is-mobile):hover {
|
|
33085
33529
|
background: var(--DatePicker-onHover-bg);
|
|
33086
33530
|
border-color: var(--DatePicker-onHover-borderColor);
|
|
33087
33531
|
border-style: var(--inputDate-hover-top-border-style) var(--inputDate-hover-right-border-style) var(--inputDate-hover-bottom-border-style) var(--inputDate-hover-left-border-style);
|
|
33088
33532
|
border-width: var(--inputDate-hover-top-border-width) var(--inputDate-hover-right-border-width) var(--inputDate-hover-bottom-border-width) var(--inputDate-hover-left-border-width);
|
|
33089
33533
|
}
|
|
33090
|
-
.a-DateRangePicker:not(.is-disabled):hover .a-DateRangePicker-input {
|
|
33534
|
+
.a-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .a-DateRangePicker-input {
|
|
33091
33535
|
color: var(--inputDate-hover-color);
|
|
33092
33536
|
}
|
|
33093
|
-
.a-DateRangePicker:not(.is-disabled):hover .a-DateRangePicker-clear {
|
|
33537
|
+
.a-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .a-DateRangePicker-clear {
|
|
33094
33538
|
display: flex;
|
|
33095
33539
|
}
|
|
33096
|
-
.a-DateRangePicker:not(.is-disabled):hover .a-DateRangePicker-clear + .a-DateRangePicker-toggler {
|
|
33540
|
+
.a-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .a-DateRangePicker-clear + .a-DateRangePicker-toggler {
|
|
33097
33541
|
display: none;
|
|
33098
33542
|
}
|
|
33099
|
-
.a-DateRangePicker:not(.is-disabled).is-focused {
|
|
33543
|
+
.a-DateRangePicker:not(.is-disabled):not(.is-mobile).is-focused {
|
|
33100
33544
|
background: var(--inputDate-active-bg-color);
|
|
33101
33545
|
border-color: var(--DatePicker-onFocused-borderColor);
|
|
33102
33546
|
box-shadow: var(--inputDate-active-shadow);
|
|
33103
33547
|
border-style: var(--inputDate-active-top-border-style) var(--inputDate-active-right-border-style) var(--inputDate-active-bottom-border-style) var(--inputDate-active-left-border-style);
|
|
33104
33548
|
border-width: var(--inputDate-active-top-border-width) var(--inputDate-active-right-border-width) var(--inputDate-active-bottom-border-width) var(--inputDate-active-left-border-width);
|
|
33105
33549
|
}
|
|
33106
|
-
.a-DateRangePicker:not(.is-disabled).is-focused .a-DateRangePicker-input {
|
|
33550
|
+
.a-DateRangePicker:not(.is-disabled):not(.is-mobile).is-focused .a-DateRangePicker-input {
|
|
33107
33551
|
color: var(--inputDate-active-color);
|
|
33108
33552
|
}
|
|
33109
33553
|
.is-error > .a-DateRangePicker {
|
|
@@ -33122,6 +33566,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33122
33566
|
font-size: var(--DatePicker-fontSize);
|
|
33123
33567
|
font-weight: var(--inputDate-default-fontWeight);
|
|
33124
33568
|
color: var(--inputDate-default-color);
|
|
33569
|
+
text-align: center;
|
|
33125
33570
|
}
|
|
33126
33571
|
.a-DateRangePicker .a-DateRangePicker-input::-moz-placeholder {
|
|
33127
33572
|
color: var(--colors-neutral-text-6);
|
|
@@ -33238,9 +33683,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33238
33683
|
width: auto;
|
|
33239
33684
|
padding: 0;
|
|
33240
33685
|
}
|
|
33686
|
+
.a-DateRangePicker-wrap.is-mobile {
|
|
33687
|
+
flex: 1;
|
|
33688
|
+
}
|
|
33689
|
+
.a-DateRangePicker-wrap.is-mobile .a-DateRangePicker-end {
|
|
33690
|
+
margin-top: 0;
|
|
33691
|
+
}
|
|
33241
33692
|
.a-DateRangePicker-picker-wrap {
|
|
33242
33693
|
display: flex;
|
|
33243
33694
|
}
|
|
33695
|
+
.a-DateRangePicker-picker-wrap.is-vertical {
|
|
33696
|
+
flex-direction: column;
|
|
33697
|
+
}
|
|
33244
33698
|
.a-DateRangePicker-start,
|
|
33245
33699
|
.a-DateRangePicker-end {
|
|
33246
33700
|
display: flex;
|
|
@@ -33261,6 +33715,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33261
33715
|
list-style: none;
|
|
33262
33716
|
background: #f7f7f9;
|
|
33263
33717
|
line-height: 2rem;
|
|
33718
|
+
overflow-x: auto;
|
|
33264
33719
|
}
|
|
33265
33720
|
.a-DateRangePicker-ranger {
|
|
33266
33721
|
display: inline-block;
|
|
@@ -33295,6 +33750,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33295
33750
|
.a-DateRangePicker-wrap {
|
|
33296
33751
|
white-space: nowrap;
|
|
33297
33752
|
}
|
|
33753
|
+
|
|
33298
33754
|
.a-DateRangePicker-end {
|
|
33299
33755
|
margin-top: 0;
|
|
33300
33756
|
border-left: 1px solid var(--Calendar-input-borderColor);
|
|
@@ -33308,10 +33764,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33308
33764
|
background: var(--DatePicker-bg);
|
|
33309
33765
|
border-radius: var(--DatePicker-borderRadius);
|
|
33310
33766
|
}
|
|
33767
|
+
.a-DateRangeCalendar.is-mobile {
|
|
33768
|
+
display: block;
|
|
33769
|
+
}
|
|
33311
33770
|
.a-DateRangePicker.is-mobile {
|
|
33312
33771
|
border: 0;
|
|
33313
33772
|
justify-content: flex-end;
|
|
33314
33773
|
}
|
|
33774
|
+
.a-DateRangePicker.is-mobile.is-focused, .a-DateRangePicker.is-mobile:hover {
|
|
33775
|
+
border: none;
|
|
33776
|
+
}
|
|
33315
33777
|
.a-DateRangePicker.is-mobile span:focus,
|
|
33316
33778
|
.a-DateRangePicker.is-mobile a:focus {
|
|
33317
33779
|
outline: unset;
|
|
@@ -33329,9 +33791,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33329
33791
|
flex-grow: unset;
|
|
33330
33792
|
flex-basis: unset;
|
|
33331
33793
|
}
|
|
33332
|
-
.a-DateRangePicker.is-mobile .a-DateRangePicker-toggler {
|
|
33333
|
-
margin-top: -3px;
|
|
33334
|
-
}
|
|
33335
33794
|
.a-ImageControl {
|
|
33336
33795
|
position: relative;
|
|
33337
33796
|
}
|
|
@@ -33970,6 +34429,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33970
34429
|
.a-EditorControl--xxl > .a-MonacoEditor {
|
|
33971
34430
|
min-height: 500px;
|
|
33972
34431
|
}
|
|
34432
|
+
.a-EditorControl .monaco-editor .iPadShowKeyboard {
|
|
34433
|
+
display: none;
|
|
34434
|
+
}
|
|
33973
34435
|
.monaco-inputbox > .wrapper {
|
|
33974
34436
|
padding: 0;
|
|
33975
34437
|
}
|
|
@@ -34065,12 +34527,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34065
34527
|
.a-InputRange {
|
|
34066
34528
|
display: flex;
|
|
34067
34529
|
justify-content: space-between;
|
|
34068
|
-
padding: var(--InputRange-padding) 0;
|
|
34069
34530
|
width: 100%;
|
|
34070
34531
|
}
|
|
34071
34532
|
.a-InputRange-wrap {
|
|
34072
34533
|
position: relative;
|
|
34073
34534
|
flex: auto;
|
|
34535
|
+
padding: var(--InputRange-padding) 0;
|
|
34074
34536
|
}
|
|
34075
34537
|
.a-InputRange-input {
|
|
34076
34538
|
width: var(--InputRange-input-width);
|
|
@@ -34089,6 +34551,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34089
34551
|
.a-InputRange-input .a-Number-handler-up-inner:hover, .a-InputRange-input .a-Number-handler-down-inner:hover {
|
|
34090
34552
|
color: var(--Number-handler-onHover-color);
|
|
34091
34553
|
}
|
|
34554
|
+
.a-InputRange.is-mobile .a-InputRange-input {
|
|
34555
|
+
width: var(--InputRange-input-mobile-width);
|
|
34556
|
+
}
|
|
34557
|
+
.a-InputRange.is-mobile .a-InputRange-input .a-Number-handler-wrap {
|
|
34558
|
+
display: none !important;
|
|
34559
|
+
}
|
|
34560
|
+
.a-InputRange.is-mobile .a-InputRange-input input {
|
|
34561
|
+
padding: 0 !important;
|
|
34562
|
+
text-align: center;
|
|
34563
|
+
}
|
|
34092
34564
|
.a-InputRange-clear {
|
|
34093
34565
|
display: flex;
|
|
34094
34566
|
align-items: center;
|
|
@@ -34137,6 +34609,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34137
34609
|
width: var(--InputRange-handle-width);
|
|
34138
34610
|
height: var(--InputRange-handle-height);
|
|
34139
34611
|
}
|
|
34612
|
+
.a-InputRange-handle.is-mobile {
|
|
34613
|
+
width: var(--InputRange-handle-mobile-width);
|
|
34614
|
+
height: var(--InputRange-handle-mobile-height);
|
|
34615
|
+
}
|
|
34140
34616
|
.a-InputRange-handle-icon, .a-InputRange-handle-drage {
|
|
34141
34617
|
width: 100%;
|
|
34142
34618
|
height: 100%;
|
|
@@ -34163,7 +34639,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34163
34639
|
.a-InputRange-handle-icon:focus, .a-InputRange-handle-drage:focus {
|
|
34164
34640
|
box-shadow: var(--InputRange-handle-onFocus-boxShadow);
|
|
34165
34641
|
}
|
|
34166
|
-
.a-InputRange-handle-drage {
|
|
34642
|
+
.a-InputRange-handle:not(.is-mobile) .a-InputRange-handle-drage {
|
|
34167
34643
|
transform: var(--InputRange-handle-onActive-transform);
|
|
34168
34644
|
box-shadow: var(--InputRange-handle-onFocus-boxShadow);
|
|
34169
34645
|
border-width: var(--InputRange-handle-onDrage-border-width);
|
|
@@ -34290,6 +34766,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34290
34766
|
border-style: solid;
|
|
34291
34767
|
border-color: transparent var(--InputRange-label-bg) transparent transparent;
|
|
34292
34768
|
}
|
|
34769
|
+
.a-InputRange.is-mobile .a-InputRange-label {
|
|
34770
|
+
display: block;
|
|
34771
|
+
white-space: nowrap;
|
|
34772
|
+
}
|
|
34293
34773
|
.a-InputRange-marks {
|
|
34294
34774
|
position: relative;
|
|
34295
34775
|
top: 8px;
|
|
@@ -34313,6 +34793,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34313
34793
|
overflow: hidden;
|
|
34314
34794
|
text-overflow: ellipsis;
|
|
34315
34795
|
}
|
|
34796
|
+
.a-InputRange.is-mobile .a-InputRange-marks div {
|
|
34797
|
+
top: 0;
|
|
34798
|
+
}
|
|
34799
|
+
.a-InputRange.is-mobile .a-InputRange-marks div:nth-child(2n) {
|
|
34800
|
+
top: -1.875rem;
|
|
34801
|
+
}
|
|
34316
34802
|
.a-RepeatControl .repeat-btn {
|
|
34317
34803
|
width: 5rem;
|
|
34318
34804
|
}
|
|
@@ -34325,7 +34811,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34325
34811
|
}
|
|
34326
34812
|
@media (min-width: 768px) {
|
|
34327
34813
|
.repeat-control.form-contorl-inline,
|
|
34328
|
-
|
|
34814
|
+
.form-group-inline .repeat-control {
|
|
34329
34815
|
display: inline-block;
|
|
34330
34816
|
min-width: 280px;
|
|
34331
34817
|
width: auto;
|
|
@@ -34412,7 +34898,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34412
34898
|
.a-Tree--outline .a-Tree-item--isLeaf.is-child:before {
|
|
34413
34899
|
position: absolute;
|
|
34414
34900
|
top: -8px;
|
|
34415
|
-
left: calc((var(--Tree-icon-gap) + var(--Tree-itemArrowWidth) + var(--Tree-icon-margin-right)) / 2 - var(--Tree-indent));
|
|
34901
|
+
left: calc( ( var(--Tree-icon-gap) + var(--Tree-itemArrowWidth) + var(--Tree-icon-margin-right) ) / 2 - var(--Tree-indent) );
|
|
34416
34902
|
bottom: 0px;
|
|
34417
34903
|
border-left: 1px solid var(--borderColor);
|
|
34418
34904
|
content: "";
|
|
@@ -34450,15 +34936,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34450
34936
|
overflow: hidden;
|
|
34451
34937
|
height: 2rem;
|
|
34452
34938
|
}
|
|
34453
|
-
.a-Tree-itemLabel:hover .a-Tree-itemLabel-item {
|
|
34454
|
-
background-color: var(--Tree-item-onHover-bg-pure);
|
|
34455
|
-
}
|
|
34456
34939
|
.a-Tree-itemLabel:hover .a-Tree-item-icons {
|
|
34457
34940
|
visibility: visible;
|
|
34458
34941
|
}
|
|
34459
34942
|
.a-Tree-itemLabel .a-Checkbox {
|
|
34460
34943
|
margin-right: var(--inputTree-checkboxes-size-marginRight);
|
|
34461
34944
|
}
|
|
34945
|
+
.a-Tree-item:hover {
|
|
34946
|
+
background-color: var(--Tree-item-onHover-bg-pure);
|
|
34947
|
+
}
|
|
34462
34948
|
.a-Tree-item .is-checked {
|
|
34463
34949
|
border-radius: var(--Tree-item-onChekced-bg-borderRadius);
|
|
34464
34950
|
}
|
|
@@ -34499,7 +34985,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34499
34985
|
top: 0;
|
|
34500
34986
|
}
|
|
34501
34987
|
.a-Tree-itemInput {
|
|
34502
|
-
padding-left: var(--Tree-itemArrowWidth);
|
|
34503
34988
|
display: flex;
|
|
34504
34989
|
flex-direction: row;
|
|
34505
34990
|
flex-wrap: nowrap;
|
|
@@ -34522,10 +35007,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34522
35007
|
border: var(--Form-input-borderWidth) solid var(--inputTree-border-color);
|
|
34523
35008
|
border-radius: var(--inputTree-border-radius);
|
|
34524
35009
|
line-height: var(--inputTree-input-lineHeight);
|
|
34525
|
-
padding: calc((
|
|
34526
|
-
var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) *
|
|
34527
|
-
var(--inputTree-fontSize) - 0.125rem
|
|
34528
|
-
) / 2) var(--Form-input-paddingX);
|
|
35010
|
+
padding: calc( ( var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem ) / 2 ) var(--Form-input-paddingX);
|
|
34529
35011
|
font-size: var(--inputTree-fontSize);
|
|
34530
35012
|
}
|
|
34531
35013
|
.a-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -34544,6 +35026,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34544
35026
|
box-shadow: var(--Form-input-boxShadow);
|
|
34545
35027
|
background: var(--Form-input-onFocused-bg);
|
|
34546
35028
|
}
|
|
35029
|
+
.a-Tree-itemInput.is-mobile > input {
|
|
35030
|
+
border-radius: 0;
|
|
35031
|
+
border: none;
|
|
35032
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
35033
|
+
}
|
|
34547
35034
|
.a-Tree-addTopBtn {
|
|
34548
35035
|
cursor: pointer;
|
|
34549
35036
|
height: var(--Tree-itemHeight);
|
|
@@ -34654,6 +35141,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34654
35141
|
.a-Tree-dropIndicator--hover::after {
|
|
34655
35142
|
display: none;
|
|
34656
35143
|
}
|
|
35144
|
+
.a-PopUp .a-Tree {
|
|
35145
|
+
flex: 1;
|
|
35146
|
+
}
|
|
35147
|
+
.a-PopUp .a-Tree .a-Tree-itemLabel:hover .a-Tree-itemLabel-item {
|
|
35148
|
+
background-color: none !important;
|
|
35149
|
+
}
|
|
34657
35150
|
.a-TreeSelectControl {
|
|
34658
35151
|
position: relative;
|
|
34659
35152
|
}
|
|
@@ -34744,7 +35237,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34744
35237
|
color: var(--text--muted-color);
|
|
34745
35238
|
}
|
|
34746
35239
|
.a-TreeSelect-spinner {
|
|
34747
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
35240
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
34748
35241
|
}
|
|
34749
35242
|
.a-TreeSelect-clear {
|
|
34750
35243
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -34960,7 +35453,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34960
35453
|
display: none;
|
|
34961
35454
|
}
|
|
34962
35455
|
.a-Combo-items:empty + .a-Combo-toolbar {
|
|
34963
|
-
padding-top: calc((var(--Form-input-height) - var(--Combo-addBtn-height)) / 2);
|
|
35456
|
+
padding-top: calc( (var(--Form-input-height) - var(--Combo-addBtn-height)) / 2 );
|
|
34964
35457
|
}
|
|
34965
35458
|
.a-Combo-item {
|
|
34966
35459
|
background: var(--combo-bg-color);
|
|
@@ -35002,6 +35495,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35002
35495
|
white-space: nowrap;
|
|
35003
35496
|
align-items: flex-start;
|
|
35004
35497
|
padding-top: var(--Form-label-paddingTop);
|
|
35498
|
+
height: 1.875rem;
|
|
35005
35499
|
}
|
|
35006
35500
|
.a-Combo--hor .a-Combo-delBtn.is-disabled {
|
|
35007
35501
|
pointer-events: none;
|
|
@@ -35101,6 +35595,22 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35101
35595
|
height: 100%;
|
|
35102
35596
|
background: rgba(0, 0, 0, 0.1);
|
|
35103
35597
|
}
|
|
35598
|
+
.a-Combo.is-mobile .a-Form-item .a-Form-rowInner {
|
|
35599
|
+
flex: 1;
|
|
35600
|
+
}
|
|
35601
|
+
.a-Combo.is-mobile .a-Combo-delBtn {
|
|
35602
|
+
height: 1.25rem;
|
|
35603
|
+
padding-top: 0;
|
|
35604
|
+
}
|
|
35605
|
+
.a-Combo.is-mobile .a-Combo-item {
|
|
35606
|
+
align-items: center;
|
|
35607
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
35608
|
+
}
|
|
35609
|
+
.a-Combo.is-mobile:not(.a-Combo--ver) .a-TextareaControl > textarea,
|
|
35610
|
+
.a-Combo.is-mobile:not(.a-Combo--ver) .a-Form-control > .a-TextControl-input,
|
|
35611
|
+
.a-Combo.is-mobile:not(.a-Combo--ver) .a-TextControl.is-focused > .a-TextControl-input {
|
|
35612
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
35613
|
+
}
|
|
35104
35614
|
.a-ComboTabs > .a-Tabs-links::before, .a-ComboTabs > .a-Tabs-links::after {
|
|
35105
35615
|
display: table;
|
|
35106
35616
|
content: "";
|
|
@@ -35325,7 +35835,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35325
35835
|
color: var(--text--muted-color);
|
|
35326
35836
|
}
|
|
35327
35837
|
.a-Picker-spinner {
|
|
35328
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
35838
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
35329
35839
|
}
|
|
35330
35840
|
.a-Picker-clear {
|
|
35331
35841
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -35432,9 +35942,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35432
35942
|
user-select: none;
|
|
35433
35943
|
white-space: nowrap;
|
|
35434
35944
|
vertical-align: middle;
|
|
35435
|
-
line-height: calc(
|
|
35436
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35437
|
-
);
|
|
35945
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
35438
35946
|
display: inline-block;
|
|
35439
35947
|
font-size: var(--Pick-base-value-fontSize);
|
|
35440
35948
|
color: var(--Pick-base-value-color);
|
|
@@ -35511,6 +36019,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35511
36019
|
display: inline-block;
|
|
35512
36020
|
min-width: 9.375rem;
|
|
35513
36021
|
}
|
|
36022
|
+
.a-PickerControl.is-mobile {
|
|
36023
|
+
width: 100%;
|
|
36024
|
+
}
|
|
36025
|
+
.a-PickerControl.is-mobile .a-Form-item {
|
|
36026
|
+
padding: 0;
|
|
36027
|
+
}
|
|
36028
|
+
.a-PickerControl.is-mobile .a-Picker-input {
|
|
36029
|
+
border: none;
|
|
36030
|
+
}
|
|
35514
36031
|
.a-QrCode {
|
|
35515
36032
|
min-height: var(--Form-input-height);
|
|
35516
36033
|
padding: 0.4375rem 0;
|
|
@@ -35896,7 +36413,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35896
36413
|
padding: var(--transfer-search-paddingTop) var(--transfer-search-paddingRight) var(--transfer-search-paddingBottom) var(--transfer-search-paddingLeft);
|
|
35897
36414
|
width: 100%;
|
|
35898
36415
|
}
|
|
35899
|
-
.a-Transfer-search .a-InputBox {
|
|
36416
|
+
.a-Transfer-search .a-InputBox:not(.is-mobile) {
|
|
35900
36417
|
font-size: var(--transfer-search-fontSize);
|
|
35901
36418
|
font-weight: var(--transfer-search-fontWeight);
|
|
35902
36419
|
line-height: var(--transfer-search-lineHeight);
|
|
@@ -35908,31 +36425,39 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35908
36425
|
box-shadow: var(--transfer-search-shadow);
|
|
35909
36426
|
padding: var(--transfer-search-input-paddingTop) var(--transfer-search-input-paddingRight) var(--transfer-search-input-paddingBottom) var(--transfer-search-input-paddingLeft);
|
|
35910
36427
|
}
|
|
35911
|
-
.a-Transfer-search .a-InputBox:hover {
|
|
36428
|
+
.a-Transfer-search .a-InputBox:not(.is-mobile):hover {
|
|
35912
36429
|
border-color: var(--transfer-search-border-hover-color);
|
|
35913
36430
|
}
|
|
35914
|
-
.a-Transfer-search .a-InputBox.is-focused {
|
|
36431
|
+
.a-Transfer-search .a-InputBox:not(.is-mobile).is-focused {
|
|
35915
36432
|
border-color: var(--transfer-search-border-active-color);
|
|
35916
36433
|
}
|
|
35917
|
-
.a-Transfer-search .a-InputBox input {
|
|
36434
|
+
.a-Transfer-search .a-InputBox:not(.is-mobile) input {
|
|
35918
36435
|
color: var(--transfer-search-color);
|
|
35919
36436
|
font-size: var(--transfer-search-fontSize);
|
|
35920
36437
|
font-weight: var(--transfer-search-fontWeight);
|
|
35921
36438
|
line-height: var(--transfer-search-lineHeight);
|
|
35922
36439
|
height: var(--transfer-search-lineHeight);
|
|
35923
36440
|
}
|
|
35924
|
-
.a-Transfer-search .a-InputBox input::-moz-placeholder {
|
|
36441
|
+
.a-Transfer-search .a-InputBox:not(.is-mobile) input::-moz-placeholder {
|
|
35925
36442
|
color: var(--transfer-search-placeholder-font-color);
|
|
35926
36443
|
}
|
|
35927
|
-
.a-Transfer-search .a-InputBox input::placeholder {
|
|
36444
|
+
.a-Transfer-search .a-InputBox:not(.is-mobile) input::placeholder {
|
|
35928
36445
|
color: var(--transfer-search-placeholder-font-color);
|
|
35929
36446
|
}
|
|
36447
|
+
.a-Transfer-search.is-mobile .a-InputBox {
|
|
36448
|
+
border: none;
|
|
36449
|
+
border-bottom: var(--transfer-search-bottom-border-width) var(--transfer-search-bottom-border-style) var(--transfer-search-bottom-border-color);
|
|
36450
|
+
border-radius: 0;
|
|
36451
|
+
}
|
|
35930
36452
|
.a-Transfer-mid {
|
|
35931
36453
|
min-width: 0.625rem;
|
|
35932
36454
|
display: flex;
|
|
35933
36455
|
flex-direction: column;
|
|
35934
36456
|
justify-content: center;
|
|
35935
36457
|
}
|
|
36458
|
+
.a-Transfer-mid.is-mobile {
|
|
36459
|
+
display: none;
|
|
36460
|
+
}
|
|
35936
36461
|
.a-Transfer-arrow {
|
|
35937
36462
|
width: 40px;
|
|
35938
36463
|
height: 30px;
|
|
@@ -36015,6 +36540,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36015
36540
|
.a-Transfer .a-Selections .a-TableSelection .a-Table-table > tbody > tr {
|
|
36016
36541
|
height: auto;
|
|
36017
36542
|
}
|
|
36543
|
+
.a-Transfer .a-Transfer-result .a-Transfer-title {
|
|
36544
|
+
height: 2.5rem;
|
|
36545
|
+
line-height: 2.5rem;
|
|
36546
|
+
}
|
|
36547
|
+
.a-Transfer .a-Transfer-result.is-mobile .a-Transfer-search .a-InputBox {
|
|
36548
|
+
border: none;
|
|
36549
|
+
border-bottom: var(--transfer-search-bottom-border-width) var(--transfer-search-bottom-border-style) var(--transfer-search-bottom-border-color);
|
|
36550
|
+
border-radius: 0;
|
|
36551
|
+
}
|
|
36018
36552
|
.a-TabsTransfer .a-Transfer-title {
|
|
36019
36553
|
height: 40px;
|
|
36020
36554
|
}
|
|
@@ -36041,7 +36575,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36041
36575
|
height: var(--Form-input-height);
|
|
36042
36576
|
line-height: var(--Form-input-lineHeight);
|
|
36043
36577
|
font-size: var(--Form-input-fontSize);
|
|
36044
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
36578
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
36045
36579
|
color: var(--text--muted-color);
|
|
36046
36580
|
}
|
|
36047
36581
|
.a-TabsTransfer-tab {
|
|
@@ -36095,6 +36629,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36095
36629
|
max-height: 100%;
|
|
36096
36630
|
overflow: auto;
|
|
36097
36631
|
}
|
|
36632
|
+
.a-TabsTransfer-tabs > .a-Tabs-content .a-TabsTransfer-search.is-mobile .a-InputBox {
|
|
36633
|
+
border: none;
|
|
36634
|
+
border-bottom: 1px solid var(--TabsTransfer-border-color);
|
|
36635
|
+
border-radius: 0;
|
|
36636
|
+
}
|
|
36098
36637
|
.a-TransferControl {
|
|
36099
36638
|
position: relative;
|
|
36100
36639
|
overflow: hidden;
|
|
@@ -36146,6 +36685,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36146
36685
|
}
|
|
36147
36686
|
.a-TransferDropDown-content.is-mobile {
|
|
36148
36687
|
width: 100%;
|
|
36688
|
+
min-width: auto;
|
|
36689
|
+
}
|
|
36690
|
+
.a-TransferDropDown-content.is-mobile .a-Table-table > thead > tr > th:first-child.a-Table-checkCell {
|
|
36691
|
+
padding-left: var(--select-table-option-paddingLeft);
|
|
36149
36692
|
}
|
|
36150
36693
|
.a-TransferDropDown-content > .a-Transfer-selection {
|
|
36151
36694
|
flex-grow: 1;
|
|
@@ -36173,6 +36716,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36173
36716
|
.a-NestedSelect--borderNone {
|
|
36174
36717
|
border-color: transparent !important;
|
|
36175
36718
|
}
|
|
36719
|
+
.a-NestedSelect.is-mobile {
|
|
36720
|
+
text-align: right;
|
|
36721
|
+
}
|
|
36176
36722
|
.a-NestedSelect-optionArrowRight {
|
|
36177
36723
|
display: inline-block;
|
|
36178
36724
|
padding-right: var(--Form-select-icon-rigin);
|
|
@@ -36195,7 +36741,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36195
36741
|
-webkit-user-select: none;
|
|
36196
36742
|
-moz-user-select: none;
|
|
36197
36743
|
user-select: none;
|
|
36198
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
36744
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
36199
36745
|
}
|
|
36200
36746
|
.a-NestedSelect-menu {
|
|
36201
36747
|
width: 10rem;
|
|
@@ -36259,7 +36805,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36259
36805
|
background: unset;
|
|
36260
36806
|
}
|
|
36261
36807
|
.a-NestedSelect-popup {
|
|
36262
|
-
height:
|
|
36808
|
+
height: 21.25rem;
|
|
36263
36809
|
}
|
|
36264
36810
|
.a-Cascader-tabs {
|
|
36265
36811
|
display: flex;
|
|
@@ -36275,9 +36821,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36275
36821
|
.a-Cascader-tab {
|
|
36276
36822
|
flex: 1;
|
|
36277
36823
|
width: calc((100vw - 20px) / 3);
|
|
36278
|
-
height:
|
|
36824
|
+
height: 16.25rem;
|
|
36279
36825
|
overflow-y: auto;
|
|
36280
36826
|
display: inline-block;
|
|
36827
|
+
padding-left: 0.625rem;
|
|
36828
|
+
border: 1px solid var(--Cascader-border-color);
|
|
36281
36829
|
}
|
|
36282
36830
|
.a-Cascader-tab::-webkit-scrollbar {
|
|
36283
36831
|
display: none;
|
|
@@ -36318,19 +36866,23 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36318
36866
|
display: flex;
|
|
36319
36867
|
align-items: center;
|
|
36320
36868
|
justify-content: space-between;
|
|
36321
|
-
padding: 0.375rem 0;
|
|
36869
|
+
padding: 0.375rem 0 0.375rem 0.625rem;
|
|
36322
36870
|
font-size: var(--fontSizeMd);
|
|
36323
36871
|
line-height: var(--Cascader-option-lineHeight);
|
|
36324
36872
|
cursor: pointer;
|
|
36325
36873
|
position: relative;
|
|
36326
36874
|
}
|
|
36327
|
-
.a-Cascader-option.
|
|
36875
|
+
.a-Cascader-option.is-active {
|
|
36876
|
+
background-color: var(--Cascader-border-active-bg-color);
|
|
36877
|
+
}
|
|
36878
|
+
.a-Cascader-option.selected .a-Cascader-option--text {
|
|
36328
36879
|
color: var(--primary);
|
|
36329
36880
|
}
|
|
36330
36881
|
.a-Cascader-option.disabled span {
|
|
36331
36882
|
color: gray;
|
|
36332
36883
|
}
|
|
36333
36884
|
.a-Cascader-option--text {
|
|
36885
|
+
flex: 1;
|
|
36334
36886
|
white-space: nowrap;
|
|
36335
36887
|
overflow: hidden;
|
|
36336
36888
|
text-overflow: ellipsis;
|
|
@@ -36338,6 +36890,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36338
36890
|
-moz-user-select: none;
|
|
36339
36891
|
user-select: none;
|
|
36340
36892
|
}
|
|
36893
|
+
.a-Cascader-option--text.disabled {
|
|
36894
|
+
color: var(--Cascader-option-disable-color);
|
|
36895
|
+
}
|
|
36896
|
+
.a-Cascader-option-arrow {
|
|
36897
|
+
flex: 1;
|
|
36898
|
+
text-align: right;
|
|
36899
|
+
padding-right: 0.375rem;
|
|
36900
|
+
}
|
|
36901
|
+
.a-Cascader-option-arrow > svg {
|
|
36902
|
+
transform: scale(0.8);
|
|
36903
|
+
}
|
|
36341
36904
|
.a-Cascader-option-selectedNum {
|
|
36342
36905
|
min-width: 1rem;
|
|
36343
36906
|
height: 1rem;
|
|
@@ -36438,7 +37001,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36438
37001
|
color: var(--text--muted-color);
|
|
36439
37002
|
}
|
|
36440
37003
|
.a-IconPickerControl-spinner {
|
|
36441
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37004
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
36442
37005
|
}
|
|
36443
37006
|
.a-IconPickerControl-clear {
|
|
36444
37007
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -36557,7 +37120,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36557
37120
|
-webkit-user-select: none;
|
|
36558
37121
|
-moz-user-select: none;
|
|
36559
37122
|
user-select: none;
|
|
36560
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37123
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
36561
37124
|
vertical-align: middle;
|
|
36562
37125
|
display: inline-block;
|
|
36563
37126
|
overflow: hidden;
|
|
@@ -36644,7 +37207,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36644
37207
|
color: var(--text--muted-color);
|
|
36645
37208
|
}
|
|
36646
37209
|
.a-IconSelectControl-spinner {
|
|
36647
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37210
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
36648
37211
|
}
|
|
36649
37212
|
.a-IconSelectControl-clear {
|
|
36650
37213
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -37018,6 +37581,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37018
37581
|
display: inline-block;
|
|
37019
37582
|
max-width: 100%;
|
|
37020
37583
|
}
|
|
37584
|
+
|
|
37021
37585
|
.a-Form-control--sizeXs {
|
|
37022
37586
|
width: var(--Form-control-widthXs);
|
|
37023
37587
|
max-width: 100%;
|
|
@@ -37027,6 +37591,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37027
37591
|
.a-Form-control--sizeXs.a-NumberControl {
|
|
37028
37592
|
width: var(--Form-control-widthXs);
|
|
37029
37593
|
}
|
|
37594
|
+
|
|
37030
37595
|
.a-Form-control--sizeSm {
|
|
37031
37596
|
width: var(--Form-control-widthSm);
|
|
37032
37597
|
max-width: 100%;
|
|
@@ -37036,12 +37601,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37036
37601
|
.a-Form-control--sizeSm.a-NumberControl {
|
|
37037
37602
|
width: var(--Form-control-widthSm);
|
|
37038
37603
|
}
|
|
37604
|
+
|
|
37039
37605
|
.a-Form-control--sizeMd {
|
|
37040
37606
|
width: var(--Form-control-widthMd);
|
|
37041
37607
|
max-width: 100%;
|
|
37042
37608
|
display: inline-block;
|
|
37043
37609
|
vertical-align: top;
|
|
37044
37610
|
}
|
|
37611
|
+
|
|
37045
37612
|
.a-Form-control--sizeLg {
|
|
37046
37613
|
width: var(--Form-control-widthLg);
|
|
37047
37614
|
max-width: 100%;
|
|
@@ -37051,6 +37618,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37051
37618
|
.a-Form-control--sizeLg.a-NumberControl {
|
|
37052
37619
|
width: var(--Form-control-widthLg);
|
|
37053
37620
|
}
|
|
37621
|
+
|
|
37054
37622
|
.a-Form-item--horizontal {
|
|
37055
37623
|
display: flex;
|
|
37056
37624
|
flex-wrap: nowrap;
|
|
@@ -37062,16 +37630,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37062
37630
|
min-width: var(--Form--horizontal-value-minWidth);
|
|
37063
37631
|
}
|
|
37064
37632
|
.a-Form-item--horizontal .a-Form-itemColumn--xs,
|
|
37065
|
-
|
|
37066
|
-
|
|
37067
|
-
|
|
37068
|
-
|
|
37069
|
-
|
|
37633
|
+
.a-Form-item--horizontal .a-Form-itemColumn--sm,
|
|
37634
|
+
.a-Form-item--horizontal .a-Form-itemColumn--normal,
|
|
37635
|
+
.a-Form-item--horizontal .a-Form-itemColumn--auto,
|
|
37636
|
+
.a-Form-item--horizontal .a-Form-itemColumn--md,
|
|
37637
|
+
.a-Form-item--horizontal .a-Form-itemColumn--lg {
|
|
37070
37638
|
flex-grow: unset;
|
|
37071
37639
|
flex-basis: unset;
|
|
37072
37640
|
}
|
|
37073
37641
|
.a-Form-item--horizontal > .a-Form-label {
|
|
37074
|
-
padding-top: calc((var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize)) / 2);
|
|
37642
|
+
padding-top: calc( ( var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize) ) / 2 );
|
|
37075
37643
|
word-break: break-word;
|
|
37076
37644
|
line-height: var(--Form-item-lineHeight);
|
|
37077
37645
|
margin: 0;
|
|
@@ -37172,7 +37740,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37172
37740
|
vertical-align: top;
|
|
37173
37741
|
}
|
|
37174
37742
|
.a-Form-item--inline > .a-Form-label {
|
|
37175
|
-
padding-top: calc((var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize)) / 2);
|
|
37743
|
+
padding-top: calc( ( var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize) ) / 2 );
|
|
37176
37744
|
word-break: break-word;
|
|
37177
37745
|
line-height: var(--Form-item-lineHeight);
|
|
37178
37746
|
margin: 0;
|
|
@@ -37200,6 +37768,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37200
37768
|
.a-Form-item--inline > .a-Form-value > .a-TextControl--withAddOn {
|
|
37201
37769
|
display: inline-flex;
|
|
37202
37770
|
}
|
|
37771
|
+
|
|
37203
37772
|
.a-Form-row {
|
|
37204
37773
|
display: flex;
|
|
37205
37774
|
flex-wrap: wrap;
|
|
@@ -37211,11 +37780,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37211
37780
|
padding-left: calc(var(--Form-row-gutterWidth) / 2);
|
|
37212
37781
|
padding-right: calc(var(--Form-row-gutterWidth) / 2);
|
|
37213
37782
|
}
|
|
37783
|
+
|
|
37214
37784
|
.a-Form-col {
|
|
37215
37785
|
flex-basis: 0;
|
|
37216
37786
|
flex-grow: 1;
|
|
37217
37787
|
flex-shrink: 1;
|
|
37218
37788
|
}
|
|
37789
|
+
|
|
37219
37790
|
.a-Form-rowInner {
|
|
37220
37791
|
display: flex;
|
|
37221
37792
|
flex-wrap: nowrap;
|
|
@@ -37234,9 +37805,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37234
37805
|
.a-Form--debug {
|
|
37235
37806
|
padding: var(--gap-sm);
|
|
37236
37807
|
margin-bottom: var(--gap-sm);
|
|
37237
|
-
background-color:
|
|
37808
|
+
background-color: #fafafa;
|
|
37238
37809
|
border-radius: var(--borderRadius);
|
|
37239
37810
|
position: relative;
|
|
37811
|
+
word-wrap: break-word;
|
|
37812
|
+
word-break: break-all;
|
|
37240
37813
|
}
|
|
37241
37814
|
.a-Form--column {
|
|
37242
37815
|
display: flex;
|
|
@@ -37291,24 +37864,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37291
37864
|
}
|
|
37292
37865
|
/* 移动端样式调整 */
|
|
37293
37866
|
@media (max-width: 767px) {
|
|
37294
|
-
.a-
|
|
37295
|
-
|
|
37296
|
-
box-sizing: border-box;
|
|
37297
|
-
content: " ";
|
|
37298
|
-
pointer-events: none;
|
|
37299
|
-
right: 0;
|
|
37300
|
-
top: 0;
|
|
37301
|
-
left: 0;
|
|
37302
|
-
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37867
|
+
.a-Combo-form::before {
|
|
37868
|
+
border-bottom: none;
|
|
37303
37869
|
}
|
|
37304
|
-
|
|
37870
|
+
|
|
37871
|
+
.a-Form-item {
|
|
37305
37872
|
display: flex;
|
|
37306
|
-
flex-wrap: wrap;
|
|
37307
37873
|
margin-bottom: 0;
|
|
37308
|
-
padding: var(--Form-item-gap) 0;
|
|
37874
|
+
padding: var(--Form-item-mobile-gap) 0;
|
|
37309
37875
|
position: relative;
|
|
37310
37876
|
}
|
|
37311
|
-
.a-Form
|
|
37877
|
+
.a-Form-item::after {
|
|
37312
37878
|
position: absolute;
|
|
37313
37879
|
box-sizing: border-box;
|
|
37314
37880
|
content: " ";
|
|
@@ -37318,11 +37884,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37318
37884
|
left: 0;
|
|
37319
37885
|
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37320
37886
|
}
|
|
37321
|
-
.a-Form
|
|
37322
|
-
|
|
37887
|
+
.a-Form-item .a-InputGroup-addOn,
|
|
37888
|
+
.a-Form-item .a-TextControl-addOn {
|
|
37323
37889
|
border: none;
|
|
37324
37890
|
}
|
|
37325
|
-
.a-Form
|
|
37891
|
+
.a-Form-item .a-Form-label {
|
|
37326
37892
|
flex: 0 0 28%;
|
|
37327
37893
|
max-width: 28%;
|
|
37328
37894
|
min-height: 1px;
|
|
@@ -37333,111 +37899,218 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37333
37899
|
margin-bottom: 0;
|
|
37334
37900
|
font-size: var(--fontSizeLg);
|
|
37335
37901
|
}
|
|
37336
|
-
.a-Form
|
|
37902
|
+
.a-Form-item .a-Form-label > span {
|
|
37903
|
+
line-height: 2rem;
|
|
37904
|
+
display: inline-block;
|
|
37905
|
+
}
|
|
37906
|
+
.a-Form-item .a-Form-description {
|
|
37337
37907
|
font-size: var(--fontSizeBase);
|
|
37338
37908
|
}
|
|
37339
|
-
.a-Form
|
|
37909
|
+
.a-Form-item .a-TextControl-input {
|
|
37340
37910
|
font-size: var(--fontSizeLg);
|
|
37341
37911
|
}
|
|
37342
|
-
.a-Form
|
|
37912
|
+
.a-Form-item .a-TextControl-input input {
|
|
37343
37913
|
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
|
37344
37914
|
}
|
|
37345
|
-
.a-Form .a-
|
|
37346
|
-
|
|
37915
|
+
.a-Form-item .a-NumberControl .a-Number {
|
|
37916
|
+
flex: 1;
|
|
37917
|
+
border: none;
|
|
37918
|
+
}
|
|
37919
|
+
.a-Form-item .a-NumberControl .a-Number .a-Number-handler-wrap {
|
|
37920
|
+
display: none;
|
|
37921
|
+
}
|
|
37922
|
+
.a-Form-item .a-NumberControl .a-Select {
|
|
37923
|
+
flex: none;
|
|
37924
|
+
border: none;
|
|
37925
|
+
}
|
|
37926
|
+
.a-Form-item .a-Number--enhance {
|
|
37927
|
+
float: right;
|
|
37928
|
+
border: none;
|
|
37929
|
+
}
|
|
37930
|
+
.a-Form-item .a-Number--enhance-left-icon, .a-Form-item .a-Number--enhance-right-icon {
|
|
37931
|
+
width: var(--inputNumber-enhance-mobile-icon-width);
|
|
37932
|
+
height: var(--inputNumber-enhance-mobile-icon-height);
|
|
37933
|
+
border: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37934
|
+
border-radius: var(--Form-input-borderRadius);
|
|
37935
|
+
-webkit-user-select: none;
|
|
37936
|
+
-moz-user-select: none;
|
|
37937
|
+
user-select: none;
|
|
37938
|
+
}
|
|
37939
|
+
.a-Form-item .a-Number--enhance-left-icon svg.icon, .a-Form-item .a-Number--enhance-right-icon svg.icon {
|
|
37940
|
+
top: 0;
|
|
37941
|
+
}
|
|
37942
|
+
.a-Form-item .a-Number--enhance .a-Number-input {
|
|
37943
|
+
text-align: center;
|
|
37944
|
+
}
|
|
37945
|
+
.a-Form-item .a-Number--enhance .a-Number--enhance-input {
|
|
37946
|
+
width: var(--inputNumber-enhance-mobile-input-width);
|
|
37947
|
+
text-align: center;
|
|
37948
|
+
}
|
|
37949
|
+
.a-Form-item .a-Number--enhance .a-InputNumber-enhance-minus,
|
|
37950
|
+
.a-Form-item .a-Number--enhance .a-InputNumber-enhance-plus {
|
|
37951
|
+
width: var(--inputNumber-enhance-mobile-icon-inner-width);
|
|
37952
|
+
height: var(--inputNumber-enhance-mobile-icon-inner-height);
|
|
37953
|
+
display: flex;
|
|
37954
|
+
justify-content: center;
|
|
37955
|
+
align-items: center;
|
|
37956
|
+
}
|
|
37957
|
+
.a-Form-item .a-Number--enhance:hover .a-Number-input {
|
|
37958
|
+
padding-left: var(--inputNumber-enhance-default-paddingLeft);
|
|
37959
|
+
padding-right: var(--inputNumber-enhance-default-paddingRight);
|
|
37960
|
+
}
|
|
37961
|
+
.a-Form-item .a-Form-value,
|
|
37962
|
+
.a-Form-item .a-Form-control {
|
|
37347
37963
|
flex: 1;
|
|
37348
37964
|
flex-wrap: wrap;
|
|
37349
37965
|
font-size: var(--fontSizeLg);
|
|
37350
37966
|
}
|
|
37351
|
-
.a-Form
|
|
37352
|
-
|
|
37967
|
+
.a-Form-item .a-Form-value .a-ColorPicker > input,
|
|
37968
|
+
.a-Form-item .a-Form-control .a-ColorPicker > input {
|
|
37969
|
+
height: 100%;
|
|
37970
|
+
}
|
|
37971
|
+
.a-Form-item .a-Form-value .a-ResultBox,
|
|
37972
|
+
.a-Form-item .a-Form-control .a-ResultBox {
|
|
37973
|
+
height: 100%;
|
|
37974
|
+
}
|
|
37975
|
+
.a-Form-item .a-Form-value .a-ResultBox .a-ResultBox-value-wrap,
|
|
37976
|
+
.a-Form-item .a-Form-control .a-ResultBox .a-ResultBox-value-wrap {
|
|
37977
|
+
justify-content: flex-end;
|
|
37978
|
+
text-align: right;
|
|
37979
|
+
}
|
|
37980
|
+
.a-Form-item .a-Form-value.is-disabled > .a-TextControl-input,
|
|
37981
|
+
.a-Form-item .a-Form-control.is-disabled > .a-TextControl-input {
|
|
37353
37982
|
background: transparent;
|
|
37354
37983
|
}
|
|
37355
|
-
.a-Form
|
|
37984
|
+
.a-Form-item .a-SelectControl.a-Form-control {
|
|
37356
37985
|
overflow: hidden;
|
|
37357
37986
|
}
|
|
37358
|
-
.a-Form
|
|
37359
|
-
|
|
37360
|
-
|
|
37361
|
-
|
|
37362
|
-
|
|
37363
|
-
|
|
37364
|
-
|
|
37365
|
-
.a-Form .a-Form-item .a-CheckboxesControl {
|
|
37987
|
+
.a-Form-item .a-Form-hint,
|
|
37988
|
+
.a-Form-item .a-Form-remark,
|
|
37989
|
+
.a-Form-item .a-Form-group--hor .a-Form-item,
|
|
37990
|
+
.a-Form-item .a-SwitchControl,
|
|
37991
|
+
.a-Form-item .a-CheckboxControl,
|
|
37992
|
+
.a-Form-item .a-RadiosControl,
|
|
37993
|
+
.a-Form-item .a-CheckboxesControl {
|
|
37366
37994
|
padding-top: 0;
|
|
37367
37995
|
padding-bottom: 0;
|
|
37368
37996
|
}
|
|
37369
|
-
.a-Form
|
|
37997
|
+
.a-Form-item .a-SwitchControl,
|
|
37998
|
+
.a-Form-item .a-TransferControl,
|
|
37999
|
+
.a-Form-item .a-TagControl,
|
|
38000
|
+
.a-Form-item .a-CheckboxControl,
|
|
38001
|
+
.a-Form-item .a-TreeSelectControl,
|
|
38002
|
+
.a-Form-item .a-NestedSelectControl,
|
|
38003
|
+
.a-Form-item .a-TabsTransferControl {
|
|
38004
|
+
padding-top: 0.1875rem;
|
|
38005
|
+
}
|
|
38006
|
+
.a-Form-item--inline {
|
|
38007
|
+
margin-right: 0;
|
|
38008
|
+
}
|
|
38009
|
+
.a-Form-item .a-Form-item-controlBox {
|
|
38010
|
+
flex: 1;
|
|
38011
|
+
}
|
|
38012
|
+
.a-Form-item .a-Form-static .a-Progress {
|
|
38013
|
+
margin-top: 0.1875rem;
|
|
38014
|
+
}
|
|
38015
|
+
.a-Form-item .a-Form-static .a-Field-quickEditBtn {
|
|
38016
|
+
vertical-align: baseline;
|
|
38017
|
+
}
|
|
38018
|
+
.a-Form-item .a-Form-group--horizontal .a-TextControl-input input {
|
|
37370
38019
|
height: var(--Form-input-height);
|
|
37371
38020
|
}
|
|
37372
|
-
.a-Form
|
|
38021
|
+
.a-Form-item .a-Form-hint {
|
|
37373
38022
|
font-size: var(--fontSizeBase);
|
|
37374
38023
|
margin-left: 0;
|
|
37375
38024
|
color: var(--text--muted-color);
|
|
37376
38025
|
}
|
|
37377
|
-
.a-Form
|
|
38026
|
+
.a-Form-item .a-TextControl-placeholder {
|
|
37378
38027
|
top: 0;
|
|
37379
38028
|
}
|
|
37380
|
-
.a-Form
|
|
38029
|
+
.a-Form-item .a-Form-static {
|
|
37381
38030
|
min-height: 0;
|
|
37382
38031
|
}
|
|
37383
|
-
.a-Form
|
|
37384
|
-
|
|
38032
|
+
.a-Form-item .a-Form-description,
|
|
38033
|
+
.a-Form-item .a-Form-feedback {
|
|
37385
38034
|
font-size: var(--fontSizeBase);
|
|
37386
38035
|
}
|
|
37387
|
-
.a-Form
|
|
37388
|
-
|
|
38036
|
+
.a-Form-item .a-InputGroup .a-Select,
|
|
38037
|
+
.a-Form-item .a-InputGroup .a-InputGroup-btn .a-Button {
|
|
37389
38038
|
border: none;
|
|
37390
38039
|
}
|
|
37391
|
-
.a-Form
|
|
38040
|
+
.a-Form-item .a-InputGroup > .a-TextControl-input input {
|
|
37392
38041
|
height: var(--Form-input-height);
|
|
37393
38042
|
}
|
|
37394
|
-
.a-Form
|
|
38043
|
+
.a-Form-item .a-ColorPicker {
|
|
37395
38044
|
padding: 0;
|
|
37396
38045
|
border: none;
|
|
37397
38046
|
}
|
|
37398
|
-
.a-Form
|
|
38047
|
+
.a-Form-item .a-ColorPicker .a-ColorPicker-arrow {
|
|
37399
38048
|
display: none;
|
|
37400
38049
|
}
|
|
37401
|
-
.a-Form
|
|
38050
|
+
.a-Form-item .a-Form-group--hor .a-Form-item .a-Button {
|
|
37402
38051
|
margin-bottom: var(--gap-xs);
|
|
37403
38052
|
}
|
|
37404
|
-
.a-Form
|
|
37405
|
-
|
|
37406
|
-
|
|
38053
|
+
.a-Form-item .a-TextareaControl > textarea,
|
|
38054
|
+
.a-Form-item .a-Form-control > .a-TextControl-input,
|
|
38055
|
+
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input {
|
|
37407
38056
|
border: none;
|
|
37408
38057
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
37409
38058
|
box-shadow: none;
|
|
38059
|
+
border-radius: 0;
|
|
37410
38060
|
}
|
|
37411
|
-
.a-Form
|
|
37412
|
-
|
|
37413
|
-
|
|
37414
|
-
|
|
37415
|
-
|
|
37416
|
-
|
|
37417
|
-
|
|
38061
|
+
.a-Form-item .a-TextareaControl > textarea:hover, .a-Form-item .a-TextareaControl > textarea:focus, .a-Form-item .a-TextareaControl > textarea.active,
|
|
38062
|
+
.a-Form-item .a-Form-control > .a-TextControl-input:hover,
|
|
38063
|
+
.a-Form-item .a-Form-control > .a-TextControl-input:focus,
|
|
38064
|
+
.a-Form-item .a-Form-control > .a-TextControl-input.active,
|
|
38065
|
+
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input:hover,
|
|
38066
|
+
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input:focus,
|
|
38067
|
+
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input.active {
|
|
37418
38068
|
border: none;
|
|
37419
38069
|
outline: none;
|
|
37420
38070
|
outline-style: none;
|
|
37421
38071
|
}
|
|
37422
|
-
.a-Form
|
|
38072
|
+
.a-Form-item .a-Form-control > .a-TextControl-input--multiple {
|
|
37423
38073
|
padding: 0;
|
|
37424
38074
|
min-height: 0;
|
|
37425
38075
|
}
|
|
37426
|
-
|
|
38076
|
+
|
|
38077
|
+
.a-Form-groupColumn {
|
|
37427
38078
|
margin-bottom: 0;
|
|
37428
38079
|
}
|
|
37429
|
-
|
|
38080
|
+
|
|
38081
|
+
.a-Form-item:nth-last-of-type(1)::after {
|
|
37430
38082
|
display: none;
|
|
37431
38083
|
}
|
|
37432
|
-
|
|
38084
|
+
|
|
38085
|
+
.a-Form-item.is-placeholder::after {
|
|
37433
38086
|
display: none;
|
|
37434
38087
|
}
|
|
37435
|
-
|
|
38088
|
+
|
|
38089
|
+
.a-Tabs-pane {
|
|
37436
38090
|
padding: 0;
|
|
37437
38091
|
}
|
|
37438
|
-
|
|
38092
|
+
|
|
38093
|
+
.a-Form-item .a-Form-groupColumn > .a-Form-item {
|
|
37439
38094
|
padding-bottom: var(--Form-input-paddingX);
|
|
37440
38095
|
}
|
|
38096
|
+
|
|
38097
|
+
.a-Form-groupColumn {
|
|
38098
|
+
position: relative;
|
|
38099
|
+
}
|
|
38100
|
+
.a-Form-groupColumn::after {
|
|
38101
|
+
position: absolute;
|
|
38102
|
+
box-sizing: border-box;
|
|
38103
|
+
content: " ";
|
|
38104
|
+
pointer-events: none;
|
|
38105
|
+
right: 0;
|
|
38106
|
+
bottom: 0;
|
|
38107
|
+
left: 0;
|
|
38108
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
38109
|
+
}
|
|
38110
|
+
|
|
38111
|
+
.a-Form-groupColumn:nth-last-of-type(1)::after {
|
|
38112
|
+
display: none;
|
|
38113
|
+
}
|
|
37441
38114
|
}
|
|
37442
38115
|
.a-UserSelect {
|
|
37443
38116
|
position: relative;
|
|
@@ -38335,8 +39008,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38335
39008
|
/* 函数列表 */
|
|
38336
39009
|
}
|
|
38337
39010
|
.a-FormulaEditor-content {
|
|
38338
|
-
|
|
38339
|
-
|
|
39011
|
+
flex: 1;
|
|
39012
|
+
height: 100%;
|
|
39013
|
+
max-width: 33.125rem;
|
|
39014
|
+
border-top: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
39015
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38340
39016
|
}
|
|
38341
39017
|
.a-FormulaEditor-header {
|
|
38342
39018
|
width: 100%;
|
|
@@ -38349,6 +39025,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38349
39025
|
border-bottom: none;
|
|
38350
39026
|
font-weight: 500;
|
|
38351
39027
|
}
|
|
39028
|
+
.a-FormulaEditor-header-toolbar {
|
|
39029
|
+
font-size: 12px;
|
|
39030
|
+
float: right;
|
|
39031
|
+
}
|
|
39032
|
+
.a-FormulaEditor-header-toolbar > span {
|
|
39033
|
+
margin-right: 5px;
|
|
39034
|
+
}
|
|
38352
39035
|
.a-FormulaEditor-editor {
|
|
38353
39036
|
height: 12.5rem;
|
|
38354
39037
|
padding: 0.3125rem;
|
|
@@ -38377,31 +39060,26 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38377
39060
|
flex-flow: row nowrap;
|
|
38378
39061
|
align-items: stretch;
|
|
38379
39062
|
justify-content: space-between;
|
|
38380
|
-
height:
|
|
39063
|
+
height: 28.125rem;
|
|
38381
39064
|
margin-top: 0.625rem;
|
|
38382
39065
|
}
|
|
38383
|
-
.a-FormulaEditor-settings
|
|
38384
|
-
width:
|
|
39066
|
+
.a-FormulaEditor-settings.is-mobile {
|
|
39067
|
+
width: 100%;
|
|
39068
|
+
overflow-x: scroll;
|
|
39069
|
+
overflow-y: hidden;
|
|
38385
39070
|
}
|
|
38386
39071
|
.a-FormulaEditor-settings.only-variable {
|
|
38387
39072
|
height: 21.875rem;
|
|
38388
39073
|
}
|
|
38389
39074
|
.a-FormulaEditor-panel {
|
|
38390
39075
|
display: flex;
|
|
38391
|
-
flex: 1;
|
|
38392
39076
|
flex-flow: column nowrap;
|
|
38393
39077
|
justify-content: space-between;
|
|
38394
39078
|
align-items: stretch;
|
|
38395
39079
|
height: 100%;
|
|
38396
|
-
|
|
39080
|
+
width: 11.75rem;
|
|
38397
39081
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38398
39082
|
}
|
|
38399
|
-
.a-FormulaEditor-panel:not(:last-child) {
|
|
38400
|
-
margin-right: 0.625rem;
|
|
38401
|
-
}
|
|
38402
|
-
.a-FormulaEditor-panel:last-child {
|
|
38403
|
-
flex: 1;
|
|
38404
|
-
}
|
|
38405
39083
|
.a-FormulaEditor-panel-header {
|
|
38406
39084
|
width: 100%;
|
|
38407
39085
|
height: 1.875rem;
|
|
@@ -38423,6 +39101,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38423
39101
|
.a-FormulaEditor-panel-body--tabs {
|
|
38424
39102
|
max-height: 100%;
|
|
38425
39103
|
}
|
|
39104
|
+
.a-FormulaEditor-panel.left {
|
|
39105
|
+
justify-content: normal !important;
|
|
39106
|
+
border-radius: var(--borderRadius) 0 0 var(--borderRadius);
|
|
39107
|
+
}
|
|
39108
|
+
.a-FormulaEditor-panel.right {
|
|
39109
|
+
width: 20.625rem;
|
|
39110
|
+
border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
|
|
39111
|
+
}
|
|
39112
|
+
.a-FormulaEditor-VariableList {
|
|
39113
|
+
height: 100%;
|
|
39114
|
+
}
|
|
38426
39115
|
.a-FormulaEditor-VariableList-root {
|
|
38427
39116
|
max-height: 100%;
|
|
38428
39117
|
}
|
|
@@ -38438,7 +39127,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38438
39127
|
max-height: 100%;
|
|
38439
39128
|
}
|
|
38440
39129
|
.a-FormulaEditor-VariableList-base.is-scrollable {
|
|
38441
|
-
overflow-x:
|
|
39130
|
+
overflow-x: auto;
|
|
38442
39131
|
overflow-y: auto;
|
|
38443
39132
|
}
|
|
38444
39133
|
.a-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
@@ -38480,7 +39169,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38480
39169
|
padding: 0;
|
|
38481
39170
|
}
|
|
38482
39171
|
.a-FormulaEditor-VariableList-tabs .a-Tabs-content .a-FormulaEditor-VariableList-sub .a-FormulaEditor-VariableList-body {
|
|
38483
|
-
max-height: 13.75rem;
|
|
38484
39172
|
overflow-y: hidden;
|
|
38485
39173
|
}
|
|
38486
39174
|
.a-FormulaEditor-VariableList-tabs .a-Tabs-content .a-FormulaEditor-VariableList-sub-FormulaEditor-VariableList-base {
|
|
@@ -38550,6 +39238,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38550
39238
|
flex: 1;
|
|
38551
39239
|
width: 0;
|
|
38552
39240
|
display: inline-block;
|
|
39241
|
+
min-width: 3.125rem;
|
|
39242
|
+
}
|
|
39243
|
+
.a-FormulaEditor-VariableList-item .fa-ellipsis-h {
|
|
39244
|
+
margin-right: 0.3125rem;
|
|
39245
|
+
}
|
|
39246
|
+
.a-FormulaEditor-VariableList-item .fa-ellipsis-h:hover {
|
|
39247
|
+
color: var(--primary);
|
|
38553
39248
|
}
|
|
38554
39249
|
.a-FormulaEditor-VariableList-item-tag {
|
|
38555
39250
|
vertical-align: middle;
|
|
@@ -38562,21 +39257,35 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38562
39257
|
line-height: 1.5rem;
|
|
38563
39258
|
height: 1.5rem;
|
|
38564
39259
|
}
|
|
39260
|
+
.a-FormulaEditor-VariableList-item-oper {
|
|
39261
|
+
list-style: none;
|
|
39262
|
+
max-width: 14.6875rem;
|
|
39263
|
+
font-size: var(--fontSizeSm);
|
|
39264
|
+
min-width: 100px;
|
|
39265
|
+
padding: 0 5px;
|
|
39266
|
+
margin: 5px;
|
|
39267
|
+
text-align: center;
|
|
39268
|
+
}
|
|
39269
|
+
.a-FormulaEditor-VariableList-item-oper li {
|
|
39270
|
+
line-height: 24px;
|
|
39271
|
+
}
|
|
39272
|
+
.a-FormulaEditor-VariableList-item-oper li:hover {
|
|
39273
|
+
cursor: pointer;
|
|
39274
|
+
background: var(--Form-select-menu-onHover-bg);
|
|
39275
|
+
}
|
|
39276
|
+
.a-FormulaEditor-VariableList .a-GroupedSelection {
|
|
39277
|
+
max-height: 100%;
|
|
39278
|
+
}
|
|
38565
39279
|
.a-FormulaEditor-VariableList .a-GroupedSelection-item-tag {
|
|
38566
39280
|
line-height: 17px;
|
|
38567
39281
|
}
|
|
39282
|
+
.a-FormulaEditor-VariableList .a-GroupedSelection-itemLabel {
|
|
39283
|
+
font-size: var(--fontSizeSm);
|
|
39284
|
+
}
|
|
38568
39285
|
.a-FormulaEditor-FuncList {
|
|
38569
39286
|
display: flex;
|
|
38570
|
-
flex-flow:
|
|
38571
|
-
|
|
38572
|
-
align-items: stretch;
|
|
38573
|
-
flex: 1;
|
|
38574
|
-
}
|
|
38575
|
-
.a-FormulaEditor-FuncList .a-FormulaEditor-panel {
|
|
38576
|
-
width: 11.75rem;
|
|
38577
|
-
}
|
|
38578
|
-
.a-FormulaEditor-FuncList:not(:last-child) {
|
|
38579
|
-
margin-right: 0.625rem;
|
|
39287
|
+
flex-flow: column nowrap;
|
|
39288
|
+
height: 100%;
|
|
38580
39289
|
}
|
|
38581
39290
|
.a-FormulaEditor-FuncList-searchBox {
|
|
38582
39291
|
display: flex;
|
|
@@ -38636,20 +39345,30 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38636
39345
|
.a-FormulaEditor-FuncList-doc {
|
|
38637
39346
|
display: flex;
|
|
38638
39347
|
flex-flow: column nowrap;
|
|
38639
|
-
padding: 0.625rem;
|
|
38640
|
-
|
|
39348
|
+
padding: 0 0.625rem;
|
|
39349
|
+
font-size: 12px;
|
|
39350
|
+
height: 100%;
|
|
39351
|
+
overflow: hidden;
|
|
38641
39352
|
}
|
|
38642
39353
|
.a-FormulaEditor-FuncList-doc pre {
|
|
38643
39354
|
white-space: pre-wrap;
|
|
38644
39355
|
word-wrap: break-word;
|
|
38645
|
-
background: var(--InputFormula-code-bgColor);
|
|
38646
|
-
padding: 0.3125rem 0.625rem;
|
|
38647
39356
|
border-radius: var(--borderRadius);
|
|
38648
39357
|
margin-top: 0;
|
|
38649
39358
|
}
|
|
38650
39359
|
.a-FormulaEditor-FuncList-doc pre code {
|
|
38651
39360
|
color: #2468f2;
|
|
38652
39361
|
}
|
|
39362
|
+
.a-FormulaEditor-FuncList-doc-example {
|
|
39363
|
+
font-size: var(--fontSizeSm) !important;
|
|
39364
|
+
}
|
|
39365
|
+
.a-FormulaEditor-FuncList-doc-example th {
|
|
39366
|
+
padding: 0.3125rem !important;
|
|
39367
|
+
font-size: var(--fontSizeSm) !important;
|
|
39368
|
+
}
|
|
39369
|
+
.a-FormulaEditor-FuncList-doc-example td {
|
|
39370
|
+
padding: 0.3125rem !important;
|
|
39371
|
+
}
|
|
38653
39372
|
.a-FormulaEditor-FuncList-doc-desc {
|
|
38654
39373
|
color: var(--text--loud-color);
|
|
38655
39374
|
overflow-x: hidden;
|
|
@@ -38664,6 +39383,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38664
39383
|
border-radius: 3px;
|
|
38665
39384
|
background: rgba(0, 0, 0, 0.3);
|
|
38666
39385
|
}
|
|
39386
|
+
.a-FormulaEditor-FuncList.withDoc {
|
|
39387
|
+
max-height: 50% !important;
|
|
39388
|
+
}
|
|
39389
|
+
.a-FormulaEditor-FuncDoc {
|
|
39390
|
+
height: 300px;
|
|
39391
|
+
overflow: hidden;
|
|
39392
|
+
background: var(--InputFormula-code-bgColor);
|
|
39393
|
+
}
|
|
38667
39394
|
.a-FormulaEditor .cm-field,
|
|
38668
39395
|
.a-FormulaEditor .cm-func {
|
|
38669
39396
|
border-radius: 3px;
|
|
@@ -38672,7 +39399,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38672
39399
|
padding: 0 2px;
|
|
38673
39400
|
}
|
|
38674
39401
|
.a-FormulaEditor .cm-field {
|
|
38675
|
-
padding:
|
|
39402
|
+
padding: 2px 5px;
|
|
38676
39403
|
}
|
|
38677
39404
|
.a-FormulaEditor .cm-field {
|
|
38678
39405
|
background: #007bff;
|
|
@@ -38688,6 +39415,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38688
39415
|
justify-content: space-between;
|
|
38689
39416
|
align-items: center;
|
|
38690
39417
|
}
|
|
39418
|
+
.a-FormulaPicker-popup {
|
|
39419
|
+
height: 36.25rem;
|
|
39420
|
+
}
|
|
39421
|
+
.a-FormulaPicker-popup-inner {
|
|
39422
|
+
width: 100%;
|
|
39423
|
+
box-sizing: border-box;
|
|
39424
|
+
padding: 0 1rem;
|
|
39425
|
+
}
|
|
38691
39426
|
.a-FormulaPicker-input {
|
|
38692
39427
|
flex: 1;
|
|
38693
39428
|
margin-right: 0.625rem;
|