amis-ui 3.6.2 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.d.ts +10 -10
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.d.ts +11 -11
- package/esm/components/Collapse.js +3 -3
- package/esm/components/CollapseGroup.js +11 -10
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +40 -40
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.d.ts +13 -19
- package/esm/components/DateRangePicker.js +16 -10
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/Editor.js +4 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +10 -10
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputTable.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +2 -1
- package/esm/components/NumberInput.js +16 -6
- package/esm/components/OverflowTpl.d.ts +62 -0
- package/esm/components/OverflowTpl.js +101 -0
- package/esm/components/Pagination.d.ts +112 -0
- package/esm/components/Pagination.js +89 -10
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.d.ts +2 -0
- package/esm/components/PopOverContainer.js +8 -6
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +2 -2
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +40 -40
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +6 -7
- package/esm/components/SearchBox.d.ts +44 -42
- package/esm/components/SearchBox.js +6 -4
- package/esm/components/Select.js +1 -1
- package/esm/components/SelectMobile.js +12 -10
- package/esm/components/Selection.js +1 -1
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +20 -20
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +3 -2
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +90 -50
- package/esm/components/Transfer.js +2 -1
- package/esm/components/TransferDropDown.d.ts +80 -40
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.js +1 -1
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +3 -1
- package/esm/components/calendar/Calendar.js +4 -3
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.d.ts +6 -0
- package/esm/components/calendar/TimeView.js +105 -10
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +10 -5
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +11 -2
- package/esm/components/formula/Editor.js +10 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +80 -26
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +3 -3
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.d.ts +1 -1
- package/esm/components/icons.js +14 -8
- package/esm/components/index.d.ts +2 -1
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/index.d.ts +10 -10
- package/esm/components/menu/index.js +1 -1
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/ColGroup.js +1 -1
- package/esm/components/table/Head.js +15 -6
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +12 -25
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/Row.d.ts +10 -17
- package/esm/components/table/Row.js +47 -5
- package/esm/components/table/SummaryRow.js +2 -2
- package/esm/components/table/index.d.ts +44 -42
- package/esm/components/table/index.js +30 -56
- package/esm/components/table/util.d.ts +3 -2
- package/esm/components/table/util.js +39 -7
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/arrow-double-left.svg.js +24 -0
- package/esm/icons/arrow-double-right.svg.js +24 -0
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +2 -1
- package/esm/locale/de-DE.js +1 -1
- package/esm/locale/en-US.js +1 -1
- package/esm/locale/zh-CN.js +2 -2
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +10 -10
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +40 -40
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +11 -11
- package/lib/components/Collapse.js +3 -3
- package/lib/components/CollapseGroup.js +11 -10
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +40 -40
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +13 -19
- package/lib/components/DateRangePicker.js +16 -10
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +40 -40
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +4 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/InputTable.js +1 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +12 -11
- package/lib/components/NumberInput.js +16 -6
- package/lib/components/OverflowTpl.d.ts +62 -0
- package/lib/components/OverflowTpl.js +109 -0
- package/lib/components/Pagination.d.ts +112 -0
- package/lib/components/Pagination.js +89 -10
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.d.ts +2 -0
- package/lib/components/PopOverContainer.js +8 -6
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.js +2 -2
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +80 -80
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +40 -40
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +7 -7
- package/lib/components/SearchBox.d.ts +44 -42
- package/lib/components/SearchBox.js +6 -4
- package/lib/components/Select.d.ts +193 -193
- package/lib/components/Select.js +1 -1
- package/lib/components/SelectMobile.js +12 -10
- package/lib/components/Selection.d.ts +40 -40
- package/lib/components/Selection.js +1 -1
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +40 -40
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +10 -10
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +4 -2
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +40 -40
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +90 -50
- package/lib/components/Transfer.js +2 -1
- package/lib/components/TransferDropDown.d.ts +80 -40
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +40 -40
- package/lib/components/Tree.js +1 -1
- package/lib/components/TreeSelection.d.ts +40 -40
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +3 -1
- package/lib/components/calendar/Calendar.js +4 -3
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.d.ts +6 -0
- package/lib/components/calendar/TimeView.js +103 -8
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +10 -5
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.js +11 -2
- package/lib/components/formula/Editor.js +10 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.js +79 -25
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +3 -3
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.d.ts +1 -1
- package/lib/components/icons.js +14 -8
- package/lib/components/index.d.ts +2 -1
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +10 -10
- package/lib/components/menu/index.js +1 -1
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.js +15 -6
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.js +12 -25
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/Row.d.ts +10 -17
- package/lib/components/table/Row.js +46 -4
- package/lib/components/table/SummaryRow.js +2 -2
- package/lib/components/table/index.d.ts +44 -42
- package/lib/components/table/index.js +27 -53
- package/lib/components/table/util.d.ts +3 -2
- package/lib/components/table/util.js +40 -7
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/helper.css +9603 -1234
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/arrow-double-left.svg.js +31 -0
- package/lib/icons/arrow-double-right.svg.js +31 -0
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +3 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/zh-CN.js +2 -2
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +667 -292
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +667 -292
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +667 -292
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +667 -292
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +667 -292
- package/package.json +5 -4
- package/scss/_components.scss +3 -3
- package/scss/_mixins.scss +4 -0
- package/scss/_properties.scss +7 -3
- package/scss/components/_alert.scss +1 -0
- package/scss/components/_cards.scss +10 -1
- package/scss/components/_condition-builder.scss +1 -1
- package/scss/components/_dropdown.scss +1 -1
- package/scss/components/_list.scss +10 -1
- package/scss/components/_menu.scss +2 -2
- package/scss/components/_overflow-tpl.scss +5 -0
- package/scss/components/_pagination.scss +118 -8
- package/scss/components/_search-box.scss +7 -4
- package/scss/components/_table.scss +15 -0
- package/scss/components/_table2.scss +8 -2
- package/scss/components/form/_checks.scss +5 -5
- package/scss/components/form/_date-range.scss +1 -1
- package/scss/components/form/_date.scss +13 -1
- package/scss/components/form/_fieldset.scss +0 -2
- package/scss/components/form/_input-group.scss +21 -10
- package/scss/components/form/_picker.scss +0 -1
- package/scss/components/form/_range.scss +82 -0
- package/scss/components/form/_result-list.scss +6 -0
- package/scss/components/form/_select.scss +1 -0
- package/scss/components/form/_selection.scss +4 -0
- package/scss/components/form/_tag.scss +3 -0
- package/scss/components/form/_text.scss +1 -0
- package/scss/components/form/_textarea.scss +1 -0
- package/scss/components/form/_tree.scss +1 -1
- package/scss/themes/_common.scss +1 -0
package/lib/themes/ang.css
CHANGED
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
--primary: var(--colors-brand-5);
|
|
11
11
|
--primary-onHover: var(--colors-brand-6);
|
|
12
12
|
--primary-onActive: var(--colors-brand-4);
|
|
13
|
-
--secondary: var(--colors-neutral-text-4);
|
|
13
|
+
--secondary: var(--colors-neutral-text-4);
|
|
14
|
+
/* secondary 颜色需进一步确认 */
|
|
14
15
|
--secondary-onHover: var(--colors-neutral-text-6);
|
|
15
16
|
--secondary-onActive: var(--colors-neutral-text-4);
|
|
16
17
|
--success: var(--colors-success-5);
|
|
@@ -187,7 +188,7 @@
|
|
|
187
188
|
--Carousel--light-control: white;
|
|
188
189
|
--Carousel-arrowControl-height: var(--gap-lg);
|
|
189
190
|
--Carousel-arrowControl-width: var(--gap-lg);
|
|
190
|
-
--Carousel-bg:
|
|
191
|
+
--Carousel-bg: var(--colors-neutral-fill-10);
|
|
191
192
|
--Carousel-dot-borderRadius: 0.25rem;
|
|
192
193
|
--Carousel-dot-height: 0.5rem;
|
|
193
194
|
--Carousel-dot-margin: 0.4375rem var(--gap-xs);
|
|
@@ -235,7 +236,7 @@
|
|
|
235
236
|
--DropDown-menu-paddingY: var(--gap-xs);
|
|
236
237
|
--DropDown-menuItem-onHover-bg: var(--Form-select-menu-onHover-bg);
|
|
237
238
|
--DropDown-group-color: #848b99;
|
|
238
|
-
--DropDown-menuItem-color:
|
|
239
|
+
--DropDown-menuItem-color: var(--colors-neutral-text-2);
|
|
239
240
|
--DropDown-menuItem-onHover-color: var(--Form-select-menu-onHover-color);
|
|
240
241
|
--DropDown-menuItem-onActive-color: var(--colors-brand-5);
|
|
241
242
|
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
|
@@ -524,7 +525,9 @@
|
|
|
524
525
|
--Page-title-lineHeight: 1.5;
|
|
525
526
|
--Pagination-fontSize: var(--fonts-size-8);
|
|
526
527
|
--Pagination-height: 2rem;
|
|
528
|
+
--Pagination-height-sm: 1.5rem;
|
|
527
529
|
--Pagination-minWidth: 2rem;
|
|
530
|
+
--Pagination-minWidth-sm: 1.5rem;
|
|
528
531
|
--Pagination-onActive-backgroundColor: var(--colors-neutral-fill-11);
|
|
529
532
|
--Pagination-onActive-border: var(--borders-width-2) var(--borders-style-2)
|
|
530
533
|
var(--colors-brand-5);
|
|
@@ -532,6 +535,7 @@
|
|
|
532
535
|
--Pagination-onDisabled-color: var(--colors-neutral-text-6);
|
|
533
536
|
--Pagination-onDisabled-backgroundColor: var(--colors-neutral-fill-10);
|
|
534
537
|
--Pagination-padding: 0 0.5rem;
|
|
538
|
+
--Pagination-padding-sm: 0 0.25rem;
|
|
535
539
|
--Pagination-light-color: #84868c;
|
|
536
540
|
--Panel--default-badgeBg: var(--colors-neutral-fill-3);
|
|
537
541
|
--Panel--default-badgeColor: var(--colors-neutral-fill-10);
|
|
@@ -551,7 +555,7 @@
|
|
|
551
555
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
|
552
556
|
--PickerColumns-loadingIcon-color: var(--icon-color);
|
|
553
557
|
--PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
|
|
554
|
-
--PopOver-bg:
|
|
558
|
+
--PopOver-bg: var(--colors-neutral-fill-11);
|
|
555
559
|
--PopOverAble-iconColor: inherit;
|
|
556
560
|
--PopOverAble-onHover-iconColor: inherit;
|
|
557
561
|
--PopUp-cancelAction-color: #666;
|
|
@@ -725,6 +729,7 @@
|
|
|
725
729
|
--SearchBox-enhonce-disabled-color: var(--colors-neutral-text-9);
|
|
726
730
|
--SearchBox-enhonce-disabled-search-color: var(--colors-neutral-text-6);
|
|
727
731
|
--SearchBox-enhonce-clearable-gap: var(--borders-radius-4);
|
|
732
|
+
--SearchBox-search-btn-color--disabled: var(--colors-neutral-fill-6);
|
|
728
733
|
--IconSelect-searchBox-width: 15.375rem;
|
|
729
734
|
--IconSelect-type-item-height: 3rem;
|
|
730
735
|
--IconSelect-dialog-height: 50vh;
|
|
@@ -2033,7 +2038,6 @@
|
|
|
2033
2038
|
--checkbox-checkbox-default-height: var(--sizes-size-9);
|
|
2034
2039
|
--checkbox-checkbox-default-bg-color: var(--colors-neutral-fill-11);
|
|
2035
2040
|
--checkbox-checkbox-default-text-color: var(--colors-neutral-text-2);
|
|
2036
|
-
--checkbox-checkbox-default-lineHeight: var(--fonts-lineHeight-2);
|
|
2037
2041
|
--checkbox-checkbox-default-fontWeight: var(--fonts-weight-6);
|
|
2038
2042
|
--checkbox-checkbox-default-fontSize: var(--fonts-size-7);
|
|
2039
2043
|
--checkbox-checkbox-default-top-border-color: var(--colors-neutral-line-8);
|
|
@@ -4465,6 +4469,7 @@
|
|
|
4465
4469
|
--inputTag-option-bg-color: var(--colors-neutral-fill-11);
|
|
4466
4470
|
--inputTag-option-hover-color: var(--colors-brand-5);
|
|
4467
4471
|
--inputTag-option-hover-bg-color: var(--colors-brand-10);
|
|
4472
|
+
--inputTag-popover-maxHeight: 300px;
|
|
4468
4473
|
--fieldSet-legend-height: var(--sizes-size-9);
|
|
4469
4474
|
--fieldSet-legend-color: var(--colors-neutral-text-2);
|
|
4470
4475
|
--fieldSet-legend-fontSize: var(--fonts-size-7);
|
|
@@ -4581,9 +4586,9 @@
|
|
|
4581
4586
|
--conditionBuilder-line-width: var(--sizes-size-2);
|
|
4582
4587
|
--conditionBuilder-line-bg-color: var(--colors-brand-9);
|
|
4583
4588
|
--conditionBuilder-body-bg-color: var(--colors-neutral-line-10);
|
|
4584
|
-
--conditionBuilder-body-paddingTop: var(--sizes-size-
|
|
4589
|
+
--conditionBuilder-body-paddingTop: var(--sizes-size-3);
|
|
4585
4590
|
--conditionBuilder-body-paddingRight: var(--sizes-size-7);
|
|
4586
|
-
--conditionBuilder-body-paddingBottom: var(--sizes-size-
|
|
4591
|
+
--conditionBuilder-body-paddingBottom: var(--sizes-size-3);
|
|
4587
4592
|
--conditionBuilder-body-paddingLeft: var(--sizes-base-14);
|
|
4588
4593
|
--table-border-width: var(--borders-width-2);
|
|
4589
4594
|
--table-border-color: var(--colors-neutral-line-8);
|
|
@@ -5135,14 +5140,17 @@
|
|
|
5135
5140
|
}
|
|
5136
5141
|
/* PADDING */
|
|
5137
5142
|
.CodeMirror-lines {
|
|
5138
|
-
padding: 4px 0;
|
|
5143
|
+
padding: 4px 0;
|
|
5144
|
+
/* Vertical padding around content */
|
|
5139
5145
|
}
|
|
5140
5146
|
.CodeMirror pre.CodeMirror-line,
|
|
5141
5147
|
.CodeMirror pre.CodeMirror-line-like {
|
|
5142
|
-
padding: 0 4px;
|
|
5148
|
+
padding: 0 4px;
|
|
5149
|
+
/* Horizontal padding of content */
|
|
5143
5150
|
}
|
|
5144
5151
|
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
|
5145
|
-
background-color: white;
|
|
5152
|
+
background-color: white;
|
|
5153
|
+
/* The little square between H and V scrollbars */
|
|
5146
5154
|
}
|
|
5147
5155
|
/* GUTTER */
|
|
5148
5156
|
.CodeMirror-gutters {
|
|
@@ -5328,14 +5336,16 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5328
5336
|
background: white;
|
|
5329
5337
|
}
|
|
5330
5338
|
.CodeMirror-scroll {
|
|
5331
|
-
overflow: scroll !important;
|
|
5339
|
+
overflow: scroll !important;
|
|
5340
|
+
/* Things will break if this is overridden */
|
|
5332
5341
|
/* 50px is the magic margin used to hide the element's real scrollbars */
|
|
5333
5342
|
/* See overflow: hidden in .CodeMirror */
|
|
5334
5343
|
margin-bottom: -50px;
|
|
5335
5344
|
margin-right: -50px;
|
|
5336
5345
|
padding-bottom: 50px;
|
|
5337
5346
|
height: 100%;
|
|
5338
|
-
outline: none;
|
|
5347
|
+
outline: none;
|
|
5348
|
+
/* Prevent dragging from highlighting the element */
|
|
5339
5349
|
position: relative;
|
|
5340
5350
|
z-index: 0;
|
|
5341
5351
|
}
|
|
@@ -5414,7 +5424,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5414
5424
|
}
|
|
5415
5425
|
.CodeMirror-lines {
|
|
5416
5426
|
cursor: text;
|
|
5417
|
-
min-height: 1px;
|
|
5427
|
+
min-height: 1px;
|
|
5428
|
+
/* prevents collapsing before first draw */
|
|
5418
5429
|
}
|
|
5419
5430
|
.CodeMirror pre.CodeMirror-line,
|
|
5420
5431
|
.CodeMirror pre.CodeMirror-line-like {
|
|
@@ -5452,7 +5463,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5452
5463
|
.CodeMirror-linewidget {
|
|
5453
5464
|
position: relative;
|
|
5454
5465
|
z-index: 2;
|
|
5455
|
-
padding: 0.1px;
|
|
5466
|
+
padding: 0.1px;
|
|
5467
|
+
/* Force widget margins to stay inside of the container */
|
|
5456
5468
|
}
|
|
5457
5469
|
.CodeMirror-rtl pre {
|
|
5458
5470
|
direction: rtl;
|
|
@@ -5736,7 +5748,7 @@ img.fr-bordered {
|
|
|
5736
5748
|
vertical-align: bottom;
|
|
5737
5749
|
margin-left: 5px;
|
|
5738
5750
|
margin-right: 5px;
|
|
5739
|
-
max-width: calc(100% -
|
|
5751
|
+
max-width: calc(100% - (2 * 5px));
|
|
5740
5752
|
}
|
|
5741
5753
|
.fr-view img.fr-dii.fr-fil {
|
|
5742
5754
|
float: left;
|
|
@@ -5772,7 +5784,7 @@ img.fr-bordered {
|
|
|
5772
5784
|
vertical-align: bottom;
|
|
5773
5785
|
margin-left: 5px;
|
|
5774
5786
|
margin-right: 5px;
|
|
5775
|
-
max-width: calc(100% -
|
|
5787
|
+
max-width: calc(100% - (2 * 5px));
|
|
5776
5788
|
}
|
|
5777
5789
|
.fr-view span.fr-img-caption.fr-dii.fr-fil {
|
|
5778
5790
|
float: left;
|
|
@@ -5900,7 +5912,7 @@ img.fr-view.fr-dii {
|
|
|
5900
5912
|
vertical-align: bottom;
|
|
5901
5913
|
margin-left: 5px;
|
|
5902
5914
|
margin-right: 5px;
|
|
5903
|
-
max-width: calc(100% -
|
|
5915
|
+
max-width: calc(100% - (2 * 5px));
|
|
5904
5916
|
}
|
|
5905
5917
|
img.fr-view.fr-dii.fr-fil {
|
|
5906
5918
|
float: left;
|
|
@@ -5936,7 +5948,7 @@ span.fr-img-caption.fr-view.fr-dii {
|
|
|
5936
5948
|
vertical-align: bottom;
|
|
5937
5949
|
margin-left: 5px;
|
|
5938
5950
|
margin-right: 5px;
|
|
5939
|
-
max-width: calc(100% -
|
|
5951
|
+
max-width: calc(100% - (2 * 5px));
|
|
5940
5952
|
}
|
|
5941
5953
|
span.fr-img-caption.fr-view.fr-dii.fr-fil {
|
|
5942
5954
|
float: left;
|
|
@@ -6142,12 +6154,14 @@ iframe.fr-iframe {
|
|
|
6142
6154
|
.fr-box.fr-document {
|
|
6143
6155
|
min-width: 21cm;
|
|
6144
6156
|
}
|
|
6157
|
+
|
|
6145
6158
|
.fr-box.fr-document .fr-wrapper {
|
|
6146
6159
|
text-align: left;
|
|
6147
6160
|
padding: 30px;
|
|
6148
6161
|
min-width: 21cm;
|
|
6149
6162
|
background: #efefef;
|
|
6150
6163
|
}
|
|
6164
|
+
|
|
6151
6165
|
.fr-box.fr-document .fr-wrapper .fr-element {
|
|
6152
6166
|
text-align: left;
|
|
6153
6167
|
background: #FFF;
|
|
@@ -6158,6 +6172,7 @@ iframe.fr-iframe {
|
|
|
6158
6172
|
overflow: visible;
|
|
6159
6173
|
z-index: auto;
|
|
6160
6174
|
}
|
|
6175
|
+
|
|
6161
6176
|
.fr-box.fr-document .fr-wrapper .fr-element hr {
|
|
6162
6177
|
margin-left: -2cm;
|
|
6163
6178
|
margin-right: -2cm;
|
|
@@ -6166,6 +6181,7 @@ iframe.fr-iframe {
|
|
|
6166
6181
|
outline: none;
|
|
6167
6182
|
border: none;
|
|
6168
6183
|
}
|
|
6184
|
+
|
|
6169
6185
|
.fr-box.fr-document .fr-wrapper .fr-element img {
|
|
6170
6186
|
z-index: 1;
|
|
6171
6187
|
}
|
|
@@ -7336,7 +7352,7 @@ ol.decimal_type > li:before {
|
|
|
7336
7352
|
}
|
|
7337
7353
|
.fr-separator.fr-hs {
|
|
7338
7354
|
clear: both;
|
|
7339
|
-
width: calc(100% -
|
|
7355
|
+
width: calc(100% - (2 * 4px));
|
|
7340
7356
|
margin: 0 4px;
|
|
7341
7357
|
height: 1px;
|
|
7342
7358
|
}
|
|
@@ -8111,18 +8127,22 @@ body.fr-fullscreen {
|
|
|
8111
8127
|
width: 10px;
|
|
8112
8128
|
height: 10px;
|
|
8113
8129
|
}
|
|
8130
|
+
|
|
8114
8131
|
.fr-image-resizer .fr-handler.fr-hnw {
|
|
8115
8132
|
left: -5px;
|
|
8116
8133
|
top: -5px;
|
|
8117
8134
|
}
|
|
8135
|
+
|
|
8118
8136
|
.fr-image-resizer .fr-handler.fr-hne {
|
|
8119
8137
|
right: -5px;
|
|
8120
8138
|
top: -5px;
|
|
8121
8139
|
}
|
|
8140
|
+
|
|
8122
8141
|
.fr-image-resizer .fr-handler.fr-hsw {
|
|
8123
8142
|
left: -5px;
|
|
8124
8143
|
bottom: -5px;
|
|
8125
8144
|
}
|
|
8145
|
+
|
|
8126
8146
|
.fr-image-resizer .fr-handler.fr-hse {
|
|
8127
8147
|
right: -5px;
|
|
8128
8148
|
bottom: -5px;
|
|
@@ -8532,7 +8552,7 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
|
|
8532
8552
|
}
|
|
8533
8553
|
.fr-line-breaker a.fr-floating-btn {
|
|
8534
8554
|
position: absolute;
|
|
8535
|
-
left: calc(50% -
|
|
8555
|
+
left: calc(50% - (40px / 2));
|
|
8536
8556
|
top: -20px;
|
|
8537
8557
|
}
|
|
8538
8558
|
.fr-line-breaker a.fr-floating-btn svg {
|
|
@@ -8867,18 +8887,22 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
|
|
8867
8887
|
width: 10px;
|
|
8868
8888
|
height: 10px;
|
|
8869
8889
|
}
|
|
8890
|
+
|
|
8870
8891
|
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
|
|
8871
8892
|
left: -5px;
|
|
8872
8893
|
top: -5px;
|
|
8873
8894
|
}
|
|
8895
|
+
|
|
8874
8896
|
.fr-box .fr-video-resizer .fr-handler.fr-hne {
|
|
8875
8897
|
right: -5px;
|
|
8876
8898
|
top: -5px;
|
|
8877
8899
|
}
|
|
8900
|
+
|
|
8878
8901
|
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
|
|
8879
8902
|
left: -5px;
|
|
8880
8903
|
bottom: -5px;
|
|
8881
8904
|
}
|
|
8905
|
+
|
|
8882
8906
|
.fr-box .fr-video-resizer .fr-handler.fr-hse {
|
|
8883
8907
|
right: -5px;
|
|
8884
8908
|
bottom: -5px;
|
|
@@ -9180,7 +9204,7 @@ img.fr-bordered {
|
|
|
9180
9204
|
vertical-align: bottom;
|
|
9181
9205
|
margin-left: 5px;
|
|
9182
9206
|
margin-right: 5px;
|
|
9183
|
-
max-width: calc(100% -
|
|
9207
|
+
max-width: calc(100% - (2 * 5px));
|
|
9184
9208
|
}
|
|
9185
9209
|
.fr-view img.fr-dii.fr-fil {
|
|
9186
9210
|
float: left;
|
|
@@ -9216,7 +9240,7 @@ img.fr-bordered {
|
|
|
9216
9240
|
vertical-align: bottom;
|
|
9217
9241
|
margin-left: 5px;
|
|
9218
9242
|
margin-right: 5px;
|
|
9219
|
-
max-width: calc(100% -
|
|
9243
|
+
max-width: calc(100% - (2 * 5px));
|
|
9220
9244
|
}
|
|
9221
9245
|
.fr-view span.fr-img-caption.fr-dii.fr-fil {
|
|
9222
9246
|
float: left;
|
|
@@ -9344,7 +9368,7 @@ img.fr-view.fr-dii {
|
|
|
9344
9368
|
vertical-align: bottom;
|
|
9345
9369
|
margin-left: 5px;
|
|
9346
9370
|
margin-right: 5px;
|
|
9347
|
-
max-width: calc(100% -
|
|
9371
|
+
max-width: calc(100% - (2 * 5px));
|
|
9348
9372
|
}
|
|
9349
9373
|
img.fr-view.fr-dii.fr-fil {
|
|
9350
9374
|
float: left;
|
|
@@ -9380,7 +9404,7 @@ span.fr-img-caption.fr-view.fr-dii {
|
|
|
9380
9404
|
vertical-align: bottom;
|
|
9381
9405
|
margin-left: 5px;
|
|
9382
9406
|
margin-right: 5px;
|
|
9383
|
-
max-width: calc(100% -
|
|
9407
|
+
max-width: calc(100% - (2 * 5px));
|
|
9384
9408
|
}
|
|
9385
9409
|
span.fr-img-caption.fr-view.fr-dii.fr-fil {
|
|
9386
9410
|
float: left;
|
|
@@ -9953,7 +9977,7 @@ button::-moz-focus-inner {
|
|
|
9953
9977
|
display: flex;
|
|
9954
9978
|
height: 24px;
|
|
9955
9979
|
justify-content: center;
|
|
9956
|
-
padding:
|
|
9980
|
+
padding: calc(4px - 1px);
|
|
9957
9981
|
width: 24px;
|
|
9958
9982
|
}
|
|
9959
9983
|
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
|
|
@@ -9996,7 +10020,7 @@ button::-moz-focus-inner {
|
|
|
9996
10020
|
.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
|
|
9997
10021
|
border-radius: 6px;
|
|
9998
10022
|
box-shadow: inset 0 0 0 1px #006ce7;
|
|
9999
|
-
padding:
|
|
10023
|
+
padding: calc(4px - 1px);
|
|
10000
10024
|
}
|
|
10001
10025
|
.tox:not([dir=rtl]) .tox-checkbox__label {
|
|
10002
10026
|
margin-left: 4px;
|
|
@@ -10445,7 +10469,7 @@ button::-moz-focus-inner {
|
|
|
10445
10469
|
display: none;
|
|
10446
10470
|
fill: #222f3e;
|
|
10447
10471
|
height: 24px;
|
|
10448
|
-
margin:
|
|
10472
|
+
margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
|
|
10449
10473
|
width: 24px;
|
|
10450
10474
|
}
|
|
10451
10475
|
.tox div.tox-swatch:not(.tox-swatch--remove) svg path {
|
|
@@ -10719,7 +10743,7 @@ button::-moz-focus-inner {
|
|
|
10719
10743
|
body:not(.tox-force-desktop) .tox .tox-dialog {
|
|
10720
10744
|
align-self: flex-start;
|
|
10721
10745
|
margin: 8px auto;
|
|
10722
|
-
max-height: calc(100vh -
|
|
10746
|
+
max-height: calc(100vh - 8px * 2);
|
|
10723
10747
|
width: calc(100vw - 16px);
|
|
10724
10748
|
}
|
|
10725
10749
|
}
|
|
@@ -10823,7 +10847,7 @@ button::-moz-focus-inner {
|
|
|
10823
10847
|
display: flex;
|
|
10824
10848
|
flex: 1;
|
|
10825
10849
|
flex-direction: column;
|
|
10826
|
-
max-height: min(650px, 100vh - 110px);
|
|
10850
|
+
max-height: min(650px, calc(100vh - 110px));
|
|
10827
10851
|
overflow: auto;
|
|
10828
10852
|
-webkit-overflow-scrolling: touch;
|
|
10829
10853
|
padding: 16px 16px;
|
|
@@ -11352,13 +11376,13 @@ body.tox-dialog__disable-scroll {
|
|
|
11352
11376
|
justify-content: space-between;
|
|
11353
11377
|
}
|
|
11354
11378
|
.tox .tox-form__grid--2col > .tox-form__group {
|
|
11355
|
-
width: calc(50% -
|
|
11379
|
+
width: calc(50% - (8px / 2));
|
|
11356
11380
|
}
|
|
11357
11381
|
.tox .tox-form__grid--3col > .tox-form__group {
|
|
11358
|
-
width: calc(
|
|
11382
|
+
width: calc(100% / 3 - (8px / 2));
|
|
11359
11383
|
}
|
|
11360
11384
|
.tox .tox-form__grid--4col > .tox-form__group {
|
|
11361
|
-
width: calc(25% -
|
|
11385
|
+
width: calc(25% - (8px / 2));
|
|
11362
11386
|
}
|
|
11363
11387
|
.tox .tox-form__controls-h-stack {
|
|
11364
11388
|
align-items: center;
|
|
@@ -11756,6 +11780,7 @@ body.tox-dialog__disable-scroll {
|
|
|
11756
11780
|
overflow-wrap: break-word;
|
|
11757
11781
|
word-break: normal;
|
|
11758
11782
|
}
|
|
11783
|
+
|
|
11759
11784
|
.tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
|
|
11760
11785
|
word-break: break-all;
|
|
11761
11786
|
}
|
|
@@ -12282,9 +12307,9 @@ body.tox-dialog__disable-scroll {
|
|
|
12282
12307
|
}
|
|
12283
12308
|
@media only screen and (min-width: 768px) {
|
|
12284
12309
|
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
|
12285
|
-
|
|
12286
|
-
|
|
12287
|
-
flex: 0 0
|
|
12310
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
|
|
12311
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
|
|
12312
|
+
flex: 0 0 calc(100% / 3);
|
|
12288
12313
|
}
|
|
12289
12314
|
}
|
|
12290
12315
|
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
|
|
@@ -12308,6 +12333,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12308
12333
|
.tox .tox-statusbar__text-container .tox-statusbar__help-text {
|
|
12309
12334
|
display: none;
|
|
12310
12335
|
}
|
|
12336
|
+
|
|
12311
12337
|
.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
|
|
12312
12338
|
display: block;
|
|
12313
12339
|
}
|
|
@@ -12705,7 +12731,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12705
12731
|
background-image: repeating-linear-gradient(#e3e3e3 0px 1px, transparent 1px 39px);
|
|
12706
12732
|
background-position: center top 40px;
|
|
12707
12733
|
background-repeat: no-repeat;
|
|
12708
|
-
background-size: calc(100% -
|
|
12734
|
+
background-size: calc(100% - 11px * 2) calc(100% - 41px);
|
|
12709
12735
|
display: flex;
|
|
12710
12736
|
flex: 0 0 auto;
|
|
12711
12737
|
flex-shrink: 0;
|
|
@@ -12717,7 +12743,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12717
12743
|
.tox .tox-toolbar-overlord > .tox-toolbar__primary,
|
|
12718
12744
|
.tox .tox-toolbar-overlord > .tox-toolbar__overflow {
|
|
12719
12745
|
background-position: center top 0px;
|
|
12720
|
-
background-size: calc(100% -
|
|
12746
|
+
background-size: calc(100% - 11px * 2) calc(100% - 0px);
|
|
12721
12747
|
}
|
|
12722
12748
|
.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
|
|
12723
12749
|
height: 0;
|
|
@@ -12764,7 +12790,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12764
12790
|
.tox.tox-tinymce-aux .tox-toolbar__overflow {
|
|
12765
12791
|
background-color: #fff;
|
|
12766
12792
|
background-position: center top 43px;
|
|
12767
|
-
background-size: calc(100% -
|
|
12793
|
+
background-size: calc(100% - 8px * 2) calc(100% - 51px);
|
|
12768
12794
|
border: none;
|
|
12769
12795
|
border-radius: 6px;
|
|
12770
12796
|
box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
|
|
@@ -12776,7 +12802,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12776
12802
|
}
|
|
12777
12803
|
.tox-pop .tox-pop__dialog .tox-toolbar {
|
|
12778
12804
|
background-position: center top 43px;
|
|
12779
|
-
background-size: calc(100% -
|
|
12805
|
+
background-size: calc(100% - 11px * 2) calc(100% - 51px);
|
|
12780
12806
|
padding: 4px 0;
|
|
12781
12807
|
}
|
|
12782
12808
|
.tox .tox-toolbar__group {
|
|
@@ -14070,18 +14096,18 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14070
14096
|
.cropper-dashed.dashed-h {
|
|
14071
14097
|
border-bottom-width: 1px;
|
|
14072
14098
|
border-top-width: 1px;
|
|
14073
|
-
height:
|
|
14099
|
+
height: calc(100% / 3);
|
|
14074
14100
|
left: 0;
|
|
14075
|
-
top:
|
|
14101
|
+
top: calc(100% / 3);
|
|
14076
14102
|
width: 100%;
|
|
14077
14103
|
}
|
|
14078
14104
|
.cropper-dashed.dashed-v {
|
|
14079
14105
|
border-left-width: 1px;
|
|
14080
14106
|
border-right-width: 1px;
|
|
14081
14107
|
height: 100%;
|
|
14082
|
-
left:
|
|
14108
|
+
left: calc(100% / 3);
|
|
14083
14109
|
top: 0;
|
|
14084
|
-
width:
|
|
14110
|
+
width: calc(100% / 3);
|
|
14085
14111
|
}
|
|
14086
14112
|
.cropper-center {
|
|
14087
14113
|
display: block;
|
|
@@ -14403,9 +14429,14 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14403
14429
|
.rdtPrev span,
|
|
14404
14430
|
.rdtNext span {
|
|
14405
14431
|
display: block;
|
|
14406
|
-
-webkit-touch-callout: none;
|
|
14407
|
-
|
|
14408
|
-
-
|
|
14432
|
+
-webkit-touch-callout: none;
|
|
14433
|
+
/* iOS Safari */
|
|
14434
|
+
-webkit-user-select: none;
|
|
14435
|
+
/* Chrome/Safari/Opera */
|
|
14436
|
+
/* Konqueror */
|
|
14437
|
+
-moz-user-select: none;
|
|
14438
|
+
/* Firefox */
|
|
14439
|
+
/* Internet Explorer/Edge */
|
|
14409
14440
|
user-select: none;
|
|
14410
14441
|
}
|
|
14411
14442
|
.rdtPicker th.rdtDisabled,
|
|
@@ -14474,9 +14505,14 @@ td.rdtQuarter:hover {
|
|
|
14474
14505
|
line-height: 40px;
|
|
14475
14506
|
cursor: pointer;
|
|
14476
14507
|
display: block;
|
|
14477
|
-
-webkit-touch-callout: none;
|
|
14478
|
-
|
|
14479
|
-
-
|
|
14508
|
+
-webkit-touch-callout: none;
|
|
14509
|
+
/* iOS Safari */
|
|
14510
|
+
-webkit-user-select: none;
|
|
14511
|
+
/* Chrome/Safari/Opera */
|
|
14512
|
+
/* Konqueror */
|
|
14513
|
+
-moz-user-select: none;
|
|
14514
|
+
/* Firefox */
|
|
14515
|
+
/* Internet Explorer/Edge */
|
|
14480
14516
|
user-select: none;
|
|
14481
14517
|
}
|
|
14482
14518
|
.rdtCounter .rdtBtn:hover {
|
|
@@ -15042,6 +15078,7 @@ body {
|
|
|
15042
15078
|
.a-Layout-content {
|
|
15043
15079
|
transition: transform var(--animation-duration) ease;
|
|
15044
15080
|
}
|
|
15081
|
+
|
|
15045
15082
|
.a-Layout-aside {
|
|
15046
15083
|
display: none;
|
|
15047
15084
|
}
|
|
@@ -15057,11 +15094,13 @@ body {
|
|
|
15057
15094
|
-webkit-overflow-scrolling: touch;
|
|
15058
15095
|
z-index: 1010;
|
|
15059
15096
|
}
|
|
15097
|
+
|
|
15060
15098
|
.a-Layout-headerBar {
|
|
15061
15099
|
display: none;
|
|
15062
15100
|
}
|
|
15101
|
+
|
|
15063
15102
|
.a-Layout--offScreen .a-Layout-body,
|
|
15064
|
-
|
|
15103
|
+
.a-Layout--offScreen .a-Layout-footer {
|
|
15065
15104
|
background: var(--body-bg);
|
|
15066
15105
|
transition: transform var(--animation-duration) ease;
|
|
15067
15106
|
backface-visibility: hidden;
|
|
@@ -15076,6 +15115,7 @@ body {
|
|
|
15076
15115
|
z-index: 1015;
|
|
15077
15116
|
padding-top: 3.125rem;
|
|
15078
15117
|
}
|
|
15118
|
+
|
|
15079
15119
|
.a-Layout-offScreenBtn {
|
|
15080
15120
|
display: block;
|
|
15081
15121
|
}
|
|
@@ -15130,7 +15170,7 @@ body {
|
|
|
15130
15170
|
float: left;
|
|
15131
15171
|
}
|
|
15132
15172
|
.a-Layout--withAside .a-Layout-headerBar,
|
|
15133
|
-
|
|
15173
|
+
.a-Layout--withAside .a-Layout-footer {
|
|
15134
15174
|
margin-left: var(--Layout-aside-width);
|
|
15135
15175
|
transition: margin var(--animation-duration) ease;
|
|
15136
15176
|
}
|
|
@@ -15153,11 +15193,11 @@ body {
|
|
|
15153
15193
|
width: auto;
|
|
15154
15194
|
}
|
|
15155
15195
|
.a-Layout--folded .a-Layout-aside,
|
|
15156
|
-
|
|
15196
|
+
.a-Layout--folded .a-Layout-brandBar {
|
|
15157
15197
|
width: var(--Layout-aside--folded-width);
|
|
15158
15198
|
}
|
|
15159
15199
|
.a-Layout--folded.a-Layout--withAside .a-Layout-headerBar,
|
|
15160
|
-
|
|
15200
|
+
.a-Layout--folded.a-Layout--withAside .a-Layout-footer {
|
|
15161
15201
|
margin-left: var(--Layout-aside--folded-width);
|
|
15162
15202
|
}
|
|
15163
15203
|
.a-Layout--folded .a-Layout-brand {
|
|
@@ -15216,18 +15256,18 @@ body {
|
|
|
15216
15256
|
padding-right: 17px;
|
|
15217
15257
|
}
|
|
15218
15258
|
.a-Layout--sm:not(.a-Layout--folded) .a-Layout-brand,
|
|
15219
|
-
|
|
15220
|
-
|
|
15259
|
+
.a-Layout--sm:not(.a-Layout--folded) .a-Layout-brandBar,
|
|
15260
|
+
.a-Layout--sm:not(.a-Layout--folded) .a-Layout-aside {
|
|
15221
15261
|
width: var(--Layout-aside--sm-width);
|
|
15222
15262
|
}
|
|
15223
15263
|
.a-Layout--md:not(.a-Layout--folded) .a-Layout-brand,
|
|
15224
|
-
|
|
15225
|
-
|
|
15264
|
+
.a-Layout--md:not(.a-Layout--folded) .a-Layout-brandBar,
|
|
15265
|
+
.a-Layout--md:not(.a-Layout--folded) .a-Layout-aside {
|
|
15226
15266
|
width: var(--Layout-aside--md-width);
|
|
15227
15267
|
}
|
|
15228
15268
|
.a-Layout--lg:not(.a-Layout--folded) .a-Layout-brand,
|
|
15229
|
-
|
|
15230
|
-
|
|
15269
|
+
.a-Layout--lg:not(.a-Layout--folded) .a-Layout-brandBar,
|
|
15270
|
+
.a-Layout--lg:not(.a-Layout--folded) .a-Layout-aside {
|
|
15231
15271
|
width: var(--Layout-aside--lg-width);
|
|
15232
15272
|
}
|
|
15233
15273
|
}
|
|
@@ -15399,6 +15439,7 @@ body {
|
|
|
15399
15439
|
flex-direction: column;
|
|
15400
15440
|
justify-content: space-between;
|
|
15401
15441
|
}
|
|
15442
|
+
|
|
15402
15443
|
.a-Grid-col--sm1 {
|
|
15403
15444
|
flex: 0 0 8.3333333333%;
|
|
15404
15445
|
max-width: 8.3333333333%;
|
|
@@ -15406,6 +15447,7 @@ body {
|
|
|
15406
15447
|
padding-left: 0.5rem;
|
|
15407
15448
|
padding-right: 0.5rem;
|
|
15408
15449
|
}
|
|
15450
|
+
|
|
15409
15451
|
.a-Grid-col--sm2 {
|
|
15410
15452
|
flex: 0 0 16.6666666667%;
|
|
15411
15453
|
max-width: 16.6666666667%;
|
|
@@ -15413,6 +15455,7 @@ body {
|
|
|
15413
15455
|
padding-left: 0.5rem;
|
|
15414
15456
|
padding-right: 0.5rem;
|
|
15415
15457
|
}
|
|
15458
|
+
|
|
15416
15459
|
.a-Grid-col--sm3 {
|
|
15417
15460
|
flex: 0 0 25%;
|
|
15418
15461
|
max-width: 25%;
|
|
@@ -15420,6 +15463,7 @@ body {
|
|
|
15420
15463
|
padding-left: 0.5rem;
|
|
15421
15464
|
padding-right: 0.5rem;
|
|
15422
15465
|
}
|
|
15466
|
+
|
|
15423
15467
|
.a-Grid-col--sm4 {
|
|
15424
15468
|
flex: 0 0 33.3333333333%;
|
|
15425
15469
|
max-width: 33.3333333333%;
|
|
@@ -15427,6 +15471,7 @@ body {
|
|
|
15427
15471
|
padding-left: 0.5rem;
|
|
15428
15472
|
padding-right: 0.5rem;
|
|
15429
15473
|
}
|
|
15474
|
+
|
|
15430
15475
|
.a-Grid-col--sm5 {
|
|
15431
15476
|
flex: 0 0 41.6666666667%;
|
|
15432
15477
|
max-width: 41.6666666667%;
|
|
@@ -15434,6 +15479,7 @@ body {
|
|
|
15434
15479
|
padding-left: 0.5rem;
|
|
15435
15480
|
padding-right: 0.5rem;
|
|
15436
15481
|
}
|
|
15482
|
+
|
|
15437
15483
|
.a-Grid-col--sm6 {
|
|
15438
15484
|
flex: 0 0 50%;
|
|
15439
15485
|
max-width: 50%;
|
|
@@ -15441,6 +15487,7 @@ body {
|
|
|
15441
15487
|
padding-left: 0.5rem;
|
|
15442
15488
|
padding-right: 0.5rem;
|
|
15443
15489
|
}
|
|
15490
|
+
|
|
15444
15491
|
.a-Grid-col--sm7 {
|
|
15445
15492
|
flex: 0 0 58.3333333333%;
|
|
15446
15493
|
max-width: 58.3333333333%;
|
|
@@ -15448,6 +15495,7 @@ body {
|
|
|
15448
15495
|
padding-left: 0.5rem;
|
|
15449
15496
|
padding-right: 0.5rem;
|
|
15450
15497
|
}
|
|
15498
|
+
|
|
15451
15499
|
.a-Grid-col--sm8 {
|
|
15452
15500
|
flex: 0 0 66.6666666667%;
|
|
15453
15501
|
max-width: 66.6666666667%;
|
|
@@ -15455,6 +15503,7 @@ body {
|
|
|
15455
15503
|
padding-left: 0.5rem;
|
|
15456
15504
|
padding-right: 0.5rem;
|
|
15457
15505
|
}
|
|
15506
|
+
|
|
15458
15507
|
.a-Grid-col--sm9 {
|
|
15459
15508
|
flex: 0 0 75%;
|
|
15460
15509
|
max-width: 75%;
|
|
@@ -15462,6 +15511,7 @@ body {
|
|
|
15462
15511
|
padding-left: 0.5rem;
|
|
15463
15512
|
padding-right: 0.5rem;
|
|
15464
15513
|
}
|
|
15514
|
+
|
|
15465
15515
|
.a-Grid-col--sm10 {
|
|
15466
15516
|
flex: 0 0 83.3333333333%;
|
|
15467
15517
|
max-width: 83.3333333333%;
|
|
@@ -15469,6 +15519,7 @@ body {
|
|
|
15469
15519
|
padding-left: 0.5rem;
|
|
15470
15520
|
padding-right: 0.5rem;
|
|
15471
15521
|
}
|
|
15522
|
+
|
|
15472
15523
|
.a-Grid-col--sm11 {
|
|
15473
15524
|
flex: 0 0 91.6666666667%;
|
|
15474
15525
|
max-width: 91.6666666667%;
|
|
@@ -15476,6 +15527,7 @@ body {
|
|
|
15476
15527
|
padding-left: 0.5rem;
|
|
15477
15528
|
padding-right: 0.5rem;
|
|
15478
15529
|
}
|
|
15530
|
+
|
|
15479
15531
|
.a-Grid-col--sm12 {
|
|
15480
15532
|
flex: 0 0 100%;
|
|
15481
15533
|
max-width: 100%;
|
|
@@ -15483,6 +15535,7 @@ body {
|
|
|
15483
15535
|
padding-left: 0.5rem;
|
|
15484
15536
|
padding-right: 0.5rem;
|
|
15485
15537
|
}
|
|
15538
|
+
|
|
15486
15539
|
.a-Grid-col--sm {
|
|
15487
15540
|
flex-basis: 0;
|
|
15488
15541
|
flex-grow: 1;
|
|
@@ -15492,6 +15545,7 @@ body {
|
|
|
15492
15545
|
padding-left: 0.5rem;
|
|
15493
15546
|
padding-right: 0.5rem;
|
|
15494
15547
|
}
|
|
15548
|
+
|
|
15495
15549
|
.a-Grid-col--smAuto {
|
|
15496
15550
|
flex: 0 0 auto;
|
|
15497
15551
|
width: auto;
|
|
@@ -15508,6 +15562,7 @@ body {
|
|
|
15508
15562
|
padding-left: 0.5rem;
|
|
15509
15563
|
padding-right: 0.5rem;
|
|
15510
15564
|
}
|
|
15565
|
+
|
|
15511
15566
|
.a-Grid-col--md2 {
|
|
15512
15567
|
flex: 0 0 16.6666666667%;
|
|
15513
15568
|
max-width: 16.6666666667%;
|
|
@@ -15515,6 +15570,7 @@ body {
|
|
|
15515
15570
|
padding-left: 0.5rem;
|
|
15516
15571
|
padding-right: 0.5rem;
|
|
15517
15572
|
}
|
|
15573
|
+
|
|
15518
15574
|
.a-Grid-col--md3 {
|
|
15519
15575
|
flex: 0 0 25%;
|
|
15520
15576
|
max-width: 25%;
|
|
@@ -15522,6 +15578,7 @@ body {
|
|
|
15522
15578
|
padding-left: 0.5rem;
|
|
15523
15579
|
padding-right: 0.5rem;
|
|
15524
15580
|
}
|
|
15581
|
+
|
|
15525
15582
|
.a-Grid-col--md4 {
|
|
15526
15583
|
flex: 0 0 33.3333333333%;
|
|
15527
15584
|
max-width: 33.3333333333%;
|
|
@@ -15529,6 +15586,7 @@ body {
|
|
|
15529
15586
|
padding-left: 0.5rem;
|
|
15530
15587
|
padding-right: 0.5rem;
|
|
15531
15588
|
}
|
|
15589
|
+
|
|
15532
15590
|
.a-Grid-col--md5 {
|
|
15533
15591
|
flex: 0 0 41.6666666667%;
|
|
15534
15592
|
max-width: 41.6666666667%;
|
|
@@ -15536,6 +15594,7 @@ body {
|
|
|
15536
15594
|
padding-left: 0.5rem;
|
|
15537
15595
|
padding-right: 0.5rem;
|
|
15538
15596
|
}
|
|
15597
|
+
|
|
15539
15598
|
.a-Grid-col--md6 {
|
|
15540
15599
|
flex: 0 0 50%;
|
|
15541
15600
|
max-width: 50%;
|
|
@@ -15543,6 +15602,7 @@ body {
|
|
|
15543
15602
|
padding-left: 0.5rem;
|
|
15544
15603
|
padding-right: 0.5rem;
|
|
15545
15604
|
}
|
|
15605
|
+
|
|
15546
15606
|
.a-Grid-col--md7 {
|
|
15547
15607
|
flex: 0 0 58.3333333333%;
|
|
15548
15608
|
max-width: 58.3333333333%;
|
|
@@ -15550,6 +15610,7 @@ body {
|
|
|
15550
15610
|
padding-left: 0.5rem;
|
|
15551
15611
|
padding-right: 0.5rem;
|
|
15552
15612
|
}
|
|
15613
|
+
|
|
15553
15614
|
.a-Grid-col--md8 {
|
|
15554
15615
|
flex: 0 0 66.6666666667%;
|
|
15555
15616
|
max-width: 66.6666666667%;
|
|
@@ -15557,6 +15618,7 @@ body {
|
|
|
15557
15618
|
padding-left: 0.5rem;
|
|
15558
15619
|
padding-right: 0.5rem;
|
|
15559
15620
|
}
|
|
15621
|
+
|
|
15560
15622
|
.a-Grid-col--md9 {
|
|
15561
15623
|
flex: 0 0 75%;
|
|
15562
15624
|
max-width: 75%;
|
|
@@ -15564,6 +15626,7 @@ body {
|
|
|
15564
15626
|
padding-left: 0.5rem;
|
|
15565
15627
|
padding-right: 0.5rem;
|
|
15566
15628
|
}
|
|
15629
|
+
|
|
15567
15630
|
.a-Grid-col--md10 {
|
|
15568
15631
|
flex: 0 0 83.3333333333%;
|
|
15569
15632
|
max-width: 83.3333333333%;
|
|
@@ -15571,6 +15634,7 @@ body {
|
|
|
15571
15634
|
padding-left: 0.5rem;
|
|
15572
15635
|
padding-right: 0.5rem;
|
|
15573
15636
|
}
|
|
15637
|
+
|
|
15574
15638
|
.a-Grid-col--md11 {
|
|
15575
15639
|
flex: 0 0 91.6666666667%;
|
|
15576
15640
|
max-width: 91.6666666667%;
|
|
@@ -15578,6 +15642,7 @@ body {
|
|
|
15578
15642
|
padding-left: 0.5rem;
|
|
15579
15643
|
padding-right: 0.5rem;
|
|
15580
15644
|
}
|
|
15645
|
+
|
|
15581
15646
|
.a-Grid-col--md12 {
|
|
15582
15647
|
flex: 0 0 100%;
|
|
15583
15648
|
max-width: 100%;
|
|
@@ -15585,6 +15650,7 @@ body {
|
|
|
15585
15650
|
padding-left: 0.5rem;
|
|
15586
15651
|
padding-right: 0.5rem;
|
|
15587
15652
|
}
|
|
15653
|
+
|
|
15588
15654
|
.a-Grid-col--md {
|
|
15589
15655
|
flex-basis: 0;
|
|
15590
15656
|
flex-grow: 1;
|
|
@@ -15594,6 +15660,7 @@ body {
|
|
|
15594
15660
|
padding-left: 0.5rem;
|
|
15595
15661
|
padding-right: 0.5rem;
|
|
15596
15662
|
}
|
|
15663
|
+
|
|
15597
15664
|
.a-Grid-col--mdAuto {
|
|
15598
15665
|
flex: 0 0 auto;
|
|
15599
15666
|
width: auto;
|
|
@@ -15610,6 +15677,7 @@ body {
|
|
|
15610
15677
|
padding-left: 0.5rem;
|
|
15611
15678
|
padding-right: 0.5rem;
|
|
15612
15679
|
}
|
|
15680
|
+
|
|
15613
15681
|
.a-Grid-col--lg2 {
|
|
15614
15682
|
flex: 0 0 16.6666666667%;
|
|
15615
15683
|
max-width: 16.6666666667%;
|
|
@@ -15617,6 +15685,7 @@ body {
|
|
|
15617
15685
|
padding-left: 0.5rem;
|
|
15618
15686
|
padding-right: 0.5rem;
|
|
15619
15687
|
}
|
|
15688
|
+
|
|
15620
15689
|
.a-Grid-col--lg3 {
|
|
15621
15690
|
flex: 0 0 25%;
|
|
15622
15691
|
max-width: 25%;
|
|
@@ -15624,6 +15693,7 @@ body {
|
|
|
15624
15693
|
padding-left: 0.5rem;
|
|
15625
15694
|
padding-right: 0.5rem;
|
|
15626
15695
|
}
|
|
15696
|
+
|
|
15627
15697
|
.a-Grid-col--lg4 {
|
|
15628
15698
|
flex: 0 0 33.3333333333%;
|
|
15629
15699
|
max-width: 33.3333333333%;
|
|
@@ -15631,6 +15701,7 @@ body {
|
|
|
15631
15701
|
padding-left: 0.5rem;
|
|
15632
15702
|
padding-right: 0.5rem;
|
|
15633
15703
|
}
|
|
15704
|
+
|
|
15634
15705
|
.a-Grid-col--lg5 {
|
|
15635
15706
|
flex: 0 0 41.6666666667%;
|
|
15636
15707
|
max-width: 41.6666666667%;
|
|
@@ -15638,6 +15709,7 @@ body {
|
|
|
15638
15709
|
padding-left: 0.5rem;
|
|
15639
15710
|
padding-right: 0.5rem;
|
|
15640
15711
|
}
|
|
15712
|
+
|
|
15641
15713
|
.a-Grid-col--lg6 {
|
|
15642
15714
|
flex: 0 0 50%;
|
|
15643
15715
|
max-width: 50%;
|
|
@@ -15645,6 +15717,7 @@ body {
|
|
|
15645
15717
|
padding-left: 0.5rem;
|
|
15646
15718
|
padding-right: 0.5rem;
|
|
15647
15719
|
}
|
|
15720
|
+
|
|
15648
15721
|
.a-Grid-col--lg7 {
|
|
15649
15722
|
flex: 0 0 58.3333333333%;
|
|
15650
15723
|
max-width: 58.3333333333%;
|
|
@@ -15652,6 +15725,7 @@ body {
|
|
|
15652
15725
|
padding-left: 0.5rem;
|
|
15653
15726
|
padding-right: 0.5rem;
|
|
15654
15727
|
}
|
|
15728
|
+
|
|
15655
15729
|
.a-Grid-col--lg8 {
|
|
15656
15730
|
flex: 0 0 66.6666666667%;
|
|
15657
15731
|
max-width: 66.6666666667%;
|
|
@@ -15659,6 +15733,7 @@ body {
|
|
|
15659
15733
|
padding-left: 0.5rem;
|
|
15660
15734
|
padding-right: 0.5rem;
|
|
15661
15735
|
}
|
|
15736
|
+
|
|
15662
15737
|
.a-Grid-col--lg9 {
|
|
15663
15738
|
flex: 0 0 75%;
|
|
15664
15739
|
max-width: 75%;
|
|
@@ -15666,6 +15741,7 @@ body {
|
|
|
15666
15741
|
padding-left: 0.5rem;
|
|
15667
15742
|
padding-right: 0.5rem;
|
|
15668
15743
|
}
|
|
15744
|
+
|
|
15669
15745
|
.a-Grid-col--lg10 {
|
|
15670
15746
|
flex: 0 0 83.3333333333%;
|
|
15671
15747
|
max-width: 83.3333333333%;
|
|
@@ -15673,6 +15749,7 @@ body {
|
|
|
15673
15749
|
padding-left: 0.5rem;
|
|
15674
15750
|
padding-right: 0.5rem;
|
|
15675
15751
|
}
|
|
15752
|
+
|
|
15676
15753
|
.a-Grid-col--lg11 {
|
|
15677
15754
|
flex: 0 0 91.6666666667%;
|
|
15678
15755
|
max-width: 91.6666666667%;
|
|
@@ -15680,6 +15757,7 @@ body {
|
|
|
15680
15757
|
padding-left: 0.5rem;
|
|
15681
15758
|
padding-right: 0.5rem;
|
|
15682
15759
|
}
|
|
15760
|
+
|
|
15683
15761
|
.a-Grid-col--lg12 {
|
|
15684
15762
|
flex: 0 0 100%;
|
|
15685
15763
|
max-width: 100%;
|
|
@@ -15687,6 +15765,7 @@ body {
|
|
|
15687
15765
|
padding-left: 0.5rem;
|
|
15688
15766
|
padding-right: 0.5rem;
|
|
15689
15767
|
}
|
|
15768
|
+
|
|
15690
15769
|
.a-Grid-col--lg {
|
|
15691
15770
|
flex-basis: 0;
|
|
15692
15771
|
flex-grow: 1;
|
|
@@ -15696,6 +15775,7 @@ body {
|
|
|
15696
15775
|
padding-left: 0.5rem;
|
|
15697
15776
|
padding-right: 0.5rem;
|
|
15698
15777
|
}
|
|
15778
|
+
|
|
15699
15779
|
.a-Grid-col--lgAuto {
|
|
15700
15780
|
flex: 0 0 auto;
|
|
15701
15781
|
width: auto;
|
|
@@ -15820,7 +15900,7 @@ body {
|
|
|
15820
15900
|
border-radius: 0.625rem;
|
|
15821
15901
|
}
|
|
15822
15902
|
.a-AsideNav-itemIcon {
|
|
15823
|
-
margin: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / -2) -0.625rem;
|
|
15903
|
+
margin: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / -2 ) -0.625rem;
|
|
15824
15904
|
line-height: var(--Layout-nav-height);
|
|
15825
15905
|
width: var(--Layout-nav-height);
|
|
15826
15906
|
vertical-align: middle;
|
|
@@ -15866,7 +15946,7 @@ body {
|
|
|
15866
15946
|
text-transform: none;
|
|
15867
15947
|
display: block;
|
|
15868
15948
|
font-size: var(--Layout-asideLink-fontSize);
|
|
15869
|
-
padding: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-base);
|
|
15949
|
+
padding: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-base);
|
|
15870
15950
|
position: relative;
|
|
15871
15951
|
transition: background-color var(--animation-duration) ease-in-out 0s;
|
|
15872
15952
|
color: var(--Layout-asideLink-color);
|
|
@@ -15891,7 +15971,7 @@ body {
|
|
|
15891
15971
|
background: var(--Layout-aside-onAcitve-onHover-bg);
|
|
15892
15972
|
}
|
|
15893
15973
|
.a-AsideNav-item.is-lg > a {
|
|
15894
|
-
padding: calc((var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
15974
|
+
padding: calc( ( var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
|
|
15895
15975
|
}
|
|
15896
15976
|
.a-AsideNav-item .a-AsideNav-item a {
|
|
15897
15977
|
padding-left: calc(var(--Layout-nav-height) + 0.3125rem);
|
|
@@ -15918,7 +15998,7 @@ body {
|
|
|
15918
15998
|
cursor: default;
|
|
15919
15999
|
background: transparent;
|
|
15920
16000
|
color: var(--Layout-asideLink-color);
|
|
15921
|
-
padding: calc((var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
16001
|
+
padding: calc( ( var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
|
|
15922
16002
|
}
|
|
15923
16003
|
.a-AsideNav-subHeader a:hover {
|
|
15924
16004
|
color: var(--Layout-asideLink-onHover-color);
|
|
@@ -15981,7 +16061,7 @@ img.a-AsideNav-itemIcon {
|
|
|
15981
16061
|
border: none;
|
|
15982
16062
|
}
|
|
15983
16063
|
.a-Layout--folded .a-AsideNav-list > .a-AsideNav-item > a .a-AsideNav-itemArrow,
|
|
15984
|
-
|
|
16064
|
+
.a-Layout--folded .a-AsideNav-list > .a-AsideNav-item > a .a-AsideNav-itemLabel {
|
|
15985
16065
|
display: none;
|
|
15986
16066
|
}
|
|
15987
16067
|
.a-Layout--folded .a-AsideNav-list > .a-AsideNav-item > a .a-AsideNav-itemIcon {
|
|
@@ -17501,49 +17581,54 @@ input[type=button].a-Button--block {
|
|
|
17501
17581
|
margin-left: var(--dialog-footer-margin-left);
|
|
17502
17582
|
}
|
|
17503
17583
|
.a-Modal--2th .a-Modal-content {
|
|
17504
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop));
|
|
17584
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop) );
|
|
17505
17585
|
}
|
|
17506
17586
|
.a-Modal--3th .a-Modal-content {
|
|
17507
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop));
|
|
17587
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop) );
|
|
17508
17588
|
}
|
|
17509
17589
|
.a-Modal--4th .a-Modal-content {
|
|
17510
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop));
|
|
17590
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop) );
|
|
17511
17591
|
}
|
|
17512
17592
|
.a-Modal--5th .a-Modal-content {
|
|
17513
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop));
|
|
17593
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop) );
|
|
17514
17594
|
}
|
|
17515
17595
|
.a-Modal--6th .a-Modal-content {
|
|
17516
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop));
|
|
17596
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop) );
|
|
17517
17597
|
}
|
|
17518
17598
|
.a-Modal--7th .a-Modal-content {
|
|
17519
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop));
|
|
17599
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop) );
|
|
17520
17600
|
}
|
|
17521
17601
|
.a-Modal--8th .a-Modal-content {
|
|
17522
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop));
|
|
17602
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop) );
|
|
17523
17603
|
}
|
|
17524
17604
|
.a-Modal--9th .a-Modal-content {
|
|
17525
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop));
|
|
17605
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop) );
|
|
17526
17606
|
}
|
|
17527
17607
|
.a-Modal--10th .a-Modal-content {
|
|
17528
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop));
|
|
17608
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop) );
|
|
17529
17609
|
}
|
|
17530
17610
|
@media (min-width: 576px) {
|
|
17531
17611
|
.a-Modal-content:not(.a-Modal-content-custom) {
|
|
17532
17612
|
max-width: var(--dialog-size-normal-width);
|
|
17533
17613
|
border-width: var(--dialog-default-border-width);
|
|
17534
17614
|
}
|
|
17615
|
+
|
|
17535
17616
|
.a-Modal--sm .a-Modal-content {
|
|
17536
17617
|
max-width: var(--dialog-size-sm-width);
|
|
17537
17618
|
}
|
|
17619
|
+
|
|
17538
17620
|
.a-Modal--base .a-Modal-content {
|
|
17539
17621
|
max-width: var(--Modal-widthBase);
|
|
17540
17622
|
}
|
|
17623
|
+
|
|
17541
17624
|
.a-Modal--md .a-Modal-content {
|
|
17542
17625
|
max-width: var(--Modal-widthMd);
|
|
17543
17626
|
}
|
|
17627
|
+
|
|
17544
17628
|
.a-Modal--lg .a-Modal-content {
|
|
17545
17629
|
max-width: var(--dialog-size-lg-width);
|
|
17546
17630
|
}
|
|
17631
|
+
|
|
17547
17632
|
.a-Modal--xl .a-Modal-content {
|
|
17548
17633
|
max-width: var(--dialog-size-xl-width);
|
|
17549
17634
|
}
|
|
@@ -17725,264 +17810,279 @@ input[type=button].a-Button--block {
|
|
|
17725
17810
|
width: var(--Drawer-widthBase);
|
|
17726
17811
|
height: var(--Drawer-widthBase);
|
|
17727
17812
|
}
|
|
17813
|
+
|
|
17728
17814
|
.a-Drawer--xs .a-Drawer-content {
|
|
17729
17815
|
width: var(--drawer-size-xs-width);
|
|
17730
17816
|
height: var(--Drawer-widthXs);
|
|
17731
17817
|
}
|
|
17818
|
+
|
|
17732
17819
|
.a-Drawer--sm .a-Drawer-content {
|
|
17733
17820
|
width: var(--drawer-size-sm-width);
|
|
17734
17821
|
height: var(--Drawer-widthSm);
|
|
17735
17822
|
}
|
|
17823
|
+
|
|
17736
17824
|
.a-Drawer--md .a-Drawer-content {
|
|
17737
17825
|
width: var(--drawer-size-md-width);
|
|
17738
17826
|
height: var(--Drawer-widthMd);
|
|
17739
17827
|
}
|
|
17828
|
+
|
|
17740
17829
|
.a-Drawer--lg .a-Drawer-content {
|
|
17741
17830
|
width: var(--drawer-size-lg-width);
|
|
17742
17831
|
height: var(--Drawer-widthLg);
|
|
17743
17832
|
}
|
|
17833
|
+
|
|
17744
17834
|
.a-Drawer--xl .a-Drawer-content {
|
|
17745
17835
|
width: var(--drawer-size-xl-width);
|
|
17746
17836
|
height: var(--Drawer-widthXl);
|
|
17747
17837
|
}
|
|
17838
|
+
|
|
17748
17839
|
.a-Drawer--right.a-Modal--2th.a-Drawer .a-Drawer-content,
|
|
17749
|
-
|
|
17840
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer .a-Drawer-content {
|
|
17750
17841
|
width: calc(var(--Drawer-widthBase) - 20px);
|
|
17751
17842
|
}
|
|
17752
17843
|
.a-Drawer--right.a-Modal--2th.a-Drawer--xs .a-Drawer-content,
|
|
17753
|
-
|
|
17844
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--xs .a-Drawer-content {
|
|
17754
17845
|
width: calc(var(--Drawer-widthXs) - 20px);
|
|
17755
17846
|
}
|
|
17756
17847
|
.a-Drawer--right.a-Modal--2th.a-Drawer--sm .a-Drawer-content,
|
|
17757
|
-
|
|
17848
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--sm .a-Drawer-content {
|
|
17758
17849
|
width: calc(var(--Drawer-widthSm) - 20px);
|
|
17759
17850
|
}
|
|
17760
17851
|
.a-Drawer--right.a-Modal--2th.a-Drawer--md .a-Drawer-content,
|
|
17761
|
-
|
|
17852
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--md .a-Drawer-content {
|
|
17762
17853
|
width: calc(var(--Drawer-widthMd) - 20px);
|
|
17763
17854
|
}
|
|
17764
17855
|
.a-Drawer--right.a-Modal--2th.a-Drawer--lg .a-Drawer-content,
|
|
17765
|
-
|
|
17856
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--lg .a-Drawer-content {
|
|
17766
17857
|
width: calc(var(--Drawer-widthLg) - 20px);
|
|
17767
17858
|
}
|
|
17768
17859
|
.a-Drawer--right.a-Modal--2th.a-Drawer--xl .a-Drawer-content,
|
|
17769
|
-
|
|
17860
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--xl .a-Drawer-content {
|
|
17770
17861
|
width: calc(var(--Drawer-widthXl) - 20px);
|
|
17771
17862
|
}
|
|
17863
|
+
|
|
17772
17864
|
.a-Drawer--top.a-Modal--2th.a-Drawer .a-Drawer-content,
|
|
17773
|
-
|
|
17865
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer .a-Drawer-content {
|
|
17774
17866
|
height: calc(var(--Drawer-widthBase) - 20px);
|
|
17775
17867
|
}
|
|
17776
17868
|
.a-Drawer--top.a-Modal--2th.a-Drawer--xs .a-Drawer-content,
|
|
17777
|
-
|
|
17869
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--xs .a-Drawer-content {
|
|
17778
17870
|
height: calc(var(--Drawer-widthXs) - 20px);
|
|
17779
17871
|
}
|
|
17780
17872
|
.a-Drawer--top.a-Modal--2th.a-Drawer--sm .a-Drawer-content,
|
|
17781
|
-
|
|
17873
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--sm .a-Drawer-content {
|
|
17782
17874
|
height: calc(var(--Drawer-widthSm) - 20px);
|
|
17783
17875
|
}
|
|
17784
17876
|
.a-Drawer--top.a-Modal--2th.a-Drawer--md .a-Drawer-content,
|
|
17785
|
-
|
|
17877
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--md .a-Drawer-content {
|
|
17786
17878
|
height: calc(var(--Drawer-widthMd) - 20px);
|
|
17787
17879
|
}
|
|
17788
17880
|
.a-Drawer--top.a-Modal--2th.a-Drawer--lg .a-Drawer-content,
|
|
17789
|
-
|
|
17881
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--lg .a-Drawer-content {
|
|
17790
17882
|
height: calc(var(--Drawer-widthLg) - 20px);
|
|
17791
17883
|
}
|
|
17792
17884
|
.a-Drawer--top.a-Modal--2th.a-Drawer--xl .a-Drawer-content,
|
|
17793
|
-
|
|
17885
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--xl .a-Drawer-content {
|
|
17794
17886
|
height: calc(var(--Drawer-widthXl) - 20px);
|
|
17795
17887
|
}
|
|
17888
|
+
|
|
17796
17889
|
.a-Drawer--right.a-Modal--3th.a-Drawer .a-Drawer-content,
|
|
17797
|
-
|
|
17890
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer .a-Drawer-content {
|
|
17798
17891
|
width: calc(var(--Drawer-widthBase) - 40px);
|
|
17799
17892
|
}
|
|
17800
17893
|
.a-Drawer--right.a-Modal--3th.a-Drawer--xs .a-Drawer-content,
|
|
17801
|
-
|
|
17894
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--xs .a-Drawer-content {
|
|
17802
17895
|
width: calc(var(--Drawer-widthXs) - 40px);
|
|
17803
17896
|
}
|
|
17804
17897
|
.a-Drawer--right.a-Modal--3th.a-Drawer--sm .a-Drawer-content,
|
|
17805
|
-
|
|
17898
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--sm .a-Drawer-content {
|
|
17806
17899
|
width: calc(var(--Drawer-widthSm) - 40px);
|
|
17807
17900
|
}
|
|
17808
17901
|
.a-Drawer--right.a-Modal--3th.a-Drawer--md .a-Drawer-content,
|
|
17809
|
-
|
|
17902
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--md .a-Drawer-content {
|
|
17810
17903
|
width: calc(var(--Drawer-widthMd) - 40px);
|
|
17811
17904
|
}
|
|
17812
17905
|
.a-Drawer--right.a-Modal--3th.a-Drawer--lg .a-Drawer-content,
|
|
17813
|
-
|
|
17906
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--lg .a-Drawer-content {
|
|
17814
17907
|
width: calc(var(--Drawer-widthLg) - 40px);
|
|
17815
17908
|
}
|
|
17816
17909
|
.a-Drawer--right.a-Modal--3th.a-Drawer--xl .a-Drawer-content,
|
|
17817
|
-
|
|
17910
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--xl .a-Drawer-content {
|
|
17818
17911
|
width: calc(var(--Drawer-widthXl) - 40px);
|
|
17819
17912
|
}
|
|
17913
|
+
|
|
17820
17914
|
.a-Drawer--top.a-Modal--3th.a-Drawer .a-Drawer-content,
|
|
17821
|
-
|
|
17915
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer .a-Drawer-content {
|
|
17822
17916
|
height: calc(var(--Drawer-widthBase) - 40px);
|
|
17823
17917
|
}
|
|
17824
17918
|
.a-Drawer--top.a-Modal--3th.a-Drawer--xs .a-Drawer-content,
|
|
17825
|
-
|
|
17919
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--xs .a-Drawer-content {
|
|
17826
17920
|
height: calc(var(--Drawer-widthXs) - 40px);
|
|
17827
17921
|
}
|
|
17828
17922
|
.a-Drawer--top.a-Modal--3th.a-Drawer--sm .a-Drawer-content,
|
|
17829
|
-
|
|
17923
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--sm .a-Drawer-content {
|
|
17830
17924
|
height: calc(var(--Drawer-widthSm) - 40px);
|
|
17831
17925
|
}
|
|
17832
17926
|
.a-Drawer--top.a-Modal--3th.a-Drawer--md .a-Drawer-content,
|
|
17833
|
-
|
|
17927
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--md .a-Drawer-content {
|
|
17834
17928
|
height: calc(var(--Drawer-widthMd) - 40px);
|
|
17835
17929
|
}
|
|
17836
17930
|
.a-Drawer--top.a-Modal--3th.a-Drawer--lg .a-Drawer-content,
|
|
17837
|
-
|
|
17931
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--lg .a-Drawer-content {
|
|
17838
17932
|
height: calc(var(--Drawer-widthLg) - 40px);
|
|
17839
17933
|
}
|
|
17840
17934
|
.a-Drawer--top.a-Modal--3th.a-Drawer--xl .a-Drawer-content,
|
|
17841
|
-
|
|
17935
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--xl .a-Drawer-content {
|
|
17842
17936
|
height: calc(var(--Drawer-widthXl) - 40px);
|
|
17843
17937
|
}
|
|
17938
|
+
|
|
17844
17939
|
.a-Drawer--right.a-Modal--4th.a-Drawer .a-Drawer-content,
|
|
17845
|
-
|
|
17940
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer .a-Drawer-content {
|
|
17846
17941
|
width: calc(var(--Drawer-widthBase) - 60px);
|
|
17847
17942
|
}
|
|
17848
17943
|
.a-Drawer--right.a-Modal--4th.a-Drawer--xs .a-Drawer-content,
|
|
17849
|
-
|
|
17944
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--xs .a-Drawer-content {
|
|
17850
17945
|
width: calc(var(--Drawer-widthXs) - 60px);
|
|
17851
17946
|
}
|
|
17852
17947
|
.a-Drawer--right.a-Modal--4th.a-Drawer--sm .a-Drawer-content,
|
|
17853
|
-
|
|
17948
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--sm .a-Drawer-content {
|
|
17854
17949
|
width: calc(var(--Drawer-widthSm) - 60px);
|
|
17855
17950
|
}
|
|
17856
17951
|
.a-Drawer--right.a-Modal--4th.a-Drawer--md .a-Drawer-content,
|
|
17857
|
-
|
|
17952
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--md .a-Drawer-content {
|
|
17858
17953
|
width: calc(var(--Drawer-widthMd) - 60px);
|
|
17859
17954
|
}
|
|
17860
17955
|
.a-Drawer--right.a-Modal--4th.a-Drawer--lg .a-Drawer-content,
|
|
17861
|
-
|
|
17956
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--lg .a-Drawer-content {
|
|
17862
17957
|
width: calc(var(--Drawer-widthLg) - 60px);
|
|
17863
17958
|
}
|
|
17864
17959
|
.a-Drawer--right.a-Modal--4th.a-Drawer--xl .a-Drawer-content,
|
|
17865
|
-
|
|
17960
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--xl .a-Drawer-content {
|
|
17866
17961
|
width: calc(var(--Drawer-widthXl) - 60px);
|
|
17867
17962
|
}
|
|
17963
|
+
|
|
17868
17964
|
.a-Drawer--top.a-Modal--4th.a-Drawer .a-Drawer-content,
|
|
17869
|
-
|
|
17965
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer .a-Drawer-content {
|
|
17870
17966
|
height: calc(var(--Drawer-widthBase) - 60px);
|
|
17871
17967
|
}
|
|
17872
17968
|
.a-Drawer--top.a-Modal--4th.a-Drawer--xs .a-Drawer-content,
|
|
17873
|
-
|
|
17969
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--xs .a-Drawer-content {
|
|
17874
17970
|
height: calc(var(--Drawer-widthXs) - 60px);
|
|
17875
17971
|
}
|
|
17876
17972
|
.a-Drawer--top.a-Modal--4th.a-Drawer--sm .a-Drawer-content,
|
|
17877
|
-
|
|
17973
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--sm .a-Drawer-content {
|
|
17878
17974
|
height: calc(var(--Drawer-widthSm) - 60px);
|
|
17879
17975
|
}
|
|
17880
17976
|
.a-Drawer--top.a-Modal--4th.a-Drawer--md .a-Drawer-content,
|
|
17881
|
-
|
|
17977
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--md .a-Drawer-content {
|
|
17882
17978
|
height: calc(var(--Drawer-widthMd) - 60px);
|
|
17883
17979
|
}
|
|
17884
17980
|
.a-Drawer--top.a-Modal--4th.a-Drawer--lg .a-Drawer-content,
|
|
17885
|
-
|
|
17981
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--lg .a-Drawer-content {
|
|
17886
17982
|
height: calc(var(--Drawer-widthLg) - 60px);
|
|
17887
17983
|
}
|
|
17888
17984
|
.a-Drawer--top.a-Modal--4th.a-Drawer--xl .a-Drawer-content,
|
|
17889
|
-
|
|
17985
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--xl .a-Drawer-content {
|
|
17890
17986
|
height: calc(var(--Drawer-widthXl) - 60px);
|
|
17891
17987
|
}
|
|
17988
|
+
|
|
17892
17989
|
.a-Drawer--right.a-Modal--5th.a-Drawer .a-Drawer-content,
|
|
17893
|
-
|
|
17990
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer .a-Drawer-content {
|
|
17894
17991
|
width: calc(var(--Drawer-widthBase) - 80px);
|
|
17895
17992
|
}
|
|
17896
17993
|
.a-Drawer--right.a-Modal--5th.a-Drawer--xs .a-Drawer-content,
|
|
17897
|
-
|
|
17994
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--xs .a-Drawer-content {
|
|
17898
17995
|
width: calc(var(--Drawer-widthXs) - 80px);
|
|
17899
17996
|
}
|
|
17900
17997
|
.a-Drawer--right.a-Modal--5th.a-Drawer--sm .a-Drawer-content,
|
|
17901
|
-
|
|
17998
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--sm .a-Drawer-content {
|
|
17902
17999
|
width: calc(var(--Drawer-widthSm) - 80px);
|
|
17903
18000
|
}
|
|
17904
18001
|
.a-Drawer--right.a-Modal--5th.a-Drawer--md .a-Drawer-content,
|
|
17905
|
-
|
|
18002
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--md .a-Drawer-content {
|
|
17906
18003
|
width: calc(var(--Drawer-widthMd) - 80px);
|
|
17907
18004
|
}
|
|
17908
18005
|
.a-Drawer--right.a-Modal--5th.a-Drawer--lg .a-Drawer-content,
|
|
17909
|
-
|
|
18006
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--lg .a-Drawer-content {
|
|
17910
18007
|
width: calc(var(--Drawer-widthLg) - 80px);
|
|
17911
18008
|
}
|
|
17912
18009
|
.a-Drawer--right.a-Modal--5th.a-Drawer--xl .a-Drawer-content,
|
|
17913
|
-
|
|
18010
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--xl .a-Drawer-content {
|
|
17914
18011
|
width: calc(var(--Drawer-widthXl) - 80px);
|
|
17915
18012
|
}
|
|
18013
|
+
|
|
17916
18014
|
.a-Drawer--top.a-Modal--5th.a-Drawer .a-Drawer-content,
|
|
17917
|
-
|
|
18015
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer .a-Drawer-content {
|
|
17918
18016
|
height: calc(var(--Drawer-widthBase) - 80px);
|
|
17919
18017
|
}
|
|
17920
18018
|
.a-Drawer--top.a-Modal--5th.a-Drawer--xs .a-Drawer-content,
|
|
17921
|
-
|
|
18019
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--xs .a-Drawer-content {
|
|
17922
18020
|
height: calc(var(--Drawer-widthXs) - 80px);
|
|
17923
18021
|
}
|
|
17924
18022
|
.a-Drawer--top.a-Modal--5th.a-Drawer--sm .a-Drawer-content,
|
|
17925
|
-
|
|
18023
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--sm .a-Drawer-content {
|
|
17926
18024
|
height: calc(var(--Drawer-widthSm) - 80px);
|
|
17927
18025
|
}
|
|
17928
18026
|
.a-Drawer--top.a-Modal--5th.a-Drawer--md .a-Drawer-content,
|
|
17929
|
-
|
|
18027
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--md .a-Drawer-content {
|
|
17930
18028
|
height: calc(var(--Drawer-widthMd) - 80px);
|
|
17931
18029
|
}
|
|
17932
18030
|
.a-Drawer--top.a-Modal--5th.a-Drawer--lg .a-Drawer-content,
|
|
17933
|
-
|
|
18031
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--lg .a-Drawer-content {
|
|
17934
18032
|
height: calc(var(--Drawer-widthLg) - 80px);
|
|
17935
18033
|
}
|
|
17936
18034
|
.a-Drawer--top.a-Modal--5th.a-Drawer--xl .a-Drawer-content,
|
|
17937
|
-
|
|
18035
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--xl .a-Drawer-content {
|
|
17938
18036
|
height: calc(var(--Drawer-widthXl) - 80px);
|
|
17939
18037
|
}
|
|
18038
|
+
|
|
17940
18039
|
.a-Drawer--right.a-Modal--6th.a-Drawer .a-Drawer-content,
|
|
17941
|
-
|
|
18040
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer .a-Drawer-content {
|
|
17942
18041
|
width: calc(var(--Drawer-widthBase) - 100px);
|
|
17943
18042
|
}
|
|
17944
18043
|
.a-Drawer--right.a-Modal--6th.a-Drawer--xs .a-Drawer-content,
|
|
17945
|
-
|
|
18044
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--xs .a-Drawer-content {
|
|
17946
18045
|
width: calc(var(--Drawer-widthXs) - 100px);
|
|
17947
18046
|
}
|
|
17948
18047
|
.a-Drawer--right.a-Modal--6th.a-Drawer--sm .a-Drawer-content,
|
|
17949
|
-
|
|
18048
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--sm .a-Drawer-content {
|
|
17950
18049
|
width: calc(var(--Drawer-widthSm) - 100px);
|
|
17951
18050
|
}
|
|
17952
18051
|
.a-Drawer--right.a-Modal--6th.a-Drawer--md .a-Drawer-content,
|
|
17953
|
-
|
|
18052
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--md .a-Drawer-content {
|
|
17954
18053
|
width: calc(var(--Drawer-widthMd) - 100px);
|
|
17955
18054
|
}
|
|
17956
18055
|
.a-Drawer--right.a-Modal--6th.a-Drawer--lg .a-Drawer-content,
|
|
17957
|
-
|
|
18056
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--lg .a-Drawer-content {
|
|
17958
18057
|
width: calc(var(--Drawer-widthLg) - 100px);
|
|
17959
18058
|
}
|
|
17960
18059
|
.a-Drawer--right.a-Modal--6th.a-Drawer--xl .a-Drawer-content,
|
|
17961
|
-
|
|
18060
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--xl .a-Drawer-content {
|
|
17962
18061
|
width: calc(var(--Drawer-widthXl) - 100px);
|
|
17963
18062
|
}
|
|
18063
|
+
|
|
17964
18064
|
.a-Drawer--top.a-Modal--6th.a-Drawer .a-Drawer-content,
|
|
17965
|
-
|
|
18065
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer .a-Drawer-content {
|
|
17966
18066
|
height: calc(var(--Drawer-widthBase) - 100px);
|
|
17967
18067
|
}
|
|
17968
18068
|
.a-Drawer--top.a-Modal--6th.a-Drawer--xs .a-Drawer-content,
|
|
17969
|
-
|
|
18069
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--xs .a-Drawer-content {
|
|
17970
18070
|
height: calc(var(--Drawer-widthXs) - 100px);
|
|
17971
18071
|
}
|
|
17972
18072
|
.a-Drawer--top.a-Modal--6th.a-Drawer--sm .a-Drawer-content,
|
|
17973
|
-
|
|
18073
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--sm .a-Drawer-content {
|
|
17974
18074
|
height: calc(var(--Drawer-widthSm) - 100px);
|
|
17975
18075
|
}
|
|
17976
18076
|
.a-Drawer--top.a-Modal--6th.a-Drawer--md .a-Drawer-content,
|
|
17977
|
-
|
|
18077
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--md .a-Drawer-content {
|
|
17978
18078
|
height: calc(var(--Drawer-widthMd) - 100px);
|
|
17979
18079
|
}
|
|
17980
18080
|
.a-Drawer--top.a-Modal--6th.a-Drawer--lg .a-Drawer-content,
|
|
17981
|
-
|
|
18081
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--lg .a-Drawer-content {
|
|
17982
18082
|
height: calc(var(--Drawer-widthLg) - 100px);
|
|
17983
18083
|
}
|
|
17984
18084
|
.a-Drawer--top.a-Modal--6th.a-Drawer--xl .a-Drawer-content,
|
|
17985
|
-
|
|
18085
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--xl .a-Drawer-content {
|
|
17986
18086
|
height: calc(var(--Drawer-widthXl) - 100px);
|
|
17987
18087
|
}
|
|
17988
18088
|
}
|
|
@@ -18141,7 +18241,7 @@ input[type=button].a-Button--block {
|
|
|
18141
18241
|
margin-top: calc(var(--Tooltip-arrow-height) * -1 - 0.125rem);
|
|
18142
18242
|
}
|
|
18143
18243
|
.a-Tooltip--top .a-Tooltip-arrow {
|
|
18144
|
-
bottom: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18244
|
+
bottom: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18145
18245
|
}
|
|
18146
18246
|
.a-Tooltip--top .a-Tooltip-arrow::before,
|
|
18147
18247
|
.a-Tooltip--top .a-Tooltip-arrow::after {
|
|
@@ -18179,7 +18279,7 @@ input[type=button].a-Button--block {
|
|
|
18179
18279
|
margin-top: calc(var(--Tooltip-arrow-height) + 0.125rem);
|
|
18180
18280
|
}
|
|
18181
18281
|
.a-Tooltip--bottom .a-Tooltip-arrow {
|
|
18182
|
-
top: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18282
|
+
top: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18183
18283
|
}
|
|
18184
18284
|
.a-Tooltip--bottom .a-Tooltip-arrow::before,
|
|
18185
18285
|
.a-Tooltip--bottom .a-Tooltip-arrow::after {
|
|
@@ -18207,7 +18307,7 @@ input[type=button].a-Button--block {
|
|
|
18207
18307
|
}
|
|
18208
18308
|
.a-Tooltip--left .a-Tooltip-arrow {
|
|
18209
18309
|
left: auto;
|
|
18210
|
-
right: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18310
|
+
right: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18211
18311
|
width: var(--Tooltip-arrow-height);
|
|
18212
18312
|
height: var(--Tooltip-arrow-width);
|
|
18213
18313
|
margin-top: calc(var(--Tooltip-arrow-width) * -1 / 2);
|
|
@@ -18230,8 +18330,8 @@ input[type=button].a-Button--block {
|
|
|
18230
18330
|
font-size: var(--fontSizeBase);
|
|
18231
18331
|
color: var(--Tooltip-title-color);
|
|
18232
18332
|
font-weight: var(--Tooltip-fontWeight);
|
|
18233
|
-
border-top-left-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
18234
|
-
border-top-right-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
18333
|
+
border-top-left-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
|
18334
|
+
border-top-right-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
|
18235
18335
|
font-weight: var(--Tooltip-title-fontWeight);
|
|
18236
18336
|
}
|
|
18237
18337
|
.a-Tooltip-title:empty {
|
|
@@ -18665,7 +18765,7 @@ input[type=button].a-Button--block {
|
|
|
18665
18765
|
z-index: 1;
|
|
18666
18766
|
width: 100%;
|
|
18667
18767
|
height: 100%;
|
|
18668
|
-
background-image: linear-gradient(180deg,
|
|
18768
|
+
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));
|
|
18669
18769
|
background-repeat: no-repeat;
|
|
18670
18770
|
background-position: top, bottom;
|
|
18671
18771
|
transform: translateZ(0);
|
|
@@ -18963,6 +19063,7 @@ input[type=button].a-Button--block {
|
|
|
18963
19063
|
margin-bottom: var(--alert-base-title-margin-bottom);
|
|
18964
19064
|
}
|
|
18965
19065
|
.a-Alert-content .a-Alert-desc {
|
|
19066
|
+
min-height: 1.5rem;
|
|
18966
19067
|
line-height: 1.5rem;
|
|
18967
19068
|
}
|
|
18968
19069
|
.a-Alert-actions {
|
|
@@ -20411,20 +20512,22 @@ input[type=button].a-Button--block {
|
|
|
20411
20512
|
min-width: var(--Page-aside-width);
|
|
20412
20513
|
max-width: var(--Page-aside-maxWidth);
|
|
20413
20514
|
}
|
|
20515
|
+
|
|
20414
20516
|
.a-Page--withSidebar {
|
|
20415
20517
|
display: flex;
|
|
20416
20518
|
flex-direction: row;
|
|
20417
20519
|
align-items: stretch;
|
|
20418
20520
|
}
|
|
20419
20521
|
.a-Page--withSidebar > .a-Page-content,
|
|
20420
|
-
|
|
20522
|
+
.a-Page--withSidebar > .a-PullRefresh {
|
|
20421
20523
|
width: 0;
|
|
20422
20524
|
flex-grow: 1;
|
|
20423
20525
|
}
|
|
20526
|
+
|
|
20424
20527
|
.a-Page--asideSticky > .a-Page-aside {
|
|
20425
20528
|
position: sticky;
|
|
20426
20529
|
top: var(--affix-offset-top);
|
|
20427
|
-
max-height: calc(100vh - var(--affix-offset-top) - var(--affix-offset-bottom));
|
|
20530
|
+
max-height: calc( 100vh - var(--affix-offset-top) - var(--affix-offset-bottom) );
|
|
20428
20531
|
overflow-x: hidden;
|
|
20429
20532
|
overflow-y: auto;
|
|
20430
20533
|
}
|
|
@@ -21279,7 +21382,7 @@ input[type=button].a-Button--block {
|
|
|
21279
21382
|
.a-DropDown-menuItem.a-DropDown-groupTitle ~ .a-DropDown-button, .a-DropDown-menu > li.a-DropDown-groupTitle ~ .a-DropDown-button {
|
|
21280
21383
|
padding-left: var(--gap-lg);
|
|
21281
21384
|
}
|
|
21282
|
-
.a-DropDown-menuItem:hover, .a-DropDown-menu:not(.is-mobile) > li:hover {
|
|
21385
|
+
.a-DropDown-menuItem:hover, .a-DropDown-menu:not(.is-mobile) > li:not(.is-disabled):hover {
|
|
21283
21386
|
background: var(--DropDown-menuItem-onHover-bg);
|
|
21284
21387
|
color: var(--DropDown-menuItem-onHover-color);
|
|
21285
21388
|
}
|
|
@@ -22138,7 +22241,7 @@ input[type=button].a-Button--block {
|
|
|
22138
22241
|
padding: 10px;
|
|
22139
22242
|
margin: -10px 0px;
|
|
22140
22243
|
background: #fff;
|
|
22141
|
-
z-index:
|
|
22244
|
+
z-index: 1000;
|
|
22142
22245
|
}
|
|
22143
22246
|
.a-CBGroupOrItem-body-group > .a-CBGroupOrItem-dragbar {
|
|
22144
22247
|
left: -0.3125rem;
|
|
@@ -22671,8 +22774,8 @@ input[type=button].a-Button--block {
|
|
|
22671
22774
|
align-items: flex-start;
|
|
22672
22775
|
overflow-x: hidden;
|
|
22673
22776
|
overflow-y: auto;
|
|
22674
|
-
height: calc((var(--Picker-tag-height) + var(--Picker-tag-marginBottom) * 4) * 3);
|
|
22675
|
-
max-height: calc((var(--Picker-tag-height) + var(--Picker-tag-marginBottom)) * 5);
|
|
22777
|
+
height: calc( (var(--Picker-tag-height) + var(--Picker-tag-marginBottom) * 4) * 3 );
|
|
22778
|
+
max-height: calc( (var(--Picker-tag-height) + var(--Picker-tag-marginBottom)) * 5 );
|
|
22676
22779
|
}
|
|
22677
22780
|
.a-Crud-selection-overflow-wrapper .a-Crud-value {
|
|
22678
22781
|
cursor: pointer;
|
|
@@ -22681,7 +22784,7 @@ input[type=button].a-Button--block {
|
|
|
22681
22784
|
user-select: none;
|
|
22682
22785
|
white-space: nowrap;
|
|
22683
22786
|
vertical-align: middle;
|
|
22684
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22787
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22685
22788
|
display: inline-block;
|
|
22686
22789
|
font-size: var(--Pick-base-value-fontSize);
|
|
22687
22790
|
color: var(--Pick-base-value-color);
|
|
@@ -22694,6 +22797,10 @@ input[type=button].a-Button--block {
|
|
|
22694
22797
|
margin-right: var(--gap-xs);
|
|
22695
22798
|
margin-bottom: var(--gap-xs);
|
|
22696
22799
|
margin-top: var(--gap-xs);
|
|
22800
|
+
max-width: 9.375rem;
|
|
22801
|
+
overflow: hidden;
|
|
22802
|
+
text-overflow: ellipsis;
|
|
22803
|
+
white-space: nowrap;
|
|
22697
22804
|
}
|
|
22698
22805
|
.a-Crud-selection-overflow-wrapper .a-Crud-value:hover {
|
|
22699
22806
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -22726,7 +22833,7 @@ input[type=button].a-Button--block {
|
|
|
22726
22833
|
user-select: none;
|
|
22727
22834
|
white-space: nowrap;
|
|
22728
22835
|
vertical-align: middle;
|
|
22729
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22836
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22730
22837
|
display: inline-block;
|
|
22731
22838
|
font-size: var(--Pick-base-value-fontSize);
|
|
22732
22839
|
color: var(--Pick-base-value-color);
|
|
@@ -22739,6 +22846,10 @@ input[type=button].a-Button--block {
|
|
|
22739
22846
|
margin-right: var(--gap-xs);
|
|
22740
22847
|
margin-bottom: var(--gap-xs);
|
|
22741
22848
|
margin-top: var(--gap-xs);
|
|
22849
|
+
max-width: 9.375rem;
|
|
22850
|
+
overflow: hidden;
|
|
22851
|
+
text-overflow: ellipsis;
|
|
22852
|
+
white-space: nowrap;
|
|
22742
22853
|
}
|
|
22743
22854
|
.a-Crud .a-Crud-value:hover {
|
|
22744
22855
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -22849,7 +22960,7 @@ input[type=button].a-Button--block {
|
|
|
22849
22960
|
float: right;
|
|
22850
22961
|
}
|
|
22851
22962
|
.a-Crud-actions > * + .a-Button,
|
|
22852
|
-
|
|
22963
|
+
.a-Crud-actions > * + .a-Button--disabled-wrap {
|
|
22853
22964
|
margin-left: var(--Crud-toolbar-gap);
|
|
22854
22965
|
}
|
|
22855
22966
|
}
|
|
@@ -22870,7 +22981,7 @@ input[type=button].a-Button--block {
|
|
|
22870
22981
|
-webkit-user-select: none;
|
|
22871
22982
|
-moz-user-select: none;
|
|
22872
22983
|
user-select: none;
|
|
22873
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22984
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22874
22985
|
display: inline-block;
|
|
22875
22986
|
font-size: var(--Pick-base-value-fontSize);
|
|
22876
22987
|
color: var(--Pick-base-value-color);
|
|
@@ -22981,7 +23092,7 @@ input[type=button].a-Button--block {
|
|
|
22981
23092
|
float: right;
|
|
22982
23093
|
}
|
|
22983
23094
|
.a-Crud-actions > * + .a-Button,
|
|
22984
|
-
|
|
23095
|
+
.a-Crud-actions > * + .a-Button--disabled-wrap {
|
|
22985
23096
|
margin-left: var(--Crud-toolbar-gap);
|
|
22986
23097
|
}
|
|
22987
23098
|
}
|
|
@@ -23022,7 +23133,7 @@ input[type=button].a-Button--block {
|
|
|
23022
23133
|
}
|
|
23023
23134
|
.a-Table-heading {
|
|
23024
23135
|
background: var(--Table-heading-bg);
|
|
23025
|
-
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
23136
|
+
padding: calc( ( var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase) ) / 2 ) var(--gap-sm);
|
|
23026
23137
|
}
|
|
23027
23138
|
.a-Table--unsaved .a-Table-heading {
|
|
23028
23139
|
background: var(--Table--unsaved-heading-bg);
|
|
@@ -23091,6 +23202,12 @@ input[type=button].a-Button--block {
|
|
|
23091
23202
|
display: flex;
|
|
23092
23203
|
align-items: center;
|
|
23093
23204
|
}
|
|
23205
|
+
.a-Table-footerToolbar--affix, .a-Table-footer--affix {
|
|
23206
|
+
position: sticky;
|
|
23207
|
+
bottom: var(--affix-offset-bottom);
|
|
23208
|
+
background: var(--Table-bg);
|
|
23209
|
+
z-index: 900;
|
|
23210
|
+
}
|
|
23094
23211
|
.a-Table.is-mobile .a-Table-toolbar .a-Form-item {
|
|
23095
23212
|
padding: 0;
|
|
23096
23213
|
}
|
|
@@ -23124,6 +23241,9 @@ input[type=button].a-Button--block {
|
|
|
23124
23241
|
opacity: 0.5;
|
|
23125
23242
|
z-index: 15;
|
|
23126
23243
|
}
|
|
23244
|
+
.a-Table-content-colDragLine--disabled {
|
|
23245
|
+
cursor: not-allowed;
|
|
23246
|
+
}
|
|
23127
23247
|
.a-Table-content-colDragLine:hover, .a-Table-content-colDragLine.is-resizing {
|
|
23128
23248
|
background: var(--primary);
|
|
23129
23249
|
}
|
|
@@ -23171,6 +23291,9 @@ input[type=button].a-Button--block {
|
|
|
23171
23291
|
content: "";
|
|
23172
23292
|
pointer-events: none;
|
|
23173
23293
|
}
|
|
23294
|
+
.a-Table-table th .label, .a-Table-table td .label {
|
|
23295
|
+
font-size: 90%;
|
|
23296
|
+
}
|
|
23174
23297
|
.a-Table-table.is-layout-fixed td {
|
|
23175
23298
|
white-space: normal;
|
|
23176
23299
|
word-break: break-all;
|
|
@@ -24043,13 +24166,14 @@ input[type=button].a-Button--block {
|
|
|
24043
24166
|
border-bottom: 1px solid var(--Table-thead-borderColor);
|
|
24044
24167
|
transform: scaleY(0.5);
|
|
24045
24168
|
}
|
|
24169
|
+
|
|
24046
24170
|
.a-Table-table th,
|
|
24047
|
-
|
|
24171
|
+
.a-Table-table td {
|
|
24048
24172
|
position: relative;
|
|
24049
24173
|
border-bottom: none;
|
|
24050
24174
|
}
|
|
24051
24175
|
.a-Table-table th::before,
|
|
24052
|
-
|
|
24176
|
+
.a-Table-table td::before {
|
|
24053
24177
|
position: absolute;
|
|
24054
24178
|
box-sizing: border-box;
|
|
24055
24179
|
content: " ";
|
|
@@ -24106,7 +24230,7 @@ input[type=button].a-Button--block {
|
|
|
24106
24230
|
padding: var(--table-size-large-paddingTop) var(--table-size-large-paddingRight) var(--table-size-large-paddingBottom) var(--table-size-large-paddingLeft);
|
|
24107
24231
|
}
|
|
24108
24232
|
.a-Table2.a-Table-large .a-TableCell-filterBtn {
|
|
24109
|
-
right: calc(var(--table-size-large-paddingRight) - var(--TableCell-filterBtn-width) / 2);
|
|
24233
|
+
right: calc( var(--table-size-large-paddingRight) - var(--TableCell-filterBtn-width) / 2 );
|
|
24110
24234
|
}
|
|
24111
24235
|
.a-Table2.a-Table-small .a-Table-table > thead > tr > th {
|
|
24112
24236
|
padding: var(--table-size-small-paddingTop) var(--table-size-small-paddingRight) var(--table-size-small-paddingBottom) var(--table-size-small-paddingLeft);
|
|
@@ -24119,7 +24243,7 @@ input[type=button].a-Button--block {
|
|
|
24119
24243
|
padding: var(--table-size-small-paddingTop) var(--table-size-small-paddingRight) var(--table-size-small-paddingBottom) var(--table-size-small-paddingLeft);
|
|
24120
24244
|
}
|
|
24121
24245
|
.a-Table2.a-Table-small .a-TableCell-filterBtn {
|
|
24122
|
-
right: calc(var(--table-size-small-paddingRight) - var(--TableCell-filterBtn-width) / 2);
|
|
24246
|
+
right: calc( var(--table-size-small-paddingRight) - var(--TableCell-filterBtn-width) / 2 );
|
|
24123
24247
|
}
|
|
24124
24248
|
.a-Table2 .a-Table-title,
|
|
24125
24249
|
.a-Table2 .a-Table-footer {
|
|
@@ -24218,6 +24342,7 @@ input[type=button].a-Button--block {
|
|
|
24218
24342
|
}
|
|
24219
24343
|
.a-Table2 .a-Table-table > thead > tr > th .a-Table-head-cell-wrapper {
|
|
24220
24344
|
display: flex;
|
|
24345
|
+
align-items: center;
|
|
24221
24346
|
}
|
|
24222
24347
|
.a-Table2 .a-Table-table > thead > tr:not(:last-child) {
|
|
24223
24348
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -24999,15 +25124,15 @@ input[type=button].a-Button--block {
|
|
|
24999
25124
|
background: var(--Table-tree-borderColor);
|
|
25000
25125
|
}
|
|
25001
25126
|
.a-Table2 .a-Table-table > thead > tr > th.a-TableCell--sortable {
|
|
25002
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-sortBtn-width));
|
|
25127
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-sortBtn-width) );
|
|
25003
25128
|
position: relative;
|
|
25004
25129
|
}
|
|
25005
25130
|
.a-Table2 .a-Table-table > thead > tr > th.a-TableCell--searchable {
|
|
25006
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-searchBtn-width));
|
|
25131
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-searchBtn-width) );
|
|
25007
25132
|
position: relative;
|
|
25008
25133
|
}
|
|
25009
25134
|
.a-Table2 .a-Table-table > thead > tr > th.a-TableCell--filterable {
|
|
25010
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-filterBtn-width));
|
|
25135
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-filterBtn-width) );
|
|
25011
25136
|
position: relative;
|
|
25012
25137
|
}
|
|
25013
25138
|
.a-Table2 .a-Table-table > tbody > tr.a-Table-row-disabled {
|
|
@@ -25107,6 +25232,9 @@ input[type=button].a-Button--block {
|
|
|
25107
25232
|
z-index: 15;
|
|
25108
25233
|
opacity: 0.5;
|
|
25109
25234
|
}
|
|
25235
|
+
.a-Table2.a-Table-resizable .a-Table-table > thead > tr > th .a-Table-thead-resizable--disabled {
|
|
25236
|
+
cursor: not-allowed;
|
|
25237
|
+
}
|
|
25110
25238
|
.a-Table2.a-Table-resizable .a-Table-table > thead > tr > th .a-Table-thead-resizable:hover, .a-Table2.a-Table-resizable .a-Table-table > thead > tr > th .a-Table-thead-resizable.is-resizing {
|
|
25111
25239
|
background: var(--primary);
|
|
25112
25240
|
}
|
|
@@ -25120,7 +25248,7 @@ input[type=button].a-Button--block {
|
|
|
25120
25248
|
.a-Table2 .a-TableCell-sortBtn {
|
|
25121
25249
|
cursor: pointer;
|
|
25122
25250
|
width: var(--TableCell-sortBtn-width);
|
|
25123
|
-
height:
|
|
25251
|
+
height: 14px;
|
|
25124
25252
|
vertical-align: middle;
|
|
25125
25253
|
position: static;
|
|
25126
25254
|
display: inline-block;
|
|
@@ -25157,6 +25285,7 @@ input[type=button].a-Button--block {
|
|
|
25157
25285
|
cursor: pointer;
|
|
25158
25286
|
color: var(--table-icon-color);
|
|
25159
25287
|
margin-left: var(--TableCell-icon-gap);
|
|
25288
|
+
height: 18px;
|
|
25160
25289
|
}
|
|
25161
25290
|
.a-Table2 .a-TableCell-searchBtn svg {
|
|
25162
25291
|
width: 12px;
|
|
@@ -25179,7 +25308,7 @@ input[type=button].a-Button--block {
|
|
|
25179
25308
|
.a-Table2 .a-TableCell-filterBtn {
|
|
25180
25309
|
cursor: pointer;
|
|
25181
25310
|
width: var(--TableCell-filterBtn-width);
|
|
25182
|
-
height:
|
|
25311
|
+
height: 14px;
|
|
25183
25312
|
vertical-align: middle;
|
|
25184
25313
|
position: static;
|
|
25185
25314
|
display: inline-block;
|
|
@@ -25556,7 +25685,7 @@ input[type=button].a-Button--block {
|
|
|
25556
25685
|
.a-List-toolbar {
|
|
25557
25686
|
display: flex;
|
|
25558
25687
|
flex-wrap: wrap;
|
|
25559
|
-
|
|
25688
|
+
padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX) var(--List-toolbar-marginY);
|
|
25560
25689
|
}
|
|
25561
25690
|
.a-List-toolbar::before, .a-List-toolbar::after {
|
|
25562
25691
|
display: table;
|
|
@@ -25615,6 +25744,12 @@ input[type=button].a-Button--block {
|
|
|
25615
25744
|
min-height: var(--List-placeholder-height);
|
|
25616
25745
|
line-height: var(--List-placeholder-height);
|
|
25617
25746
|
}
|
|
25747
|
+
.a-List-footToolbar--affix, .a-List-footer--affix {
|
|
25748
|
+
position: sticky;
|
|
25749
|
+
bottom: var(--affix-offset-bottom);
|
|
25750
|
+
background: var(--Table-bg);
|
|
25751
|
+
z-index: 900;
|
|
25752
|
+
}
|
|
25618
25753
|
.a-ListGroup {
|
|
25619
25754
|
max-width: 25rem;
|
|
25620
25755
|
display: flex;
|
|
@@ -25748,7 +25883,7 @@ input[type=button].a-Button--block {
|
|
|
25748
25883
|
background: var(--ListMenu-item--onHover-bg);
|
|
25749
25884
|
}
|
|
25750
25885
|
.a-Cards-toolbar {
|
|
25751
|
-
|
|
25886
|
+
padding: var(--Cards-toolbar-marginY) var(--Cards-toolbar-marginX) var(--Cards-toolbar-marginY);
|
|
25752
25887
|
}
|
|
25753
25888
|
.a-Cards-toolbar::before, .a-Cards-toolbar::after {
|
|
25754
25889
|
display: table;
|
|
@@ -25833,31 +25968,43 @@ input[type=button].a-Button--block {
|
|
|
25833
25968
|
display: inline-block;
|
|
25834
25969
|
flex: unset;
|
|
25835
25970
|
}
|
|
25971
|
+
.a-Cards-footToolbar--affix, .a-Cards-footer--affix {
|
|
25972
|
+
position: sticky;
|
|
25973
|
+
bottom: var(--affix-offset-bottom);
|
|
25974
|
+
background: var(--Table-bg);
|
|
25975
|
+
z-index: 900;
|
|
25976
|
+
}
|
|
25836
25977
|
@media (min-width: 576px) {
|
|
25837
25978
|
.a-Cards--masonrySm1 {
|
|
25838
25979
|
-moz-column-count: 12;
|
|
25839
25980
|
column-count: 12;
|
|
25840
25981
|
}
|
|
25982
|
+
|
|
25841
25983
|
.a-Cards--masonrySm2 {
|
|
25842
25984
|
-moz-column-count: 6;
|
|
25843
25985
|
column-count: 6;
|
|
25844
25986
|
}
|
|
25987
|
+
|
|
25845
25988
|
.a-Cards--masonrySm3 {
|
|
25846
25989
|
-moz-column-count: 4;
|
|
25847
25990
|
column-count: 4;
|
|
25848
25991
|
}
|
|
25992
|
+
|
|
25849
25993
|
.a-Cards--masonrySm4 {
|
|
25850
25994
|
-moz-column-count: 3;
|
|
25851
25995
|
column-count: 3;
|
|
25852
25996
|
}
|
|
25997
|
+
|
|
25853
25998
|
.a-Cards--masonrySm6 {
|
|
25854
25999
|
-moz-column-count: 2;
|
|
25855
26000
|
column-count: 2;
|
|
25856
26001
|
}
|
|
26002
|
+
|
|
25857
26003
|
.a-Cards--masonrySm12 {
|
|
25858
26004
|
-moz-column-count: 1;
|
|
25859
26005
|
column-count: 1;
|
|
25860
26006
|
}
|
|
26007
|
+
|
|
25861
26008
|
.a-Cards-toolbar {
|
|
25862
26009
|
display: flex;
|
|
25863
26010
|
flex-wrap: wrap;
|
|
@@ -25868,22 +26015,27 @@ input[type=button].a-Button--block {
|
|
|
25868
26015
|
-moz-column-count: 12;
|
|
25869
26016
|
column-count: 12;
|
|
25870
26017
|
}
|
|
26018
|
+
|
|
25871
26019
|
.a-Cards--masonryMd2 {
|
|
25872
26020
|
-moz-column-count: 6;
|
|
25873
26021
|
column-count: 6;
|
|
25874
26022
|
}
|
|
26023
|
+
|
|
25875
26024
|
.a-Cards--masonryMd3 {
|
|
25876
26025
|
-moz-column-count: 4;
|
|
25877
26026
|
column-count: 4;
|
|
25878
26027
|
}
|
|
26028
|
+
|
|
25879
26029
|
.a-Cards--masonryMd4 {
|
|
25880
26030
|
-moz-column-count: 3;
|
|
25881
26031
|
column-count: 3;
|
|
25882
26032
|
}
|
|
26033
|
+
|
|
25883
26034
|
.a-Cards--masonryMd6 {
|
|
25884
26035
|
-moz-column-count: 2;
|
|
25885
26036
|
column-count: 2;
|
|
25886
26037
|
}
|
|
26038
|
+
|
|
25887
26039
|
.a-Cards--masonryMd12 {
|
|
25888
26040
|
-moz-column-count: 1;
|
|
25889
26041
|
column-count: 1;
|
|
@@ -25894,22 +26046,27 @@ input[type=button].a-Button--block {
|
|
|
25894
26046
|
-moz-column-count: 12;
|
|
25895
26047
|
column-count: 12;
|
|
25896
26048
|
}
|
|
26049
|
+
|
|
25897
26050
|
.a-Cards--masonryLg2 {
|
|
25898
26051
|
-moz-column-count: 6;
|
|
25899
26052
|
column-count: 6;
|
|
25900
26053
|
}
|
|
26054
|
+
|
|
25901
26055
|
.a-Cards--masonryLg3 {
|
|
25902
26056
|
-moz-column-count: 4;
|
|
25903
26057
|
column-count: 4;
|
|
25904
26058
|
}
|
|
26059
|
+
|
|
25905
26060
|
.a-Cards--masonryLg4 {
|
|
25906
26061
|
-moz-column-count: 3;
|
|
25907
26062
|
column-count: 3;
|
|
25908
26063
|
}
|
|
26064
|
+
|
|
25909
26065
|
.a-Cards--masonryLg6 {
|
|
25910
26066
|
-moz-column-count: 2;
|
|
25911
26067
|
column-count: 2;
|
|
25912
26068
|
}
|
|
26069
|
+
|
|
25913
26070
|
.a-Cards--masonryLg12 {
|
|
25914
26071
|
-moz-column-count: 1;
|
|
25915
26072
|
column-count: 1;
|
|
@@ -26627,14 +26784,6 @@ input[type=button].a-Button--block {
|
|
|
26627
26784
|
background: transparent;
|
|
26628
26785
|
color: var(--primary);
|
|
26629
26786
|
}
|
|
26630
|
-
.a-Pagination .ellipsis {
|
|
26631
|
-
cursor: unset;
|
|
26632
|
-
}
|
|
26633
|
-
.a-Pagination .ellipsis > a {
|
|
26634
|
-
cursor: unset;
|
|
26635
|
-
position: relative;
|
|
26636
|
-
top: -0.25rem;
|
|
26637
|
-
}
|
|
26638
26787
|
.a-Pagination > li.is-disabled > span,
|
|
26639
26788
|
.a-Pagination > li.is-disabled > a {
|
|
26640
26789
|
cursor: not-allowed;
|
|
@@ -26720,9 +26869,72 @@ input[type=button].a-Button--block {
|
|
|
26720
26869
|
border-left: var(--borderWidth) solid var(--primary);
|
|
26721
26870
|
margin-left: -1px;
|
|
26722
26871
|
}
|
|
26872
|
+
.a-Pagination-simplego {
|
|
26873
|
+
display: inline-flex;
|
|
26874
|
+
flex-wrap: nowrap;
|
|
26875
|
+
align-items: center;
|
|
26876
|
+
height: var(--Pagination-height);
|
|
26877
|
+
}
|
|
26878
|
+
.a-Pagination-simplego input {
|
|
26879
|
+
min-width: 2.5rem;
|
|
26880
|
+
width: 2.5rem;
|
|
26881
|
+
height: var(--Pagination-height);
|
|
26882
|
+
line-height: var(--Pagination-height);
|
|
26883
|
+
border: none;
|
|
26884
|
+
border: var(--borderWidth) solid var(--borderColor);
|
|
26885
|
+
border-radius: var(--borderRadius);
|
|
26886
|
+
padding: var(--Pagination-padding);
|
|
26887
|
+
margin-right: 0.5rem;
|
|
26888
|
+
text-align: center;
|
|
26889
|
+
}
|
|
26890
|
+
.a-Pagination-simplego input:focus, .a-Pagination-simplego input:hover {
|
|
26891
|
+
outline: none;
|
|
26892
|
+
border-color: var(--primary);
|
|
26893
|
+
}
|
|
26894
|
+
.a-Pagination-simplego-right {
|
|
26895
|
+
display: inline-block;
|
|
26896
|
+
width: 2rem;
|
|
26897
|
+
height: var(--Pagination-height);
|
|
26898
|
+
line-height: var(--Pagination-height);
|
|
26899
|
+
border: var(--borderWidth) solid var(--borderColor);
|
|
26900
|
+
font-size: var(--fontSizeSm);
|
|
26901
|
+
}
|
|
26902
|
+
.a-Pagination-simplego-right:hover {
|
|
26903
|
+
color: #666666 !important;
|
|
26904
|
+
cursor: default;
|
|
26905
|
+
}
|
|
26906
|
+
.a-Pagination-ellipsis {
|
|
26907
|
+
cursor: unset;
|
|
26908
|
+
position: relative;
|
|
26909
|
+
}
|
|
26910
|
+
.a-Pagination-ellipsis:hover {
|
|
26911
|
+
cursor: pointer;
|
|
26912
|
+
}
|
|
26913
|
+
.a-Pagination-ellipsis:hover > a {
|
|
26914
|
+
opacity: 0;
|
|
26915
|
+
transition: all 0.2s;
|
|
26916
|
+
}
|
|
26917
|
+
.a-Pagination-ellipsis:hover > span {
|
|
26918
|
+
opacity: 1;
|
|
26919
|
+
transition: all 0.2s;
|
|
26920
|
+
}
|
|
26921
|
+
.a-Pagination-ellipsis > a {
|
|
26922
|
+
cursor: unset;
|
|
26923
|
+
position: absolute !important;
|
|
26924
|
+
top: -0.25rem;
|
|
26925
|
+
opacity: 1;
|
|
26926
|
+
transition: all 0.2s;
|
|
26927
|
+
}
|
|
26928
|
+
.a-Pagination-ellipsis > span {
|
|
26929
|
+
opacity: 0;
|
|
26930
|
+
transition: all 0.2s;
|
|
26931
|
+
}
|
|
26723
26932
|
.a-Pagination-wrap {
|
|
26724
26933
|
line-height: 1.875rem;
|
|
26725
26934
|
}
|
|
26935
|
+
.a-Pagination-wrap .a-Pagination-item.a-Pagination-perpage {
|
|
26936
|
+
margin-left: 0.5rem;
|
|
26937
|
+
}
|
|
26726
26938
|
.a-Pagination-wrap .a-Pagination-item:nth-child(1) {
|
|
26727
26939
|
margin-left: 0;
|
|
26728
26940
|
}
|
|
@@ -26749,6 +26961,44 @@ input[type=button].a-Button--block {
|
|
|
26749
26961
|
.a-PaginationWrapper-pager:first-child {
|
|
26750
26962
|
margin-bottom: var(--gap-sm);
|
|
26751
26963
|
}
|
|
26964
|
+
.a-Pagination-wrap-size--sm {
|
|
26965
|
+
line-height: 1.5rem;
|
|
26966
|
+
}
|
|
26967
|
+
.a-Pagination-wrap-size--sm .a-Pagination-item {
|
|
26968
|
+
margin-left: 0.25rem;
|
|
26969
|
+
}
|
|
26970
|
+
.a-Pagination-wrap-size--sm .a-Pagination-item > li > a,
|
|
26971
|
+
.a-Pagination-wrap-size--sm .a-Pagination-item > li > span {
|
|
26972
|
+
min-width: var(--Pagination-minWidth-sm);
|
|
26973
|
+
height: var(--Pagination-height-sm);
|
|
26974
|
+
line-height: var(--Pagination-height-sm);
|
|
26975
|
+
padding: var(--Pagination-padding-sm);
|
|
26976
|
+
}
|
|
26977
|
+
.a-Pagination-wrap-size--sm .a-Pagination-item .a-Pagination-inputGroup, .a-Pagination-wrap-size--sm .a-Pagination-item .a-Pagination-simplego {
|
|
26978
|
+
height: var(--Pagination-height-sm);
|
|
26979
|
+
}
|
|
26980
|
+
.a-Pagination-wrap-size--sm .a-Pagination-item .a-Pagination-inputGroup-input, .a-Pagination-wrap-size--sm .a-Pagination-item .a-Pagination-simplego-input {
|
|
26981
|
+
min-width: 2.5rem;
|
|
26982
|
+
width: 2.5rem;
|
|
26983
|
+
height: var(--Pagination-height-sm);
|
|
26984
|
+
line-height: var(--Pagination-height-sm);
|
|
26985
|
+
padding: var(--Pagination-padding-sm);
|
|
26986
|
+
margin-left: 0.25rem;
|
|
26987
|
+
}
|
|
26988
|
+
.a-Pagination-wrap-size--sm .a-Pagination-item .a-Pagination-inputGroup-right, .a-Pagination-wrap-size--sm .a-Pagination-item .a-Pagination-simplego-right {
|
|
26989
|
+
height: var(--Pagination-height-sm);
|
|
26990
|
+
line-height: var(--Pagination-height-sm);
|
|
26991
|
+
}
|
|
26992
|
+
.a-Pagination-wrap-size--sm .a-Pagination-item .a-Pagination-simplego-input {
|
|
26993
|
+
min-width: 2rem;
|
|
26994
|
+
width: 2rem;
|
|
26995
|
+
}
|
|
26996
|
+
.a-Pagination-wrap-size--sm .a-Pagination-perpage {
|
|
26997
|
+
margin-left: 0.25rem;
|
|
26998
|
+
padding: 0 0.375rem;
|
|
26999
|
+
min-height: 1.5rem;
|
|
27000
|
+
vertical-align: baseline;
|
|
27001
|
+
}
|
|
26752
27002
|
.a-Wrapper--xs,
|
|
26753
27003
|
.a-Container--xs {
|
|
26754
27004
|
padding: var(--gap-xs);
|
|
@@ -27166,7 +27416,7 @@ input[type=button].a-Button--block {
|
|
|
27166
27416
|
pointer-events: none;
|
|
27167
27417
|
}
|
|
27168
27418
|
.a-ImageGallery-prevList:hover, .a-ImageGallery-nextList:hover {
|
|
27169
|
-
background:
|
|
27419
|
+
background: black;
|
|
27170
27420
|
color: #fff;
|
|
27171
27421
|
}
|
|
27172
27422
|
.a-ImageGallery-itemsWrap {
|
|
@@ -28102,7 +28352,7 @@ input[type=button].a-Button--block {
|
|
|
28102
28352
|
align-items: center;
|
|
28103
28353
|
overflow-x: hidden;
|
|
28104
28354
|
overflow-y: auto;
|
|
28105
|
-
max-height: calc((var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5);
|
|
28355
|
+
max-height: calc( (var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5 );
|
|
28106
28356
|
}
|
|
28107
28357
|
.a-ResultBox-overflow.a-Tooltip--dark .a-ResultBox-overflow-wrapper .a-ResultBox-value {
|
|
28108
28358
|
color: var(--white);
|
|
@@ -28182,14 +28432,13 @@ input[type=button].a-Button--block {
|
|
|
28182
28432
|
flex-wrap: nowrap;
|
|
28183
28433
|
align-items: center;
|
|
28184
28434
|
justify-content: flex-end;
|
|
28185
|
-
height:
|
|
28435
|
+
height: var(--input-size-default-height);
|
|
28186
28436
|
width: 30px;
|
|
28187
28437
|
padding-left: 8px;
|
|
28188
28438
|
transition: all var(--animation-duration) ease-in-out;
|
|
28189
28439
|
border: var(--Form-input-borderWidth) solid transparent;
|
|
28190
28440
|
border-radius: var(--Form-input-borderRadius);
|
|
28191
28441
|
overflow: hidden;
|
|
28192
|
-
height: 30px;
|
|
28193
28442
|
}
|
|
28194
28443
|
.a-SearchBox:hover {
|
|
28195
28444
|
background: var(--Form-input-onHover-bg);
|
|
@@ -28212,6 +28461,10 @@ input[type=button].a-Button--block {
|
|
|
28212
28461
|
display: inline-block;
|
|
28213
28462
|
padding: 0.3125rem 0.625rem;
|
|
28214
28463
|
}
|
|
28464
|
+
.a-SearchBox-searchBtn--loading {
|
|
28465
|
+
display: inline-flex;
|
|
28466
|
+
align-items: center;
|
|
28467
|
+
}
|
|
28215
28468
|
.a-SearchBox-activeBtn, .a-SearchBox-cancelBtn {
|
|
28216
28469
|
margin-right: 8px;
|
|
28217
28470
|
}
|
|
@@ -28226,7 +28479,7 @@ input[type=button].a-Button--block {
|
|
|
28226
28479
|
color: var(--icon-onHover-color);
|
|
28227
28480
|
}
|
|
28228
28481
|
.a-SearchBox.is-disabled .a-SearchBox-activeBtn, .a-SearchBox.is-disabled .a-SearchBox-searchBtn, .a-SearchBox.is-disabled .a-SearchBox-cancelBtn {
|
|
28229
|
-
color: var(--
|
|
28482
|
+
color: var(--SearchBox-search-btn-color--disabled);
|
|
28230
28483
|
pointer-events: none;
|
|
28231
28484
|
}
|
|
28232
28485
|
.a-SearchBox.is-disabled {
|
|
@@ -28347,7 +28600,7 @@ input[type=button].a-Button--block {
|
|
|
28347
28600
|
padding: 0 var(--gap-md);
|
|
28348
28601
|
overflow-x: hidden;
|
|
28349
28602
|
overflow-y: auto;
|
|
28350
|
-
max-height: calc(var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2);
|
|
28603
|
+
max-height: calc( var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2 );
|
|
28351
28604
|
}
|
|
28352
28605
|
.a-SearchBox-history .a-SearchBox-history-tag {
|
|
28353
28606
|
display: inlin-flex;
|
|
@@ -28401,7 +28654,7 @@ input[type=button].a-Button--block {
|
|
|
28401
28654
|
.a-ListMenu-groupLabel {
|
|
28402
28655
|
font-size: var(--fontSizeXs);
|
|
28403
28656
|
color: var(--text--muted-color);
|
|
28404
|
-
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));
|
|
28657
|
+
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));
|
|
28405
28658
|
}
|
|
28406
28659
|
.a-ListMenu-group:not(:first-child) > .a-ListMenu-groupLabel {
|
|
28407
28660
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
|
@@ -28413,7 +28666,7 @@ input[type=button].a-Button--block {
|
|
|
28413
28666
|
line-height: var(--Form-input-lineHeight);
|
|
28414
28667
|
font-size: var(--Form-input-fontSize);
|
|
28415
28668
|
cursor: pointer;
|
|
28416
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28669
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
28417
28670
|
}
|
|
28418
28671
|
.a-ListMenu-item.is-active {
|
|
28419
28672
|
color: var(--ListMenu-item--onActive-color);
|
|
@@ -28434,7 +28687,7 @@ input[type=button].a-Button--block {
|
|
|
28434
28687
|
line-height: var(--Form-input-lineHeight);
|
|
28435
28688
|
font-size: var(--Form-input-fontSize);
|
|
28436
28689
|
cursor: pointer;
|
|
28437
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28690
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
28438
28691
|
}
|
|
28439
28692
|
.a-ListMenu.is-mobile {
|
|
28440
28693
|
display: flex;
|
|
@@ -29126,11 +29379,9 @@ fieldset.a-Collapse--lg > legend, fieldset.a-Collapse--md > legend, fieldset.a-C
|
|
|
29126
29379
|
top: 0;
|
|
29127
29380
|
left: 0;
|
|
29128
29381
|
display: inline-block;
|
|
29129
|
-
border: 0;
|
|
29130
29382
|
width: auto;
|
|
29131
29383
|
z-index: 1;
|
|
29132
29384
|
background: var(--Fieldset-legend-bgColor);
|
|
29133
|
-
border-left: 0 !important;
|
|
29134
29385
|
}
|
|
29135
29386
|
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 {
|
|
29136
29387
|
position: absolute;
|
|
@@ -29288,7 +29539,7 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29288
29539
|
margin-right: 0;
|
|
29289
29540
|
}
|
|
29290
29541
|
.a-Form-group--hor > .a-Form-item,
|
|
29291
|
-
|
|
29542
|
+
.a-Form-group--hor > div > .a-Form-item {
|
|
29292
29543
|
margin-bottom: 0;
|
|
29293
29544
|
}
|
|
29294
29545
|
.a-Form-group--hor .a-Form-input > .a-Form-group {
|
|
@@ -29326,6 +29577,7 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29326
29577
|
padding-left: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
29327
29578
|
padding-right: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
29328
29579
|
}
|
|
29580
|
+
|
|
29329
29581
|
.a-Form-groupColumn {
|
|
29330
29582
|
flex-basis: 0;
|
|
29331
29583
|
flex-grow: 1;
|
|
@@ -29333,66 +29585,79 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29333
29585
|
max-width: 100%;
|
|
29334
29586
|
margin-bottom: 0;
|
|
29335
29587
|
}
|
|
29588
|
+
|
|
29336
29589
|
.a-Form-groupColumn--1 {
|
|
29337
29590
|
flex: 0 0 8.3333333333%;
|
|
29338
29591
|
max-width: 8.3333333333%;
|
|
29339
29592
|
min-height: 1px;
|
|
29340
29593
|
}
|
|
29594
|
+
|
|
29341
29595
|
.a-Form-groupColumn--2 {
|
|
29342
29596
|
flex: 0 0 16.6666666667%;
|
|
29343
29597
|
max-width: 16.6666666667%;
|
|
29344
29598
|
min-height: 1px;
|
|
29345
29599
|
}
|
|
29600
|
+
|
|
29346
29601
|
.a-Form-groupColumn--3 {
|
|
29347
29602
|
flex: 0 0 25%;
|
|
29348
29603
|
max-width: 25%;
|
|
29349
29604
|
min-height: 1px;
|
|
29350
29605
|
}
|
|
29606
|
+
|
|
29351
29607
|
.a-Form-groupColumn--4 {
|
|
29352
29608
|
flex: 0 0 33.3333333333%;
|
|
29353
29609
|
max-width: 33.3333333333%;
|
|
29354
29610
|
min-height: 1px;
|
|
29355
29611
|
}
|
|
29612
|
+
|
|
29356
29613
|
.a-Form-groupColumn--5 {
|
|
29357
29614
|
flex: 0 0 41.6666666667%;
|
|
29358
29615
|
max-width: 41.6666666667%;
|
|
29359
29616
|
min-height: 1px;
|
|
29360
29617
|
}
|
|
29618
|
+
|
|
29361
29619
|
.a-Form-groupColumn--6 {
|
|
29362
29620
|
flex: 0 0 50%;
|
|
29363
29621
|
max-width: 50%;
|
|
29364
29622
|
min-height: 1px;
|
|
29365
29623
|
}
|
|
29624
|
+
|
|
29366
29625
|
.a-Form-groupColumn--7 {
|
|
29367
29626
|
flex: 0 0 58.3333333333%;
|
|
29368
29627
|
max-width: 58.3333333333%;
|
|
29369
29628
|
min-height: 1px;
|
|
29370
29629
|
}
|
|
29630
|
+
|
|
29371
29631
|
.a-Form-groupColumn--8 {
|
|
29372
29632
|
flex: 0 0 66.6666666667%;
|
|
29373
29633
|
max-width: 66.6666666667%;
|
|
29374
29634
|
min-height: 1px;
|
|
29375
29635
|
}
|
|
29636
|
+
|
|
29376
29637
|
.a-Form-groupColumn--9 {
|
|
29377
29638
|
flex: 0 0 75%;
|
|
29378
29639
|
max-width: 75%;
|
|
29379
29640
|
min-height: 1px;
|
|
29380
29641
|
}
|
|
29642
|
+
|
|
29381
29643
|
.a-Form-groupColumn--10 {
|
|
29382
29644
|
flex: 0 0 83.3333333333%;
|
|
29383
29645
|
max-width: 83.3333333333%;
|
|
29384
29646
|
min-height: 1px;
|
|
29385
29647
|
}
|
|
29648
|
+
|
|
29386
29649
|
.a-Form-groupColumn--11 {
|
|
29387
29650
|
flex: 0 0 91.6666666667%;
|
|
29388
29651
|
max-width: 91.6666666667%;
|
|
29389
29652
|
min-height: 1px;
|
|
29390
29653
|
}
|
|
29654
|
+
|
|
29391
29655
|
.a-Form-groupColumn--12 {
|
|
29392
29656
|
flex: 0 0 100%;
|
|
29393
29657
|
max-width: 100%;
|
|
29394
29658
|
min-height: 1px;
|
|
29395
29659
|
}
|
|
29660
|
+
|
|
29396
29661
|
.a-Form-groupColumn--auto {
|
|
29397
29662
|
flex: 0 0 auto;
|
|
29398
29663
|
width: auto;
|
|
@@ -29404,6 +29669,10 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29404
29669
|
display: inline-flex;
|
|
29405
29670
|
flex-wrap: nowrap;
|
|
29406
29671
|
}
|
|
29672
|
+
.a-InputGroup:hover div,
|
|
29673
|
+
.a-InputGroup:hover button {
|
|
29674
|
+
border-color: var(--colors-brand-5) !important;
|
|
29675
|
+
}
|
|
29407
29676
|
.a-InputGroup.a-Form-control--sizeXs, .a-InputGroup.a-Form-control--sizeSm, .a-InputGroup.a-Form-control--sizeMd, .a-InputGroup.a-Form-control--sizeLg {
|
|
29408
29677
|
display: inline-flex;
|
|
29409
29678
|
}
|
|
@@ -29414,7 +29683,7 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29414
29683
|
.a-InputGroup-addOn {
|
|
29415
29684
|
background: var(--InputGroup-addOn-bg);
|
|
29416
29685
|
border: var(--InputGroup-addOn-borderWidth) solid var(--InputGroup-addOn-borderColor);
|
|
29417
|
-
line-height: calc(var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2);
|
|
29686
|
+
line-height: calc( var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2 );
|
|
29418
29687
|
height: var(--InputGroup-height);
|
|
29419
29688
|
box-sizing: border-box;
|
|
29420
29689
|
padding: var(--InputGroup-paddingY) var(--InputGroup-paddingX);
|
|
@@ -29449,16 +29718,20 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29449
29718
|
border-top-right-radius: var(--InputGroup-button-borderRadius);
|
|
29450
29719
|
border-bottom-right-radius: var(--InputGroup-button-borderRadius);
|
|
29451
29720
|
}
|
|
29452
|
-
.a-InputGroup .a-TextControl-input
|
|
29721
|
+
.a-InputGroup .a-TextControl-input,
|
|
29722
|
+
.a-InputGroup .a-SearchBox {
|
|
29453
29723
|
flex-basis: 0;
|
|
29454
29724
|
flex-grow: 1;
|
|
29455
29725
|
display: inline-flex;
|
|
29456
29726
|
}
|
|
29457
|
-
.a-InputGroup .a-TextControl-input:not(:first-child)
|
|
29727
|
+
.a-InputGroup .a-TextControl-input:not(:first-child),
|
|
29728
|
+
.a-InputGroup .a-SearchBox:not(:first-child) {
|
|
29458
29729
|
border-top-left-radius: 0;
|
|
29459
29730
|
border-bottom-left-radius: 0;
|
|
29731
|
+
border-left: none;
|
|
29460
29732
|
}
|
|
29461
|
-
.a-InputGroup .a-TextControl-input:not(:last-child)
|
|
29733
|
+
.a-InputGroup .a-TextControl-input:not(:last-child),
|
|
29734
|
+
.a-InputGroup .a-SearchBox:not(:last-child) {
|
|
29462
29735
|
border-right-width: 0;
|
|
29463
29736
|
border-top-right-radius: 0;
|
|
29464
29737
|
border-bottom-right-radius: 0;
|
|
@@ -29474,6 +29747,7 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29474
29747
|
.a-InputGroup .a-SelectControl:first-child .a-Select {
|
|
29475
29748
|
border-top-left-radius: var(--InputGroup-select-borderRadius);
|
|
29476
29749
|
border-bottom-left-radius: var(--InputGroup-select-borderRadius);
|
|
29750
|
+
background-color: var(--colors-neutral-fill-10);
|
|
29477
29751
|
}
|
|
29478
29752
|
.a-InputGroup .a-SelectControl:last-child .a-Select {
|
|
29479
29753
|
border-top-right-radius: var(--InputGroup-select-borderRadius);
|
|
@@ -29494,18 +29768,10 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29494
29768
|
.a-InputGroup.is-focused .a-InputGroup-addOn,
|
|
29495
29769
|
.a-InputGroup.is-focused .a-TextControl-input,
|
|
29496
29770
|
.a-InputGroup.is-focused .a-Select,
|
|
29771
|
+
.a-InputGroup.is-focused .a-SearchBox,
|
|
29497
29772
|
.a-InputGroup.is-focused .a-InputGroup-btn .a-Button {
|
|
29498
29773
|
border-color: var(--InputGroup-addOn-onFocused-borderColor);
|
|
29499
29774
|
}
|
|
29500
|
-
.a-InputGroup.is-focused .a-Select {
|
|
29501
|
-
background: var(--InputGroup-select-onFocused-bg);
|
|
29502
|
-
}
|
|
29503
|
-
.a-InputGroup.is-focused .a-Select {
|
|
29504
|
-
color: var(--InputGroup-select-onFocused-color);
|
|
29505
|
-
}
|
|
29506
|
-
.a-InputGroup.is-focused .a-Select-arrow {
|
|
29507
|
-
color: var(--InputGroup-select-onFocused-arrowColor);
|
|
29508
|
-
}
|
|
29509
29775
|
.a-InputGroup.is-focused .a-InputGroup-addOn {
|
|
29510
29776
|
color: var(--primary);
|
|
29511
29777
|
}
|
|
@@ -29602,7 +29868,7 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29602
29868
|
color: var(--text--muted-color);
|
|
29603
29869
|
}
|
|
29604
29870
|
.a-TextControl-spinner {
|
|
29605
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
29871
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29606
29872
|
}
|
|
29607
29873
|
.a-TextControl-clear {
|
|
29608
29874
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -29661,6 +29927,7 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29661
29927
|
background: var(--input-default-default-bg-color);
|
|
29662
29928
|
height: var(--input-size-default-height);
|
|
29663
29929
|
align-items: center;
|
|
29930
|
+
transition: all var(--animation-duration) ease-in-out;
|
|
29664
29931
|
}
|
|
29665
29932
|
.a-TextControl-input input {
|
|
29666
29933
|
color: var(--input-default-default-color);
|
|
@@ -29848,7 +30115,7 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29848
30115
|
-webkit-user-select: none;
|
|
29849
30116
|
-moz-user-select: none;
|
|
29850
30117
|
user-select: none;
|
|
29851
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
30118
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29852
30119
|
vertical-align: middle;
|
|
29853
30120
|
display: inline-block;
|
|
29854
30121
|
}
|
|
@@ -29872,7 +30139,7 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29872
30139
|
}
|
|
29873
30140
|
.a-TextControl-input--multiple .a-TextControl-value {
|
|
29874
30141
|
white-space: nowrap;
|
|
29875
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
30142
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
29876
30143
|
font-size: var(--Form-selectValue-fontSize);
|
|
29877
30144
|
background: var(--Form-select-multiple-bgColor);
|
|
29878
30145
|
border-radius: 0.125rem;
|
|
@@ -30036,7 +30303,7 @@ input.a-TextControl-input-password {
|
|
|
30036
30303
|
color: var(--text--muted-color);
|
|
30037
30304
|
}
|
|
30038
30305
|
.a-TextareaControl-spinner {
|
|
30039
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
30306
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
30040
30307
|
}
|
|
30041
30308
|
.a-TextareaControl-clear {
|
|
30042
30309
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -30075,6 +30342,7 @@ input.a-TextControl-input-password {
|
|
|
30075
30342
|
.a-TextareaControl > textarea {
|
|
30076
30343
|
border: 1px solid var(--Form-input-borderColor);
|
|
30077
30344
|
border-radius: var(--Form-input-borderRadius);
|
|
30345
|
+
color: var(--colors-neutral-text-2);
|
|
30078
30346
|
background: var(--Form-input-bg);
|
|
30079
30347
|
padding: var(--input-textarea-paddingTop) var(--input-textarea-paddingRight) var(--input-textarea-paddingBottom) var(--input-textarea-paddingLeft);
|
|
30080
30348
|
font-size: var(--Form-input-fontSize);
|
|
@@ -30185,7 +30453,6 @@ input.a-TextControl-input-password {
|
|
|
30185
30453
|
cursor: pointer;
|
|
30186
30454
|
display: inline-block;
|
|
30187
30455
|
vertical-align: top;
|
|
30188
|
-
line-height: var(--checkbox-checkbox-default-lineHeight);
|
|
30189
30456
|
}
|
|
30190
30457
|
.a-Checkbox > i + span > a {
|
|
30191
30458
|
margin-left: var(--gap-xs);
|
|
@@ -30245,12 +30512,13 @@ input.a-TextControl-input-password {
|
|
|
30245
30512
|
background: var(--Checkbox-onHover-color);
|
|
30246
30513
|
}
|
|
30247
30514
|
.a-Checkbox--checkbox input[disabled] + i {
|
|
30248
|
-
border-color: var(--Checkbox-
|
|
30515
|
+
border-color: var(--Checkbox-color) !important;
|
|
30249
30516
|
cursor: not-allowed;
|
|
30517
|
+
background-color: var(--checkbox-checkbox-disabled-bg-color);
|
|
30250
30518
|
}
|
|
30251
30519
|
.a-Checkbox--checkbox input[disabled] + i:before {
|
|
30252
|
-
|
|
30253
|
-
|
|
30520
|
+
background-color: var(--Checkbox-onDisabled-color);
|
|
30521
|
+
border-width: 0;
|
|
30254
30522
|
}
|
|
30255
30523
|
.a-Checkbox--checkbox input[disabled] + i + span {
|
|
30256
30524
|
cursor: not-allowed;
|
|
@@ -30323,6 +30591,7 @@ input.a-TextControl-input-password {
|
|
|
30323
30591
|
.a-Checkbox--full.a-Checkbox--checkbox input[disabled]:checked + i:before {
|
|
30324
30592
|
border-color: var(--Checkbox-onDisabled-color);
|
|
30325
30593
|
background: var(--Checkbox-onDisabled-bg);
|
|
30594
|
+
border-width: 0 0 0.0625rem 0.0625rem;
|
|
30326
30595
|
}
|
|
30327
30596
|
.a-Checkbox--full.a-Checkbox--checkbox input:checked[disabled] + i {
|
|
30328
30597
|
border-color: var(--Checkbox-color);
|
|
@@ -30602,7 +30871,7 @@ input.a-TextControl-input-password {
|
|
|
30602
30871
|
.a-CheckboxControl,
|
|
30603
30872
|
.a-RadiosControl,
|
|
30604
30873
|
.a-CheckboxesControl {
|
|
30605
|
-
padding-top: calc((var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px);
|
|
30874
|
+
padding-top: calc( (var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px );
|
|
30606
30875
|
}
|
|
30607
30876
|
.a-RadiosControl .a-Checkbox {
|
|
30608
30877
|
display: block;
|
|
@@ -30673,7 +30942,7 @@ input.a-TextControl-input-password {
|
|
|
30673
30942
|
display: block;
|
|
30674
30943
|
line-height: var(--Form-input-lineHeight);
|
|
30675
30944
|
font-size: var(--Form-input-fontSize);
|
|
30676
|
-
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));
|
|
30945
|
+
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));
|
|
30677
30946
|
}
|
|
30678
30947
|
.a-Selection--inline > .a-Checkbox {
|
|
30679
30948
|
display: inline-block;
|
|
@@ -30741,6 +31010,9 @@ input.a-TextControl-input-password {
|
|
|
30741
31010
|
color: var(--Form-select-menu-onActive-color);
|
|
30742
31011
|
background: var(--Form-select-menu-onActive-bg);
|
|
30743
31012
|
}
|
|
31013
|
+
.a-GroupedSelection-item.is-active:hover, .a-GroupedSelection-item.is-focused:hover, .a-GroupedSelection-item.is-opened:hover {
|
|
31014
|
+
background: var(--Form-select-menu-onHover-bg);
|
|
31015
|
+
}
|
|
30744
31016
|
.a-GroupedSelection-item.is-disabled {
|
|
30745
31017
|
pointer-events: none;
|
|
30746
31018
|
color: var(--Form-select-menu-onDisabled-color);
|
|
@@ -30764,7 +31036,7 @@ input.a-TextControl-input-password {
|
|
|
30764
31036
|
height: var(--Form-input-height);
|
|
30765
31037
|
line-height: var(--Form-input-lineHeight);
|
|
30766
31038
|
font-size: var(--Form-input-fontSize);
|
|
30767
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
31039
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30768
31040
|
color: var(--text--muted-color);
|
|
30769
31041
|
height: 100%;
|
|
30770
31042
|
display: flex;
|
|
@@ -30888,7 +31160,7 @@ input.a-TextControl-input-password {
|
|
|
30888
31160
|
height: var(--Form-input-height);
|
|
30889
31161
|
line-height: var(--Form-input-lineHeight);
|
|
30890
31162
|
font-size: var(--Form-input-fontSize);
|
|
30891
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
31163
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30892
31164
|
color: var(--text--muted-color);
|
|
30893
31165
|
}
|
|
30894
31166
|
.a-ChainedSelection {
|
|
@@ -30961,7 +31233,7 @@ input.a-TextControl-input-password {
|
|
|
30961
31233
|
height: var(--Form-input-height);
|
|
30962
31234
|
line-height: var(--Form-input-lineHeight);
|
|
30963
31235
|
font-size: var(--Form-input-fontSize);
|
|
30964
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
31236
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30965
31237
|
color: var(--text--muted-color);
|
|
30966
31238
|
}
|
|
30967
31239
|
.a-AssociatedSelection {
|
|
@@ -31151,7 +31423,7 @@ input.a-TextControl-input-password {
|
|
|
31151
31423
|
.a-Switch .text > svg {
|
|
31152
31424
|
width: var(--switch-text-off-fontSize);
|
|
31153
31425
|
height: var(--switch-text-off-fontSize);
|
|
31154
|
-
margin-top: calc((var(--Switch-height) - var(--switch-text-off-fontSize)) / 2);
|
|
31426
|
+
margin-top: calc( (var(--Switch-height) - var(--switch-text-off-fontSize)) / 2 );
|
|
31155
31427
|
}
|
|
31156
31428
|
.a-Switch .slider:before {
|
|
31157
31429
|
content: "";
|
|
@@ -31171,7 +31443,7 @@ input.a-TextControl-input-password {
|
|
|
31171
31443
|
background: var(--Switch-checked-bgColor);
|
|
31172
31444
|
}
|
|
31173
31445
|
.a-Switch.is-checked .slider::before {
|
|
31174
|
-
left: calc(100% - var(--Switch-slider-width) - var(--Switch-slider-margin));
|
|
31446
|
+
left: calc( 100% - var(--Switch-slider-width) - var(--Switch-slider-margin) );
|
|
31175
31447
|
right: var(--Switch-slider-margin);
|
|
31176
31448
|
border-width: 0;
|
|
31177
31449
|
background: var(--switch-default-on-slider-color);
|
|
@@ -31189,7 +31461,7 @@ input.a-TextControl-input-password {
|
|
|
31189
31461
|
background: var(--Switch-checked-onActive-bgColor);
|
|
31190
31462
|
}
|
|
31191
31463
|
.a-Switch.is-checked:active .slider::before {
|
|
31192
|
-
left: calc(100% - (var(--Switch-height) + 0.125rem) - 0.125rem);
|
|
31464
|
+
left: calc( 100% - (var(--Switch-height) + 0.125rem) - 0.125rem );
|
|
31193
31465
|
}
|
|
31194
31466
|
.a-Switch.is-checked.is-disabled .slider:before {
|
|
31195
31467
|
color: var(--Switch-onDisabled-color);
|
|
@@ -31221,7 +31493,7 @@ input.a-TextControl-input-password {
|
|
|
31221
31493
|
right: auto;
|
|
31222
31494
|
}
|
|
31223
31495
|
.a-Switch--sm.is-checked .slider::before {
|
|
31224
|
-
left: calc(100% - var(--Switch-slider-width--sm) - var(--switch-size-sm-slider-margin));
|
|
31496
|
+
left: calc( 100% - var(--Switch-slider-width--sm) - var(--switch-size-sm-slider-margin) );
|
|
31225
31497
|
right: var(--switch-size-sm-slider-margin);
|
|
31226
31498
|
}
|
|
31227
31499
|
.a-Switch:active .slider::before {
|
|
@@ -31249,11 +31521,11 @@ input.a-TextControl-input-password {
|
|
|
31249
31521
|
height: var(--Switch-spinner-icon-width--sm);
|
|
31250
31522
|
}
|
|
31251
31523
|
.a-Switch-spinner.a-Switch-spinner--checked {
|
|
31252
|
-
left: calc(100% - var(--Switch-slider-width) - var(--Switch-slider-margin));
|
|
31524
|
+
left: calc( 100% - var(--Switch-slider-width) - var(--Switch-slider-margin) );
|
|
31253
31525
|
right: var(--Switch-slider-margin);
|
|
31254
31526
|
}
|
|
31255
31527
|
.a-Switch-spinner.a-Switch-spinner--checked.a-Switch-spinner--sm {
|
|
31256
|
-
left: calc(100% - var(--Switch-slider-width--sm) - var(--Switch-slider-margin));
|
|
31528
|
+
left: calc( 100% - var(--Switch-slider-width--sm) - var(--Switch-slider-margin) );
|
|
31257
31529
|
right: var(--Switch-slider-margin);
|
|
31258
31530
|
}
|
|
31259
31531
|
.a-Switch-option {
|
|
@@ -31425,7 +31697,7 @@ input.a-TextControl-input-password {
|
|
|
31425
31697
|
}
|
|
31426
31698
|
.a-Number-handler {
|
|
31427
31699
|
line-height: calc((var(--Form-input-height) - 0.375rem) / 2);
|
|
31428
|
-
height: calc((var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2);
|
|
31700
|
+
height: calc( (var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2 );
|
|
31429
31701
|
}
|
|
31430
31702
|
.a-Number-handler-up {
|
|
31431
31703
|
border-bottom: var(--Number-handler-borderBottom);
|
|
@@ -31708,6 +31980,7 @@ input.a-TextControl-input-password {
|
|
|
31708
31980
|
padding: var(--select-base-default-paddingTop) var(--select-base-default-paddingRight) var(--select-base-default-paddingBottom) var(--select-base-default-paddingLeft);
|
|
31709
31981
|
cursor: pointer;
|
|
31710
31982
|
color: var(--Form-select-color);
|
|
31983
|
+
transition: all var(--animation-duration) ease-in-out;
|
|
31711
31984
|
}
|
|
31712
31985
|
.a-Select--block {
|
|
31713
31986
|
display: flex;
|
|
@@ -31828,7 +32101,7 @@ input.a-TextControl-input-password {
|
|
|
31828
32101
|
-webkit-user-select: none;
|
|
31829
32102
|
-moz-user-select: none;
|
|
31830
32103
|
user-select: none;
|
|
31831
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
32104
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
31832
32105
|
display: inline-block;
|
|
31833
32106
|
vertical-align: middle;
|
|
31834
32107
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -32035,7 +32308,7 @@ input.a-TextControl-input-password {
|
|
|
32035
32308
|
position: relative;
|
|
32036
32309
|
}
|
|
32037
32310
|
.a-Select-option.is-mobile > a {
|
|
32038
|
-
margin-right: calc(20px + var(--select-base-default-option-paddingRight));
|
|
32311
|
+
margin-right: calc( 20px + var(--select-base-default-option-paddingRight) );
|
|
32039
32312
|
}
|
|
32040
32313
|
.a-Select-option.is-mobile .a-Select-option-item-check {
|
|
32041
32314
|
flex: 1;
|
|
@@ -32061,7 +32334,7 @@ input.a-TextControl-input-password {
|
|
|
32061
32334
|
-webkit-user-select: none;
|
|
32062
32335
|
-moz-user-select: none;
|
|
32063
32336
|
user-select: none;
|
|
32064
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
32337
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
32065
32338
|
}
|
|
32066
32339
|
.a-Select-option-hl {
|
|
32067
32340
|
color: var(--info);
|
|
@@ -32080,7 +32353,7 @@ input.a-TextControl-input-password {
|
|
|
32080
32353
|
margin-right: var(--Checkbox-gap);
|
|
32081
32354
|
}
|
|
32082
32355
|
.a-Select-spinner {
|
|
32083
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
32356
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
32084
32357
|
}
|
|
32085
32358
|
.a-Select-clear {
|
|
32086
32359
|
padding: 0.1875rem;
|
|
@@ -32111,7 +32384,7 @@ input.a-TextControl-input-password {
|
|
|
32111
32384
|
align-items: center;
|
|
32112
32385
|
overflow-x: hidden;
|
|
32113
32386
|
overflow-y: auto;
|
|
32114
|
-
max-height: calc((var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)) * 5);
|
|
32387
|
+
max-height: calc( ( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs) ) * 5 );
|
|
32115
32388
|
}
|
|
32116
32389
|
.a-Select-overflow-wrapper .a-Select-value {
|
|
32117
32390
|
position: static;
|
|
@@ -32119,7 +32392,7 @@ input.a-TextControl-input-password {
|
|
|
32119
32392
|
-webkit-user-select: none;
|
|
32120
32393
|
-moz-user-select: none;
|
|
32121
32394
|
user-select: none;
|
|
32122
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
32395
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
32123
32396
|
display: inline-block;
|
|
32124
32397
|
vertical-align: middle;
|
|
32125
32398
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -32194,17 +32467,17 @@ input.a-TextControl-input-password {
|
|
|
32194
32467
|
}
|
|
32195
32468
|
@media (min-width: 576px) {
|
|
32196
32469
|
.a-Form-control--sizeXs > .a-Select,
|
|
32197
|
-
|
|
32198
|
-
|
|
32199
|
-
|
|
32470
|
+
.a-Form-control--sizeSm > .a-Select,
|
|
32471
|
+
.a-Form-control--sizeMd > .a-Select,
|
|
32472
|
+
.a-Form-control--sizeLg > .a-Select {
|
|
32200
32473
|
min-width: 100%;
|
|
32201
32474
|
max-width: 100%;
|
|
32202
32475
|
display: inline-flex !important;
|
|
32203
32476
|
}
|
|
32204
32477
|
.a-Form-control--sizeXs > .a-Select .a-Select-valueWrap,
|
|
32205
|
-
|
|
32206
|
-
|
|
32207
|
-
|
|
32478
|
+
.a-Form-control--sizeSm > .a-Select .a-Select-valueWrap,
|
|
32479
|
+
.a-Form-control--sizeMd > .a-Select .a-Select-valueWrap,
|
|
32480
|
+
.a-Form-control--sizeLg > .a-Select .a-Select-valueWrap {
|
|
32208
32481
|
width: 0;
|
|
32209
32482
|
}
|
|
32210
32483
|
}
|
|
@@ -32237,7 +32510,7 @@ input.a-TextControl-input-password {
|
|
|
32237
32510
|
height: var(--Form-input-height);
|
|
32238
32511
|
background: var(--Table-thead-bg);
|
|
32239
32512
|
font-size: var(--Form-input-fontSize);
|
|
32240
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
32513
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
32241
32514
|
}
|
|
32242
32515
|
.a-Selections-placeholder {
|
|
32243
32516
|
color: var(--Form-input-placeholderColor);
|
|
@@ -32261,12 +32534,14 @@ input.a-TextControl-input-password {
|
|
|
32261
32534
|
line-height: var(--Form-input-lineHeight);
|
|
32262
32535
|
font-size: var(--Form-input-fontSize);
|
|
32263
32536
|
align-items: center;
|
|
32264
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
32537
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
32265
32538
|
}
|
|
32266
32539
|
.a-Selections-item > label {
|
|
32267
32540
|
flex-basis: 3.125rem;
|
|
32268
32541
|
flex-grow: 1;
|
|
32269
32542
|
width: 3.125rem;
|
|
32543
|
+
display: flex;
|
|
32544
|
+
align-items: center;
|
|
32270
32545
|
}
|
|
32271
32546
|
.a-Selections-item > label.is-invalid {
|
|
32272
32547
|
color: var(--Form-selectValue-onInvalid-color);
|
|
@@ -32282,6 +32557,9 @@ input.a-TextControl-input-password {
|
|
|
32282
32557
|
.a-Selections-item--dragging > * {
|
|
32283
32558
|
opacity: 0.2;
|
|
32284
32559
|
}
|
|
32560
|
+
.a-Selections-item:hover {
|
|
32561
|
+
background: var(--Form-select-menu-onHover-bg);
|
|
32562
|
+
}
|
|
32285
32563
|
.a-Selections-delBtn {
|
|
32286
32564
|
color: var(--icon-color);
|
|
32287
32565
|
cursor: pointer;
|
|
@@ -32505,7 +32783,7 @@ input.a-TextControl-input-password {
|
|
|
32505
32783
|
flex-basis: 0;
|
|
32506
32784
|
flex-grow: 1;
|
|
32507
32785
|
overflow-x: auto;
|
|
32508
|
-
max-width: calc(100% -
|
|
32786
|
+
max-width: calc(100% - px2rem(20px));
|
|
32509
32787
|
}
|
|
32510
32788
|
.a-LocationPicker-toggler {
|
|
32511
32789
|
cursor: pointer;
|
|
@@ -32615,7 +32893,7 @@ input.a-TextControl-input-password {
|
|
|
32615
32893
|
}
|
|
32616
32894
|
.a-MapPicker-sugItem {
|
|
32617
32895
|
cursor: pointer;
|
|
32618
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
32896
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
32619
32897
|
}
|
|
32620
32898
|
.a-MapPicker-sugItem:hover {
|
|
32621
32899
|
color: var(--Form-select-menu-onActive-color);
|
|
@@ -33400,11 +33678,17 @@ input.a-TextControl-input-password {
|
|
|
33400
33678
|
width: var(--gap-md);
|
|
33401
33679
|
padding: 0;
|
|
33402
33680
|
color: var(--DatePicker-arrow-color);
|
|
33403
|
-
font-size: var(--fontSizeXl);
|
|
33681
|
+
font-size: var(--fontSizeXl) !important;
|
|
33404
33682
|
text-decoration: none;
|
|
33405
33683
|
font-family: auto;
|
|
33406
33684
|
font-weight: normal;
|
|
33407
33685
|
}
|
|
33686
|
+
.rdtPrev .icon-right-arrow,
|
|
33687
|
+
.rdtNext .icon-right-arrow {
|
|
33688
|
+
width: 0.75rem;
|
|
33689
|
+
height: 0.75rem;
|
|
33690
|
+
top: 0;
|
|
33691
|
+
}
|
|
33408
33692
|
.rdtPrev:hover,
|
|
33409
33693
|
.rdtNext:hover {
|
|
33410
33694
|
text-decoration: none;
|
|
@@ -33449,6 +33733,13 @@ input.a-TextControl-input-password {
|
|
|
33449
33733
|
transform: rotate(180deg);
|
|
33450
33734
|
transform-origin: 50% 50%;
|
|
33451
33735
|
}
|
|
33736
|
+
.rdtHeader .icon-right-double-arrow {
|
|
33737
|
+
top: -1px;
|
|
33738
|
+
}
|
|
33739
|
+
.rdtHeader .icon-right-arrow {
|
|
33740
|
+
width: 0.75rem;
|
|
33741
|
+
height: 0.75rem;
|
|
33742
|
+
}
|
|
33452
33743
|
.header-line {
|
|
33453
33744
|
display: block;
|
|
33454
33745
|
position: absolute;
|
|
@@ -33753,7 +34044,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33753
34044
|
margin: 0;
|
|
33754
34045
|
padding-left: 0.625rem;
|
|
33755
34046
|
list-style: none;
|
|
33756
|
-
background:
|
|
34047
|
+
background: var(--colors-neutral-fill-10);
|
|
33757
34048
|
line-height: 2rem;
|
|
33758
34049
|
overflow-x: auto;
|
|
33759
34050
|
}
|
|
@@ -33788,6 +34079,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33788
34079
|
.a-DateRangePicker-wrap {
|
|
33789
34080
|
white-space: nowrap;
|
|
33790
34081
|
}
|
|
34082
|
+
|
|
33791
34083
|
.a-DateRangePicker-end {
|
|
33792
34084
|
margin-top: 0;
|
|
33793
34085
|
border-left: 1px solid var(--Calendar-input-borderColor);
|
|
@@ -34584,6 +34876,37 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34584
34876
|
.a-InputRange-input .a-Number-handler-up-inner:hover, .a-InputRange-input .a-Number-handler-down-inner:hover {
|
|
34585
34877
|
color: var(--Number-handler-onHover-color);
|
|
34586
34878
|
}
|
|
34879
|
+
.a-InputRange-input-with-unit {
|
|
34880
|
+
display: flex;
|
|
34881
|
+
width: auto;
|
|
34882
|
+
}
|
|
34883
|
+
.a-InputRange-input-with-unit:hover .a-Number,
|
|
34884
|
+
.a-InputRange-input-with-unit:hover .a-InputRange-unit {
|
|
34885
|
+
border-width: var(--inputNumber-base-hover-top-border-width) var(--inputNumber-base-hover-right-border-width) var(--inputNumber-base-hover-bottom-border-width) var(--inputNumber-base-hover-left-border-width);
|
|
34886
|
+
border-style: var(--inputNumber-base-hover-top-border-style) var(--inputNumber-base-hover-right-border-style) var(--inputNumber-base-hover-bottom-border-style) var(--inputNumber-base-hover-left-border-style);
|
|
34887
|
+
border-color: var(--inputNumber-base-hover-top-border-color) var(--inputNumber-base-hover-right-border-color) var(--inputNumber-base-hover-bottom-border-color) var(--inputNumber-base-hover-left-border-color);
|
|
34888
|
+
border-radius: var(--inputNumber-base-hover-top-left-border-radius) var(--inputNumber-base-hover-top-right-border-radius) var(--inputNumber-base-hover-bottom-right-border-radius) var(--inputNumber-base-hover-bottom-left-border-radius);
|
|
34889
|
+
}
|
|
34890
|
+
.a-InputRange-input-with-unit .a-Number-focused + .a-InputRange-unit {
|
|
34891
|
+
border-width: var(--inputNumber-base-active-top-border-width) var(--inputNumber-base-active-right-border-width) var(--inputNumber-base-active-bottom-border-width) var(--inputNumber-base-active-left-border-width);
|
|
34892
|
+
border-style: var(--inputNumber-base-active-top-border-style) var(--inputNumber-base-active-right-border-style) var(--inputNumber-base-active-bottom-border-style) var(--inputNumber-base-active-left-border-style);
|
|
34893
|
+
border-color: var(--inputNumber-base-active-top-border-color) var(--inputNumber-base-active-right-border-color) var(--inputNumber-base-active-bottom-border-color) var(--inputNumber-base-active-left-border-color);
|
|
34894
|
+
border-radius: var(--inputNumber-base-active-top-left-border-radius) var(--inputNumber-base-active-top-right-border-radius) var(--inputNumber-base-active-bottom-right-border-radius) var(--inputNumber-base-active-bottom-left-border-radius);
|
|
34895
|
+
}
|
|
34896
|
+
.a-InputRange-input-with-unit .a-Number {
|
|
34897
|
+
width: 5rem;
|
|
34898
|
+
border-top-right-radius: 0 !important;
|
|
34899
|
+
border-bottom-right-radius: 0 !important;
|
|
34900
|
+
border-right: none !important;
|
|
34901
|
+
}
|
|
34902
|
+
.a-InputRange-input-with-unit .a-InputRange-unit {
|
|
34903
|
+
cursor: default;
|
|
34904
|
+
text-align: center;
|
|
34905
|
+
min-width: unset;
|
|
34906
|
+
border-top-left-radius: 0 !important;
|
|
34907
|
+
border-bottom-left-radius: 0 !important;
|
|
34908
|
+
background-color: var(--inputNumber-base-unit-bg-color);
|
|
34909
|
+
}
|
|
34587
34910
|
.a-InputRange.is-mobile .a-InputRange-input {
|
|
34588
34911
|
width: var(--InputRange-input-mobile-width);
|
|
34589
34912
|
}
|
|
@@ -34738,6 +35061,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34738
35061
|
border-radius: var(--InputRange-label-border-radius);
|
|
34739
35062
|
visibility: hidden;
|
|
34740
35063
|
}
|
|
35064
|
+
.a-InputRange-label span {
|
|
35065
|
+
word-break: keep-all;
|
|
35066
|
+
}
|
|
34741
35067
|
.a-InputRange-label-visible {
|
|
34742
35068
|
visibility: visible;
|
|
34743
35069
|
}
|
|
@@ -34817,6 +35143,20 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34817
35143
|
top: 0;
|
|
34818
35144
|
transform: translateX(-50%);
|
|
34819
35145
|
}
|
|
35146
|
+
.a-InputRange-marks div:first-child {
|
|
35147
|
+
transform: translateX(-10%);
|
|
35148
|
+
}
|
|
35149
|
+
.a-InputRange-marks div:first-child span {
|
|
35150
|
+
left: 0;
|
|
35151
|
+
transform: translateX(0%);
|
|
35152
|
+
}
|
|
35153
|
+
.a-InputRange-marks div:last-child {
|
|
35154
|
+
transform: translateX(-90%);
|
|
35155
|
+
}
|
|
35156
|
+
.a-InputRange-marks div:last-child span {
|
|
35157
|
+
left: 100%;
|
|
35158
|
+
transform: translateX(-100%);
|
|
35159
|
+
}
|
|
34820
35160
|
.a-InputRange-marks div span {
|
|
34821
35161
|
position: absolute;
|
|
34822
35162
|
left: 50%;
|
|
@@ -34844,7 +35184,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34844
35184
|
}
|
|
34845
35185
|
@media (min-width: 768px) {
|
|
34846
35186
|
.repeat-control.form-contorl-inline,
|
|
34847
|
-
|
|
35187
|
+
.form-group-inline .repeat-control {
|
|
34848
35188
|
display: inline-block;
|
|
34849
35189
|
min-width: 280px;
|
|
34850
35190
|
width: auto;
|
|
@@ -34931,7 +35271,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34931
35271
|
.a-Tree--outline .a-Tree-item--isLeaf.is-child:before {
|
|
34932
35272
|
position: absolute;
|
|
34933
35273
|
top: -8px;
|
|
34934
|
-
left: calc((var(--Tree-icon-gap) + var(--Tree-itemArrowWidth) + var(--Tree-icon-margin-right)) / 2 - var(--Tree-indent));
|
|
35274
|
+
left: calc( ( var(--Tree-icon-gap) + var(--Tree-itemArrowWidth) + var(--Tree-icon-margin-right) ) / 2 - var(--Tree-indent) );
|
|
34935
35275
|
bottom: 0px;
|
|
34936
35276
|
border-left: 1px solid var(--borderColor);
|
|
34937
35277
|
content: "";
|
|
@@ -35041,7 +35381,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35041
35381
|
border: var(--Form-input-borderWidth) solid var(--inputTree-border-color);
|
|
35042
35382
|
border-radius: var(--inputTree-border-radius);
|
|
35043
35383
|
line-height: var(--inputTree-input-lineHeight);
|
|
35044
|
-
padding: calc((var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem) / 2) var(--Form-input-paddingX);
|
|
35384
|
+
padding: calc( ( var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem ) / 2 ) var(--Form-input-paddingX);
|
|
35045
35385
|
font-size: var(--inputTree-fontSize);
|
|
35046
35386
|
}
|
|
35047
35387
|
.a-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -35129,7 +35469,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35129
35469
|
}
|
|
35130
35470
|
.a-Tree-itemText {
|
|
35131
35471
|
cursor: pointer;
|
|
35132
|
-
display: inline-
|
|
35472
|
+
display: inline-flex;
|
|
35133
35473
|
color: var(--inputTree-base-default-color);
|
|
35134
35474
|
font-size: var(--select-tree-fontSize);
|
|
35135
35475
|
max-width: 100%;
|
|
@@ -35269,7 +35609,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35269
35609
|
color: var(--text--muted-color);
|
|
35270
35610
|
}
|
|
35271
35611
|
.a-TreeSelect-spinner {
|
|
35272
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
35612
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
35273
35613
|
}
|
|
35274
35614
|
.a-TreeSelect-clear {
|
|
35275
35615
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -35494,7 +35834,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35494
35834
|
display: none;
|
|
35495
35835
|
}
|
|
35496
35836
|
.a-Combo-items:empty + .a-Combo-toolbar {
|
|
35497
|
-
padding-top: calc((var(--Form-input-height) - var(--Combo-addBtn-height)) / 2);
|
|
35837
|
+
padding-top: calc( (var(--Form-input-height) - var(--Combo-addBtn-height)) / 2 );
|
|
35498
35838
|
}
|
|
35499
35839
|
.a-Combo-item {
|
|
35500
35840
|
background: var(--combo-bg-color);
|
|
@@ -35891,7 +36231,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35891
36231
|
color: var(--text--muted-color);
|
|
35892
36232
|
}
|
|
35893
36233
|
.a-Picker-spinner {
|
|
35894
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
36234
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
35895
36235
|
}
|
|
35896
36236
|
.a-Picker-clear {
|
|
35897
36237
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -35974,7 +36314,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35974
36314
|
border-width: var(--Pick-base-top-border-width) var(--Pick-base-right-border-width) var(--Pick-base-bottom-border-width) var(--Pick-base-left-border-width);
|
|
35975
36315
|
border-style: var(--Pick-base-top-border-style) var(--Pick-base-right-border-style) var(--Pick-base-bottom-border-style) var(--Pick-base-left-border-style);
|
|
35976
36316
|
border-color: var(--Pick-base-top-border-color) var(--Pick-base-right-border-color) var(--Pick-base-bottom-border-color) var(--Pick-base-left-border-color);
|
|
35977
|
-
overflow: auto;
|
|
35978
36317
|
}
|
|
35979
36318
|
.a-Picker .a-Picker-values {
|
|
35980
36319
|
display: inline;
|
|
@@ -35999,7 +36338,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35999
36338
|
user-select: none;
|
|
36000
36339
|
white-space: nowrap;
|
|
36001
36340
|
vertical-align: middle;
|
|
36002
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
36341
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
36003
36342
|
display: inline-block;
|
|
36004
36343
|
font-size: var(--Pick-base-value-fontSize);
|
|
36005
36344
|
color: var(--Pick-base-value-color);
|
|
@@ -36012,6 +36351,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36012
36351
|
margin-right: var(--gap-xs);
|
|
36013
36352
|
margin-bottom: var(--gap-xs);
|
|
36014
36353
|
margin-top: var(--gap-xs);
|
|
36354
|
+
max-width: 9.375rem;
|
|
36355
|
+
overflow: hidden;
|
|
36356
|
+
text-overflow: ellipsis;
|
|
36357
|
+
white-space: nowrap;
|
|
36015
36358
|
}
|
|
36016
36359
|
.a-Picker .a-Picker-value:hover {
|
|
36017
36360
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -36088,8 +36431,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36088
36431
|
align-items: flex-start;
|
|
36089
36432
|
overflow-x: hidden;
|
|
36090
36433
|
overflow-y: auto;
|
|
36091
|
-
height: calc((var(--Picker-tag-height) + var(--Picker-tag-marginBottom) * 4) * 3);
|
|
36092
|
-
max-height: calc((var(--Picker-tag-height) + var(--Picker-tag-marginBottom)) * 5);
|
|
36434
|
+
height: calc( (var(--Picker-tag-height) + var(--Picker-tag-marginBottom) * 4) * 3 );
|
|
36435
|
+
max-height: calc( (var(--Picker-tag-height) + var(--Picker-tag-marginBottom)) * 5 );
|
|
36093
36436
|
}
|
|
36094
36437
|
.a-Picker-overflow-wrapper .a-Picker-value {
|
|
36095
36438
|
cursor: pointer;
|
|
@@ -36098,7 +36441,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36098
36441
|
user-select: none;
|
|
36099
36442
|
white-space: nowrap;
|
|
36100
36443
|
vertical-align: middle;
|
|
36101
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
36444
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
36102
36445
|
display: inline-block;
|
|
36103
36446
|
font-size: var(--Pick-base-value-fontSize);
|
|
36104
36447
|
color: var(--Pick-base-value-color);
|
|
@@ -36111,6 +36454,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36111
36454
|
margin-right: var(--gap-xs);
|
|
36112
36455
|
margin-bottom: var(--gap-xs);
|
|
36113
36456
|
margin-top: var(--gap-xs);
|
|
36457
|
+
max-width: 9.375rem;
|
|
36458
|
+
overflow: hidden;
|
|
36459
|
+
text-overflow: ellipsis;
|
|
36460
|
+
white-space: nowrap;
|
|
36114
36461
|
}
|
|
36115
36462
|
.a-Picker-overflow-wrapper .a-Picker-value:hover {
|
|
36116
36463
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -36313,6 +36660,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36313
36660
|
}
|
|
36314
36661
|
.a-TagControl-popover .a-ListMenu {
|
|
36315
36662
|
padding: 0.25rem 0;
|
|
36663
|
+
max-height: var(--inputTag-popover-maxHeight);
|
|
36664
|
+
overflow: auto;
|
|
36665
|
+
-webkit-user-select: none;
|
|
36666
|
+
-moz-user-select: none;
|
|
36667
|
+
user-select: none;
|
|
36316
36668
|
}
|
|
36317
36669
|
.a-TagControl-popover .a-ListMenu-item {
|
|
36318
36670
|
height: var(--inputTag-option-height);
|
|
@@ -36733,7 +37085,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36733
37085
|
height: var(--Form-input-height);
|
|
36734
37086
|
line-height: var(--Form-input-lineHeight);
|
|
36735
37087
|
font-size: var(--Form-input-fontSize);
|
|
36736
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
37088
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
36737
37089
|
color: var(--text--muted-color);
|
|
36738
37090
|
}
|
|
36739
37091
|
.a-TabsTransfer-tab {
|
|
@@ -36902,7 +37254,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36902
37254
|
-webkit-user-select: none;
|
|
36903
37255
|
-moz-user-select: none;
|
|
36904
37256
|
user-select: none;
|
|
36905
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
37257
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
36906
37258
|
}
|
|
36907
37259
|
.a-NestedSelect-menu {
|
|
36908
37260
|
width: 10rem;
|
|
@@ -37167,7 +37519,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37167
37519
|
color: var(--text--muted-color);
|
|
37168
37520
|
}
|
|
37169
37521
|
.a-IconPickerControl-spinner {
|
|
37170
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37522
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
37171
37523
|
}
|
|
37172
37524
|
.a-IconPickerControl-clear {
|
|
37173
37525
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -37286,7 +37638,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37286
37638
|
-webkit-user-select: none;
|
|
37287
37639
|
-moz-user-select: none;
|
|
37288
37640
|
user-select: none;
|
|
37289
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37641
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
37290
37642
|
vertical-align: middle;
|
|
37291
37643
|
display: inline-block;
|
|
37292
37644
|
overflow: hidden;
|
|
@@ -37372,7 +37724,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37372
37724
|
color: var(--text--muted-color);
|
|
37373
37725
|
}
|
|
37374
37726
|
.a-IconSelectControl-spinner {
|
|
37375
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37727
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
37376
37728
|
}
|
|
37377
37729
|
.a-IconSelectControl-clear {
|
|
37378
37730
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -37746,6 +38098,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37746
38098
|
display: inline-block;
|
|
37747
38099
|
max-width: 100%;
|
|
37748
38100
|
}
|
|
38101
|
+
|
|
37749
38102
|
.a-Form-control--sizeXs {
|
|
37750
38103
|
width: var(--Form-control-widthXs);
|
|
37751
38104
|
max-width: 100%;
|
|
@@ -37755,6 +38108,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37755
38108
|
.a-Form-control--sizeXs.a-NumberControl {
|
|
37756
38109
|
width: var(--Form-control-widthXs);
|
|
37757
38110
|
}
|
|
38111
|
+
|
|
37758
38112
|
.a-Form-control--sizeSm {
|
|
37759
38113
|
width: var(--Form-control-widthSm);
|
|
37760
38114
|
max-width: 100%;
|
|
@@ -37764,12 +38118,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37764
38118
|
.a-Form-control--sizeSm.a-NumberControl {
|
|
37765
38119
|
width: var(--Form-control-widthSm);
|
|
37766
38120
|
}
|
|
38121
|
+
|
|
37767
38122
|
.a-Form-control--sizeMd {
|
|
37768
38123
|
width: var(--Form-control-widthMd);
|
|
37769
38124
|
max-width: 100%;
|
|
37770
38125
|
display: inline-block;
|
|
37771
38126
|
vertical-align: top;
|
|
37772
38127
|
}
|
|
38128
|
+
|
|
37773
38129
|
.a-Form-control--sizeLg {
|
|
37774
38130
|
width: var(--Form-control-widthLg);
|
|
37775
38131
|
max-width: 100%;
|
|
@@ -37779,6 +38135,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37779
38135
|
.a-Form-control--sizeLg.a-NumberControl {
|
|
37780
38136
|
width: var(--Form-control-widthLg);
|
|
37781
38137
|
}
|
|
38138
|
+
|
|
37782
38139
|
.a-Form-item--horizontal {
|
|
37783
38140
|
display: flex;
|
|
37784
38141
|
flex-wrap: nowrap;
|
|
@@ -37790,16 +38147,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37790
38147
|
min-width: var(--Form--horizontal-value-minWidth);
|
|
37791
38148
|
}
|
|
37792
38149
|
.a-Form-item--horizontal .a-Form-itemColumn--xs,
|
|
37793
|
-
|
|
37794
|
-
|
|
37795
|
-
|
|
37796
|
-
|
|
37797
|
-
|
|
38150
|
+
.a-Form-item--horizontal .a-Form-itemColumn--sm,
|
|
38151
|
+
.a-Form-item--horizontal .a-Form-itemColumn--normal,
|
|
38152
|
+
.a-Form-item--horizontal .a-Form-itemColumn--auto,
|
|
38153
|
+
.a-Form-item--horizontal .a-Form-itemColumn--md,
|
|
38154
|
+
.a-Form-item--horizontal .a-Form-itemColumn--lg {
|
|
37798
38155
|
flex-grow: unset;
|
|
37799
38156
|
flex-basis: unset;
|
|
37800
38157
|
}
|
|
37801
38158
|
.a-Form-item--horizontal > .a-Form-label {
|
|
37802
|
-
padding-top: calc((var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize)) / 2);
|
|
38159
|
+
padding-top: calc( ( var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize) ) / 2 );
|
|
37803
38160
|
word-break: break-word;
|
|
37804
38161
|
line-height: var(--Form-item-lineHeight);
|
|
37805
38162
|
margin: 0;
|
|
@@ -37900,7 +38257,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37900
38257
|
vertical-align: top;
|
|
37901
38258
|
}
|
|
37902
38259
|
.a-Form-item--inline > .a-Form-label {
|
|
37903
|
-
padding-top: calc((var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize)) / 2);
|
|
38260
|
+
padding-top: calc( ( var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize) ) / 2 );
|
|
37904
38261
|
word-break: break-word;
|
|
37905
38262
|
line-height: var(--Form-item-lineHeight);
|
|
37906
38263
|
margin: 0;
|
|
@@ -37928,6 +38285,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37928
38285
|
.a-Form-item--inline > .a-Form-value > .a-TextControl--withAddOn {
|
|
37929
38286
|
display: inline-flex;
|
|
37930
38287
|
}
|
|
38288
|
+
|
|
37931
38289
|
.a-Form-row {
|
|
37932
38290
|
display: flex;
|
|
37933
38291
|
flex-wrap: wrap;
|
|
@@ -37939,11 +38297,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37939
38297
|
padding-left: calc(var(--Form-row-gutterWidth) / 2);
|
|
37940
38298
|
padding-right: calc(var(--Form-row-gutterWidth) / 2);
|
|
37941
38299
|
}
|
|
38300
|
+
|
|
37942
38301
|
.a-Form-col {
|
|
37943
38302
|
flex-basis: 0;
|
|
37944
38303
|
flex-grow: 1;
|
|
37945
38304
|
flex-shrink: 1;
|
|
37946
38305
|
}
|
|
38306
|
+
|
|
37947
38307
|
.a-Form-rowInner {
|
|
37948
38308
|
display: flex;
|
|
37949
38309
|
flex-wrap: nowrap;
|
|
@@ -37962,7 +38322,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37962
38322
|
.a-Form--debug {
|
|
37963
38323
|
padding: var(--gap-sm);
|
|
37964
38324
|
margin-bottom: var(--gap-sm);
|
|
37965
|
-
background-color:
|
|
38325
|
+
background-color: #fafafa;
|
|
37966
38326
|
border-radius: var(--borderRadius);
|
|
37967
38327
|
position: relative;
|
|
37968
38328
|
word-wrap: break-word;
|
|
@@ -38051,6 +38411,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38051
38411
|
.a-Combo-form::before {
|
|
38052
38412
|
border-bottom: none;
|
|
38053
38413
|
}
|
|
38414
|
+
|
|
38054
38415
|
.a-Form-item {
|
|
38055
38416
|
display: flex;
|
|
38056
38417
|
margin-bottom: 0;
|
|
@@ -38069,7 +38430,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38069
38430
|
transform: scaleY(0.5);
|
|
38070
38431
|
}
|
|
38071
38432
|
.a-Form-item .a-InputGroup-addOn,
|
|
38072
|
-
|
|
38433
|
+
.a-Form-item .a-TextControl-addOn {
|
|
38073
38434
|
border: none;
|
|
38074
38435
|
}
|
|
38075
38436
|
.a-Form-item .a-Form-label {
|
|
@@ -38084,7 +38445,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38084
38445
|
font-size: var(--fontSizeLg);
|
|
38085
38446
|
}
|
|
38086
38447
|
.a-Form-item .a-Form-label + .a-Form-item-controlBox {
|
|
38087
|
-
max-width:
|
|
38448
|
+
max-width: calc(100% - 28%);
|
|
38088
38449
|
}
|
|
38089
38450
|
.a-Form-item .a-Form-label > span {
|
|
38090
38451
|
line-height: 2rem;
|
|
@@ -38134,7 +38495,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38134
38495
|
text-align: center;
|
|
38135
38496
|
}
|
|
38136
38497
|
.a-Form-item .a-Number--enhance .a-InputNumber-enhance-minus,
|
|
38137
|
-
|
|
38498
|
+
.a-Form-item .a-Number--enhance .a-InputNumber-enhance-plus {
|
|
38138
38499
|
width: var(--inputNumber-enhance-mobile-icon-inner-width);
|
|
38139
38500
|
height: var(--inputNumber-enhance-mobile-icon-inner-height);
|
|
38140
38501
|
display: flex;
|
|
@@ -38146,49 +38507,49 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38146
38507
|
padding-right: var(--inputNumber-enhance-default-paddingRight);
|
|
38147
38508
|
}
|
|
38148
38509
|
.a-Form-item .a-Form-value,
|
|
38149
|
-
|
|
38510
|
+
.a-Form-item .a-Form-control {
|
|
38150
38511
|
flex: 1;
|
|
38151
38512
|
flex-wrap: wrap;
|
|
38152
38513
|
font-size: var(--fontSizeLg);
|
|
38153
38514
|
min-width: 0;
|
|
38154
38515
|
}
|
|
38155
38516
|
.a-Form-item .a-Form-value .a-ColorPicker > input,
|
|
38156
|
-
|
|
38517
|
+
.a-Form-item .a-Form-control .a-ColorPicker > input {
|
|
38157
38518
|
height: 100%;
|
|
38158
38519
|
}
|
|
38159
38520
|
.a-Form-item .a-Form-value .a-ResultBox,
|
|
38160
|
-
|
|
38521
|
+
.a-Form-item .a-Form-control .a-ResultBox {
|
|
38161
38522
|
height: 100%;
|
|
38162
38523
|
}
|
|
38163
38524
|
.a-Form-item .a-Form-value .a-ResultBox .a-ResultBox-value-wrap,
|
|
38164
|
-
|
|
38525
|
+
.a-Form-item .a-Form-control .a-ResultBox .a-ResultBox-value-wrap {
|
|
38165
38526
|
justify-content: flex-end;
|
|
38166
38527
|
text-align: right;
|
|
38167
38528
|
}
|
|
38168
38529
|
.a-Form-item .a-Form-value.is-disabled > .a-TextControl-input,
|
|
38169
|
-
|
|
38530
|
+
.a-Form-item .a-Form-control.is-disabled > .a-TextControl-input {
|
|
38170
38531
|
background: transparent;
|
|
38171
38532
|
}
|
|
38172
38533
|
.a-Form-item .a-SelectControl.a-Form-control {
|
|
38173
38534
|
overflow: hidden;
|
|
38174
38535
|
}
|
|
38175
38536
|
.a-Form-item .a-Form-hint,
|
|
38176
|
-
|
|
38177
|
-
|
|
38178
|
-
|
|
38179
|
-
|
|
38180
|
-
|
|
38181
|
-
|
|
38537
|
+
.a-Form-item .a-Form-remark,
|
|
38538
|
+
.a-Form-item .a-Form-group--hor .a-Form-item,
|
|
38539
|
+
.a-Form-item .a-SwitchControl,
|
|
38540
|
+
.a-Form-item .a-CheckboxControl,
|
|
38541
|
+
.a-Form-item .a-RadiosControl,
|
|
38542
|
+
.a-Form-item .a-CheckboxesControl {
|
|
38182
38543
|
padding-top: 0;
|
|
38183
38544
|
padding-bottom: 0;
|
|
38184
38545
|
}
|
|
38185
38546
|
.a-Form-item .a-SwitchControl,
|
|
38186
|
-
|
|
38187
|
-
|
|
38188
|
-
|
|
38189
|
-
|
|
38190
|
-
|
|
38191
|
-
|
|
38547
|
+
.a-Form-item .a-TransferControl,
|
|
38548
|
+
.a-Form-item .a-TagControl,
|
|
38549
|
+
.a-Form-item .a-CheckboxControl,
|
|
38550
|
+
.a-Form-item .a-TreeSelectControl,
|
|
38551
|
+
.a-Form-item .a-NestedSelectControl,
|
|
38552
|
+
.a-Form-item .a-TabsTransferControl {
|
|
38192
38553
|
padding-top: 0.1875rem;
|
|
38193
38554
|
}
|
|
38194
38555
|
.a-Form-item--inline {
|
|
@@ -38221,11 +38582,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38221
38582
|
min-height: 0;
|
|
38222
38583
|
}
|
|
38223
38584
|
.a-Form-item .a-Form-description,
|
|
38224
|
-
|
|
38585
|
+
.a-Form-item .a-Form-feedback {
|
|
38225
38586
|
font-size: var(--fontSizeBase);
|
|
38226
38587
|
}
|
|
38227
38588
|
.a-Form-item .a-InputGroup .a-Select,
|
|
38228
|
-
|
|
38589
|
+
.a-Form-item .a-InputGroup .a-InputGroup-btn .a-Button {
|
|
38229
38590
|
border: none;
|
|
38230
38591
|
}
|
|
38231
38592
|
.a-Form-item .a-InputGroup > .a-TextControl-input input {
|
|
@@ -38242,20 +38603,20 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38242
38603
|
margin-bottom: var(--gap-xs);
|
|
38243
38604
|
}
|
|
38244
38605
|
.a-Form-item .a-TextareaControl > textarea,
|
|
38245
|
-
|
|
38246
|
-
|
|
38606
|
+
.a-Form-item .a-Form-control > .a-TextControl-input,
|
|
38607
|
+
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input {
|
|
38247
38608
|
border: none;
|
|
38248
38609
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
38249
38610
|
box-shadow: none;
|
|
38250
38611
|
border-radius: 0;
|
|
38251
38612
|
}
|
|
38252
38613
|
.a-Form-item .a-TextareaControl > textarea:hover, .a-Form-item .a-TextareaControl > textarea:focus, .a-Form-item .a-TextareaControl > textarea.active,
|
|
38253
|
-
|
|
38254
|
-
|
|
38255
|
-
|
|
38256
|
-
|
|
38257
|
-
|
|
38258
|
-
|
|
38614
|
+
.a-Form-item .a-Form-control > .a-TextControl-input:hover,
|
|
38615
|
+
.a-Form-item .a-Form-control > .a-TextControl-input:focus,
|
|
38616
|
+
.a-Form-item .a-Form-control > .a-TextControl-input.active,
|
|
38617
|
+
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input:hover,
|
|
38618
|
+
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input:focus,
|
|
38619
|
+
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input.active {
|
|
38259
38620
|
border: none;
|
|
38260
38621
|
outline: none;
|
|
38261
38622
|
outline-style: none;
|
|
@@ -38264,21 +38625,27 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38264
38625
|
padding: 0;
|
|
38265
38626
|
min-height: 0;
|
|
38266
38627
|
}
|
|
38628
|
+
|
|
38267
38629
|
.a-Form-groupColumn {
|
|
38268
38630
|
margin-bottom: 0;
|
|
38269
38631
|
}
|
|
38632
|
+
|
|
38270
38633
|
.a-Form-item:nth-last-of-type(1)::after {
|
|
38271
38634
|
display: none;
|
|
38272
38635
|
}
|
|
38636
|
+
|
|
38273
38637
|
.a-Form-item.is-placeholder::after {
|
|
38274
38638
|
display: none;
|
|
38275
38639
|
}
|
|
38640
|
+
|
|
38276
38641
|
.a-Tabs-pane {
|
|
38277
38642
|
padding: 0;
|
|
38278
38643
|
}
|
|
38644
|
+
|
|
38279
38645
|
.a-Form-item .a-Form-groupColumn > .a-Form-item {
|
|
38280
38646
|
padding-bottom: var(--Form-input-paddingX);
|
|
38281
38647
|
}
|
|
38648
|
+
|
|
38282
38649
|
.a-Form-groupColumn {
|
|
38283
38650
|
position: relative;
|
|
38284
38651
|
}
|
|
@@ -38292,6 +38659,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38292
38659
|
left: 0;
|
|
38293
38660
|
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
38294
38661
|
}
|
|
38662
|
+
|
|
38295
38663
|
.a-Form-groupColumn:nth-last-of-type(1)::after {
|
|
38296
38664
|
display: none;
|
|
38297
38665
|
}
|
|
@@ -38827,7 +39195,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38827
39195
|
.a-InputTable-UI table thead > tr > th {
|
|
38828
39196
|
position: sticky;
|
|
38829
39197
|
top: 0;
|
|
38830
|
-
z-index: 900;
|
|
39198
|
+
z-index: 900;
|
|
39199
|
+
/* 遮挡一下 tbody */
|
|
38831
39200
|
}
|
|
38832
39201
|
.a-AnchorNav {
|
|
38833
39202
|
display: flex;
|
|
@@ -39697,7 +40066,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39697
40066
|
padding-left: var(--Form-input-paddingX);
|
|
39698
40067
|
}
|
|
39699
40068
|
.a-FormulaPicker.is-input-group .a-FormulaPicker-input-number .a-Number-handler-wrap {
|
|
39700
|
-
height: unset;
|
|
40069
|
+
height: unset;
|
|
40070
|
+
/* 避免调节器超出Input框 */
|
|
39701
40071
|
}
|
|
39702
40072
|
.a-FormulaPicker.is-input-group .a-FormulaPicker-input-variable {
|
|
39703
40073
|
border: none;
|
|
@@ -40349,7 +40719,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40349
40719
|
--Menu-fontColor-onDisabled: var(--Nav-item-fontColor-onDisabled);
|
|
40350
40720
|
--Menu-Submenu-item-paddingX: var(--Nav-Item-Badge-paddingRight);
|
|
40351
40721
|
--Menu-light-backgroundColor: var(--Layout-light-backgroundColor);
|
|
40352
|
-
--Menu-light-active-backgroundColor: var(--colors-neutral-fill-
|
|
40722
|
+
--Menu-light-active-backgroundColor: var(--colors-neutral-fill-8);
|
|
40353
40723
|
--Menu-light-backgroundColor-onHover: var(--Layout-light-bgColor-onHover);
|
|
40354
40724
|
--Menu-light-fontColor: var(--Layout-light-fontColor);
|
|
40355
40725
|
--Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
|
|
@@ -40403,7 +40773,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40403
40773
|
white-space: nowrap;
|
|
40404
40774
|
overflow: hidden;
|
|
40405
40775
|
text-overflow: ellipsis;
|
|
40406
|
-
color:
|
|
40776
|
+
color: var(--colors-neutral-text-2);
|
|
40407
40777
|
font-size: inherit;
|
|
40408
40778
|
flex: 1;
|
|
40409
40779
|
cursor: inherit;
|
|
@@ -41057,6 +41427,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41057
41427
|
.a-Nav-Menu-item-tooltip.a-Nav-Menu-item-tooltip-dark .a-Tooltip-body span {
|
|
41058
41428
|
color: var(--Layout-dark-fontColor);
|
|
41059
41429
|
}
|
|
41430
|
+
.a-OverflowTpl {
|
|
41431
|
+
text-overflow: ellipsis;
|
|
41432
|
+
overflow: hidden;
|
|
41433
|
+
white-space: nowrap;
|
|
41434
|
+
}
|
|
41060
41435
|
:root {
|
|
41061
41436
|
--Layout-header-boxShadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.05),
|
|
41062
41437
|
0 1px 0 rgba(0, 0, 0, 0.05);
|