amis-ui 6.9.0-rc.1 → 6.9.0-rc.10
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.d.ts +40 -40
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.d.ts +16 -21
- package/esm/components/AnchorNav.js +39 -58
- package/esm/components/AnchorNavSection.js +1 -1
- package/esm/components/ArrayInput.d.ts +40 -40
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +80 -80
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/AutoSizer.js +1 -1
- package/esm/components/Avatar.d.ts +50 -50
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.d.ts +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.d.ts +20 -20
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.d.ts +40 -40
- package/esm/components/CalendarMobile.js +7 -9
- package/esm/components/Card.d.ts +71 -60
- package/esm/components/Card.js +14 -13
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.d.ts +80 -80
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.d.ts +80 -80
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.d.ts +10 -10
- 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 +40 -40
- package/esm/components/Collapse.js +3 -3
- package/esm/components/CollapseGroup.d.ts +30 -30
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.d.ts +80 -80
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConditionBuilder.js +1 -1
- package/esm/components/ConfirmBox.d.ts +43 -41
- package/esm/components/ConfirmBox.js +5 -4
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +80 -80
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.d.ts +240 -240
- package/esm/components/DateRangePicker.js +1 -1
- package/esm/components/DiffEditor.d.ts +21 -0
- package/esm/components/DiffEditor.js +119 -0
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.d.ts +31 -30
- package/esm/components/Drawer.js +5 -3
- package/esm/components/DropDownSelection.d.ts +80 -80
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/Editor.d.ts +59 -61
- package/esm/components/Editor.js +12 -14
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/FormulaPicker.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GridNavItem.js +1 -1
- package/esm/components/GroupedSelection.d.ts +80 -80
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/HeadCellDropDown.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/Icon.js +1 -1
- package/esm/components/ImageGallery.d.ts +43 -43
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +20 -20
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputJSONSchema.js +1 -1
- package/esm/components/InputTable.js +1 -1
- package/esm/components/JSONSchemaEditor.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.d.ts +40 -40
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.d.ts +80 -80
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Menu.js +1 -1
- package/esm/components/MobileDevTool.d.ts +10 -0
- package/esm/components/MobileDevTool.js +300 -0
- package/esm/components/Modal.d.ts +120 -120
- package/esm/components/Modal.js +5 -3
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +200 -200
- package/esm/components/MultilineText.d.ts +40 -40
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +26 -26
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/OverflowTpl.d.ts +0 -1
- package/esm/components/OverflowTpl.js +1 -1
- package/esm/components/Pagination.d.ts +84 -161
- package/esm/components/Pagination.js +1 -1
- package/esm/components/PdfViewer.d.ts +0 -1
- package/esm/components/PdfViewer.js +3 -6
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +2 -2
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.d.ts +82 -80
- package/esm/components/PopUp.js +3 -3
- package/esm/components/Progress.d.ts +50 -50
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.d.ts +4 -0
- package/esm/components/PullRefresh.js +47 -26
- package/esm/components/Radios.d.ts +30 -30
- package/esm/components/Radios.js +4 -3
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.d.ts +10 -10
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +122 -120
- package/esm/components/ResultBox.js +18 -4
- package/esm/components/ResultList.d.ts +40 -40
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.d.ts +80 -80
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +40 -40
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.d.ts +1887 -1886
- package/esm/components/Select.js +3 -3
- package/esm/components/SelectMobile.js +1 -1
- package/esm/components/Selection.d.ts +80 -80
- package/esm/components/Selection.js +1 -1
- package/esm/components/Signature.js +5 -1
- package/esm/components/SparkLine.d.ts +40 -40
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +60 -60
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.d.ts +10 -10
- package/esm/components/Switch.js +1 -1
- package/esm/components/Tab.js +1 -1
- package/esm/components/Table.js +1 -1
- package/esm/components/TableSelection.d.ts +80 -80
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.d.ts +42 -41
- package/esm/components/Tabs.js +6 -7
- package/esm/components/TabsTransfer.d.ts +40 -40
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +40 -40
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.d.ts +40 -40
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +1 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.d.ts +40 -40
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +10 -10
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +108 -93
- package/esm/components/Transfer.js +1 -1
- package/esm/components/TransferDropDown.d.ts +80 -80
- 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.d.ts +203 -201
- package/esm/components/Tree.js +1 -1
- package/esm/components/TreeSelection.d.ts +80 -80
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.d.ts +80 -80
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.d.ts +40 -40
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/VerificationCode.js +1 -1
- package/esm/components/VirtualList.js +1 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +1 -1
- 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 +1 -0
- package/esm/components/calendar/TimeView.js +1 -1
- 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.d.ts +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- 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 +1 -1
- package/esm/components/formula/CodeEditor.js +1 -1
- package/esm/components/formula/Editor.d.ts +82 -52
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.d.ts +3 -0
- package/esm/components/formula/Input.js +1 -1
- package/esm/components/formula/Picker.d.ts +64 -59
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +3 -1
- package/esm/components/index.d.ts +3 -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 +24 -27
- package/esm/components/menu/index.js +1 -1
- package/esm/components/schema-editor/Array.js +3 -2
- package/esm/components/schema-editor/Common.d.ts +3 -0
- package/esm/components/schema-editor/Common.js +3 -2
- package/esm/components/schema-editor/Item.js +3 -13
- package/esm/components/schema-editor/Object.js +3 -2
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +51 -52
- package/esm/components/schema-editor/index.js +3 -1
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/ColGroup.js +1 -1
- package/esm/components/table/Head.js +1 -1
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.d.ts +40 -40
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.d.ts +40 -40
- 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.js +1 -1
- package/esm/components/table/SummaryRow.js +1 -1
- package/esm/components/table/index.d.ts +80 -80
- package/esm/components/table/index.js +1 -1
- package/esm/components/table/util.d.ts +5 -5
- package/esm/components/table/util.js +1 -1
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/components/withBadge.js +1 -1
- package/esm/hooks/index.d.ts +1 -0
- package/esm/hooks/use-on-screen.d.ts +2 -0
- package/esm/hooks/use-on-screen.js +28 -0
- 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 +1 -1
- package/esm/icons/arrow-double-right.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/fullscreen.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/rotate-screen.svg.js +21 -0
- 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/sub-plus.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-normal.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/unfullscreen.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 +4 -1
- package/esm/locale/de-DE.js +6 -1
- package/esm/locale/en-US.js +6 -1
- package/esm/locale/zh-CN.js +6 -1
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/esm/withRemoteConfig.js +1 -1
- package/esm/withStore.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +120 -120
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +16 -21
- package/lib/components/AnchorNav.js +39 -58
- package/lib/components/AnchorNavSection.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +80 -80
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/AutoSizer.js +1 -1
- package/lib/components/Avatar.d.ts +90 -90
- 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 +20 -20
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +7 -9
- package/lib/components/Card.d.ts +91 -80
- package/lib/components/Card.js +14 -13
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +80 -80
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +80 -80
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.d.ts +10 -10
- 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 +100 -100
- package/lib/components/Collapse.js +3 -3
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConditionBuilder.js +1 -1
- package/lib/components/ConfirmBox.d.ts +83 -81
- package/lib/components/ConfirmBox.js +5 -4
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +120 -120
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +320 -320
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DiffEditor.d.ts +21 -0
- package/lib/components/DiffEditor.js +130 -0
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +21 -20
- package/lib/components/Drawer.js +5 -3
- package/lib/components/DropDownSelection.d.ts +80 -80
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/Editor.d.ts +59 -61
- package/lib/components/Editor.js +12 -14
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/FormulaPicker.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GridNavItem.js +1 -1
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/HeadCellDropDown.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/Icon.js +1 -1
- package/lib/components/ImageGallery.d.ts +43 -43
- 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/InputJSONSchema.js +1 -1
- package/lib/components/InputTable.js +1 -1
- package/lib/components/JSONSchemaEditor.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.d.ts +80 -80
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Menu.js +1 -1
- package/lib/components/MobileDevTool.d.ts +10 -0
- package/lib/components/MobileDevTool.js +313 -0
- package/lib/components/Modal.d.ts +80 -80
- package/lib/components/Modal.js +5 -3
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +160 -160
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/OverflowTpl.d.ts +0 -1
- package/lib/components/OverflowTpl.js +1 -1
- package/lib/components/Pagination.d.ts +124 -201
- package/lib/components/Pagination.js +1 -1
- package/lib/components/PdfViewer.d.ts +0 -1
- package/lib/components/PdfViewer.js +2 -5
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +2 -2
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.d.ts +82 -80
- package/lib/components/PopUp.js +3 -3
- package/lib/components/Progress.d.ts +40 -40
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.d.ts +4 -0
- package/lib/components/PullRefresh.js +50 -25
- package/lib/components/Radios.d.ts +20 -20
- package/lib/components/Radios.js +4 -3
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +30 -30
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +82 -80
- package/lib/components/ResultBox.js +18 -4
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +80 -80
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +120 -120
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +1512 -1512
- package/lib/components/Select.js +3 -3
- package/lib/components/SelectMobile.js +1 -1
- package/lib/components/Selection.d.ts +80 -80
- package/lib/components/Selection.js +1 -1
- package/lib/components/Signature.js +3 -1
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +50 -50
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/Tab.js +1 -1
- package/lib/components/Table.js +1 -1
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +122 -121
- package/lib/components/Tabs.js +6 -7
- 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 +50 -50
- 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 +1 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +120 -120
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +40 -40
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +206 -191
- package/lib/components/Transfer.js +1 -1
- package/lib/components/TransferDropDown.d.ts +160 -160
- 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 +283 -281
- package/lib/components/Tree.js +1 -1
- package/lib/components/TreeSelection.d.ts +120 -120
- 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/VerificationCode.js +1 -1
- package/lib/components/VirtualList.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +0 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +1 -1
- 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 +1 -0
- package/lib/components/calendar/TimeView.js +1 -1
- 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.d.ts +1 -1
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/CodeEditor.js +1 -1
- package/lib/components/formula/Editor.d.ts +82 -52
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.d.ts +3 -0
- package/lib/components/formula/Input.js +1 -1
- package/lib/components/formula/Picker.d.ts +64 -59
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +3 -1
- package/lib/components/index.d.ts +3 -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 +64 -67
- package/lib/components/menu/index.js +1 -1
- package/lib/components/schema-editor/Array.js +2 -1
- package/lib/components/schema-editor/Common.d.ts +3 -0
- package/lib/components/schema-editor/Common.js +3 -1
- package/lib/components/schema-editor/Item.js +2 -12
- package/lib/components/schema-editor/Object.js +2 -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.d.ts +51 -52
- package/lib/components/schema-editor/index.js +3 -1
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.js +1 -1
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/Row.js +1 -1
- package/lib/components/table/SummaryRow.js +1 -1
- package/lib/components/table/index.d.ts +120 -120
- package/lib/components/table/index.js +1 -1
- package/lib/components/table/util.d.ts +8 -8
- package/lib/components/table/util.js +1 -1
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/components/withBadge.js +1 -1
- package/lib/helper.css +14 -14
- package/lib/hooks/index.d.ts +1 -0
- package/lib/hooks/use-on-screen.d.ts +2 -0
- package/lib/hooks/use-on-screen.js +32 -0
- 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 +1 -1
- package/lib/icons/arrow-double-right.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/fullscreen.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/rotate-screen.svg.js +28 -0
- 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/sub-plus.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-normal.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/unfullscreen.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 +7 -1
- package/lib/locale/de-DE.js +6 -1
- package/lib/locale/en-US.js +6 -1
- package/lib/locale/zh-CN.js +6 -1
- 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 +2123 -97
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +2123 -97
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +2123 -97
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +2123 -97
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +2123 -97
- package/lib/withRemoteConfig.js +1 -1
- package/lib/withStore.js +1 -1
- package/package.json +7 -5
- package/scss/_components.scss +14 -10
- package/scss/_mixins.scss +23 -14
- package/scss/_properties.scss +42 -13
- package/scss/_thirds.scss +1 -0
- package/scss/_variables.scss +2 -1
- package/scss/components/_anchor-nav.scss +19 -2
- package/scss/components/_array-input.scss +4 -4
- package/scss/components/_card.scss +13 -0
- package/scss/components/_collapse-group.scss +11 -0
- package/scss/components/_collapse.scss +9 -0
- package/scss/components/_crud2.scss +181 -13
- package/scss/components/_input-box.scss +2 -1
- package/scss/components/_json-schema-editor.scss +3 -5
- package/scss/components/_mobile-dev-tool.scss +175 -0
- package/scss/components/_modal.scss +1 -0
- package/scss/components/_page.scss +15 -0
- package/scss/components/_panel.scss +24 -9
- package/scss/components/_picker-columns.scss +1 -1
- package/scss/components/_pull-refresh.scss +6 -1
- package/scss/components/_result-box.scss +2 -2
- package/scss/components/_table.scss +6 -1
- package/scss/components/_tabs.scss +6 -6
- package/scss/components/_tag.scss +3 -4
- package/scss/components/_toast.scss +22 -6
- package/scss/components/form/_checks.scss +0 -12
- package/scss/components/form/_form.scss +11 -6
- package/scss/components/form/_image.scss +14 -14
- package/scss/components/form/_list.scss +8 -8
- package/scss/components/form/_picker.scss +1 -1
- package/scss/components/form/_select.scss +4 -3
- package/scss/components/form/_textarea.scss +4 -4
- package/scss/components/form/_tree-select.scss +1 -1
- package/scss/themes/_common.scss +2 -0
package/lib/themes/ang.css
CHANGED
|
@@ -750,6 +750,10 @@
|
|
|
750
750
|
:root {
|
|
751
751
|
--fontSizeBase: var(--fontSizeLg);
|
|
752
752
|
}
|
|
753
|
+
:root,
|
|
754
|
+
.AMISCSSWrapper {
|
|
755
|
+
--Page-body-padding: var(--gap-md);
|
|
756
|
+
}
|
|
753
757
|
}
|
|
754
758
|
:root,
|
|
755
759
|
.AMISCSSWrapper {
|
|
@@ -4593,9 +4597,9 @@
|
|
|
4593
4597
|
--conditionBuilder-body-paddingLeft: var(--sizes-base-14);
|
|
4594
4598
|
--table-border-width: var(--borders-width-2);
|
|
4595
4599
|
--table-border-color: var(--colors-neutral-line-8);
|
|
4596
|
-
--table-paddingTop: var(--sizes-size-
|
|
4600
|
+
--table-paddingTop: var(--sizes-size-6);
|
|
4597
4601
|
--table-paddingRight: var(--sizes-size-6);
|
|
4598
|
-
--table-paddingBottom: var(--sizes-size-
|
|
4602
|
+
--table-paddingBottom: var(--sizes-size-6);
|
|
4599
4603
|
--table-paddingLeft: var(--sizes-size-6);
|
|
4600
4604
|
--table-paddingX: var(--sizes-size-7);
|
|
4601
4605
|
--table-header-color: var(--colors-neutral-text-2);
|
|
@@ -14888,6 +14892,1629 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14888
14892
|
z-index: 10;
|
|
14889
14893
|
overflow: hidden;
|
|
14890
14894
|
}
|
|
14895
|
+
/*!
|
|
14896
|
+
* animate.css - https://animate.style/
|
|
14897
|
+
* Version - 4.1.1
|
|
14898
|
+
* Licensed under the MIT license - http://opensource.org/licenses/MIT
|
|
14899
|
+
*
|
|
14900
|
+
* Copyright (c) 2020 Animate.css
|
|
14901
|
+
*/
|
|
14902
|
+
:root {
|
|
14903
|
+
--animate-duration:1s;
|
|
14904
|
+
--animate-delay:1s;
|
|
14905
|
+
--animate-repeat:1;
|
|
14906
|
+
}
|
|
14907
|
+
.animate__animated {
|
|
14908
|
+
animation-duration: 1s;
|
|
14909
|
+
animation-duration: var(--animate-duration);
|
|
14910
|
+
animation-fill-mode: both;
|
|
14911
|
+
}
|
|
14912
|
+
.animate__animated.animate__infinite {
|
|
14913
|
+
animation-iteration-count: infinite;
|
|
14914
|
+
}
|
|
14915
|
+
.animate__animated.animate__repeat-1 {
|
|
14916
|
+
animation-iteration-count: 1;
|
|
14917
|
+
animation-iteration-count: var(--animate-repeat);
|
|
14918
|
+
}
|
|
14919
|
+
.animate__animated.animate__repeat-2 {
|
|
14920
|
+
animation-iteration-count: 2;
|
|
14921
|
+
animation-iteration-count: calc(var(--animate-repeat) * 2);
|
|
14922
|
+
}
|
|
14923
|
+
.animate__animated.animate__repeat-3 {
|
|
14924
|
+
animation-iteration-count: 3;
|
|
14925
|
+
animation-iteration-count: calc(var(--animate-repeat) * 3);
|
|
14926
|
+
}
|
|
14927
|
+
.animate__animated.animate__delay-1s {
|
|
14928
|
+
animation-delay: 1s;
|
|
14929
|
+
animation-delay: var(--animate-delay);
|
|
14930
|
+
}
|
|
14931
|
+
.animate__animated.animate__delay-2s {
|
|
14932
|
+
animation-delay: 2s;
|
|
14933
|
+
animation-delay: calc(var(--animate-delay) * 2);
|
|
14934
|
+
}
|
|
14935
|
+
.animate__animated.animate__delay-3s {
|
|
14936
|
+
animation-delay: 3s;
|
|
14937
|
+
animation-delay: calc(var(--animate-delay) * 3);
|
|
14938
|
+
}
|
|
14939
|
+
.animate__animated.animate__delay-4s {
|
|
14940
|
+
animation-delay: 4s;
|
|
14941
|
+
animation-delay: calc(var(--animate-delay) * 4);
|
|
14942
|
+
}
|
|
14943
|
+
.animate__animated.animate__delay-5s {
|
|
14944
|
+
animation-delay: 5s;
|
|
14945
|
+
animation-delay: calc(var(--animate-delay) * 5);
|
|
14946
|
+
}
|
|
14947
|
+
.animate__animated.animate__faster {
|
|
14948
|
+
animation-duration: 0.5s;
|
|
14949
|
+
animation-duration: calc(var(--animate-duration) / 2);
|
|
14950
|
+
}
|
|
14951
|
+
.animate__animated.animate__fast {
|
|
14952
|
+
animation-duration: 0.8s;
|
|
14953
|
+
animation-duration: calc(var(--animate-duration) * 0.8);
|
|
14954
|
+
}
|
|
14955
|
+
.animate__animated.animate__slow {
|
|
14956
|
+
animation-duration: 2s;
|
|
14957
|
+
animation-duration: calc(var(--animate-duration) * 2);
|
|
14958
|
+
}
|
|
14959
|
+
.animate__animated.animate__slower {
|
|
14960
|
+
animation-duration: 3s;
|
|
14961
|
+
animation-duration: calc(var(--animate-duration) * 3);
|
|
14962
|
+
}
|
|
14963
|
+
@media (prefers-reduced-motion: reduce), print {
|
|
14964
|
+
.animate__animated {
|
|
14965
|
+
animation-duration: 1ms !important;
|
|
14966
|
+
transition-duration: 1ms !important;
|
|
14967
|
+
animation-iteration-count: 1 !important;
|
|
14968
|
+
}
|
|
14969
|
+
.animate__animated[class*=Out] {
|
|
14970
|
+
opacity: 0;
|
|
14971
|
+
}
|
|
14972
|
+
}
|
|
14973
|
+
@keyframes bounce {
|
|
14974
|
+
0%, 20%, 53%, to {
|
|
14975
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
14976
|
+
transform: translateZ(0);
|
|
14977
|
+
}
|
|
14978
|
+
40%, 43% {
|
|
14979
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
14980
|
+
transform: translate3d(0, -30px, 0) scaleY(1.1);
|
|
14981
|
+
}
|
|
14982
|
+
70% {
|
|
14983
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
14984
|
+
transform: translate3d(0, -15px, 0) scaleY(1.05);
|
|
14985
|
+
}
|
|
14986
|
+
80% {
|
|
14987
|
+
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
14988
|
+
transform: translateZ(0) scaleY(0.95);
|
|
14989
|
+
}
|
|
14990
|
+
90% {
|
|
14991
|
+
transform: translate3d(0, -4px, 0) scaleY(1.02);
|
|
14992
|
+
}
|
|
14993
|
+
}
|
|
14994
|
+
.animate__bounce {
|
|
14995
|
+
animation-name: bounce;
|
|
14996
|
+
transform-origin: center bottom;
|
|
14997
|
+
}
|
|
14998
|
+
@keyframes flash {
|
|
14999
|
+
0%, 50%, to {
|
|
15000
|
+
opacity: 1;
|
|
15001
|
+
}
|
|
15002
|
+
25%, 75% {
|
|
15003
|
+
opacity: 0;
|
|
15004
|
+
}
|
|
15005
|
+
}
|
|
15006
|
+
.animate__flash {
|
|
15007
|
+
animation-name: flash;
|
|
15008
|
+
}
|
|
15009
|
+
@keyframes pulse {
|
|
15010
|
+
0% {
|
|
15011
|
+
transform: scaleX(1);
|
|
15012
|
+
}
|
|
15013
|
+
50% {
|
|
15014
|
+
transform: scale3d(1.05, 1.05, 1.05);
|
|
15015
|
+
}
|
|
15016
|
+
to {
|
|
15017
|
+
transform: scaleX(1);
|
|
15018
|
+
}
|
|
15019
|
+
}
|
|
15020
|
+
.animate__pulse {
|
|
15021
|
+
animation-name: pulse;
|
|
15022
|
+
animation-timing-function: ease-in-out;
|
|
15023
|
+
}
|
|
15024
|
+
@keyframes rubberBand {
|
|
15025
|
+
0% {
|
|
15026
|
+
transform: scaleX(1);
|
|
15027
|
+
}
|
|
15028
|
+
30% {
|
|
15029
|
+
transform: scale3d(1.25, 0.75, 1);
|
|
15030
|
+
}
|
|
15031
|
+
40% {
|
|
15032
|
+
transform: scale3d(0.75, 1.25, 1);
|
|
15033
|
+
}
|
|
15034
|
+
50% {
|
|
15035
|
+
transform: scale3d(1.15, 0.85, 1);
|
|
15036
|
+
}
|
|
15037
|
+
65% {
|
|
15038
|
+
transform: scale3d(0.95, 1.05, 1);
|
|
15039
|
+
}
|
|
15040
|
+
75% {
|
|
15041
|
+
transform: scale3d(1.05, 0.95, 1);
|
|
15042
|
+
}
|
|
15043
|
+
to {
|
|
15044
|
+
transform: scaleX(1);
|
|
15045
|
+
}
|
|
15046
|
+
}
|
|
15047
|
+
.animate__rubberBand {
|
|
15048
|
+
animation-name: rubberBand;
|
|
15049
|
+
}
|
|
15050
|
+
@keyframes shakeX {
|
|
15051
|
+
0%, to {
|
|
15052
|
+
transform: translateZ(0);
|
|
15053
|
+
}
|
|
15054
|
+
10%, 30%, 50%, 70%, 90% {
|
|
15055
|
+
transform: translate3d(-10px, 0, 0);
|
|
15056
|
+
}
|
|
15057
|
+
20%, 40%, 60%, 80% {
|
|
15058
|
+
transform: translate3d(10px, 0, 0);
|
|
15059
|
+
}
|
|
15060
|
+
}
|
|
15061
|
+
.animate__shakeX {
|
|
15062
|
+
animation-name: shakeX;
|
|
15063
|
+
}
|
|
15064
|
+
@keyframes shakeY {
|
|
15065
|
+
0%, to {
|
|
15066
|
+
transform: translateZ(0);
|
|
15067
|
+
}
|
|
15068
|
+
10%, 30%, 50%, 70%, 90% {
|
|
15069
|
+
transform: translate3d(0, -10px, 0);
|
|
15070
|
+
}
|
|
15071
|
+
20%, 40%, 60%, 80% {
|
|
15072
|
+
transform: translate3d(0, 10px, 0);
|
|
15073
|
+
}
|
|
15074
|
+
}
|
|
15075
|
+
.animate__shakeY {
|
|
15076
|
+
animation-name: shakeY;
|
|
15077
|
+
}
|
|
15078
|
+
@keyframes headShake {
|
|
15079
|
+
0% {
|
|
15080
|
+
transform: translateX(0);
|
|
15081
|
+
}
|
|
15082
|
+
6.5% {
|
|
15083
|
+
transform: translateX(-6px) rotateY(-9deg);
|
|
15084
|
+
}
|
|
15085
|
+
18.5% {
|
|
15086
|
+
transform: translateX(5px) rotateY(7deg);
|
|
15087
|
+
}
|
|
15088
|
+
31.5% {
|
|
15089
|
+
transform: translateX(-3px) rotateY(-5deg);
|
|
15090
|
+
}
|
|
15091
|
+
43.5% {
|
|
15092
|
+
transform: translateX(2px) rotateY(3deg);
|
|
15093
|
+
}
|
|
15094
|
+
50% {
|
|
15095
|
+
transform: translateX(0);
|
|
15096
|
+
}
|
|
15097
|
+
}
|
|
15098
|
+
.animate__headShake {
|
|
15099
|
+
animation-timing-function: ease-in-out;
|
|
15100
|
+
animation-name: headShake;
|
|
15101
|
+
}
|
|
15102
|
+
@keyframes swing {
|
|
15103
|
+
20% {
|
|
15104
|
+
transform: rotate(15deg);
|
|
15105
|
+
}
|
|
15106
|
+
40% {
|
|
15107
|
+
transform: rotate(-10deg);
|
|
15108
|
+
}
|
|
15109
|
+
60% {
|
|
15110
|
+
transform: rotate(5deg);
|
|
15111
|
+
}
|
|
15112
|
+
80% {
|
|
15113
|
+
transform: rotate(-5deg);
|
|
15114
|
+
}
|
|
15115
|
+
to {
|
|
15116
|
+
transform: rotate(0deg);
|
|
15117
|
+
}
|
|
15118
|
+
}
|
|
15119
|
+
.animate__swing {
|
|
15120
|
+
transform-origin: top center;
|
|
15121
|
+
animation-name: swing;
|
|
15122
|
+
}
|
|
15123
|
+
@keyframes tada {
|
|
15124
|
+
0% {
|
|
15125
|
+
transform: scaleX(1);
|
|
15126
|
+
}
|
|
15127
|
+
10%, 20% {
|
|
15128
|
+
transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
|
|
15129
|
+
}
|
|
15130
|
+
30%, 50%, 70%, 90% {
|
|
15131
|
+
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
|
|
15132
|
+
}
|
|
15133
|
+
40%, 60%, 80% {
|
|
15134
|
+
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
|
|
15135
|
+
}
|
|
15136
|
+
to {
|
|
15137
|
+
transform: scaleX(1);
|
|
15138
|
+
}
|
|
15139
|
+
}
|
|
15140
|
+
.animate__tada {
|
|
15141
|
+
animation-name: tada;
|
|
15142
|
+
}
|
|
15143
|
+
@keyframes wobble {
|
|
15144
|
+
0% {
|
|
15145
|
+
transform: translateZ(0);
|
|
15146
|
+
}
|
|
15147
|
+
15% {
|
|
15148
|
+
transform: translate3d(-25%, 0, 0) rotate(-5deg);
|
|
15149
|
+
}
|
|
15150
|
+
30% {
|
|
15151
|
+
transform: translate3d(20%, 0, 0) rotate(3deg);
|
|
15152
|
+
}
|
|
15153
|
+
45% {
|
|
15154
|
+
transform: translate3d(-15%, 0, 0) rotate(-3deg);
|
|
15155
|
+
}
|
|
15156
|
+
60% {
|
|
15157
|
+
transform: translate3d(10%, 0, 0) rotate(2deg);
|
|
15158
|
+
}
|
|
15159
|
+
75% {
|
|
15160
|
+
transform: translate3d(-5%, 0, 0) rotate(-1deg);
|
|
15161
|
+
}
|
|
15162
|
+
to {
|
|
15163
|
+
transform: translateZ(0);
|
|
15164
|
+
}
|
|
15165
|
+
}
|
|
15166
|
+
.animate__wobble {
|
|
15167
|
+
animation-name: wobble;
|
|
15168
|
+
}
|
|
15169
|
+
@keyframes jello {
|
|
15170
|
+
0%, 11.1%, to {
|
|
15171
|
+
transform: translateZ(0);
|
|
15172
|
+
}
|
|
15173
|
+
22.2% {
|
|
15174
|
+
transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
15175
|
+
}
|
|
15176
|
+
33.3% {
|
|
15177
|
+
transform: skewX(6.25deg) skewY(6.25deg);
|
|
15178
|
+
}
|
|
15179
|
+
44.4% {
|
|
15180
|
+
transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
15181
|
+
}
|
|
15182
|
+
55.5% {
|
|
15183
|
+
transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
15184
|
+
}
|
|
15185
|
+
66.6% {
|
|
15186
|
+
transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
15187
|
+
}
|
|
15188
|
+
77.7% {
|
|
15189
|
+
transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
15190
|
+
}
|
|
15191
|
+
88.8% {
|
|
15192
|
+
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
15193
|
+
}
|
|
15194
|
+
}
|
|
15195
|
+
.animate__jello {
|
|
15196
|
+
animation-name: jello;
|
|
15197
|
+
transform-origin: center;
|
|
15198
|
+
}
|
|
15199
|
+
@keyframes heartBeat {
|
|
15200
|
+
0% {
|
|
15201
|
+
transform: scale(1);
|
|
15202
|
+
}
|
|
15203
|
+
14% {
|
|
15204
|
+
transform: scale(1.3);
|
|
15205
|
+
}
|
|
15206
|
+
28% {
|
|
15207
|
+
transform: scale(1);
|
|
15208
|
+
}
|
|
15209
|
+
42% {
|
|
15210
|
+
transform: scale(1.3);
|
|
15211
|
+
}
|
|
15212
|
+
70% {
|
|
15213
|
+
transform: scale(1);
|
|
15214
|
+
}
|
|
15215
|
+
}
|
|
15216
|
+
.animate__heartBeat {
|
|
15217
|
+
animation-name: heartBeat;
|
|
15218
|
+
animation-duration: 1.3s;
|
|
15219
|
+
animation-duration: calc(var(--animate-duration) * 1.3);
|
|
15220
|
+
animation-timing-function: ease-in-out;
|
|
15221
|
+
}
|
|
15222
|
+
@keyframes backInDown {
|
|
15223
|
+
0% {
|
|
15224
|
+
transform: translateY(-1200px) scale(0.7);
|
|
15225
|
+
opacity: 0.7;
|
|
15226
|
+
}
|
|
15227
|
+
80% {
|
|
15228
|
+
transform: translateY(0) scale(0.7);
|
|
15229
|
+
opacity: 0.7;
|
|
15230
|
+
}
|
|
15231
|
+
to {
|
|
15232
|
+
transform: scale(1);
|
|
15233
|
+
opacity: 1;
|
|
15234
|
+
}
|
|
15235
|
+
}
|
|
15236
|
+
.animate__backInDown {
|
|
15237
|
+
animation-name: backInDown;
|
|
15238
|
+
}
|
|
15239
|
+
@keyframes backInLeft {
|
|
15240
|
+
0% {
|
|
15241
|
+
transform: translateX(-2000px) scale(0.7);
|
|
15242
|
+
opacity: 0.7;
|
|
15243
|
+
}
|
|
15244
|
+
80% {
|
|
15245
|
+
transform: translateX(0) scale(0.7);
|
|
15246
|
+
opacity: 0.7;
|
|
15247
|
+
}
|
|
15248
|
+
to {
|
|
15249
|
+
transform: scale(1);
|
|
15250
|
+
opacity: 1;
|
|
15251
|
+
}
|
|
15252
|
+
}
|
|
15253
|
+
.animate__backInLeft {
|
|
15254
|
+
animation-name: backInLeft;
|
|
15255
|
+
}
|
|
15256
|
+
@keyframes backInRight {
|
|
15257
|
+
0% {
|
|
15258
|
+
transform: translateX(2000px) scale(0.7);
|
|
15259
|
+
opacity: 0.7;
|
|
15260
|
+
}
|
|
15261
|
+
80% {
|
|
15262
|
+
transform: translateX(0) scale(0.7);
|
|
15263
|
+
opacity: 0.7;
|
|
15264
|
+
}
|
|
15265
|
+
to {
|
|
15266
|
+
transform: scale(1);
|
|
15267
|
+
opacity: 1;
|
|
15268
|
+
}
|
|
15269
|
+
}
|
|
15270
|
+
.animate__backInRight {
|
|
15271
|
+
animation-name: backInRight;
|
|
15272
|
+
}
|
|
15273
|
+
@keyframes backInUp {
|
|
15274
|
+
0% {
|
|
15275
|
+
transform: translateY(1200px) scale(0.7);
|
|
15276
|
+
opacity: 0.7;
|
|
15277
|
+
}
|
|
15278
|
+
80% {
|
|
15279
|
+
transform: translateY(0) scale(0.7);
|
|
15280
|
+
opacity: 0.7;
|
|
15281
|
+
}
|
|
15282
|
+
to {
|
|
15283
|
+
transform: scale(1);
|
|
15284
|
+
opacity: 1;
|
|
15285
|
+
}
|
|
15286
|
+
}
|
|
15287
|
+
.animate__backInUp {
|
|
15288
|
+
animation-name: backInUp;
|
|
15289
|
+
}
|
|
15290
|
+
@keyframes backOutDown {
|
|
15291
|
+
0% {
|
|
15292
|
+
transform: scale(1);
|
|
15293
|
+
opacity: 1;
|
|
15294
|
+
}
|
|
15295
|
+
20% {
|
|
15296
|
+
transform: translateY(0) scale(0.7);
|
|
15297
|
+
opacity: 0.7;
|
|
15298
|
+
}
|
|
15299
|
+
to {
|
|
15300
|
+
transform: translateY(700px) scale(0.7);
|
|
15301
|
+
opacity: 0.7;
|
|
15302
|
+
}
|
|
15303
|
+
}
|
|
15304
|
+
.animate__backOutDown {
|
|
15305
|
+
animation-name: backOutDown;
|
|
15306
|
+
}
|
|
15307
|
+
@keyframes backOutLeft {
|
|
15308
|
+
0% {
|
|
15309
|
+
transform: scale(1);
|
|
15310
|
+
opacity: 1;
|
|
15311
|
+
}
|
|
15312
|
+
20% {
|
|
15313
|
+
transform: translateX(0) scale(0.7);
|
|
15314
|
+
opacity: 0.7;
|
|
15315
|
+
}
|
|
15316
|
+
to {
|
|
15317
|
+
transform: translateX(-2000px) scale(0.7);
|
|
15318
|
+
opacity: 0.7;
|
|
15319
|
+
}
|
|
15320
|
+
}
|
|
15321
|
+
.animate__backOutLeft {
|
|
15322
|
+
animation-name: backOutLeft;
|
|
15323
|
+
}
|
|
15324
|
+
@keyframes backOutRight {
|
|
15325
|
+
0% {
|
|
15326
|
+
transform: scale(1);
|
|
15327
|
+
opacity: 1;
|
|
15328
|
+
}
|
|
15329
|
+
20% {
|
|
15330
|
+
transform: translateX(0) scale(0.7);
|
|
15331
|
+
opacity: 0.7;
|
|
15332
|
+
}
|
|
15333
|
+
to {
|
|
15334
|
+
transform: translateX(2000px) scale(0.7);
|
|
15335
|
+
opacity: 0.7;
|
|
15336
|
+
}
|
|
15337
|
+
}
|
|
15338
|
+
.animate__backOutRight {
|
|
15339
|
+
animation-name: backOutRight;
|
|
15340
|
+
}
|
|
15341
|
+
@keyframes backOutUp {
|
|
15342
|
+
0% {
|
|
15343
|
+
transform: scale(1);
|
|
15344
|
+
opacity: 1;
|
|
15345
|
+
}
|
|
15346
|
+
20% {
|
|
15347
|
+
transform: translateY(0) scale(0.7);
|
|
15348
|
+
opacity: 0.7;
|
|
15349
|
+
}
|
|
15350
|
+
to {
|
|
15351
|
+
transform: translateY(-700px) scale(0.7);
|
|
15352
|
+
opacity: 0.7;
|
|
15353
|
+
}
|
|
15354
|
+
}
|
|
15355
|
+
.animate__backOutUp {
|
|
15356
|
+
animation-name: backOutUp;
|
|
15357
|
+
}
|
|
15358
|
+
@keyframes bounceIn {
|
|
15359
|
+
0%, 20%, 40%, 60%, 80%, to {
|
|
15360
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15361
|
+
}
|
|
15362
|
+
0% {
|
|
15363
|
+
opacity: 0;
|
|
15364
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
15365
|
+
}
|
|
15366
|
+
20% {
|
|
15367
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
|
15368
|
+
}
|
|
15369
|
+
40% {
|
|
15370
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
|
15371
|
+
}
|
|
15372
|
+
60% {
|
|
15373
|
+
opacity: 1;
|
|
15374
|
+
transform: scale3d(1.03, 1.03, 1.03);
|
|
15375
|
+
}
|
|
15376
|
+
80% {
|
|
15377
|
+
transform: scale3d(0.97, 0.97, 0.97);
|
|
15378
|
+
}
|
|
15379
|
+
to {
|
|
15380
|
+
opacity: 1;
|
|
15381
|
+
transform: scaleX(1);
|
|
15382
|
+
}
|
|
15383
|
+
}
|
|
15384
|
+
.animate__bounceIn {
|
|
15385
|
+
animation-duration: 0.75s;
|
|
15386
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
15387
|
+
animation-name: bounceIn;
|
|
15388
|
+
}
|
|
15389
|
+
@keyframes bounceInDown {
|
|
15390
|
+
0%, 60%, 75%, 90%, to {
|
|
15391
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15392
|
+
}
|
|
15393
|
+
0% {
|
|
15394
|
+
opacity: 0;
|
|
15395
|
+
transform: translate3d(0, -3000px, 0) scaleY(3);
|
|
15396
|
+
}
|
|
15397
|
+
60% {
|
|
15398
|
+
opacity: 1;
|
|
15399
|
+
transform: translate3d(0, 25px, 0) scaleY(0.9);
|
|
15400
|
+
}
|
|
15401
|
+
75% {
|
|
15402
|
+
transform: translate3d(0, -10px, 0) scaleY(0.95);
|
|
15403
|
+
}
|
|
15404
|
+
90% {
|
|
15405
|
+
transform: translate3d(0, 5px, 0) scaleY(0.985);
|
|
15406
|
+
}
|
|
15407
|
+
to {
|
|
15408
|
+
transform: translateZ(0);
|
|
15409
|
+
}
|
|
15410
|
+
}
|
|
15411
|
+
.animate__bounceInDown {
|
|
15412
|
+
animation-name: bounceInDown;
|
|
15413
|
+
}
|
|
15414
|
+
@keyframes bounceInLeft {
|
|
15415
|
+
0%, 60%, 75%, 90%, to {
|
|
15416
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15417
|
+
}
|
|
15418
|
+
0% {
|
|
15419
|
+
opacity: 0;
|
|
15420
|
+
transform: translate3d(-3000px, 0, 0) scaleX(3);
|
|
15421
|
+
}
|
|
15422
|
+
60% {
|
|
15423
|
+
opacity: 1;
|
|
15424
|
+
transform: translate3d(25px, 0, 0) scaleX(1);
|
|
15425
|
+
}
|
|
15426
|
+
75% {
|
|
15427
|
+
transform: translate3d(-10px, 0, 0) scaleX(0.98);
|
|
15428
|
+
}
|
|
15429
|
+
90% {
|
|
15430
|
+
transform: translate3d(5px, 0, 0) scaleX(0.995);
|
|
15431
|
+
}
|
|
15432
|
+
to {
|
|
15433
|
+
transform: translateZ(0);
|
|
15434
|
+
}
|
|
15435
|
+
}
|
|
15436
|
+
.animate__bounceInLeft {
|
|
15437
|
+
animation-name: bounceInLeft;
|
|
15438
|
+
}
|
|
15439
|
+
@keyframes bounceInRight {
|
|
15440
|
+
0%, 60%, 75%, 90%, to {
|
|
15441
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15442
|
+
}
|
|
15443
|
+
0% {
|
|
15444
|
+
opacity: 0;
|
|
15445
|
+
transform: translate3d(3000px, 0, 0) scaleX(3);
|
|
15446
|
+
}
|
|
15447
|
+
60% {
|
|
15448
|
+
opacity: 1;
|
|
15449
|
+
transform: translate3d(-25px, 0, 0) scaleX(1);
|
|
15450
|
+
}
|
|
15451
|
+
75% {
|
|
15452
|
+
transform: translate3d(10px, 0, 0) scaleX(0.98);
|
|
15453
|
+
}
|
|
15454
|
+
90% {
|
|
15455
|
+
transform: translate3d(-5px, 0, 0) scaleX(0.995);
|
|
15456
|
+
}
|
|
15457
|
+
to {
|
|
15458
|
+
transform: translateZ(0);
|
|
15459
|
+
}
|
|
15460
|
+
}
|
|
15461
|
+
.animate__bounceInRight {
|
|
15462
|
+
animation-name: bounceInRight;
|
|
15463
|
+
}
|
|
15464
|
+
@keyframes bounceInUp {
|
|
15465
|
+
0%, 60%, 75%, 90%, to {
|
|
15466
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15467
|
+
}
|
|
15468
|
+
0% {
|
|
15469
|
+
opacity: 0;
|
|
15470
|
+
transform: translate3d(0, 3000px, 0) scaleY(5);
|
|
15471
|
+
}
|
|
15472
|
+
60% {
|
|
15473
|
+
opacity: 1;
|
|
15474
|
+
transform: translate3d(0, -20px, 0) scaleY(0.9);
|
|
15475
|
+
}
|
|
15476
|
+
75% {
|
|
15477
|
+
transform: translate3d(0, 10px, 0) scaleY(0.95);
|
|
15478
|
+
}
|
|
15479
|
+
90% {
|
|
15480
|
+
transform: translate3d(0, -5px, 0) scaleY(0.985);
|
|
15481
|
+
}
|
|
15482
|
+
to {
|
|
15483
|
+
transform: translateZ(0);
|
|
15484
|
+
}
|
|
15485
|
+
}
|
|
15486
|
+
.animate__bounceInUp {
|
|
15487
|
+
animation-name: bounceInUp;
|
|
15488
|
+
}
|
|
15489
|
+
@keyframes bounceOut {
|
|
15490
|
+
20% {
|
|
15491
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
|
15492
|
+
}
|
|
15493
|
+
50%, 55% {
|
|
15494
|
+
opacity: 1;
|
|
15495
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
|
15496
|
+
}
|
|
15497
|
+
to {
|
|
15498
|
+
opacity: 0;
|
|
15499
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
15500
|
+
}
|
|
15501
|
+
}
|
|
15502
|
+
.animate__bounceOut {
|
|
15503
|
+
animation-duration: 0.75s;
|
|
15504
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
15505
|
+
animation-name: bounceOut;
|
|
15506
|
+
}
|
|
15507
|
+
@keyframes bounceOutDown {
|
|
15508
|
+
20% {
|
|
15509
|
+
transform: translate3d(0, 10px, 0) scaleY(0.985);
|
|
15510
|
+
}
|
|
15511
|
+
40%, 45% {
|
|
15512
|
+
opacity: 1;
|
|
15513
|
+
transform: translate3d(0, -20px, 0) scaleY(0.9);
|
|
15514
|
+
}
|
|
15515
|
+
to {
|
|
15516
|
+
opacity: 0;
|
|
15517
|
+
transform: translate3d(0, 2000px, 0) scaleY(3);
|
|
15518
|
+
}
|
|
15519
|
+
}
|
|
15520
|
+
.animate__bounceOutDown {
|
|
15521
|
+
animation-name: bounceOutDown;
|
|
15522
|
+
}
|
|
15523
|
+
@keyframes bounceOutLeft {
|
|
15524
|
+
20% {
|
|
15525
|
+
opacity: 1;
|
|
15526
|
+
transform: translate3d(20px, 0, 0) scaleX(0.9);
|
|
15527
|
+
}
|
|
15528
|
+
to {
|
|
15529
|
+
opacity: 0;
|
|
15530
|
+
transform: translate3d(-2000px, 0, 0) scaleX(2);
|
|
15531
|
+
}
|
|
15532
|
+
}
|
|
15533
|
+
.animate__bounceOutLeft {
|
|
15534
|
+
animation-name: bounceOutLeft;
|
|
15535
|
+
}
|
|
15536
|
+
@keyframes bounceOutRight {
|
|
15537
|
+
20% {
|
|
15538
|
+
opacity: 1;
|
|
15539
|
+
transform: translate3d(-20px, 0, 0) scaleX(0.9);
|
|
15540
|
+
}
|
|
15541
|
+
to {
|
|
15542
|
+
opacity: 0;
|
|
15543
|
+
transform: translate3d(2000px, 0, 0) scaleX(2);
|
|
15544
|
+
}
|
|
15545
|
+
}
|
|
15546
|
+
.animate__bounceOutRight {
|
|
15547
|
+
animation-name: bounceOutRight;
|
|
15548
|
+
}
|
|
15549
|
+
@keyframes bounceOutUp {
|
|
15550
|
+
20% {
|
|
15551
|
+
transform: translate3d(0, -10px, 0) scaleY(0.985);
|
|
15552
|
+
}
|
|
15553
|
+
40%, 45% {
|
|
15554
|
+
opacity: 1;
|
|
15555
|
+
transform: translate3d(0, 20px, 0) scaleY(0.9);
|
|
15556
|
+
}
|
|
15557
|
+
to {
|
|
15558
|
+
opacity: 0;
|
|
15559
|
+
transform: translate3d(0, -2000px, 0) scaleY(3);
|
|
15560
|
+
}
|
|
15561
|
+
}
|
|
15562
|
+
.animate__bounceOutUp {
|
|
15563
|
+
animation-name: bounceOutUp;
|
|
15564
|
+
}
|
|
15565
|
+
@keyframes fadeIn {
|
|
15566
|
+
0% {
|
|
15567
|
+
opacity: 0;
|
|
15568
|
+
}
|
|
15569
|
+
to {
|
|
15570
|
+
opacity: 1;
|
|
15571
|
+
}
|
|
15572
|
+
}
|
|
15573
|
+
.animate__fadeIn {
|
|
15574
|
+
animation-name: fadeIn;
|
|
15575
|
+
}
|
|
15576
|
+
@keyframes fadeInDown {
|
|
15577
|
+
0% {
|
|
15578
|
+
opacity: 0;
|
|
15579
|
+
transform: translate3d(0, -100%, 0);
|
|
15580
|
+
}
|
|
15581
|
+
to {
|
|
15582
|
+
opacity: 1;
|
|
15583
|
+
transform: translateZ(0);
|
|
15584
|
+
}
|
|
15585
|
+
}
|
|
15586
|
+
.animate__fadeInDown {
|
|
15587
|
+
animation-name: fadeInDown;
|
|
15588
|
+
}
|
|
15589
|
+
@keyframes fadeInDownBig {
|
|
15590
|
+
0% {
|
|
15591
|
+
opacity: 0;
|
|
15592
|
+
transform: translate3d(0, -2000px, 0);
|
|
15593
|
+
}
|
|
15594
|
+
to {
|
|
15595
|
+
opacity: 1;
|
|
15596
|
+
transform: translateZ(0);
|
|
15597
|
+
}
|
|
15598
|
+
}
|
|
15599
|
+
.animate__fadeInDownBig {
|
|
15600
|
+
animation-name: fadeInDownBig;
|
|
15601
|
+
}
|
|
15602
|
+
@keyframes fadeInLeft {
|
|
15603
|
+
0% {
|
|
15604
|
+
opacity: 0;
|
|
15605
|
+
transform: translate3d(-100%, 0, 0);
|
|
15606
|
+
}
|
|
15607
|
+
to {
|
|
15608
|
+
opacity: 1;
|
|
15609
|
+
transform: translateZ(0);
|
|
15610
|
+
}
|
|
15611
|
+
}
|
|
15612
|
+
.animate__fadeInLeft {
|
|
15613
|
+
animation-name: fadeInLeft;
|
|
15614
|
+
}
|
|
15615
|
+
@keyframes fadeInLeftBig {
|
|
15616
|
+
0% {
|
|
15617
|
+
opacity: 0;
|
|
15618
|
+
transform: translate3d(-2000px, 0, 0);
|
|
15619
|
+
}
|
|
15620
|
+
to {
|
|
15621
|
+
opacity: 1;
|
|
15622
|
+
transform: translateZ(0);
|
|
15623
|
+
}
|
|
15624
|
+
}
|
|
15625
|
+
.animate__fadeInLeftBig {
|
|
15626
|
+
animation-name: fadeInLeftBig;
|
|
15627
|
+
}
|
|
15628
|
+
@keyframes fadeInRight {
|
|
15629
|
+
0% {
|
|
15630
|
+
opacity: 0;
|
|
15631
|
+
transform: translate3d(100%, 0, 0);
|
|
15632
|
+
}
|
|
15633
|
+
to {
|
|
15634
|
+
opacity: 1;
|
|
15635
|
+
transform: translateZ(0);
|
|
15636
|
+
}
|
|
15637
|
+
}
|
|
15638
|
+
.animate__fadeInRight {
|
|
15639
|
+
animation-name: fadeInRight;
|
|
15640
|
+
}
|
|
15641
|
+
@keyframes fadeInRightBig {
|
|
15642
|
+
0% {
|
|
15643
|
+
opacity: 0;
|
|
15644
|
+
transform: translate3d(2000px, 0, 0);
|
|
15645
|
+
}
|
|
15646
|
+
to {
|
|
15647
|
+
opacity: 1;
|
|
15648
|
+
transform: translateZ(0);
|
|
15649
|
+
}
|
|
15650
|
+
}
|
|
15651
|
+
.animate__fadeInRightBig {
|
|
15652
|
+
animation-name: fadeInRightBig;
|
|
15653
|
+
}
|
|
15654
|
+
@keyframes fadeInUp {
|
|
15655
|
+
0% {
|
|
15656
|
+
opacity: 0;
|
|
15657
|
+
transform: translate3d(0, 100%, 0);
|
|
15658
|
+
}
|
|
15659
|
+
to {
|
|
15660
|
+
opacity: 1;
|
|
15661
|
+
transform: translateZ(0);
|
|
15662
|
+
}
|
|
15663
|
+
}
|
|
15664
|
+
.animate__fadeInUp {
|
|
15665
|
+
animation-name: fadeInUp;
|
|
15666
|
+
}
|
|
15667
|
+
@keyframes fadeInUpBig {
|
|
15668
|
+
0% {
|
|
15669
|
+
opacity: 0;
|
|
15670
|
+
transform: translate3d(0, 2000px, 0);
|
|
15671
|
+
}
|
|
15672
|
+
to {
|
|
15673
|
+
opacity: 1;
|
|
15674
|
+
transform: translateZ(0);
|
|
15675
|
+
}
|
|
15676
|
+
}
|
|
15677
|
+
.animate__fadeInUpBig {
|
|
15678
|
+
animation-name: fadeInUpBig;
|
|
15679
|
+
}
|
|
15680
|
+
@keyframes fadeInTopLeft {
|
|
15681
|
+
0% {
|
|
15682
|
+
opacity: 0;
|
|
15683
|
+
transform: translate3d(-100%, -100%, 0);
|
|
15684
|
+
}
|
|
15685
|
+
to {
|
|
15686
|
+
opacity: 1;
|
|
15687
|
+
transform: translateZ(0);
|
|
15688
|
+
}
|
|
15689
|
+
}
|
|
15690
|
+
.animate__fadeInTopLeft {
|
|
15691
|
+
animation-name: fadeInTopLeft;
|
|
15692
|
+
}
|
|
15693
|
+
@keyframes fadeInTopRight {
|
|
15694
|
+
0% {
|
|
15695
|
+
opacity: 0;
|
|
15696
|
+
transform: translate3d(100%, -100%, 0);
|
|
15697
|
+
}
|
|
15698
|
+
to {
|
|
15699
|
+
opacity: 1;
|
|
15700
|
+
transform: translateZ(0);
|
|
15701
|
+
}
|
|
15702
|
+
}
|
|
15703
|
+
.animate__fadeInTopRight {
|
|
15704
|
+
animation-name: fadeInTopRight;
|
|
15705
|
+
}
|
|
15706
|
+
@keyframes fadeInBottomLeft {
|
|
15707
|
+
0% {
|
|
15708
|
+
opacity: 0;
|
|
15709
|
+
transform: translate3d(-100%, 100%, 0);
|
|
15710
|
+
}
|
|
15711
|
+
to {
|
|
15712
|
+
opacity: 1;
|
|
15713
|
+
transform: translateZ(0);
|
|
15714
|
+
}
|
|
15715
|
+
}
|
|
15716
|
+
.animate__fadeInBottomLeft {
|
|
15717
|
+
animation-name: fadeInBottomLeft;
|
|
15718
|
+
}
|
|
15719
|
+
@keyframes fadeInBottomRight {
|
|
15720
|
+
0% {
|
|
15721
|
+
opacity: 0;
|
|
15722
|
+
transform: translate3d(100%, 100%, 0);
|
|
15723
|
+
}
|
|
15724
|
+
to {
|
|
15725
|
+
opacity: 1;
|
|
15726
|
+
transform: translateZ(0);
|
|
15727
|
+
}
|
|
15728
|
+
}
|
|
15729
|
+
.animate__fadeInBottomRight {
|
|
15730
|
+
animation-name: fadeInBottomRight;
|
|
15731
|
+
}
|
|
15732
|
+
@keyframes fadeOut {
|
|
15733
|
+
0% {
|
|
15734
|
+
opacity: 1;
|
|
15735
|
+
}
|
|
15736
|
+
to {
|
|
15737
|
+
opacity: 0;
|
|
15738
|
+
}
|
|
15739
|
+
}
|
|
15740
|
+
.animate__fadeOut {
|
|
15741
|
+
animation-name: fadeOut;
|
|
15742
|
+
}
|
|
15743
|
+
@keyframes fadeOutDown {
|
|
15744
|
+
0% {
|
|
15745
|
+
opacity: 1;
|
|
15746
|
+
}
|
|
15747
|
+
to {
|
|
15748
|
+
opacity: 0;
|
|
15749
|
+
transform: translate3d(0, 100%, 0);
|
|
15750
|
+
}
|
|
15751
|
+
}
|
|
15752
|
+
.animate__fadeOutDown {
|
|
15753
|
+
animation-name: fadeOutDown;
|
|
15754
|
+
}
|
|
15755
|
+
@keyframes fadeOutDownBig {
|
|
15756
|
+
0% {
|
|
15757
|
+
opacity: 1;
|
|
15758
|
+
}
|
|
15759
|
+
to {
|
|
15760
|
+
opacity: 0;
|
|
15761
|
+
transform: translate3d(0, 2000px, 0);
|
|
15762
|
+
}
|
|
15763
|
+
}
|
|
15764
|
+
.animate__fadeOutDownBig {
|
|
15765
|
+
animation-name: fadeOutDownBig;
|
|
15766
|
+
}
|
|
15767
|
+
@keyframes fadeOutLeft {
|
|
15768
|
+
0% {
|
|
15769
|
+
opacity: 1;
|
|
15770
|
+
}
|
|
15771
|
+
to {
|
|
15772
|
+
opacity: 0;
|
|
15773
|
+
transform: translate3d(-100%, 0, 0);
|
|
15774
|
+
}
|
|
15775
|
+
}
|
|
15776
|
+
.animate__fadeOutLeft {
|
|
15777
|
+
animation-name: fadeOutLeft;
|
|
15778
|
+
}
|
|
15779
|
+
@keyframes fadeOutLeftBig {
|
|
15780
|
+
0% {
|
|
15781
|
+
opacity: 1;
|
|
15782
|
+
}
|
|
15783
|
+
to {
|
|
15784
|
+
opacity: 0;
|
|
15785
|
+
transform: translate3d(-2000px, 0, 0);
|
|
15786
|
+
}
|
|
15787
|
+
}
|
|
15788
|
+
.animate__fadeOutLeftBig {
|
|
15789
|
+
animation-name: fadeOutLeftBig;
|
|
15790
|
+
}
|
|
15791
|
+
@keyframes fadeOutRight {
|
|
15792
|
+
0% {
|
|
15793
|
+
opacity: 1;
|
|
15794
|
+
}
|
|
15795
|
+
to {
|
|
15796
|
+
opacity: 0;
|
|
15797
|
+
transform: translate3d(100%, 0, 0);
|
|
15798
|
+
}
|
|
15799
|
+
}
|
|
15800
|
+
.animate__fadeOutRight {
|
|
15801
|
+
animation-name: fadeOutRight;
|
|
15802
|
+
}
|
|
15803
|
+
@keyframes fadeOutRightBig {
|
|
15804
|
+
0% {
|
|
15805
|
+
opacity: 1;
|
|
15806
|
+
}
|
|
15807
|
+
to {
|
|
15808
|
+
opacity: 0;
|
|
15809
|
+
transform: translate3d(2000px, 0, 0);
|
|
15810
|
+
}
|
|
15811
|
+
}
|
|
15812
|
+
.animate__fadeOutRightBig {
|
|
15813
|
+
animation-name: fadeOutRightBig;
|
|
15814
|
+
}
|
|
15815
|
+
@keyframes fadeOutUp {
|
|
15816
|
+
0% {
|
|
15817
|
+
opacity: 1;
|
|
15818
|
+
}
|
|
15819
|
+
to {
|
|
15820
|
+
opacity: 0;
|
|
15821
|
+
transform: translate3d(0, -100%, 0);
|
|
15822
|
+
}
|
|
15823
|
+
}
|
|
15824
|
+
.animate__fadeOutUp {
|
|
15825
|
+
animation-name: fadeOutUp;
|
|
15826
|
+
}
|
|
15827
|
+
@keyframes fadeOutUpBig {
|
|
15828
|
+
0% {
|
|
15829
|
+
opacity: 1;
|
|
15830
|
+
}
|
|
15831
|
+
to {
|
|
15832
|
+
opacity: 0;
|
|
15833
|
+
transform: translate3d(0, -2000px, 0);
|
|
15834
|
+
}
|
|
15835
|
+
}
|
|
15836
|
+
.animate__fadeOutUpBig {
|
|
15837
|
+
animation-name: fadeOutUpBig;
|
|
15838
|
+
}
|
|
15839
|
+
@keyframes fadeOutTopLeft {
|
|
15840
|
+
0% {
|
|
15841
|
+
opacity: 1;
|
|
15842
|
+
transform: translateZ(0);
|
|
15843
|
+
}
|
|
15844
|
+
to {
|
|
15845
|
+
opacity: 0;
|
|
15846
|
+
transform: translate3d(-100%, -100%, 0);
|
|
15847
|
+
}
|
|
15848
|
+
}
|
|
15849
|
+
.animate__fadeOutTopLeft {
|
|
15850
|
+
animation-name: fadeOutTopLeft;
|
|
15851
|
+
}
|
|
15852
|
+
@keyframes fadeOutTopRight {
|
|
15853
|
+
0% {
|
|
15854
|
+
opacity: 1;
|
|
15855
|
+
transform: translateZ(0);
|
|
15856
|
+
}
|
|
15857
|
+
to {
|
|
15858
|
+
opacity: 0;
|
|
15859
|
+
transform: translate3d(100%, -100%, 0);
|
|
15860
|
+
}
|
|
15861
|
+
}
|
|
15862
|
+
.animate__fadeOutTopRight {
|
|
15863
|
+
animation-name: fadeOutTopRight;
|
|
15864
|
+
}
|
|
15865
|
+
@keyframes fadeOutBottomRight {
|
|
15866
|
+
0% {
|
|
15867
|
+
opacity: 1;
|
|
15868
|
+
transform: translateZ(0);
|
|
15869
|
+
}
|
|
15870
|
+
to {
|
|
15871
|
+
opacity: 0;
|
|
15872
|
+
transform: translate3d(100%, 100%, 0);
|
|
15873
|
+
}
|
|
15874
|
+
}
|
|
15875
|
+
.animate__fadeOutBottomRight {
|
|
15876
|
+
animation-name: fadeOutBottomRight;
|
|
15877
|
+
}
|
|
15878
|
+
@keyframes fadeOutBottomLeft {
|
|
15879
|
+
0% {
|
|
15880
|
+
opacity: 1;
|
|
15881
|
+
transform: translateZ(0);
|
|
15882
|
+
}
|
|
15883
|
+
to {
|
|
15884
|
+
opacity: 0;
|
|
15885
|
+
transform: translate3d(-100%, 100%, 0);
|
|
15886
|
+
}
|
|
15887
|
+
}
|
|
15888
|
+
.animate__fadeOutBottomLeft {
|
|
15889
|
+
animation-name: fadeOutBottomLeft;
|
|
15890
|
+
}
|
|
15891
|
+
@keyframes flip {
|
|
15892
|
+
0% {
|
|
15893
|
+
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
|
|
15894
|
+
animation-timing-function: ease-out;
|
|
15895
|
+
}
|
|
15896
|
+
40% {
|
|
15897
|
+
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
|
|
15898
|
+
animation-timing-function: ease-out;
|
|
15899
|
+
}
|
|
15900
|
+
50% {
|
|
15901
|
+
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
|
|
15902
|
+
animation-timing-function: ease-in;
|
|
15903
|
+
}
|
|
15904
|
+
80% {
|
|
15905
|
+
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
|
|
15906
|
+
animation-timing-function: ease-in;
|
|
15907
|
+
}
|
|
15908
|
+
to {
|
|
15909
|
+
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
|
|
15910
|
+
animation-timing-function: ease-in;
|
|
15911
|
+
}
|
|
15912
|
+
}
|
|
15913
|
+
.animate__animated.animate__flip {
|
|
15914
|
+
backface-visibility: visible;
|
|
15915
|
+
animation-name: flip;
|
|
15916
|
+
}
|
|
15917
|
+
@keyframes flipInX {
|
|
15918
|
+
0% {
|
|
15919
|
+
transform: perspective(400px) rotateX(90deg);
|
|
15920
|
+
animation-timing-function: ease-in;
|
|
15921
|
+
opacity: 0;
|
|
15922
|
+
}
|
|
15923
|
+
40% {
|
|
15924
|
+
transform: perspective(400px) rotateX(-20deg);
|
|
15925
|
+
animation-timing-function: ease-in;
|
|
15926
|
+
}
|
|
15927
|
+
60% {
|
|
15928
|
+
transform: perspective(400px) rotateX(10deg);
|
|
15929
|
+
opacity: 1;
|
|
15930
|
+
}
|
|
15931
|
+
80% {
|
|
15932
|
+
transform: perspective(400px) rotateX(-5deg);
|
|
15933
|
+
}
|
|
15934
|
+
to {
|
|
15935
|
+
transform: perspective(400px);
|
|
15936
|
+
}
|
|
15937
|
+
}
|
|
15938
|
+
.animate__flipInX {
|
|
15939
|
+
backface-visibility: visible !important;
|
|
15940
|
+
animation-name: flipInX;
|
|
15941
|
+
}
|
|
15942
|
+
@keyframes flipInY {
|
|
15943
|
+
0% {
|
|
15944
|
+
transform: perspective(400px) rotateY(90deg);
|
|
15945
|
+
animation-timing-function: ease-in;
|
|
15946
|
+
opacity: 0;
|
|
15947
|
+
}
|
|
15948
|
+
40% {
|
|
15949
|
+
transform: perspective(400px) rotateY(-20deg);
|
|
15950
|
+
animation-timing-function: ease-in;
|
|
15951
|
+
}
|
|
15952
|
+
60% {
|
|
15953
|
+
transform: perspective(400px) rotateY(10deg);
|
|
15954
|
+
opacity: 1;
|
|
15955
|
+
}
|
|
15956
|
+
80% {
|
|
15957
|
+
transform: perspective(400px) rotateY(-5deg);
|
|
15958
|
+
}
|
|
15959
|
+
to {
|
|
15960
|
+
transform: perspective(400px);
|
|
15961
|
+
}
|
|
15962
|
+
}
|
|
15963
|
+
.animate__flipInY {
|
|
15964
|
+
backface-visibility: visible !important;
|
|
15965
|
+
animation-name: flipInY;
|
|
15966
|
+
}
|
|
15967
|
+
@keyframes flipOutX {
|
|
15968
|
+
0% {
|
|
15969
|
+
transform: perspective(400px);
|
|
15970
|
+
}
|
|
15971
|
+
30% {
|
|
15972
|
+
transform: perspective(400px) rotateX(-20deg);
|
|
15973
|
+
opacity: 1;
|
|
15974
|
+
}
|
|
15975
|
+
to {
|
|
15976
|
+
transform: perspective(400px) rotateX(90deg);
|
|
15977
|
+
opacity: 0;
|
|
15978
|
+
}
|
|
15979
|
+
}
|
|
15980
|
+
.animate__flipOutX {
|
|
15981
|
+
animation-duration: 0.75s;
|
|
15982
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
15983
|
+
animation-name: flipOutX;
|
|
15984
|
+
backface-visibility: visible !important;
|
|
15985
|
+
}
|
|
15986
|
+
@keyframes flipOutY {
|
|
15987
|
+
0% {
|
|
15988
|
+
transform: perspective(400px);
|
|
15989
|
+
}
|
|
15990
|
+
30% {
|
|
15991
|
+
transform: perspective(400px) rotateY(-15deg);
|
|
15992
|
+
opacity: 1;
|
|
15993
|
+
}
|
|
15994
|
+
to {
|
|
15995
|
+
transform: perspective(400px) rotateY(90deg);
|
|
15996
|
+
opacity: 0;
|
|
15997
|
+
}
|
|
15998
|
+
}
|
|
15999
|
+
.animate__flipOutY {
|
|
16000
|
+
animation-duration: 0.75s;
|
|
16001
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
16002
|
+
backface-visibility: visible !important;
|
|
16003
|
+
animation-name: flipOutY;
|
|
16004
|
+
}
|
|
16005
|
+
@keyframes lightSpeedInRight {
|
|
16006
|
+
0% {
|
|
16007
|
+
transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
16008
|
+
opacity: 0;
|
|
16009
|
+
}
|
|
16010
|
+
60% {
|
|
16011
|
+
transform: skewX(20deg);
|
|
16012
|
+
opacity: 1;
|
|
16013
|
+
}
|
|
16014
|
+
80% {
|
|
16015
|
+
transform: skewX(-5deg);
|
|
16016
|
+
}
|
|
16017
|
+
to {
|
|
16018
|
+
transform: translateZ(0);
|
|
16019
|
+
}
|
|
16020
|
+
}
|
|
16021
|
+
.animate__lightSpeedInRight {
|
|
16022
|
+
animation-name: lightSpeedInRight;
|
|
16023
|
+
animation-timing-function: ease-out;
|
|
16024
|
+
}
|
|
16025
|
+
@keyframes lightSpeedInLeft {
|
|
16026
|
+
0% {
|
|
16027
|
+
transform: translate3d(-100%, 0, 0) skewX(30deg);
|
|
16028
|
+
opacity: 0;
|
|
16029
|
+
}
|
|
16030
|
+
60% {
|
|
16031
|
+
transform: skewX(-20deg);
|
|
16032
|
+
opacity: 1;
|
|
16033
|
+
}
|
|
16034
|
+
80% {
|
|
16035
|
+
transform: skewX(5deg);
|
|
16036
|
+
}
|
|
16037
|
+
to {
|
|
16038
|
+
transform: translateZ(0);
|
|
16039
|
+
}
|
|
16040
|
+
}
|
|
16041
|
+
.animate__lightSpeedInLeft {
|
|
16042
|
+
animation-name: lightSpeedInLeft;
|
|
16043
|
+
animation-timing-function: ease-out;
|
|
16044
|
+
}
|
|
16045
|
+
@keyframes lightSpeedOutRight {
|
|
16046
|
+
0% {
|
|
16047
|
+
opacity: 1;
|
|
16048
|
+
}
|
|
16049
|
+
to {
|
|
16050
|
+
transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
16051
|
+
opacity: 0;
|
|
16052
|
+
}
|
|
16053
|
+
}
|
|
16054
|
+
.animate__lightSpeedOutRight {
|
|
16055
|
+
animation-name: lightSpeedOutRight;
|
|
16056
|
+
animation-timing-function: ease-in;
|
|
16057
|
+
}
|
|
16058
|
+
@keyframes lightSpeedOutLeft {
|
|
16059
|
+
0% {
|
|
16060
|
+
opacity: 1;
|
|
16061
|
+
}
|
|
16062
|
+
to {
|
|
16063
|
+
transform: translate3d(-100%, 0, 0) skewX(-30deg);
|
|
16064
|
+
opacity: 0;
|
|
16065
|
+
}
|
|
16066
|
+
}
|
|
16067
|
+
.animate__lightSpeedOutLeft {
|
|
16068
|
+
animation-name: lightSpeedOutLeft;
|
|
16069
|
+
animation-timing-function: ease-in;
|
|
16070
|
+
}
|
|
16071
|
+
@keyframes rotateIn {
|
|
16072
|
+
0% {
|
|
16073
|
+
transform: rotate(-200deg);
|
|
16074
|
+
opacity: 0;
|
|
16075
|
+
}
|
|
16076
|
+
to {
|
|
16077
|
+
transform: translateZ(0);
|
|
16078
|
+
opacity: 1;
|
|
16079
|
+
}
|
|
16080
|
+
}
|
|
16081
|
+
.animate__rotateIn {
|
|
16082
|
+
animation-name: rotateIn;
|
|
16083
|
+
transform-origin: center;
|
|
16084
|
+
}
|
|
16085
|
+
@keyframes rotateInDownLeft {
|
|
16086
|
+
0% {
|
|
16087
|
+
transform: rotate(-45deg);
|
|
16088
|
+
opacity: 0;
|
|
16089
|
+
}
|
|
16090
|
+
to {
|
|
16091
|
+
transform: translateZ(0);
|
|
16092
|
+
opacity: 1;
|
|
16093
|
+
}
|
|
16094
|
+
}
|
|
16095
|
+
.animate__rotateInDownLeft {
|
|
16096
|
+
animation-name: rotateInDownLeft;
|
|
16097
|
+
transform-origin: left bottom;
|
|
16098
|
+
}
|
|
16099
|
+
@keyframes rotateInDownRight {
|
|
16100
|
+
0% {
|
|
16101
|
+
transform: rotate(45deg);
|
|
16102
|
+
opacity: 0;
|
|
16103
|
+
}
|
|
16104
|
+
to {
|
|
16105
|
+
transform: translateZ(0);
|
|
16106
|
+
opacity: 1;
|
|
16107
|
+
}
|
|
16108
|
+
}
|
|
16109
|
+
.animate__rotateInDownRight {
|
|
16110
|
+
animation-name: rotateInDownRight;
|
|
16111
|
+
transform-origin: right bottom;
|
|
16112
|
+
}
|
|
16113
|
+
@keyframes rotateInUpLeft {
|
|
16114
|
+
0% {
|
|
16115
|
+
transform: rotate(45deg);
|
|
16116
|
+
opacity: 0;
|
|
16117
|
+
}
|
|
16118
|
+
to {
|
|
16119
|
+
transform: translateZ(0);
|
|
16120
|
+
opacity: 1;
|
|
16121
|
+
}
|
|
16122
|
+
}
|
|
16123
|
+
.animate__rotateInUpLeft {
|
|
16124
|
+
animation-name: rotateInUpLeft;
|
|
16125
|
+
transform-origin: left bottom;
|
|
16126
|
+
}
|
|
16127
|
+
@keyframes rotateInUpRight {
|
|
16128
|
+
0% {
|
|
16129
|
+
transform: rotate(-90deg);
|
|
16130
|
+
opacity: 0;
|
|
16131
|
+
}
|
|
16132
|
+
to {
|
|
16133
|
+
transform: translateZ(0);
|
|
16134
|
+
opacity: 1;
|
|
16135
|
+
}
|
|
16136
|
+
}
|
|
16137
|
+
.animate__rotateInUpRight {
|
|
16138
|
+
animation-name: rotateInUpRight;
|
|
16139
|
+
transform-origin: right bottom;
|
|
16140
|
+
}
|
|
16141
|
+
@keyframes rotateOut {
|
|
16142
|
+
0% {
|
|
16143
|
+
opacity: 1;
|
|
16144
|
+
}
|
|
16145
|
+
to {
|
|
16146
|
+
transform: rotate(200deg);
|
|
16147
|
+
opacity: 0;
|
|
16148
|
+
}
|
|
16149
|
+
}
|
|
16150
|
+
.animate__rotateOut {
|
|
16151
|
+
animation-name: rotateOut;
|
|
16152
|
+
transform-origin: center;
|
|
16153
|
+
}
|
|
16154
|
+
@keyframes rotateOutDownLeft {
|
|
16155
|
+
0% {
|
|
16156
|
+
opacity: 1;
|
|
16157
|
+
}
|
|
16158
|
+
to {
|
|
16159
|
+
transform: rotate(45deg);
|
|
16160
|
+
opacity: 0;
|
|
16161
|
+
}
|
|
16162
|
+
}
|
|
16163
|
+
.animate__rotateOutDownLeft {
|
|
16164
|
+
animation-name: rotateOutDownLeft;
|
|
16165
|
+
transform-origin: left bottom;
|
|
16166
|
+
}
|
|
16167
|
+
@keyframes rotateOutDownRight {
|
|
16168
|
+
0% {
|
|
16169
|
+
opacity: 1;
|
|
16170
|
+
}
|
|
16171
|
+
to {
|
|
16172
|
+
transform: rotate(-45deg);
|
|
16173
|
+
opacity: 0;
|
|
16174
|
+
}
|
|
16175
|
+
}
|
|
16176
|
+
.animate__rotateOutDownRight {
|
|
16177
|
+
animation-name: rotateOutDownRight;
|
|
16178
|
+
transform-origin: right bottom;
|
|
16179
|
+
}
|
|
16180
|
+
@keyframes rotateOutUpLeft {
|
|
16181
|
+
0% {
|
|
16182
|
+
opacity: 1;
|
|
16183
|
+
}
|
|
16184
|
+
to {
|
|
16185
|
+
transform: rotate(-45deg);
|
|
16186
|
+
opacity: 0;
|
|
16187
|
+
}
|
|
16188
|
+
}
|
|
16189
|
+
.animate__rotateOutUpLeft {
|
|
16190
|
+
animation-name: rotateOutUpLeft;
|
|
16191
|
+
transform-origin: left bottom;
|
|
16192
|
+
}
|
|
16193
|
+
@keyframes rotateOutUpRight {
|
|
16194
|
+
0% {
|
|
16195
|
+
opacity: 1;
|
|
16196
|
+
}
|
|
16197
|
+
to {
|
|
16198
|
+
transform: rotate(90deg);
|
|
16199
|
+
opacity: 0;
|
|
16200
|
+
}
|
|
16201
|
+
}
|
|
16202
|
+
.animate__rotateOutUpRight {
|
|
16203
|
+
animation-name: rotateOutUpRight;
|
|
16204
|
+
transform-origin: right bottom;
|
|
16205
|
+
}
|
|
16206
|
+
@keyframes hinge {
|
|
16207
|
+
0% {
|
|
16208
|
+
animation-timing-function: ease-in-out;
|
|
16209
|
+
}
|
|
16210
|
+
20%, 60% {
|
|
16211
|
+
transform: rotate(80deg);
|
|
16212
|
+
animation-timing-function: ease-in-out;
|
|
16213
|
+
}
|
|
16214
|
+
40%, 80% {
|
|
16215
|
+
transform: rotate(60deg);
|
|
16216
|
+
animation-timing-function: ease-in-out;
|
|
16217
|
+
opacity: 1;
|
|
16218
|
+
}
|
|
16219
|
+
to {
|
|
16220
|
+
transform: translate3d(0, 700px, 0);
|
|
16221
|
+
opacity: 0;
|
|
16222
|
+
}
|
|
16223
|
+
}
|
|
16224
|
+
.animate__hinge {
|
|
16225
|
+
animation-duration: 2s;
|
|
16226
|
+
animation-duration: calc(var(--animate-duration) * 2);
|
|
16227
|
+
animation-name: hinge;
|
|
16228
|
+
transform-origin: top left;
|
|
16229
|
+
}
|
|
16230
|
+
@keyframes jackInTheBox {
|
|
16231
|
+
0% {
|
|
16232
|
+
opacity: 0;
|
|
16233
|
+
transform: scale(0.1) rotate(30deg);
|
|
16234
|
+
transform-origin: center bottom;
|
|
16235
|
+
}
|
|
16236
|
+
50% {
|
|
16237
|
+
transform: rotate(-10deg);
|
|
16238
|
+
}
|
|
16239
|
+
70% {
|
|
16240
|
+
transform: rotate(3deg);
|
|
16241
|
+
}
|
|
16242
|
+
to {
|
|
16243
|
+
opacity: 1;
|
|
16244
|
+
transform: scale(1);
|
|
16245
|
+
}
|
|
16246
|
+
}
|
|
16247
|
+
.animate__jackInTheBox {
|
|
16248
|
+
animation-name: jackInTheBox;
|
|
16249
|
+
}
|
|
16250
|
+
@keyframes rollIn {
|
|
16251
|
+
0% {
|
|
16252
|
+
opacity: 0;
|
|
16253
|
+
transform: translate3d(-100%, 0, 0) rotate(-120deg);
|
|
16254
|
+
}
|
|
16255
|
+
to {
|
|
16256
|
+
opacity: 1;
|
|
16257
|
+
transform: translateZ(0);
|
|
16258
|
+
}
|
|
16259
|
+
}
|
|
16260
|
+
.animate__rollIn {
|
|
16261
|
+
animation-name: rollIn;
|
|
16262
|
+
}
|
|
16263
|
+
@keyframes rollOut {
|
|
16264
|
+
0% {
|
|
16265
|
+
opacity: 1;
|
|
16266
|
+
}
|
|
16267
|
+
to {
|
|
16268
|
+
opacity: 0;
|
|
16269
|
+
transform: translate3d(100%, 0, 0) rotate(120deg);
|
|
16270
|
+
}
|
|
16271
|
+
}
|
|
16272
|
+
.animate__rollOut {
|
|
16273
|
+
animation-name: rollOut;
|
|
16274
|
+
}
|
|
16275
|
+
@keyframes zoomIn {
|
|
16276
|
+
0% {
|
|
16277
|
+
opacity: 0;
|
|
16278
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
16279
|
+
}
|
|
16280
|
+
50% {
|
|
16281
|
+
opacity: 1;
|
|
16282
|
+
}
|
|
16283
|
+
}
|
|
16284
|
+
.animate__zoomIn {
|
|
16285
|
+
animation-name: zoomIn;
|
|
16286
|
+
}
|
|
16287
|
+
@keyframes zoomInDown {
|
|
16288
|
+
0% {
|
|
16289
|
+
opacity: 0;
|
|
16290
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
16291
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16292
|
+
}
|
|
16293
|
+
60% {
|
|
16294
|
+
opacity: 1;
|
|
16295
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
16296
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16297
|
+
}
|
|
16298
|
+
}
|
|
16299
|
+
.animate__zoomInDown {
|
|
16300
|
+
animation-name: zoomInDown;
|
|
16301
|
+
}
|
|
16302
|
+
@keyframes zoomInLeft {
|
|
16303
|
+
0% {
|
|
16304
|
+
opacity: 0;
|
|
16305
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
16306
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16307
|
+
}
|
|
16308
|
+
60% {
|
|
16309
|
+
opacity: 1;
|
|
16310
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
16311
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16312
|
+
}
|
|
16313
|
+
}
|
|
16314
|
+
.animate__zoomInLeft {
|
|
16315
|
+
animation-name: zoomInLeft;
|
|
16316
|
+
}
|
|
16317
|
+
@keyframes zoomInRight {
|
|
16318
|
+
0% {
|
|
16319
|
+
opacity: 0;
|
|
16320
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
16321
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16322
|
+
}
|
|
16323
|
+
60% {
|
|
16324
|
+
opacity: 1;
|
|
16325
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
16326
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16327
|
+
}
|
|
16328
|
+
}
|
|
16329
|
+
.animate__zoomInRight {
|
|
16330
|
+
animation-name: zoomInRight;
|
|
16331
|
+
}
|
|
16332
|
+
@keyframes zoomInUp {
|
|
16333
|
+
0% {
|
|
16334
|
+
opacity: 0;
|
|
16335
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
16336
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16337
|
+
}
|
|
16338
|
+
60% {
|
|
16339
|
+
opacity: 1;
|
|
16340
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
16341
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16342
|
+
}
|
|
16343
|
+
}
|
|
16344
|
+
.animate__zoomInUp {
|
|
16345
|
+
animation-name: zoomInUp;
|
|
16346
|
+
}
|
|
16347
|
+
@keyframes zoomOut {
|
|
16348
|
+
0% {
|
|
16349
|
+
opacity: 1;
|
|
16350
|
+
}
|
|
16351
|
+
50% {
|
|
16352
|
+
opacity: 0;
|
|
16353
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
16354
|
+
}
|
|
16355
|
+
to {
|
|
16356
|
+
opacity: 0;
|
|
16357
|
+
}
|
|
16358
|
+
}
|
|
16359
|
+
.animate__zoomOut {
|
|
16360
|
+
animation-name: zoomOut;
|
|
16361
|
+
}
|
|
16362
|
+
@keyframes zoomOutDown {
|
|
16363
|
+
40% {
|
|
16364
|
+
opacity: 1;
|
|
16365
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
16366
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16367
|
+
}
|
|
16368
|
+
to {
|
|
16369
|
+
opacity: 0;
|
|
16370
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
16371
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16372
|
+
}
|
|
16373
|
+
}
|
|
16374
|
+
.animate__zoomOutDown {
|
|
16375
|
+
animation-name: zoomOutDown;
|
|
16376
|
+
transform-origin: center bottom;
|
|
16377
|
+
}
|
|
16378
|
+
@keyframes zoomOutLeft {
|
|
16379
|
+
40% {
|
|
16380
|
+
opacity: 1;
|
|
16381
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
16382
|
+
}
|
|
16383
|
+
to {
|
|
16384
|
+
opacity: 0;
|
|
16385
|
+
transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
16386
|
+
}
|
|
16387
|
+
}
|
|
16388
|
+
.animate__zoomOutLeft {
|
|
16389
|
+
animation-name: zoomOutLeft;
|
|
16390
|
+
transform-origin: left center;
|
|
16391
|
+
}
|
|
16392
|
+
@keyframes zoomOutRight {
|
|
16393
|
+
40% {
|
|
16394
|
+
opacity: 1;
|
|
16395
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
16396
|
+
}
|
|
16397
|
+
to {
|
|
16398
|
+
opacity: 0;
|
|
16399
|
+
transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
16400
|
+
}
|
|
16401
|
+
}
|
|
16402
|
+
.animate__zoomOutRight {
|
|
16403
|
+
animation-name: zoomOutRight;
|
|
16404
|
+
transform-origin: right center;
|
|
16405
|
+
}
|
|
16406
|
+
@keyframes zoomOutUp {
|
|
16407
|
+
40% {
|
|
16408
|
+
opacity: 1;
|
|
16409
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
16410
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16411
|
+
}
|
|
16412
|
+
to {
|
|
16413
|
+
opacity: 0;
|
|
16414
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
16415
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16416
|
+
}
|
|
16417
|
+
}
|
|
16418
|
+
.animate__zoomOutUp {
|
|
16419
|
+
animation-name: zoomOutUp;
|
|
16420
|
+
transform-origin: center bottom;
|
|
16421
|
+
}
|
|
16422
|
+
@keyframes slideInDown {
|
|
16423
|
+
0% {
|
|
16424
|
+
transform: translate3d(0, -100%, 0);
|
|
16425
|
+
visibility: visible;
|
|
16426
|
+
}
|
|
16427
|
+
to {
|
|
16428
|
+
transform: translateZ(0);
|
|
16429
|
+
}
|
|
16430
|
+
}
|
|
16431
|
+
.animate__slideInDown {
|
|
16432
|
+
animation-name: slideInDown;
|
|
16433
|
+
}
|
|
16434
|
+
@keyframes slideInLeft {
|
|
16435
|
+
0% {
|
|
16436
|
+
transform: translate3d(-100%, 0, 0);
|
|
16437
|
+
visibility: visible;
|
|
16438
|
+
}
|
|
16439
|
+
to {
|
|
16440
|
+
transform: translateZ(0);
|
|
16441
|
+
}
|
|
16442
|
+
}
|
|
16443
|
+
.animate__slideInLeft {
|
|
16444
|
+
animation-name: slideInLeft;
|
|
16445
|
+
}
|
|
16446
|
+
@keyframes slideInRight {
|
|
16447
|
+
0% {
|
|
16448
|
+
transform: translate3d(100%, 0, 0);
|
|
16449
|
+
visibility: visible;
|
|
16450
|
+
}
|
|
16451
|
+
to {
|
|
16452
|
+
transform: translateZ(0);
|
|
16453
|
+
}
|
|
16454
|
+
}
|
|
16455
|
+
.animate__slideInRight {
|
|
16456
|
+
animation-name: slideInRight;
|
|
16457
|
+
}
|
|
16458
|
+
@keyframes slideInUp {
|
|
16459
|
+
0% {
|
|
16460
|
+
transform: translate3d(0, 100%, 0);
|
|
16461
|
+
visibility: visible;
|
|
16462
|
+
}
|
|
16463
|
+
to {
|
|
16464
|
+
transform: translateZ(0);
|
|
16465
|
+
}
|
|
16466
|
+
}
|
|
16467
|
+
.animate__slideInUp {
|
|
16468
|
+
animation-name: slideInUp;
|
|
16469
|
+
}
|
|
16470
|
+
@keyframes slideOutDown {
|
|
16471
|
+
0% {
|
|
16472
|
+
transform: translateZ(0);
|
|
16473
|
+
}
|
|
16474
|
+
to {
|
|
16475
|
+
visibility: hidden;
|
|
16476
|
+
transform: translate3d(0, 100%, 0);
|
|
16477
|
+
}
|
|
16478
|
+
}
|
|
16479
|
+
.animate__slideOutDown {
|
|
16480
|
+
animation-name: slideOutDown;
|
|
16481
|
+
}
|
|
16482
|
+
@keyframes slideOutLeft {
|
|
16483
|
+
0% {
|
|
16484
|
+
transform: translateZ(0);
|
|
16485
|
+
}
|
|
16486
|
+
to {
|
|
16487
|
+
visibility: hidden;
|
|
16488
|
+
transform: translate3d(-100%, 0, 0);
|
|
16489
|
+
}
|
|
16490
|
+
}
|
|
16491
|
+
.animate__slideOutLeft {
|
|
16492
|
+
animation-name: slideOutLeft;
|
|
16493
|
+
}
|
|
16494
|
+
@keyframes slideOutRight {
|
|
16495
|
+
0% {
|
|
16496
|
+
transform: translateZ(0);
|
|
16497
|
+
}
|
|
16498
|
+
to {
|
|
16499
|
+
visibility: hidden;
|
|
16500
|
+
transform: translate3d(100%, 0, 0);
|
|
16501
|
+
}
|
|
16502
|
+
}
|
|
16503
|
+
.animate__slideOutRight {
|
|
16504
|
+
animation-name: slideOutRight;
|
|
16505
|
+
}
|
|
16506
|
+
@keyframes slideOutUp {
|
|
16507
|
+
0% {
|
|
16508
|
+
transform: translateZ(0);
|
|
16509
|
+
}
|
|
16510
|
+
to {
|
|
16511
|
+
visibility: hidden;
|
|
16512
|
+
transform: translate3d(0, -100%, 0);
|
|
16513
|
+
}
|
|
16514
|
+
}
|
|
16515
|
+
.animate__slideOutUp {
|
|
16516
|
+
animation-name: slideOutUp;
|
|
16517
|
+
}
|
|
14891
16518
|
/*!
|
|
14892
16519
|
* https://github.com/arqex/react-datetime
|
|
14893
16520
|
*/
|
|
@@ -18212,6 +19839,7 @@ input[type=button].a-Button--block {
|
|
|
18212
19839
|
min-height: 0;
|
|
18213
19840
|
flex: 1;
|
|
18214
19841
|
height: 2.75rem;
|
|
19842
|
+
font-size: var(--fontSizeMd);
|
|
18215
19843
|
}
|
|
18216
19844
|
.a-Modal .a-Modal-footer > .a-Button:first-child {
|
|
18217
19845
|
margin-left: 0;
|
|
@@ -19330,7 +20958,7 @@ input[type=button].a-Button--block {
|
|
|
19330
20958
|
}
|
|
19331
20959
|
.a-PickerColumns-columnItemis-selected {
|
|
19332
20960
|
font-size: 18px;
|
|
19333
|
-
color: --PickerColumns-title-color;
|
|
20961
|
+
color: var(--PickerColumns-title-color);
|
|
19334
20962
|
}
|
|
19335
20963
|
@keyframes bounceIn {
|
|
19336
20964
|
from, 20%, 40%, 60%, 80%, to {
|
|
@@ -19465,6 +21093,18 @@ input[type=button].a-Button--block {
|
|
|
19465
21093
|
height: var(--Toast-icon-height);
|
|
19466
21094
|
color: inherit;
|
|
19467
21095
|
}
|
|
21096
|
+
.a-Toast-icon > svg.icon-warning {
|
|
21097
|
+
color: var(--Status-warning-color);
|
|
21098
|
+
}
|
|
21099
|
+
.a-Toast-icon > svg.icon-fail {
|
|
21100
|
+
color: var(--Status-fail-color);
|
|
21101
|
+
}
|
|
21102
|
+
.a-Toast-icon > svg.icon-success {
|
|
21103
|
+
color: var(--Status-success-color);
|
|
21104
|
+
}
|
|
21105
|
+
.a-Toast-icon > svg.icon-schedule {
|
|
21106
|
+
color: var(--Status-schedule-color);
|
|
21107
|
+
}
|
|
19468
21108
|
.a-Toast--error {
|
|
19469
21109
|
color: var(--Toast--danger-color);
|
|
19470
21110
|
background: var(--Toast--danger-bgColor);
|
|
@@ -20760,19 +22400,19 @@ input[type=button].a-Button--block {
|
|
|
20760
22400
|
}
|
|
20761
22401
|
.a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover > a {
|
|
20762
22402
|
font-size: var(--Tabs--simple-hover-fontSize);
|
|
20763
|
-
color: var(--Tabs--simple-hover-color)
|
|
22403
|
+
color: var(--Tabs--simple-hover-color);
|
|
20764
22404
|
font-weight: var(--Tabs--simple-hover-fontWeight);
|
|
20765
22405
|
line-height: var(--Tabs--simple-hover-lineHeight);
|
|
20766
22406
|
}
|
|
20767
22407
|
.a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-disabled > a {
|
|
20768
22408
|
font-size: var(--Tabs--simple-disabled-fontSize);
|
|
20769
|
-
color: var(--Tabs--simple-disabled-color)
|
|
22409
|
+
color: var(--Tabs--simple-disabled-color);
|
|
20770
22410
|
font-weight: var(--Tabs--simple-disabled-fontWeight);
|
|
20771
22411
|
line-height: var(--Tabs--simple-disabled-lineHeight);
|
|
20772
22412
|
}
|
|
20773
22413
|
.a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a {
|
|
20774
22414
|
font-size: var(--Tabs--simple-active-fontSize);
|
|
20775
|
-
color: var(--Tabs--simple-active-color)
|
|
22415
|
+
color: var(--Tabs--simple-active-color);
|
|
20776
22416
|
font-weight: var(--Tabs--simple-active-fontWeight);
|
|
20777
22417
|
line-height: var(--Tabs--simple-active-lineHeight);
|
|
20778
22418
|
}
|
|
@@ -20872,7 +22512,7 @@ input[type=button].a-Button--block {
|
|
|
20872
22512
|
}
|
|
20873
22513
|
.a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:not(.is-disabled):hover > a {
|
|
20874
22514
|
font-size: var(--Tabs--strong-hover-fontSize);
|
|
20875
|
-
color: var(--Tabs--strong-hover-color)
|
|
22515
|
+
color: var(--Tabs--strong-hover-color);
|
|
20876
22516
|
font-weight: var(--Tabs--strong-hover-fontWeight);
|
|
20877
22517
|
line-height: var(--Tabs--strong-hover-lineHeight);
|
|
20878
22518
|
}
|
|
@@ -20885,7 +22525,7 @@ input[type=button].a-Button--block {
|
|
|
20885
22525
|
}
|
|
20886
22526
|
.a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-disabled > a {
|
|
20887
22527
|
font-size: var(--Tabs--strong-disabled-fontSize);
|
|
20888
|
-
color: var(--Tabs--strong-disabled-color)
|
|
22528
|
+
color: var(--Tabs--strong-disabled-color);
|
|
20889
22529
|
font-weight: var(--Tabs--strong-disabled-fontWeight);
|
|
20890
22530
|
line-height: var(--Tabs--strong-disabled-lineHeight);
|
|
20891
22531
|
}
|
|
@@ -20897,7 +22537,7 @@ input[type=button].a-Button--block {
|
|
|
20897
22537
|
}
|
|
20898
22538
|
.a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-active > a {
|
|
20899
22539
|
font-size: var(--Tabs--strong-active-fontSize);
|
|
20900
|
-
color: var(--Tabs--strong-active-color)
|
|
22540
|
+
color: var(--Tabs--strong-active-color);
|
|
20901
22541
|
font-weight: var(--Tabs--strong-active-fontWeight);
|
|
20902
22542
|
line-height: var(--Tabs--strong-active-lineHeight);
|
|
20903
22543
|
}
|
|
@@ -21080,6 +22720,17 @@ input[type=button].a-Button--block {
|
|
|
21080
22720
|
width: 0;
|
|
21081
22721
|
flex-grow: 1;
|
|
21082
22722
|
}
|
|
22723
|
+
.a-Page--rightAside {
|
|
22724
|
+
flex-direction: row-reverse;
|
|
22725
|
+
}
|
|
22726
|
+
.a-Page--rightAside > .a-Page-aside {
|
|
22727
|
+
border-left: var(--borderWidth) solid var(--borderColor);
|
|
22728
|
+
border-right: unset;
|
|
22729
|
+
}
|
|
22730
|
+
.a-Page--rightAside > .a-Page-aside > .a-Page-asideResizor {
|
|
22731
|
+
left: -0.375rem;
|
|
22732
|
+
right: unset;
|
|
22733
|
+
}
|
|
21083
22734
|
.a-Page--asideSticky > .a-Page-aside {
|
|
21084
22735
|
position: sticky;
|
|
21085
22736
|
top: var(--affix-offset-top);
|
|
@@ -21344,12 +22995,6 @@ input[type=button].a-Button--block {
|
|
|
21344
22995
|
/* 主题 */
|
|
21345
22996
|
/* 子组件 */
|
|
21346
22997
|
}
|
|
21347
|
-
.a-Panel-fixedBottom {
|
|
21348
|
-
position: sticky;
|
|
21349
|
-
background: var(--white);
|
|
21350
|
-
bottom: var(--affix-offset-bottom);
|
|
21351
|
-
z-index: 900;
|
|
21352
|
-
}
|
|
21353
22998
|
.a-Panel--default {
|
|
21354
22999
|
border-color: var(--Panel-top-border-color) var(--Panel-right-border-color) var(--Panel-bottom-border-color) var(--Panel-left-border-color);
|
|
21355
23000
|
}
|
|
@@ -21446,6 +23091,17 @@ input[type=button].a-Button--block {
|
|
|
21446
23091
|
border-width: var(--Panel-heading-top-border-width) var(--Panel-heading-right-border-width) var(--Panel-heading-bottom-border-width) var(--Panel-heading-left-border-width);
|
|
21447
23092
|
border-radius: var(--Panel-headingBorderRadius);
|
|
21448
23093
|
}
|
|
23094
|
+
.a-Panel-heading.is-collapsible {
|
|
23095
|
+
display: flex;
|
|
23096
|
+
justify-content: space-between;
|
|
23097
|
+
}
|
|
23098
|
+
.a-Panel-arrow {
|
|
23099
|
+
transition: transform 0.1s ease-in;
|
|
23100
|
+
transform: rotate(180deg);
|
|
23101
|
+
}
|
|
23102
|
+
.a-Panel-arrow.is-collapsed {
|
|
23103
|
+
transform: rotate(0deg);
|
|
23104
|
+
}
|
|
21449
23105
|
.a-Panel-title {
|
|
21450
23106
|
margin: 0;
|
|
21451
23107
|
font-size: var(--Panel-heading-fontSize);
|
|
@@ -21468,6 +23124,12 @@ input[type=button].a-Button--block {
|
|
|
21468
23124
|
.a-Panel-footer .a-Button + .a-Button {
|
|
21469
23125
|
margin-left: var(--Panel-footerButtonMarginLeft);
|
|
21470
23126
|
}
|
|
23127
|
+
.a-Panel-fixedBottom {
|
|
23128
|
+
position: sticky;
|
|
23129
|
+
background: var(--white);
|
|
23130
|
+
bottom: var(--affix-offset-bottom);
|
|
23131
|
+
z-index: 900;
|
|
23132
|
+
}
|
|
21471
23133
|
.a-Panel-btnToolbar {
|
|
21472
23134
|
text-align: var(--Panel-btnToolbarTextAlign);
|
|
21473
23135
|
}
|
|
@@ -21497,10 +23159,12 @@ input[type=button].a-Button--block {
|
|
|
21497
23159
|
border-radius: 0;
|
|
21498
23160
|
}
|
|
21499
23161
|
.a-Panel--form > .a-Panel-heading .a-Panel-title {
|
|
21500
|
-
padding-left: var(--Panel-body-paddingLeft);
|
|
21501
|
-
border-left: 0.1875rem solid var(--primary);
|
|
21502
23162
|
font-size: var(--fontSizeLg);
|
|
21503
23163
|
}
|
|
23164
|
+
.a-Panel--form > .a-Panel-heading .a-Panel-title .icon {
|
|
23165
|
+
width: var(--sizes-base-7);
|
|
23166
|
+
height: var(--sizes-base-7);
|
|
23167
|
+
}
|
|
21504
23168
|
.a-Panel--form .a-Panel-footerWrap {
|
|
21505
23169
|
padding-bottom: var(--Panel-body-paddingBottom);
|
|
21506
23170
|
}
|
|
@@ -22388,6 +24052,14 @@ input[type=button].a-Button--block {
|
|
|
22388
24052
|
background: var(--Collapse-header-onHover-bg);
|
|
22389
24053
|
color: var(--collapse-default-header-hover-color);
|
|
22390
24054
|
}
|
|
24055
|
+
.a-Collapse-header.noTitle {
|
|
24056
|
+
padding: 0;
|
|
24057
|
+
background-color: unset;
|
|
24058
|
+
}
|
|
24059
|
+
.a-Collapse-header.noTitle:hover {
|
|
24060
|
+
background: unset;
|
|
24061
|
+
color: inherit;
|
|
24062
|
+
}
|
|
22391
24063
|
.a-Collapse-header.is-mobile {
|
|
22392
24064
|
background: none;
|
|
22393
24065
|
border-radius: 0 !important;
|
|
@@ -22569,6 +24241,12 @@ input[type=button].a-Button--block {
|
|
|
22569
24241
|
.a-CollapseGroup.icon-position-right .a-Collapse-header .a-Collapse-icon-tranform {
|
|
22570
24242
|
float: right;
|
|
22571
24243
|
}
|
|
24244
|
+
.a-CollapseGroup.icon-position-right .a-Collapse-header.noTitle {
|
|
24245
|
+
text-align: right;
|
|
24246
|
+
}
|
|
24247
|
+
.a-CollapseGroup.icon-position-right .a-Collapse-header.noTitle .a-Collapse-arrow-wrap {
|
|
24248
|
+
float: none;
|
|
24249
|
+
}
|
|
22572
24250
|
.a-CollapseGroup.is-mobile.icon-position-right .a-Collapse-header .a-Collapse-arrow-wrap {
|
|
22573
24251
|
margin-right: -1.125rem;
|
|
22574
24252
|
}
|
|
@@ -23669,9 +25347,155 @@ input[type=button].a-Button--block {
|
|
|
23669
25347
|
.a-Crud2-pager {
|
|
23670
25348
|
align-self: flex-start;
|
|
23671
25349
|
}
|
|
23672
|
-
.a-Crud2-filter {
|
|
25350
|
+
.a-Crud2-filter:not(:empty) {
|
|
23673
25351
|
margin-bottom: var(--gap-base);
|
|
23674
25352
|
}
|
|
25353
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-ColumnToggler {
|
|
25354
|
+
display: none;
|
|
25355
|
+
}
|
|
25356
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-SearchBox {
|
|
25357
|
+
border-radius: var(--Form-input-borderRadius);
|
|
25358
|
+
width: 100%;
|
|
25359
|
+
}
|
|
25360
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Cards-placeholder {
|
|
25361
|
+
font-size: var(--fonts-size-7);
|
|
25362
|
+
}
|
|
25363
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card {
|
|
25364
|
+
--Card-borderRadius: var(--sizes-size-5);
|
|
25365
|
+
--gap-base: var(--sizes-size-9);
|
|
25366
|
+
--fontSizeBase: var(--fonts-size-7);
|
|
25367
|
+
--body-lineHeight: var(--sizes-base-11);
|
|
25368
|
+
--Card-actions-borderColor: #f2f2f4;
|
|
25369
|
+
--Card-actions-fontSize: var(--fontSizeBase);
|
|
25370
|
+
font-size: var(--fontSizeBase);
|
|
25371
|
+
border: 0;
|
|
25372
|
+
box-shadow: var(--boxShadowSm);
|
|
25373
|
+
}
|
|
25374
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card-field {
|
|
25375
|
+
margin-bottom: var(--sizes-size-3);
|
|
25376
|
+
}
|
|
25377
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card-fieldLabel {
|
|
25378
|
+
color: var(--colors-neutral-text-5);
|
|
25379
|
+
font-size: var(--fontSizeBase);
|
|
25380
|
+
flex-basis: var(--sizes-base-28);
|
|
25381
|
+
line-height: var(--body-lineHeight);
|
|
25382
|
+
margin-right: var(--sizes-size-6);
|
|
25383
|
+
}
|
|
25384
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card-fieldValue {
|
|
25385
|
+
color: var(--colors-neutral-text-2);
|
|
25386
|
+
}
|
|
25387
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card-actions {
|
|
25388
|
+
padding-top: var(--sizes-base-4);
|
|
25389
|
+
padding-bottom: var(--sizes-base-4);
|
|
25390
|
+
gap: var(--sizes-base-5);
|
|
25391
|
+
justify-content: flex-end;
|
|
25392
|
+
flex-wrap: wrap;
|
|
25393
|
+
}
|
|
25394
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card-actions-wrapper {
|
|
25395
|
+
padding-left: var(--gap-md);
|
|
25396
|
+
padding-right: var(--gap-md);
|
|
25397
|
+
}
|
|
25398
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card-actions > a {
|
|
25399
|
+
line-height: var(--sizes-base-14);
|
|
25400
|
+
background: var(--colors-link-10);
|
|
25401
|
+
border-radius: var(--sizes-base-7);
|
|
25402
|
+
font-size: var(--fontSizeBase);
|
|
25403
|
+
color: var(--colors-link-5);
|
|
25404
|
+
flex-grow: 0;
|
|
25405
|
+
text-align: center;
|
|
25406
|
+
padding: 0 var(--sizes-base-10);
|
|
25407
|
+
}
|
|
25408
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card-actions > a.text-danger {
|
|
25409
|
+
background-color: var(--colors-error-10);
|
|
25410
|
+
color: var(--colors-error-5);
|
|
25411
|
+
}
|
|
25412
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card .a-Form-item .a-Form-value,
|
|
25413
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card .a-Form-item .a-Form-control {
|
|
25414
|
+
font-size: var(--fontSizeBase);
|
|
25415
|
+
}
|
|
25416
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card-multiMedia--right {
|
|
25417
|
+
align-items: flex-start;
|
|
25418
|
+
}
|
|
25419
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card-multiMedia-img {
|
|
25420
|
+
width: var(--sizes-base-45);
|
|
25421
|
+
height: var(--sizes-base-45);
|
|
25422
|
+
}
|
|
25423
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card .a-Image {
|
|
25424
|
+
border: 0;
|
|
25425
|
+
}
|
|
25426
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card .a-Image--thumb {
|
|
25427
|
+
padding-left: 0;
|
|
25428
|
+
}
|
|
25429
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Card .a-Image--thumb img {
|
|
25430
|
+
border-radius: var(--sizes-size-5);
|
|
25431
|
+
}
|
|
25432
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Panel {
|
|
25433
|
+
--Panel-bodyPadding: var(--gap-md);
|
|
25434
|
+
--Panel-headingPadding: var(--gap-sm) var(--gap-md);
|
|
25435
|
+
--Panel-body-paddingTop: var(--gap-md);
|
|
25436
|
+
--Panel-body-paddingBottom: var(--gap-md);
|
|
25437
|
+
--Panel-body-paddingLeft: var(--gap-md);
|
|
25438
|
+
--Panel-body-paddingRight: var(--gap-md);
|
|
25439
|
+
}
|
|
25440
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Panel--form {
|
|
25441
|
+
margin: 0;
|
|
25442
|
+
margin-bottom: var(--gap-md);
|
|
25443
|
+
border-radius: var(--sizes-size-5);
|
|
25444
|
+
box-shadow: var(--boxShadowSm);
|
|
25445
|
+
}
|
|
25446
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Panel-body {
|
|
25447
|
+
padding-top: 0;
|
|
25448
|
+
}
|
|
25449
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Panel .a-Form--column {
|
|
25450
|
+
margin-left: 0;
|
|
25451
|
+
margin-right: 0;
|
|
25452
|
+
}
|
|
25453
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Panel .a-Form-item {
|
|
25454
|
+
padding-left: 0;
|
|
25455
|
+
padding-right: 0;
|
|
25456
|
+
}
|
|
25457
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Button.is-fixed-right-bottom {
|
|
25458
|
+
position: fixed;
|
|
25459
|
+
right: 12px;
|
|
25460
|
+
bottom: 70px;
|
|
25461
|
+
z-index: 1300;
|
|
25462
|
+
width: 46px;
|
|
25463
|
+
height: 46px;
|
|
25464
|
+
border-radius: 50%;
|
|
25465
|
+
background: #528eff;
|
|
25466
|
+
box-shadow: 0 2px 12px 0 rgba(22, 27, 67, 0.2);
|
|
25467
|
+
border: 0 !important;
|
|
25468
|
+
}
|
|
25469
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Button.is-fixed-right-bottom .a-Button-icon {
|
|
25470
|
+
width: 18px;
|
|
25471
|
+
height: 18px;
|
|
25472
|
+
}
|
|
25473
|
+
.a-Crud2.is-mobile.is-mobile-cards .is-fixed-right-bottom-wrapper {
|
|
25474
|
+
flex: 0 !important;
|
|
25475
|
+
}
|
|
25476
|
+
.a-Crud2.is-mobile.is-mobile-cards .is-fixed-right-bottom-wrapper + div {
|
|
25477
|
+
position: sticky !important;
|
|
25478
|
+
top: 0;
|
|
25479
|
+
margin-top: 0;
|
|
25480
|
+
}
|
|
25481
|
+
.a-Crud2.is-mobile.is-mobile-cards .is-fixed-right-bottom-wrapper + div .a-SearchBox {
|
|
25482
|
+
margin-left: 0;
|
|
25483
|
+
}
|
|
25484
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Crud2-header-toolbar.is-sticky {
|
|
25485
|
+
position: sticky;
|
|
25486
|
+
top: 0;
|
|
25487
|
+
z-index: 1300;
|
|
25488
|
+
background-color: #fff;
|
|
25489
|
+
padding: 5px 16px;
|
|
25490
|
+
margin-top: calc(-1 * var(--Page-body-padding));
|
|
25491
|
+
margin-left: calc(-1 * var(--Page-body-padding));
|
|
25492
|
+
margin-right: calc(-1 * var(--Page-body-padding));
|
|
25493
|
+
}
|
|
25494
|
+
.a-Crud2.is-mobile.is-mobile-cards .a-Crud2-header-toolbar.is-sticky .a-SearchBox {
|
|
25495
|
+
background: #f7f7f9;
|
|
25496
|
+
border-radius: 4px;
|
|
25497
|
+
border-bottom: 0;
|
|
25498
|
+
}
|
|
23675
25499
|
@media (min-width: 576px) {
|
|
23676
25500
|
.a-Crud-toolbar {
|
|
23677
25501
|
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
|
@@ -23910,6 +25734,9 @@ input[type=button].a-Button--block {
|
|
|
23910
25734
|
.a-Table-table th > .a-Form, .a-Table-table th > .a-Form-item > .a-Form-control:not(.is-thin), .a-Table-table td > .a-Form, .a-Table-table td > .a-Form-item > .a-Form-control:not(.is-thin) {
|
|
23911
25735
|
min-width: var(--Form-control-widthBase);
|
|
23912
25736
|
}
|
|
25737
|
+
.a-Table-table th > .a-Form.a-CheckboxControl, .a-Table-table th > .a-Form.a-SwitchControl, .a-Table-table th > .a-Form.a-RadiosControl, .a-Table-table th > .a-Form-item > .a-Form-control:not(.is-thin).a-CheckboxControl, .a-Table-table th > .a-Form-item > .a-Form-control:not(.is-thin).a-SwitchControl, .a-Table-table th > .a-Form-item > .a-Form-control:not(.is-thin).a-RadiosControl, .a-Table-table td > .a-Form.a-CheckboxControl, .a-Table-table td > .a-Form.a-SwitchControl, .a-Table-table td > .a-Form.a-RadiosControl, .a-Table-table td > .a-Form-item > .a-Form-control:not(.is-thin).a-CheckboxControl, .a-Table-table td > .a-Form-item > .a-Form-control:not(.is-thin).a-SwitchControl, .a-Table-table td > .a-Form-item > .a-Form-control:not(.is-thin).a-RadiosControl {
|
|
25738
|
+
min-width: auto;
|
|
25739
|
+
}
|
|
23913
25740
|
.a-Table-table th .a-Form-static, .a-Table-table td .a-Form-static {
|
|
23914
25741
|
min-height: auto;
|
|
23915
25742
|
}
|
|
@@ -24099,10 +25926,10 @@ input[type=button].a-Button--block {
|
|
|
24099
25926
|
color: #a0a0a0;
|
|
24100
25927
|
}
|
|
24101
25928
|
.a-Table-table > tbody > tr.bg-dark.lt, .a-Table-table > tbody > tr.bg-dark .lt {
|
|
24102
|
-
background: #
|
|
25929
|
+
background: #3e4750;
|
|
24103
25930
|
}
|
|
24104
25931
|
.a-Table-table > tbody > tr.bg-dark.lter, .a-Table-table > tbody > tr.bg-dark .lter {
|
|
24105
|
-
background: #
|
|
25932
|
+
background: #475460;
|
|
24106
25933
|
}
|
|
24107
25934
|
.a-Table-table > tbody > tr.bg-dark.dk, .a-Table-table > tbody > tr.bg-dark .dk {
|
|
24108
25935
|
background: #272d33;
|
|
@@ -24133,10 +25960,10 @@ input[type=button].a-Button--block {
|
|
|
24133
25960
|
color: #666666;
|
|
24134
25961
|
}
|
|
24135
25962
|
.a-Table-table > tbody > tr.bg-black.lt, .a-Table-table > tbody > tr.bg-black .lt {
|
|
24136
|
-
background: #
|
|
25963
|
+
background: #0d0c0c;
|
|
24137
25964
|
}
|
|
24138
25965
|
.a-Table-table > tbody > tr.bg-black.lter, .a-Table-table > tbody > tr.bg-black .lter {
|
|
24139
|
-
background: #
|
|
25966
|
+
background: #1b1818;
|
|
24140
25967
|
}
|
|
24141
25968
|
.a-Table-table > tbody > tr.bg-black.dk, .a-Table-table > tbody > tr.bg-black .dk {
|
|
24142
25969
|
background: black;
|
|
@@ -24167,10 +25994,10 @@ input[type=button].a-Button--block {
|
|
|
24167
25994
|
color: #cfe5fc;
|
|
24168
25995
|
}
|
|
24169
25996
|
.a-Table-table > tbody > tr.bg-primary.lt, .a-Table-table > tbody > tr.bg-primary .lt {
|
|
24170
|
-
background: #
|
|
25997
|
+
background: #1a88ff;
|
|
24171
25998
|
}
|
|
24172
25999
|
.a-Table-table > tbody > tr.bg-primary.lter, .a-Table-table > tbody > tr.bg-primary .lter {
|
|
24173
|
-
background: #
|
|
26000
|
+
background: #3395ff;
|
|
24174
26001
|
}
|
|
24175
26002
|
.a-Table-table > tbody > tr.bg-primary.dk, .a-Table-table > tbody > tr.bg-primary .dk {
|
|
24176
26003
|
background: #006fe6;
|
|
@@ -24201,10 +26028,10 @@ input[type=button].a-Button--block {
|
|
|
24201
26028
|
color: #b4e7c0;
|
|
24202
26029
|
}
|
|
24203
26030
|
.a-Table-table > tbody > tr.bg-success.lt, .a-Table-table > tbody > tr.bg-success .lt {
|
|
24204
|
-
background: #
|
|
26031
|
+
background: #2abe4c;
|
|
24205
26032
|
}
|
|
24206
26033
|
.a-Table-table > tbody > tr.bg-success.lter, .a-Table-table > tbody > tr.bg-success .lter {
|
|
24207
|
-
background: #
|
|
26034
|
+
background: #2dd554;
|
|
24208
26035
|
}
|
|
24209
26036
|
.a-Table-table > tbody > tr.bg-success.dk, .a-Table-table > tbody > tr.bg-success .dk {
|
|
24210
26037
|
background: #21953b;
|
|
@@ -24235,10 +26062,10 @@ input[type=button].a-Button--block {
|
|
|
24235
26062
|
color: #cfe5fc;
|
|
24236
26063
|
}
|
|
24237
26064
|
.a-Table-table > tbody > tr.bg-info.lt, .a-Table-table > tbody > tr.bg-info .lt {
|
|
24238
|
-
background: #
|
|
26065
|
+
background: #1a88ff;
|
|
24239
26066
|
}
|
|
24240
26067
|
.a-Table-table > tbody > tr.bg-info.lter, .a-Table-table > tbody > tr.bg-info .lter {
|
|
24241
|
-
background: #
|
|
26068
|
+
background: #3395ff;
|
|
24242
26069
|
}
|
|
24243
26070
|
.a-Table-table > tbody > tr.bg-info.dk, .a-Table-table > tbody > tr.bg-info .dk {
|
|
24244
26071
|
background: #006fe6;
|
|
@@ -24269,10 +26096,10 @@ input[type=button].a-Button--block {
|
|
|
24269
26096
|
color: #fffefa;
|
|
24270
26097
|
}
|
|
24271
26098
|
.a-Table-table > tbody > tr.bg-warning.lt, .a-Table-table > tbody > tr.bg-warning .lt {
|
|
24272
|
-
background: #
|
|
26099
|
+
background: #fddd4a;
|
|
24273
26100
|
}
|
|
24274
26101
|
.a-Table-table > tbody > tr.bg-warning.lter, .a-Table-table > tbody > tr.bg-warning .lter {
|
|
24275
|
-
background: #
|
|
26102
|
+
background: #ffe361;
|
|
24276
26103
|
}
|
|
24277
26104
|
.a-Table-table > tbody > tr.bg-warning.dk, .a-Table-table > tbody > tr.bg-warning .dk {
|
|
24278
26105
|
background: #fcd417;
|
|
@@ -24303,10 +26130,10 @@ input[type=button].a-Button--block {
|
|
|
24303
26130
|
color: #f8e5e6;
|
|
24304
26131
|
}
|
|
24305
26132
|
.a-Table-table > tbody > tr.bg-danger.lt, .a-Table-table > tbody > tr.bg-danger .lt {
|
|
24306
|
-
background: #
|
|
26133
|
+
background: #e24857;
|
|
24307
26134
|
}
|
|
24308
26135
|
.a-Table-table > tbody > tr.bg-danger.lter, .a-Table-table > tbody > tr.bg-danger .lter {
|
|
24309
|
-
background: #
|
|
26136
|
+
background: #e85c69;
|
|
24310
26137
|
}
|
|
24311
26138
|
.a-Table-table > tbody > tr.bg-danger.dk, .a-Table-table > tbody > tr.bg-danger .dk {
|
|
24312
26139
|
background: #d62133;
|
|
@@ -25100,10 +26927,10 @@ input[type=button].a-Button--block {
|
|
|
25100
26927
|
color: #a0a0a0;
|
|
25101
26928
|
}
|
|
25102
26929
|
.a-Table2 .a-Table-table > tbody > tr.bg-dark.lt, .a-Table2 .a-Table-table > tbody > tr.bg-dark .lt {
|
|
25103
|
-
background: #
|
|
26930
|
+
background: #3e4750;
|
|
25104
26931
|
}
|
|
25105
26932
|
.a-Table2 .a-Table-table > tbody > tr.bg-dark.lter, .a-Table2 .a-Table-table > tbody > tr.bg-dark .lter {
|
|
25106
|
-
background: #
|
|
26933
|
+
background: #475460;
|
|
25107
26934
|
}
|
|
25108
26935
|
.a-Table2 .a-Table-table > tbody > tr.bg-dark.dk, .a-Table2 .a-Table-table > tbody > tr.bg-dark .dk {
|
|
25109
26936
|
background: #272d33;
|
|
@@ -25134,10 +26961,10 @@ input[type=button].a-Button--block {
|
|
|
25134
26961
|
color: #666666;
|
|
25135
26962
|
}
|
|
25136
26963
|
.a-Table2 .a-Table-table > tbody > tr.bg-black.lt, .a-Table2 .a-Table-table > tbody > tr.bg-black .lt {
|
|
25137
|
-
background: #
|
|
26964
|
+
background: #0d0c0c;
|
|
25138
26965
|
}
|
|
25139
26966
|
.a-Table2 .a-Table-table > tbody > tr.bg-black.lter, .a-Table2 .a-Table-table > tbody > tr.bg-black .lter {
|
|
25140
|
-
background: #
|
|
26967
|
+
background: #1b1818;
|
|
25141
26968
|
}
|
|
25142
26969
|
.a-Table2 .a-Table-table > tbody > tr.bg-black.dk, .a-Table2 .a-Table-table > tbody > tr.bg-black .dk {
|
|
25143
26970
|
background: black;
|
|
@@ -25168,10 +26995,10 @@ input[type=button].a-Button--block {
|
|
|
25168
26995
|
color: #cfe5fc;
|
|
25169
26996
|
}
|
|
25170
26997
|
.a-Table2 .a-Table-table > tbody > tr.bg-primary.lt, .a-Table2 .a-Table-table > tbody > tr.bg-primary .lt {
|
|
25171
|
-
background: #
|
|
26998
|
+
background: #1a88ff;
|
|
25172
26999
|
}
|
|
25173
27000
|
.a-Table2 .a-Table-table > tbody > tr.bg-primary.lter, .a-Table2 .a-Table-table > tbody > tr.bg-primary .lter {
|
|
25174
|
-
background: #
|
|
27001
|
+
background: #3395ff;
|
|
25175
27002
|
}
|
|
25176
27003
|
.a-Table2 .a-Table-table > tbody > tr.bg-primary.dk, .a-Table2 .a-Table-table > tbody > tr.bg-primary .dk {
|
|
25177
27004
|
background: #006fe6;
|
|
@@ -25202,10 +27029,10 @@ input[type=button].a-Button--block {
|
|
|
25202
27029
|
color: #b4e7c0;
|
|
25203
27030
|
}
|
|
25204
27031
|
.a-Table2 .a-Table-table > tbody > tr.bg-success.lt, .a-Table2 .a-Table-table > tbody > tr.bg-success .lt {
|
|
25205
|
-
background: #
|
|
27032
|
+
background: #2abe4c;
|
|
25206
27033
|
}
|
|
25207
27034
|
.a-Table2 .a-Table-table > tbody > tr.bg-success.lter, .a-Table2 .a-Table-table > tbody > tr.bg-success .lter {
|
|
25208
|
-
background: #
|
|
27035
|
+
background: #2dd554;
|
|
25209
27036
|
}
|
|
25210
27037
|
.a-Table2 .a-Table-table > tbody > tr.bg-success.dk, .a-Table2 .a-Table-table > tbody > tr.bg-success .dk {
|
|
25211
27038
|
background: #21953b;
|
|
@@ -25236,10 +27063,10 @@ input[type=button].a-Button--block {
|
|
|
25236
27063
|
color: #cfe5fc;
|
|
25237
27064
|
}
|
|
25238
27065
|
.a-Table2 .a-Table-table > tbody > tr.bg-info.lt, .a-Table2 .a-Table-table > tbody > tr.bg-info .lt {
|
|
25239
|
-
background: #
|
|
27066
|
+
background: #1a88ff;
|
|
25240
27067
|
}
|
|
25241
27068
|
.a-Table2 .a-Table-table > tbody > tr.bg-info.lter, .a-Table2 .a-Table-table > tbody > tr.bg-info .lter {
|
|
25242
|
-
background: #
|
|
27069
|
+
background: #3395ff;
|
|
25243
27070
|
}
|
|
25244
27071
|
.a-Table2 .a-Table-table > tbody > tr.bg-info.dk, .a-Table2 .a-Table-table > tbody > tr.bg-info .dk {
|
|
25245
27072
|
background: #006fe6;
|
|
@@ -25270,10 +27097,10 @@ input[type=button].a-Button--block {
|
|
|
25270
27097
|
color: #fffefa;
|
|
25271
27098
|
}
|
|
25272
27099
|
.a-Table2 .a-Table-table > tbody > tr.bg-warning.lt, .a-Table2 .a-Table-table > tbody > tr.bg-warning .lt {
|
|
25273
|
-
background: #
|
|
27100
|
+
background: #fddd4a;
|
|
25274
27101
|
}
|
|
25275
27102
|
.a-Table2 .a-Table-table > tbody > tr.bg-warning.lter, .a-Table2 .a-Table-table > tbody > tr.bg-warning .lter {
|
|
25276
|
-
background: #
|
|
27103
|
+
background: #ffe361;
|
|
25277
27104
|
}
|
|
25278
27105
|
.a-Table2 .a-Table-table > tbody > tr.bg-warning.dk, .a-Table2 .a-Table-table > tbody > tr.bg-warning .dk {
|
|
25279
27106
|
background: #fcd417;
|
|
@@ -25304,10 +27131,10 @@ input[type=button].a-Button--block {
|
|
|
25304
27131
|
color: #f8e5e6;
|
|
25305
27132
|
}
|
|
25306
27133
|
.a-Table2 .a-Table-table > tbody > tr.bg-danger.lt, .a-Table2 .a-Table-table > tbody > tr.bg-danger .lt {
|
|
25307
|
-
background: #
|
|
27134
|
+
background: #e24857;
|
|
25308
27135
|
}
|
|
25309
27136
|
.a-Table2 .a-Table-table > tbody > tr.bg-danger.lter, .a-Table2 .a-Table-table > tbody > tr.bg-danger .lter {
|
|
25310
|
-
background: #
|
|
27137
|
+
background: #e85c69;
|
|
25311
27138
|
}
|
|
25312
27139
|
.a-Table2 .a-Table-table > tbody > tr.bg-danger.dk, .a-Table2 .a-Table-table > tbody > tr.bg-danger .dk {
|
|
25313
27140
|
background: #d62133;
|
|
@@ -26817,6 +28644,19 @@ input[type=button].a-Button--block {
|
|
|
26817
28644
|
text-overflow: ellipsis;
|
|
26818
28645
|
overflow: hidden;
|
|
26819
28646
|
}
|
|
28647
|
+
@media (max-width: 767px) {
|
|
28648
|
+
.a-Card-fieldValue .a-Form-item {
|
|
28649
|
+
padding-top: 0;
|
|
28650
|
+
padding-bottom: 0;
|
|
28651
|
+
}
|
|
28652
|
+
.a-Card-fieldValue .a-Form-item:after {
|
|
28653
|
+
display: none;
|
|
28654
|
+
}
|
|
28655
|
+
.a-Card-fieldValue .a-Form-item .a-Form-static {
|
|
28656
|
+
padding-top: 0;
|
|
28657
|
+
padding-bottom: 0;
|
|
28658
|
+
}
|
|
28659
|
+
}
|
|
26820
28660
|
.a-Card-fieldLabel {
|
|
26821
28661
|
flex-grow: 0;
|
|
26822
28662
|
flex-shrink: 0;
|
|
@@ -28411,6 +30251,7 @@ input[type=button].a-Button--block {
|
|
|
28411
30251
|
content: var(--image-image-normal-icon);
|
|
28412
30252
|
}
|
|
28413
30253
|
.a-InputBox {
|
|
30254
|
+
height: var(--input-size-default-height);
|
|
28414
30255
|
display: flex;
|
|
28415
30256
|
background: var(--Form-input-bg);
|
|
28416
30257
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
@@ -28420,7 +30261,6 @@ input[type=button].a-Button--block {
|
|
|
28420
30261
|
font-size: var(--Form-input-fontSize);
|
|
28421
30262
|
flex-wrap: wrap;
|
|
28422
30263
|
justify-content: flex-start;
|
|
28423
|
-
height: var(--input-size-default-height);
|
|
28424
30264
|
}
|
|
28425
30265
|
.a-InputBox input {
|
|
28426
30266
|
flex-basis: 1.875rem;
|
|
@@ -28813,6 +30653,11 @@ input[type=button].a-Button--block {
|
|
|
28813
30653
|
.a-SchemaEditor-info {
|
|
28814
30654
|
min-width: 0;
|
|
28815
30655
|
min-height: 0;
|
|
30656
|
+
flex: 1;
|
|
30657
|
+
display: flex;
|
|
30658
|
+
flex-direction: row;
|
|
30659
|
+
justify-content: space-between;
|
|
30660
|
+
align-items: center;
|
|
28816
30661
|
display: flex;
|
|
28817
30662
|
background: var(--Form-input-bg);
|
|
28818
30663
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
@@ -28822,11 +30667,6 @@ input[type=button].a-Button--block {
|
|
|
28822
30667
|
font-size: var(--Form-input-fontSize);
|
|
28823
30668
|
flex-wrap: wrap;
|
|
28824
30669
|
justify-content: flex-start;
|
|
28825
|
-
flex: 1;
|
|
28826
|
-
display: flex;
|
|
28827
|
-
flex-direction: row;
|
|
28828
|
-
justify-content: space-between;
|
|
28829
|
-
align-items: center;
|
|
28830
30670
|
}
|
|
28831
30671
|
.a-SchemaEditor-info input {
|
|
28832
30672
|
flex-basis: 1.875rem;
|
|
@@ -28863,15 +30703,6 @@ input[type=button].a-Button--block {
|
|
|
28863
30703
|
color: var(--Form-input-placeholderColor);
|
|
28864
30704
|
}
|
|
28865
30705
|
.a-ResultBox {
|
|
28866
|
-
display: flex;
|
|
28867
|
-
background: var(--Form-input-bg);
|
|
28868
|
-
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
28869
|
-
border-radius: var(--Form-input-borderRadius);
|
|
28870
|
-
line-height: var(--Form-input-lineHeight);
|
|
28871
|
-
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
28872
|
-
font-size: var(--Form-input-fontSize);
|
|
28873
|
-
flex-wrap: wrap;
|
|
28874
|
-
justify-content: flex-start;
|
|
28875
30706
|
flex-wrap: nowrap;
|
|
28876
30707
|
padding: 0 0.75rem;
|
|
28877
30708
|
min-height: var(--Form-input-height);
|
|
@@ -28888,6 +30719,15 @@ input[type=button].a-Button--block {
|
|
|
28888
30719
|
border-radius: var(--Form-select-borderRadius);
|
|
28889
30720
|
min-height: var(--Form-selectOption-height);
|
|
28890
30721
|
padding: var(--select-base-default-paddingTop) var(--select-base-default-paddingRight) var(--select-base-default-paddingBottom) var(--select-base-default-paddingLeft);
|
|
30722
|
+
display: flex;
|
|
30723
|
+
background: var(--Form-input-bg);
|
|
30724
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
30725
|
+
border-radius: var(--Form-input-borderRadius);
|
|
30726
|
+
line-height: var(--Form-input-lineHeight);
|
|
30727
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
30728
|
+
font-size: var(--Form-input-fontSize);
|
|
30729
|
+
flex-wrap: wrap;
|
|
30730
|
+
justify-content: flex-start;
|
|
28891
30731
|
}
|
|
28892
30732
|
.a-ResultBox input {
|
|
28893
30733
|
flex-basis: 1.875rem;
|
|
@@ -30995,10 +32835,10 @@ input.a-TextControl-input-password {
|
|
|
30995
32835
|
color: var(--Form-input-onDisabled-color);
|
|
30996
32836
|
}
|
|
30997
32837
|
.a-TextareaControl {
|
|
30998
|
-
position: relative;
|
|
30999
|
-
max-width: 100%;
|
|
31000
32838
|
--Form-input-clearBtn-padding: 0.125rem;
|
|
31001
32839
|
position: relative;
|
|
32840
|
+
position: relative;
|
|
32841
|
+
max-width: 100%;
|
|
31002
32842
|
}
|
|
31003
32843
|
.a-TextareaControl.is-inline {
|
|
31004
32844
|
display: inline-block;
|
|
@@ -31278,7 +33118,6 @@ input.a-TextControl-input-password {
|
|
|
31278
33118
|
.a-Checkbox--checkbox input:checked + i:before {
|
|
31279
33119
|
width: var(--Checkbox-inner-size);
|
|
31280
33120
|
height: var(--Checkbox-inner-size);
|
|
31281
|
-
background: var(--Checkbox-onHover-color);
|
|
31282
33121
|
}
|
|
31283
33122
|
.a-Checkbox--checkbox input[disabled] + i {
|
|
31284
33123
|
border-color: var(--Checkbox-color) !important;
|
|
@@ -31286,7 +33125,6 @@ input.a-TextControl-input-password {
|
|
|
31286
33125
|
background-color: var(--checkbox-checkbox-disabled-bg-color);
|
|
31287
33126
|
}
|
|
31288
33127
|
.a-Checkbox--checkbox input[disabled] + i:before {
|
|
31289
|
-
background-color: var(--Checkbox-onDisabled-color);
|
|
31290
33128
|
border-width: 0;
|
|
31291
33129
|
}
|
|
31292
33130
|
.a-Checkbox--checkbox input[disabled] + i + span {
|
|
@@ -31332,9 +33170,6 @@ input.a-TextControl-input-password {
|
|
|
31332
33170
|
background: var(--button-primary-hover-bg-color);
|
|
31333
33171
|
border-color: transparent;
|
|
31334
33172
|
}
|
|
31335
|
-
.a-Checkbox--full.a-Checkbox--checkbox:hover input:checked + i:before {
|
|
31336
|
-
background: var(--checkbox-checked-hover-bg-color);
|
|
31337
|
-
}
|
|
31338
33173
|
.a-Checkbox--full.a-Checkbox--checkbox:hover > i:before {
|
|
31339
33174
|
background: transparent;
|
|
31340
33175
|
}
|
|
@@ -31345,9 +33180,6 @@ input.a-TextControl-input-password {
|
|
|
31345
33180
|
border-color: var(--Checkbox-onHover-color);
|
|
31346
33181
|
background: var(--Checkbox-onHover-color);
|
|
31347
33182
|
}
|
|
31348
|
-
.a-Checkbox--full.a-Checkbox--checkbox input:checked + i:hover {
|
|
31349
|
-
background: var(--checkbox-checked-hover-bg-color);
|
|
31350
|
-
}
|
|
31351
33183
|
.a-Checkbox--full.a-Checkbox--checkbox input:checked + i:before {
|
|
31352
33184
|
width: var(--Checkbox--full-inner-size);
|
|
31353
33185
|
height: calc(var(--Checkbox--full-inner-size) / 2);
|
|
@@ -31359,12 +33191,10 @@ input.a-TextControl-input-password {
|
|
|
31359
33191
|
}
|
|
31360
33192
|
.a-Checkbox--full.a-Checkbox--checkbox input[disabled]:checked + i:before {
|
|
31361
33193
|
border-color: var(--Checkbox-onDisabled-color);
|
|
31362
|
-
background: var(--Checkbox-onDisabled-bg);
|
|
31363
33194
|
border-width: 0 0 0.0625rem 0.0625rem;
|
|
31364
33195
|
}
|
|
31365
33196
|
.a-Checkbox--full.a-Checkbox--checkbox input:checked[disabled] + i {
|
|
31366
33197
|
border-color: var(--Checkbox-color);
|
|
31367
|
-
background: var(--Checkbox-onDisabled-bg);
|
|
31368
33198
|
}
|
|
31369
33199
|
.a-Checkbox--full.a-Checkbox--checkbox > i {
|
|
31370
33200
|
position: relative;
|
|
@@ -31392,7 +33222,6 @@ input.a-TextControl-input-password {
|
|
|
31392
33222
|
.a-Checkbox--partial.a-Checkbox--checkbox input + i:before {
|
|
31393
33223
|
width: var(--Checkbox-inner-size);
|
|
31394
33224
|
height: var(--Checkbox-inner-size);
|
|
31395
|
-
background: var(--Checkbox-onHover-color);
|
|
31396
33225
|
}
|
|
31397
33226
|
.a-Checkbox--partial.a-Checkbox--checkbox input[disabled] + i {
|
|
31398
33227
|
border-color: var(--Checkbox-onDisabled-color);
|
|
@@ -34960,18 +36789,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34960
36789
|
border-style: var(--inputImage-base-default-top-border-style) var(--inputImage-base-default-right-border-style) var(--inputImage-base-default-bottom-border-style) var(--inputImage-base-default-left-border-style);
|
|
34961
36790
|
box-shadow: var(--shadows-shadow-none);
|
|
34962
36791
|
}
|
|
34963
|
-
.a-ImageControl-addBtn-bg {
|
|
34964
|
-
position: absolute;
|
|
34965
|
-
z-index: 0;
|
|
34966
|
-
overflow: hidden;
|
|
34967
|
-
left: 0;
|
|
34968
|
-
right: 0;
|
|
34969
|
-
top: 0;
|
|
34970
|
-
bottom: 0;
|
|
34971
|
-
}
|
|
34972
|
-
.a-ImageControl-addBtn-bg .a-Image {
|
|
34973
|
-
border: 0;
|
|
34974
|
-
}
|
|
34975
36792
|
.a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
|
|
34976
36793
|
color: var(--ImageControl-addBtn-onHover-color);
|
|
34977
36794
|
background: var(--ImageControl-addBtn-onHover-bg);
|
|
@@ -35012,6 +36829,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35012
36829
|
border-style: var(--inputImage-base-disabled-top-border-style) var(--inputImage-base-disabled-right-border-style) var(--inputImage-base-disabled-bottom-border-style) var(--inputImage-base-disabled-left-border-style);
|
|
35013
36830
|
box-shadow: var(--shadows-shadow-none);
|
|
35014
36831
|
}
|
|
36832
|
+
.a-ImageControl-addBtn-bg {
|
|
36833
|
+
position: absolute;
|
|
36834
|
+
z-index: 0;
|
|
36835
|
+
overflow: hidden;
|
|
36836
|
+
left: 0;
|
|
36837
|
+
right: 0;
|
|
36838
|
+
top: 0;
|
|
36839
|
+
bottom: 0;
|
|
36840
|
+
}
|
|
36841
|
+
.a-ImageControl-addBtn-bg .a-Image {
|
|
36842
|
+
border: 0;
|
|
36843
|
+
}
|
|
35015
36844
|
.a-ImageControl-addBtn svg {
|
|
35016
36845
|
top: 0;
|
|
35017
36846
|
margin-bottom: var(--inputImage-base-default-icon-margin);
|
|
@@ -36354,9 +38183,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36354
38183
|
border: var(--Form-select-outer-borderWidth) solid var(--Form-select-outer-borderColor);
|
|
36355
38184
|
}
|
|
36356
38185
|
.a-TreeSelect {
|
|
38186
|
+
outline: none;
|
|
36357
38187
|
position: relative;
|
|
36358
38188
|
max-width: 100%;
|
|
36359
|
-
outline: none;
|
|
36360
38189
|
}
|
|
36361
38190
|
.a-TreeSelect.is-inline {
|
|
36362
38191
|
display: inline-block;
|
|
@@ -36867,9 +38696,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36867
38696
|
vertical-align: middle;
|
|
36868
38697
|
}
|
|
36869
38698
|
.a-Picker {
|
|
38699
|
+
outline: none;
|
|
36870
38700
|
position: relative;
|
|
36871
38701
|
max-width: 100%;
|
|
36872
|
-
outline: none;
|
|
36873
38702
|
/* tag 样式 */
|
|
36874
38703
|
}
|
|
36875
38704
|
.a-Picker.is-inline {
|
|
@@ -38792,6 +40621,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38792
40621
|
padding-top: var(--Form-label-paddingTop);
|
|
38793
40622
|
vertical-align: top;
|
|
38794
40623
|
}
|
|
40624
|
+
.a-Form-item--flex {
|
|
40625
|
+
margin: calc(var(--Form-item-gap) / 2);
|
|
40626
|
+
}
|
|
40627
|
+
.a-Form-item--flex:last-child {
|
|
40628
|
+
margin-bottom: calc(var(--Form-item-gap) / 2);
|
|
40629
|
+
}
|
|
38795
40630
|
.a-Form-item--inline {
|
|
38796
40631
|
margin-right: var(--Form-mode-inline-item-gap);
|
|
38797
40632
|
}
|
|
@@ -39069,7 +40904,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39069
40904
|
flex-basis: 0;
|
|
39070
40905
|
flex-grow: 1;
|
|
39071
40906
|
flex-shrink: 1;
|
|
39072
|
-
padding: calc(var(--Form-item-gap) / 2);
|
|
39073
40907
|
min-width: 0;
|
|
39074
40908
|
min-height: 0;
|
|
39075
40909
|
}
|
|
@@ -39239,7 +41073,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39239
41073
|
overflow-wrap: break-word;
|
|
39240
41074
|
margin-right: 0;
|
|
39241
41075
|
margin-bottom: 0;
|
|
39242
|
-
font-size: var(--fontSizeLg);
|
|
39243
41076
|
}
|
|
39244
41077
|
.a-Form-item .a-Form-label + .a-Form-item-controlBox {
|
|
39245
41078
|
max-width: 72%;
|
|
@@ -39251,11 +41084,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39251
41084
|
.a-Form-item .a-Form-description {
|
|
39252
41085
|
font-size: var(--fontSizeBase);
|
|
39253
41086
|
}
|
|
39254
|
-
.a-Form-item .a-TextControl-input {
|
|
39255
|
-
font-size: var(--fontSizeLg);
|
|
39256
|
-
}
|
|
39257
41087
|
.a-Form-item .a-TextControl-input input {
|
|
39258
|
-
height: calc(var(--Form-input-lineHeight) * var(--
|
|
41088
|
+
height: calc(var(--Form-input-lineHeight) * var(--Form-item-fontSize));
|
|
39259
41089
|
}
|
|
39260
41090
|
.a-Form-item .a-NumberControl .a-Number {
|
|
39261
41091
|
min-width: 0;
|
|
@@ -39309,7 +41139,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39309
41139
|
.a-Form-item .a-Form-control {
|
|
39310
41140
|
flex: 1;
|
|
39311
41141
|
flex-wrap: wrap;
|
|
39312
|
-
font-size: var(--fontSizeLg);
|
|
39313
41142
|
min-width: 0;
|
|
39314
41143
|
}
|
|
39315
41144
|
.a-Form-item .a-Form-value .a-ColorPicker > input,
|
|
@@ -39406,6 +41235,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39406
41235
|
}
|
|
39407
41236
|
.a-Form-item .a-TextareaControl > textarea,
|
|
39408
41237
|
.a-Form-item .a-Form-control > .a-TextControl-input,
|
|
41238
|
+
.a-Form-item .a-Number-input,
|
|
41239
|
+
.a-Form-item .a-ResultBox,
|
|
41240
|
+
.a-Form-item .a-DateControl > .a-DatePicker,
|
|
39409
41241
|
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input {
|
|
39410
41242
|
border: none;
|
|
39411
41243
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
@@ -39416,6 +41248,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39416
41248
|
.a-Form-item .a-Form-control > .a-TextControl-input:hover,
|
|
39417
41249
|
.a-Form-item .a-Form-control > .a-TextControl-input:focus,
|
|
39418
41250
|
.a-Form-item .a-Form-control > .a-TextControl-input.active,
|
|
41251
|
+
.a-Form-item .a-Number-input:hover,
|
|
41252
|
+
.a-Form-item .a-Number-input:focus,
|
|
41253
|
+
.a-Form-item .a-Number-input.active,
|
|
41254
|
+
.a-Form-item .a-ResultBox:hover,
|
|
41255
|
+
.a-Form-item .a-ResultBox:focus,
|
|
41256
|
+
.a-Form-item .a-ResultBox.active,
|
|
41257
|
+
.a-Form-item .a-DateControl > .a-DatePicker:hover,
|
|
41258
|
+
.a-Form-item .a-DateControl > .a-DatePicker:focus,
|
|
41259
|
+
.a-Form-item .a-DateControl > .a-DatePicker.active,
|
|
39419
41260
|
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input:hover,
|
|
39420
41261
|
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input:focus,
|
|
39421
41262
|
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input.active {
|
|
@@ -40057,14 +41898,20 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40057
41898
|
}
|
|
40058
41899
|
.a-AnchorNav {
|
|
40059
41900
|
display: flex;
|
|
40060
|
-
height: 25rem;
|
|
41901
|
+
min-height: 25rem;
|
|
40061
41902
|
}
|
|
40062
41903
|
.a-AnchorNav--vertical .a-AnchorNav-link-wrap {
|
|
40063
41904
|
margin: 0;
|
|
40064
41905
|
padding: 0;
|
|
40065
41906
|
width: var(--Tabs--vertical-width);
|
|
40066
41907
|
border-left: var(--AnchorNav-links-container-borderRight);
|
|
40067
|
-
padding-bottom:
|
|
41908
|
+
padding-bottom: 1.25rem;
|
|
41909
|
+
position: sticky;
|
|
41910
|
+
top: var(--affix-offset-top);
|
|
41911
|
+
height: -moz-fit-content;
|
|
41912
|
+
height: fit-content;
|
|
41913
|
+
max-height: 100%;
|
|
41914
|
+
overflow-y: scroll;
|
|
40068
41915
|
}
|
|
40069
41916
|
.a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
|
|
40070
41917
|
position: relative;
|
|
@@ -40123,6 +41970,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40123
41970
|
padding: 0px;
|
|
40124
41971
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
|
40125
41972
|
list-style: none;
|
|
41973
|
+
position: sticky;
|
|
41974
|
+
top: var(--affix-offset-top);
|
|
41975
|
+
z-index: 1;
|
|
41976
|
+
background-color: var(--background);
|
|
40126
41977
|
}
|
|
40127
41978
|
.a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link {
|
|
40128
41979
|
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
|
@@ -40166,6 +42017,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40166
42017
|
color: var(--primary);
|
|
40167
42018
|
background: transparent;
|
|
40168
42019
|
}
|
|
42020
|
+
.a-AnchorNav--horizontal .a-AnchorNav-section-wrap > .a-AnchorNav-section {
|
|
42021
|
+
scroll-margin: calc(var(--affix-offset-top) + 50px);
|
|
42022
|
+
}
|
|
40169
42023
|
.a-AnchorNav-section-wrap {
|
|
40170
42024
|
border: none;
|
|
40171
42025
|
flex-grow: 1;
|
|
@@ -40177,6 +42031,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40177
42031
|
.a-AnchorNav-section-wrap > .a-AnchorNav-section {
|
|
40178
42032
|
display: block;
|
|
40179
42033
|
padding: var(--gap-base);
|
|
42034
|
+
scroll-margin: var(--affix-offset-top);
|
|
40180
42035
|
}
|
|
40181
42036
|
.a-Markdown strong {
|
|
40182
42037
|
font-weight: bolder;
|
|
@@ -41507,6 +43362,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41507
43362
|
line-height: var(--gap-lg);
|
|
41508
43363
|
color: #999;
|
|
41509
43364
|
}
|
|
43365
|
+
.a-PullRefresh-footer {
|
|
43366
|
+
text-align: center;
|
|
43367
|
+
color: #999;
|
|
43368
|
+
margin-bottom: 12px;
|
|
43369
|
+
font-size: var(--fontSizeMd);
|
|
43370
|
+
}
|
|
41510
43371
|
.a-PullRefresh .loading-icon {
|
|
41511
43372
|
animation: var(--Button-animation-spin);
|
|
41512
43373
|
margin-right: var(--gap-xs);
|
|
@@ -42611,6 +44472,171 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
42611
44472
|
background: var(--Form-input-onDisabled-bg);
|
|
42612
44473
|
border-color: var(--Form-input-onDisabled-borderColor);
|
|
42613
44474
|
}
|
|
44475
|
+
.ae-MobileDevTool {
|
|
44476
|
+
display: flex;
|
|
44477
|
+
justify-content: space-between;
|
|
44478
|
+
align-items: center;
|
|
44479
|
+
font-size: 12px;
|
|
44480
|
+
background-color: #fff;
|
|
44481
|
+
z-index: 1001;
|
|
44482
|
+
border-bottom: 1px solid #dee2e6;
|
|
44483
|
+
height: 20px;
|
|
44484
|
+
}
|
|
44485
|
+
.ae-MobileDevTool-dimensions {
|
|
44486
|
+
width: 40%;
|
|
44487
|
+
display: flex;
|
|
44488
|
+
justify-content: end;
|
|
44489
|
+
}
|
|
44490
|
+
.ae-MobileDevTool-select {
|
|
44491
|
+
font-size: 12px;
|
|
44492
|
+
padding: 0;
|
|
44493
|
+
border: none !important;
|
|
44494
|
+
min-height: initial;
|
|
44495
|
+
margin-left: 10px;
|
|
44496
|
+
vertical-align: initial;
|
|
44497
|
+
}
|
|
44498
|
+
.ae-MobileDevTool-select span {
|
|
44499
|
+
font-size: 12px !important;
|
|
44500
|
+
}
|
|
44501
|
+
.ae-MobileDevTool-select .cxd-PopOver {
|
|
44502
|
+
width: 180px !important;
|
|
44503
|
+
z-index: 10000;
|
|
44504
|
+
}
|
|
44505
|
+
.ae-MobileDevTool-dimension span {
|
|
44506
|
+
margin-right: 5px;
|
|
44507
|
+
padding: 0 2px;
|
|
44508
|
+
}
|
|
44509
|
+
.ae-MobileDevTool-dimension-input {
|
|
44510
|
+
width: 32px;
|
|
44511
|
+
height: 16px;
|
|
44512
|
+
border: none;
|
|
44513
|
+
border-radius: 0.125rem;
|
|
44514
|
+
padding: 0 2px;
|
|
44515
|
+
font-size: 12px;
|
|
44516
|
+
text-align: center;
|
|
44517
|
+
margin-right: 5px;
|
|
44518
|
+
}
|
|
44519
|
+
.ae-MobileDevTool-dimension-input:focus, .ae-MobileDevTool-dimension-input:hover {
|
|
44520
|
+
outline: none;
|
|
44521
|
+
border: 1px solid #2468f2;
|
|
44522
|
+
}
|
|
44523
|
+
.ae-MobileDevTool-right {
|
|
44524
|
+
width: 40%;
|
|
44525
|
+
display: flex;
|
|
44526
|
+
align-items: center;
|
|
44527
|
+
position: relative;
|
|
44528
|
+
height: 20px;
|
|
44529
|
+
}
|
|
44530
|
+
.ae-MobileDevTool-right-scale {
|
|
44531
|
+
margin-right: 10px;
|
|
44532
|
+
display: flex;
|
|
44533
|
+
position: relative;
|
|
44534
|
+
}
|
|
44535
|
+
.ae-MobileDevTool-right-scale-auto-value {
|
|
44536
|
+
position: absolute;
|
|
44537
|
+
background-color: #fff;
|
|
44538
|
+
width: 40px;
|
|
44539
|
+
left: 10px;
|
|
44540
|
+
}
|
|
44541
|
+
.ae-MobileDevTool-right-scale-auto {
|
|
44542
|
+
cursor: pointer;
|
|
44543
|
+
margin-left: 10px;
|
|
44544
|
+
}
|
|
44545
|
+
.ae-MobileDevTool-right-scale-auto:hover {
|
|
44546
|
+
color: #2468f2;
|
|
44547
|
+
}
|
|
44548
|
+
.ae-MobileDevTool-right-rotate-screen {
|
|
44549
|
+
width: 16px;
|
|
44550
|
+
height: 16px;
|
|
44551
|
+
cursor: pointer;
|
|
44552
|
+
position: absolute;
|
|
44553
|
+
top: 1px;
|
|
44554
|
+
}
|
|
44555
|
+
.ae-MobileDevTool-right-rotate-screen:hover {
|
|
44556
|
+
color: #2468f2;
|
|
44557
|
+
}
|
|
44558
|
+
.ae-PreviewIFrameBody * {
|
|
44559
|
+
cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACy3fD9AAABQ0lEQVQ4EaWVsWrDMBCGI4mCMxRMxgxZvKTQyWvmDn0AQx/Aj+U38NbVXTMUitd4SrZAIARDZ+P+v/EZ46pJKgmEpP90n2Wf7qxmlpYkiQnDcN00zdoYs2zb9pHblFLf0I7QqrquqzzPm6m7mgppmj5Be0FfTG2T9QXrIsuy3Vg3o4UCjKBX9PlI/2vKPc9xHD+UZXmQTQOwh23E8I9x1UP39OmA/WvyZK6N0BNOejYMQBAEbyDd85rXHriMouhLM5rYdSsA10BiW5CleTVE8R3J0rxnviDxJ0vLpRXRZyRL+wBsvprpZDO4aGQxKEcXZ5sPWQxKZTO6aGRpVg04M9F924Us3ZegwpcG/4KsLpeZg0xwiCtH8BZl7JO+Q7VhCXKEEvYhBxmAFADds2pgyuy5VSz43d/lZJh37VfFpurzC/gBw0WEc6PyhBMAAAAASUVORK5CYII="), auto !important;
|
|
44560
|
+
}
|
|
44561
|
+
.ae-MobileDevTool-rightHandle {
|
|
44562
|
+
cursor: ew-resize;
|
|
44563
|
+
position: absolute;
|
|
44564
|
+
right: -6px;
|
|
44565
|
+
top: 40%;
|
|
44566
|
+
width: 10px;
|
|
44567
|
+
height: 22px;
|
|
44568
|
+
z-index: 1000;
|
|
44569
|
+
border: 1px solid #dee2e6;
|
|
44570
|
+
background-color: #fff;
|
|
44571
|
+
border-radius: 0.125rem;
|
|
44572
|
+
color: #666;
|
|
44573
|
+
display: flex;
|
|
44574
|
+
align-items: center;
|
|
44575
|
+
justify-content: center;
|
|
44576
|
+
}
|
|
44577
|
+
.ae-MobileDevTool-rightHandle:hover {
|
|
44578
|
+
color: #000;
|
|
44579
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
44580
|
+
}
|
|
44581
|
+
.ae-MobileDevTool-rightHandle::before {
|
|
44582
|
+
content: "···";
|
|
44583
|
+
display: block;
|
|
44584
|
+
transform: rotate(90deg);
|
|
44585
|
+
}
|
|
44586
|
+
.ae-MobileDevTool-bottomHandle {
|
|
44587
|
+
cursor: ns-resize;
|
|
44588
|
+
position: absolute;
|
|
44589
|
+
bottom: -6px;
|
|
44590
|
+
left: calc(50% - 11px);
|
|
44591
|
+
width: 22px;
|
|
44592
|
+
height: 10px;
|
|
44593
|
+
z-index: 1000;
|
|
44594
|
+
border: 1px solid #dee2e6;
|
|
44595
|
+
background-color: #fff;
|
|
44596
|
+
border-radius: 0.125rem;
|
|
44597
|
+
color: #666;
|
|
44598
|
+
display: flex;
|
|
44599
|
+
align-items: center;
|
|
44600
|
+
justify-content: center;
|
|
44601
|
+
}
|
|
44602
|
+
.ae-MobileDevTool-bottomHandle:hover {
|
|
44603
|
+
color: #000;
|
|
44604
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
44605
|
+
}
|
|
44606
|
+
.ae-MobileDevTool-bottomHandle::before {
|
|
44607
|
+
content: "···";
|
|
44608
|
+
display: block;
|
|
44609
|
+
}
|
|
44610
|
+
.height-move::before {
|
|
44611
|
+
content: "";
|
|
44612
|
+
position: fixed;
|
|
44613
|
+
top: 0;
|
|
44614
|
+
left: 0;
|
|
44615
|
+
right: 0;
|
|
44616
|
+
bottom: 0;
|
|
44617
|
+
z-index: 10000000;
|
|
44618
|
+
cursor: ns-resize;
|
|
44619
|
+
}
|
|
44620
|
+
.height-move * {
|
|
44621
|
+
-webkit-user-select: none;
|
|
44622
|
+
-moz-user-select: none;
|
|
44623
|
+
user-select: none;
|
|
44624
|
+
}
|
|
44625
|
+
.width-move::before {
|
|
44626
|
+
content: "";
|
|
44627
|
+
position: fixed;
|
|
44628
|
+
top: 0;
|
|
44629
|
+
left: 0;
|
|
44630
|
+
right: 0;
|
|
44631
|
+
bottom: 0;
|
|
44632
|
+
z-index: 10000000;
|
|
44633
|
+
cursor: ew-resize;
|
|
44634
|
+
}
|
|
44635
|
+
.width-move * {
|
|
44636
|
+
-webkit-user-select: none;
|
|
44637
|
+
-moz-user-select: none;
|
|
44638
|
+
user-select: none;
|
|
44639
|
+
}
|
|
42614
44640
|
:root {
|
|
42615
44641
|
--Layout-header-boxShadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.05),
|
|
42616
44642
|
0 1px 0 rgba(0, 0, 0, 0.05);
|