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/antd.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);
|
|
@@ -14896,6 +14900,1629 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14896
14900
|
z-index: 10;
|
|
14897
14901
|
overflow: hidden;
|
|
14898
14902
|
}
|
|
14903
|
+
/*!
|
|
14904
|
+
* animate.css - https://animate.style/
|
|
14905
|
+
* Version - 4.1.1
|
|
14906
|
+
* Licensed under the MIT license - http://opensource.org/licenses/MIT
|
|
14907
|
+
*
|
|
14908
|
+
* Copyright (c) 2020 Animate.css
|
|
14909
|
+
*/
|
|
14910
|
+
:root {
|
|
14911
|
+
--animate-duration:1s;
|
|
14912
|
+
--animate-delay:1s;
|
|
14913
|
+
--animate-repeat:1;
|
|
14914
|
+
}
|
|
14915
|
+
.animate__animated {
|
|
14916
|
+
animation-duration: 1s;
|
|
14917
|
+
animation-duration: var(--animate-duration);
|
|
14918
|
+
animation-fill-mode: both;
|
|
14919
|
+
}
|
|
14920
|
+
.animate__animated.animate__infinite {
|
|
14921
|
+
animation-iteration-count: infinite;
|
|
14922
|
+
}
|
|
14923
|
+
.animate__animated.animate__repeat-1 {
|
|
14924
|
+
animation-iteration-count: 1;
|
|
14925
|
+
animation-iteration-count: var(--animate-repeat);
|
|
14926
|
+
}
|
|
14927
|
+
.animate__animated.animate__repeat-2 {
|
|
14928
|
+
animation-iteration-count: 2;
|
|
14929
|
+
animation-iteration-count: calc(var(--animate-repeat) * 2);
|
|
14930
|
+
}
|
|
14931
|
+
.animate__animated.animate__repeat-3 {
|
|
14932
|
+
animation-iteration-count: 3;
|
|
14933
|
+
animation-iteration-count: calc(var(--animate-repeat) * 3);
|
|
14934
|
+
}
|
|
14935
|
+
.animate__animated.animate__delay-1s {
|
|
14936
|
+
animation-delay: 1s;
|
|
14937
|
+
animation-delay: var(--animate-delay);
|
|
14938
|
+
}
|
|
14939
|
+
.animate__animated.animate__delay-2s {
|
|
14940
|
+
animation-delay: 2s;
|
|
14941
|
+
animation-delay: calc(var(--animate-delay) * 2);
|
|
14942
|
+
}
|
|
14943
|
+
.animate__animated.animate__delay-3s {
|
|
14944
|
+
animation-delay: 3s;
|
|
14945
|
+
animation-delay: calc(var(--animate-delay) * 3);
|
|
14946
|
+
}
|
|
14947
|
+
.animate__animated.animate__delay-4s {
|
|
14948
|
+
animation-delay: 4s;
|
|
14949
|
+
animation-delay: calc(var(--animate-delay) * 4);
|
|
14950
|
+
}
|
|
14951
|
+
.animate__animated.animate__delay-5s {
|
|
14952
|
+
animation-delay: 5s;
|
|
14953
|
+
animation-delay: calc(var(--animate-delay) * 5);
|
|
14954
|
+
}
|
|
14955
|
+
.animate__animated.animate__faster {
|
|
14956
|
+
animation-duration: 0.5s;
|
|
14957
|
+
animation-duration: calc(var(--animate-duration) / 2);
|
|
14958
|
+
}
|
|
14959
|
+
.animate__animated.animate__fast {
|
|
14960
|
+
animation-duration: 0.8s;
|
|
14961
|
+
animation-duration: calc(var(--animate-duration) * 0.8);
|
|
14962
|
+
}
|
|
14963
|
+
.animate__animated.animate__slow {
|
|
14964
|
+
animation-duration: 2s;
|
|
14965
|
+
animation-duration: calc(var(--animate-duration) * 2);
|
|
14966
|
+
}
|
|
14967
|
+
.animate__animated.animate__slower {
|
|
14968
|
+
animation-duration: 3s;
|
|
14969
|
+
animation-duration: calc(var(--animate-duration) * 3);
|
|
14970
|
+
}
|
|
14971
|
+
@media (prefers-reduced-motion: reduce), print {
|
|
14972
|
+
.animate__animated {
|
|
14973
|
+
animation-duration: 1ms !important;
|
|
14974
|
+
transition-duration: 1ms !important;
|
|
14975
|
+
animation-iteration-count: 1 !important;
|
|
14976
|
+
}
|
|
14977
|
+
.animate__animated[class*=Out] {
|
|
14978
|
+
opacity: 0;
|
|
14979
|
+
}
|
|
14980
|
+
}
|
|
14981
|
+
@keyframes bounce {
|
|
14982
|
+
0%, 20%, 53%, to {
|
|
14983
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
14984
|
+
transform: translateZ(0);
|
|
14985
|
+
}
|
|
14986
|
+
40%, 43% {
|
|
14987
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
14988
|
+
transform: translate3d(0, -30px, 0) scaleY(1.1);
|
|
14989
|
+
}
|
|
14990
|
+
70% {
|
|
14991
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
14992
|
+
transform: translate3d(0, -15px, 0) scaleY(1.05);
|
|
14993
|
+
}
|
|
14994
|
+
80% {
|
|
14995
|
+
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
14996
|
+
transform: translateZ(0) scaleY(0.95);
|
|
14997
|
+
}
|
|
14998
|
+
90% {
|
|
14999
|
+
transform: translate3d(0, -4px, 0) scaleY(1.02);
|
|
15000
|
+
}
|
|
15001
|
+
}
|
|
15002
|
+
.animate__bounce {
|
|
15003
|
+
animation-name: bounce;
|
|
15004
|
+
transform-origin: center bottom;
|
|
15005
|
+
}
|
|
15006
|
+
@keyframes flash {
|
|
15007
|
+
0%, 50%, to {
|
|
15008
|
+
opacity: 1;
|
|
15009
|
+
}
|
|
15010
|
+
25%, 75% {
|
|
15011
|
+
opacity: 0;
|
|
15012
|
+
}
|
|
15013
|
+
}
|
|
15014
|
+
.animate__flash {
|
|
15015
|
+
animation-name: flash;
|
|
15016
|
+
}
|
|
15017
|
+
@keyframes pulse {
|
|
15018
|
+
0% {
|
|
15019
|
+
transform: scaleX(1);
|
|
15020
|
+
}
|
|
15021
|
+
50% {
|
|
15022
|
+
transform: scale3d(1.05, 1.05, 1.05);
|
|
15023
|
+
}
|
|
15024
|
+
to {
|
|
15025
|
+
transform: scaleX(1);
|
|
15026
|
+
}
|
|
15027
|
+
}
|
|
15028
|
+
.animate__pulse {
|
|
15029
|
+
animation-name: pulse;
|
|
15030
|
+
animation-timing-function: ease-in-out;
|
|
15031
|
+
}
|
|
15032
|
+
@keyframes rubberBand {
|
|
15033
|
+
0% {
|
|
15034
|
+
transform: scaleX(1);
|
|
15035
|
+
}
|
|
15036
|
+
30% {
|
|
15037
|
+
transform: scale3d(1.25, 0.75, 1);
|
|
15038
|
+
}
|
|
15039
|
+
40% {
|
|
15040
|
+
transform: scale3d(0.75, 1.25, 1);
|
|
15041
|
+
}
|
|
15042
|
+
50% {
|
|
15043
|
+
transform: scale3d(1.15, 0.85, 1);
|
|
15044
|
+
}
|
|
15045
|
+
65% {
|
|
15046
|
+
transform: scale3d(0.95, 1.05, 1);
|
|
15047
|
+
}
|
|
15048
|
+
75% {
|
|
15049
|
+
transform: scale3d(1.05, 0.95, 1);
|
|
15050
|
+
}
|
|
15051
|
+
to {
|
|
15052
|
+
transform: scaleX(1);
|
|
15053
|
+
}
|
|
15054
|
+
}
|
|
15055
|
+
.animate__rubberBand {
|
|
15056
|
+
animation-name: rubberBand;
|
|
15057
|
+
}
|
|
15058
|
+
@keyframes shakeX {
|
|
15059
|
+
0%, to {
|
|
15060
|
+
transform: translateZ(0);
|
|
15061
|
+
}
|
|
15062
|
+
10%, 30%, 50%, 70%, 90% {
|
|
15063
|
+
transform: translate3d(-10px, 0, 0);
|
|
15064
|
+
}
|
|
15065
|
+
20%, 40%, 60%, 80% {
|
|
15066
|
+
transform: translate3d(10px, 0, 0);
|
|
15067
|
+
}
|
|
15068
|
+
}
|
|
15069
|
+
.animate__shakeX {
|
|
15070
|
+
animation-name: shakeX;
|
|
15071
|
+
}
|
|
15072
|
+
@keyframes shakeY {
|
|
15073
|
+
0%, to {
|
|
15074
|
+
transform: translateZ(0);
|
|
15075
|
+
}
|
|
15076
|
+
10%, 30%, 50%, 70%, 90% {
|
|
15077
|
+
transform: translate3d(0, -10px, 0);
|
|
15078
|
+
}
|
|
15079
|
+
20%, 40%, 60%, 80% {
|
|
15080
|
+
transform: translate3d(0, 10px, 0);
|
|
15081
|
+
}
|
|
15082
|
+
}
|
|
15083
|
+
.animate__shakeY {
|
|
15084
|
+
animation-name: shakeY;
|
|
15085
|
+
}
|
|
15086
|
+
@keyframes headShake {
|
|
15087
|
+
0% {
|
|
15088
|
+
transform: translateX(0);
|
|
15089
|
+
}
|
|
15090
|
+
6.5% {
|
|
15091
|
+
transform: translateX(-6px) rotateY(-9deg);
|
|
15092
|
+
}
|
|
15093
|
+
18.5% {
|
|
15094
|
+
transform: translateX(5px) rotateY(7deg);
|
|
15095
|
+
}
|
|
15096
|
+
31.5% {
|
|
15097
|
+
transform: translateX(-3px) rotateY(-5deg);
|
|
15098
|
+
}
|
|
15099
|
+
43.5% {
|
|
15100
|
+
transform: translateX(2px) rotateY(3deg);
|
|
15101
|
+
}
|
|
15102
|
+
50% {
|
|
15103
|
+
transform: translateX(0);
|
|
15104
|
+
}
|
|
15105
|
+
}
|
|
15106
|
+
.animate__headShake {
|
|
15107
|
+
animation-timing-function: ease-in-out;
|
|
15108
|
+
animation-name: headShake;
|
|
15109
|
+
}
|
|
15110
|
+
@keyframes swing {
|
|
15111
|
+
20% {
|
|
15112
|
+
transform: rotate(15deg);
|
|
15113
|
+
}
|
|
15114
|
+
40% {
|
|
15115
|
+
transform: rotate(-10deg);
|
|
15116
|
+
}
|
|
15117
|
+
60% {
|
|
15118
|
+
transform: rotate(5deg);
|
|
15119
|
+
}
|
|
15120
|
+
80% {
|
|
15121
|
+
transform: rotate(-5deg);
|
|
15122
|
+
}
|
|
15123
|
+
to {
|
|
15124
|
+
transform: rotate(0deg);
|
|
15125
|
+
}
|
|
15126
|
+
}
|
|
15127
|
+
.animate__swing {
|
|
15128
|
+
transform-origin: top center;
|
|
15129
|
+
animation-name: swing;
|
|
15130
|
+
}
|
|
15131
|
+
@keyframes tada {
|
|
15132
|
+
0% {
|
|
15133
|
+
transform: scaleX(1);
|
|
15134
|
+
}
|
|
15135
|
+
10%, 20% {
|
|
15136
|
+
transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
|
|
15137
|
+
}
|
|
15138
|
+
30%, 50%, 70%, 90% {
|
|
15139
|
+
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
|
|
15140
|
+
}
|
|
15141
|
+
40%, 60%, 80% {
|
|
15142
|
+
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
|
|
15143
|
+
}
|
|
15144
|
+
to {
|
|
15145
|
+
transform: scaleX(1);
|
|
15146
|
+
}
|
|
15147
|
+
}
|
|
15148
|
+
.animate__tada {
|
|
15149
|
+
animation-name: tada;
|
|
15150
|
+
}
|
|
15151
|
+
@keyframes wobble {
|
|
15152
|
+
0% {
|
|
15153
|
+
transform: translateZ(0);
|
|
15154
|
+
}
|
|
15155
|
+
15% {
|
|
15156
|
+
transform: translate3d(-25%, 0, 0) rotate(-5deg);
|
|
15157
|
+
}
|
|
15158
|
+
30% {
|
|
15159
|
+
transform: translate3d(20%, 0, 0) rotate(3deg);
|
|
15160
|
+
}
|
|
15161
|
+
45% {
|
|
15162
|
+
transform: translate3d(-15%, 0, 0) rotate(-3deg);
|
|
15163
|
+
}
|
|
15164
|
+
60% {
|
|
15165
|
+
transform: translate3d(10%, 0, 0) rotate(2deg);
|
|
15166
|
+
}
|
|
15167
|
+
75% {
|
|
15168
|
+
transform: translate3d(-5%, 0, 0) rotate(-1deg);
|
|
15169
|
+
}
|
|
15170
|
+
to {
|
|
15171
|
+
transform: translateZ(0);
|
|
15172
|
+
}
|
|
15173
|
+
}
|
|
15174
|
+
.animate__wobble {
|
|
15175
|
+
animation-name: wobble;
|
|
15176
|
+
}
|
|
15177
|
+
@keyframes jello {
|
|
15178
|
+
0%, 11.1%, to {
|
|
15179
|
+
transform: translateZ(0);
|
|
15180
|
+
}
|
|
15181
|
+
22.2% {
|
|
15182
|
+
transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
15183
|
+
}
|
|
15184
|
+
33.3% {
|
|
15185
|
+
transform: skewX(6.25deg) skewY(6.25deg);
|
|
15186
|
+
}
|
|
15187
|
+
44.4% {
|
|
15188
|
+
transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
15189
|
+
}
|
|
15190
|
+
55.5% {
|
|
15191
|
+
transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
15192
|
+
}
|
|
15193
|
+
66.6% {
|
|
15194
|
+
transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
15195
|
+
}
|
|
15196
|
+
77.7% {
|
|
15197
|
+
transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
15198
|
+
}
|
|
15199
|
+
88.8% {
|
|
15200
|
+
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
15201
|
+
}
|
|
15202
|
+
}
|
|
15203
|
+
.animate__jello {
|
|
15204
|
+
animation-name: jello;
|
|
15205
|
+
transform-origin: center;
|
|
15206
|
+
}
|
|
15207
|
+
@keyframes heartBeat {
|
|
15208
|
+
0% {
|
|
15209
|
+
transform: scale(1);
|
|
15210
|
+
}
|
|
15211
|
+
14% {
|
|
15212
|
+
transform: scale(1.3);
|
|
15213
|
+
}
|
|
15214
|
+
28% {
|
|
15215
|
+
transform: scale(1);
|
|
15216
|
+
}
|
|
15217
|
+
42% {
|
|
15218
|
+
transform: scale(1.3);
|
|
15219
|
+
}
|
|
15220
|
+
70% {
|
|
15221
|
+
transform: scale(1);
|
|
15222
|
+
}
|
|
15223
|
+
}
|
|
15224
|
+
.animate__heartBeat {
|
|
15225
|
+
animation-name: heartBeat;
|
|
15226
|
+
animation-duration: 1.3s;
|
|
15227
|
+
animation-duration: calc(var(--animate-duration) * 1.3);
|
|
15228
|
+
animation-timing-function: ease-in-out;
|
|
15229
|
+
}
|
|
15230
|
+
@keyframes backInDown {
|
|
15231
|
+
0% {
|
|
15232
|
+
transform: translateY(-1200px) scale(0.7);
|
|
15233
|
+
opacity: 0.7;
|
|
15234
|
+
}
|
|
15235
|
+
80% {
|
|
15236
|
+
transform: translateY(0) scale(0.7);
|
|
15237
|
+
opacity: 0.7;
|
|
15238
|
+
}
|
|
15239
|
+
to {
|
|
15240
|
+
transform: scale(1);
|
|
15241
|
+
opacity: 1;
|
|
15242
|
+
}
|
|
15243
|
+
}
|
|
15244
|
+
.animate__backInDown {
|
|
15245
|
+
animation-name: backInDown;
|
|
15246
|
+
}
|
|
15247
|
+
@keyframes backInLeft {
|
|
15248
|
+
0% {
|
|
15249
|
+
transform: translateX(-2000px) scale(0.7);
|
|
15250
|
+
opacity: 0.7;
|
|
15251
|
+
}
|
|
15252
|
+
80% {
|
|
15253
|
+
transform: translateX(0) scale(0.7);
|
|
15254
|
+
opacity: 0.7;
|
|
15255
|
+
}
|
|
15256
|
+
to {
|
|
15257
|
+
transform: scale(1);
|
|
15258
|
+
opacity: 1;
|
|
15259
|
+
}
|
|
15260
|
+
}
|
|
15261
|
+
.animate__backInLeft {
|
|
15262
|
+
animation-name: backInLeft;
|
|
15263
|
+
}
|
|
15264
|
+
@keyframes backInRight {
|
|
15265
|
+
0% {
|
|
15266
|
+
transform: translateX(2000px) scale(0.7);
|
|
15267
|
+
opacity: 0.7;
|
|
15268
|
+
}
|
|
15269
|
+
80% {
|
|
15270
|
+
transform: translateX(0) scale(0.7);
|
|
15271
|
+
opacity: 0.7;
|
|
15272
|
+
}
|
|
15273
|
+
to {
|
|
15274
|
+
transform: scale(1);
|
|
15275
|
+
opacity: 1;
|
|
15276
|
+
}
|
|
15277
|
+
}
|
|
15278
|
+
.animate__backInRight {
|
|
15279
|
+
animation-name: backInRight;
|
|
15280
|
+
}
|
|
15281
|
+
@keyframes backInUp {
|
|
15282
|
+
0% {
|
|
15283
|
+
transform: translateY(1200px) scale(0.7);
|
|
15284
|
+
opacity: 0.7;
|
|
15285
|
+
}
|
|
15286
|
+
80% {
|
|
15287
|
+
transform: translateY(0) scale(0.7);
|
|
15288
|
+
opacity: 0.7;
|
|
15289
|
+
}
|
|
15290
|
+
to {
|
|
15291
|
+
transform: scale(1);
|
|
15292
|
+
opacity: 1;
|
|
15293
|
+
}
|
|
15294
|
+
}
|
|
15295
|
+
.animate__backInUp {
|
|
15296
|
+
animation-name: backInUp;
|
|
15297
|
+
}
|
|
15298
|
+
@keyframes backOutDown {
|
|
15299
|
+
0% {
|
|
15300
|
+
transform: scale(1);
|
|
15301
|
+
opacity: 1;
|
|
15302
|
+
}
|
|
15303
|
+
20% {
|
|
15304
|
+
transform: translateY(0) scale(0.7);
|
|
15305
|
+
opacity: 0.7;
|
|
15306
|
+
}
|
|
15307
|
+
to {
|
|
15308
|
+
transform: translateY(700px) scale(0.7);
|
|
15309
|
+
opacity: 0.7;
|
|
15310
|
+
}
|
|
15311
|
+
}
|
|
15312
|
+
.animate__backOutDown {
|
|
15313
|
+
animation-name: backOutDown;
|
|
15314
|
+
}
|
|
15315
|
+
@keyframes backOutLeft {
|
|
15316
|
+
0% {
|
|
15317
|
+
transform: scale(1);
|
|
15318
|
+
opacity: 1;
|
|
15319
|
+
}
|
|
15320
|
+
20% {
|
|
15321
|
+
transform: translateX(0) scale(0.7);
|
|
15322
|
+
opacity: 0.7;
|
|
15323
|
+
}
|
|
15324
|
+
to {
|
|
15325
|
+
transform: translateX(-2000px) scale(0.7);
|
|
15326
|
+
opacity: 0.7;
|
|
15327
|
+
}
|
|
15328
|
+
}
|
|
15329
|
+
.animate__backOutLeft {
|
|
15330
|
+
animation-name: backOutLeft;
|
|
15331
|
+
}
|
|
15332
|
+
@keyframes backOutRight {
|
|
15333
|
+
0% {
|
|
15334
|
+
transform: scale(1);
|
|
15335
|
+
opacity: 1;
|
|
15336
|
+
}
|
|
15337
|
+
20% {
|
|
15338
|
+
transform: translateX(0) scale(0.7);
|
|
15339
|
+
opacity: 0.7;
|
|
15340
|
+
}
|
|
15341
|
+
to {
|
|
15342
|
+
transform: translateX(2000px) scale(0.7);
|
|
15343
|
+
opacity: 0.7;
|
|
15344
|
+
}
|
|
15345
|
+
}
|
|
15346
|
+
.animate__backOutRight {
|
|
15347
|
+
animation-name: backOutRight;
|
|
15348
|
+
}
|
|
15349
|
+
@keyframes backOutUp {
|
|
15350
|
+
0% {
|
|
15351
|
+
transform: scale(1);
|
|
15352
|
+
opacity: 1;
|
|
15353
|
+
}
|
|
15354
|
+
20% {
|
|
15355
|
+
transform: translateY(0) scale(0.7);
|
|
15356
|
+
opacity: 0.7;
|
|
15357
|
+
}
|
|
15358
|
+
to {
|
|
15359
|
+
transform: translateY(-700px) scale(0.7);
|
|
15360
|
+
opacity: 0.7;
|
|
15361
|
+
}
|
|
15362
|
+
}
|
|
15363
|
+
.animate__backOutUp {
|
|
15364
|
+
animation-name: backOutUp;
|
|
15365
|
+
}
|
|
15366
|
+
@keyframes bounceIn {
|
|
15367
|
+
0%, 20%, 40%, 60%, 80%, to {
|
|
15368
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15369
|
+
}
|
|
15370
|
+
0% {
|
|
15371
|
+
opacity: 0;
|
|
15372
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
15373
|
+
}
|
|
15374
|
+
20% {
|
|
15375
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
|
15376
|
+
}
|
|
15377
|
+
40% {
|
|
15378
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
|
15379
|
+
}
|
|
15380
|
+
60% {
|
|
15381
|
+
opacity: 1;
|
|
15382
|
+
transform: scale3d(1.03, 1.03, 1.03);
|
|
15383
|
+
}
|
|
15384
|
+
80% {
|
|
15385
|
+
transform: scale3d(0.97, 0.97, 0.97);
|
|
15386
|
+
}
|
|
15387
|
+
to {
|
|
15388
|
+
opacity: 1;
|
|
15389
|
+
transform: scaleX(1);
|
|
15390
|
+
}
|
|
15391
|
+
}
|
|
15392
|
+
.animate__bounceIn {
|
|
15393
|
+
animation-duration: 0.75s;
|
|
15394
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
15395
|
+
animation-name: bounceIn;
|
|
15396
|
+
}
|
|
15397
|
+
@keyframes bounceInDown {
|
|
15398
|
+
0%, 60%, 75%, 90%, to {
|
|
15399
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15400
|
+
}
|
|
15401
|
+
0% {
|
|
15402
|
+
opacity: 0;
|
|
15403
|
+
transform: translate3d(0, -3000px, 0) scaleY(3);
|
|
15404
|
+
}
|
|
15405
|
+
60% {
|
|
15406
|
+
opacity: 1;
|
|
15407
|
+
transform: translate3d(0, 25px, 0) scaleY(0.9);
|
|
15408
|
+
}
|
|
15409
|
+
75% {
|
|
15410
|
+
transform: translate3d(0, -10px, 0) scaleY(0.95);
|
|
15411
|
+
}
|
|
15412
|
+
90% {
|
|
15413
|
+
transform: translate3d(0, 5px, 0) scaleY(0.985);
|
|
15414
|
+
}
|
|
15415
|
+
to {
|
|
15416
|
+
transform: translateZ(0);
|
|
15417
|
+
}
|
|
15418
|
+
}
|
|
15419
|
+
.animate__bounceInDown {
|
|
15420
|
+
animation-name: bounceInDown;
|
|
15421
|
+
}
|
|
15422
|
+
@keyframes bounceInLeft {
|
|
15423
|
+
0%, 60%, 75%, 90%, to {
|
|
15424
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15425
|
+
}
|
|
15426
|
+
0% {
|
|
15427
|
+
opacity: 0;
|
|
15428
|
+
transform: translate3d(-3000px, 0, 0) scaleX(3);
|
|
15429
|
+
}
|
|
15430
|
+
60% {
|
|
15431
|
+
opacity: 1;
|
|
15432
|
+
transform: translate3d(25px, 0, 0) scaleX(1);
|
|
15433
|
+
}
|
|
15434
|
+
75% {
|
|
15435
|
+
transform: translate3d(-10px, 0, 0) scaleX(0.98);
|
|
15436
|
+
}
|
|
15437
|
+
90% {
|
|
15438
|
+
transform: translate3d(5px, 0, 0) scaleX(0.995);
|
|
15439
|
+
}
|
|
15440
|
+
to {
|
|
15441
|
+
transform: translateZ(0);
|
|
15442
|
+
}
|
|
15443
|
+
}
|
|
15444
|
+
.animate__bounceInLeft {
|
|
15445
|
+
animation-name: bounceInLeft;
|
|
15446
|
+
}
|
|
15447
|
+
@keyframes bounceInRight {
|
|
15448
|
+
0%, 60%, 75%, 90%, to {
|
|
15449
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15450
|
+
}
|
|
15451
|
+
0% {
|
|
15452
|
+
opacity: 0;
|
|
15453
|
+
transform: translate3d(3000px, 0, 0) scaleX(3);
|
|
15454
|
+
}
|
|
15455
|
+
60% {
|
|
15456
|
+
opacity: 1;
|
|
15457
|
+
transform: translate3d(-25px, 0, 0) scaleX(1);
|
|
15458
|
+
}
|
|
15459
|
+
75% {
|
|
15460
|
+
transform: translate3d(10px, 0, 0) scaleX(0.98);
|
|
15461
|
+
}
|
|
15462
|
+
90% {
|
|
15463
|
+
transform: translate3d(-5px, 0, 0) scaleX(0.995);
|
|
15464
|
+
}
|
|
15465
|
+
to {
|
|
15466
|
+
transform: translateZ(0);
|
|
15467
|
+
}
|
|
15468
|
+
}
|
|
15469
|
+
.animate__bounceInRight {
|
|
15470
|
+
animation-name: bounceInRight;
|
|
15471
|
+
}
|
|
15472
|
+
@keyframes bounceInUp {
|
|
15473
|
+
0%, 60%, 75%, 90%, to {
|
|
15474
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15475
|
+
}
|
|
15476
|
+
0% {
|
|
15477
|
+
opacity: 0;
|
|
15478
|
+
transform: translate3d(0, 3000px, 0) scaleY(5);
|
|
15479
|
+
}
|
|
15480
|
+
60% {
|
|
15481
|
+
opacity: 1;
|
|
15482
|
+
transform: translate3d(0, -20px, 0) scaleY(0.9);
|
|
15483
|
+
}
|
|
15484
|
+
75% {
|
|
15485
|
+
transform: translate3d(0, 10px, 0) scaleY(0.95);
|
|
15486
|
+
}
|
|
15487
|
+
90% {
|
|
15488
|
+
transform: translate3d(0, -5px, 0) scaleY(0.985);
|
|
15489
|
+
}
|
|
15490
|
+
to {
|
|
15491
|
+
transform: translateZ(0);
|
|
15492
|
+
}
|
|
15493
|
+
}
|
|
15494
|
+
.animate__bounceInUp {
|
|
15495
|
+
animation-name: bounceInUp;
|
|
15496
|
+
}
|
|
15497
|
+
@keyframes bounceOut {
|
|
15498
|
+
20% {
|
|
15499
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
|
15500
|
+
}
|
|
15501
|
+
50%, 55% {
|
|
15502
|
+
opacity: 1;
|
|
15503
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
|
15504
|
+
}
|
|
15505
|
+
to {
|
|
15506
|
+
opacity: 0;
|
|
15507
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
15508
|
+
}
|
|
15509
|
+
}
|
|
15510
|
+
.animate__bounceOut {
|
|
15511
|
+
animation-duration: 0.75s;
|
|
15512
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
15513
|
+
animation-name: bounceOut;
|
|
15514
|
+
}
|
|
15515
|
+
@keyframes bounceOutDown {
|
|
15516
|
+
20% {
|
|
15517
|
+
transform: translate3d(0, 10px, 0) scaleY(0.985);
|
|
15518
|
+
}
|
|
15519
|
+
40%, 45% {
|
|
15520
|
+
opacity: 1;
|
|
15521
|
+
transform: translate3d(0, -20px, 0) scaleY(0.9);
|
|
15522
|
+
}
|
|
15523
|
+
to {
|
|
15524
|
+
opacity: 0;
|
|
15525
|
+
transform: translate3d(0, 2000px, 0) scaleY(3);
|
|
15526
|
+
}
|
|
15527
|
+
}
|
|
15528
|
+
.animate__bounceOutDown {
|
|
15529
|
+
animation-name: bounceOutDown;
|
|
15530
|
+
}
|
|
15531
|
+
@keyframes bounceOutLeft {
|
|
15532
|
+
20% {
|
|
15533
|
+
opacity: 1;
|
|
15534
|
+
transform: translate3d(20px, 0, 0) scaleX(0.9);
|
|
15535
|
+
}
|
|
15536
|
+
to {
|
|
15537
|
+
opacity: 0;
|
|
15538
|
+
transform: translate3d(-2000px, 0, 0) scaleX(2);
|
|
15539
|
+
}
|
|
15540
|
+
}
|
|
15541
|
+
.animate__bounceOutLeft {
|
|
15542
|
+
animation-name: bounceOutLeft;
|
|
15543
|
+
}
|
|
15544
|
+
@keyframes bounceOutRight {
|
|
15545
|
+
20% {
|
|
15546
|
+
opacity: 1;
|
|
15547
|
+
transform: translate3d(-20px, 0, 0) scaleX(0.9);
|
|
15548
|
+
}
|
|
15549
|
+
to {
|
|
15550
|
+
opacity: 0;
|
|
15551
|
+
transform: translate3d(2000px, 0, 0) scaleX(2);
|
|
15552
|
+
}
|
|
15553
|
+
}
|
|
15554
|
+
.animate__bounceOutRight {
|
|
15555
|
+
animation-name: bounceOutRight;
|
|
15556
|
+
}
|
|
15557
|
+
@keyframes bounceOutUp {
|
|
15558
|
+
20% {
|
|
15559
|
+
transform: translate3d(0, -10px, 0) scaleY(0.985);
|
|
15560
|
+
}
|
|
15561
|
+
40%, 45% {
|
|
15562
|
+
opacity: 1;
|
|
15563
|
+
transform: translate3d(0, 20px, 0) scaleY(0.9);
|
|
15564
|
+
}
|
|
15565
|
+
to {
|
|
15566
|
+
opacity: 0;
|
|
15567
|
+
transform: translate3d(0, -2000px, 0) scaleY(3);
|
|
15568
|
+
}
|
|
15569
|
+
}
|
|
15570
|
+
.animate__bounceOutUp {
|
|
15571
|
+
animation-name: bounceOutUp;
|
|
15572
|
+
}
|
|
15573
|
+
@keyframes fadeIn {
|
|
15574
|
+
0% {
|
|
15575
|
+
opacity: 0;
|
|
15576
|
+
}
|
|
15577
|
+
to {
|
|
15578
|
+
opacity: 1;
|
|
15579
|
+
}
|
|
15580
|
+
}
|
|
15581
|
+
.animate__fadeIn {
|
|
15582
|
+
animation-name: fadeIn;
|
|
15583
|
+
}
|
|
15584
|
+
@keyframes fadeInDown {
|
|
15585
|
+
0% {
|
|
15586
|
+
opacity: 0;
|
|
15587
|
+
transform: translate3d(0, -100%, 0);
|
|
15588
|
+
}
|
|
15589
|
+
to {
|
|
15590
|
+
opacity: 1;
|
|
15591
|
+
transform: translateZ(0);
|
|
15592
|
+
}
|
|
15593
|
+
}
|
|
15594
|
+
.animate__fadeInDown {
|
|
15595
|
+
animation-name: fadeInDown;
|
|
15596
|
+
}
|
|
15597
|
+
@keyframes fadeInDownBig {
|
|
15598
|
+
0% {
|
|
15599
|
+
opacity: 0;
|
|
15600
|
+
transform: translate3d(0, -2000px, 0);
|
|
15601
|
+
}
|
|
15602
|
+
to {
|
|
15603
|
+
opacity: 1;
|
|
15604
|
+
transform: translateZ(0);
|
|
15605
|
+
}
|
|
15606
|
+
}
|
|
15607
|
+
.animate__fadeInDownBig {
|
|
15608
|
+
animation-name: fadeInDownBig;
|
|
15609
|
+
}
|
|
15610
|
+
@keyframes fadeInLeft {
|
|
15611
|
+
0% {
|
|
15612
|
+
opacity: 0;
|
|
15613
|
+
transform: translate3d(-100%, 0, 0);
|
|
15614
|
+
}
|
|
15615
|
+
to {
|
|
15616
|
+
opacity: 1;
|
|
15617
|
+
transform: translateZ(0);
|
|
15618
|
+
}
|
|
15619
|
+
}
|
|
15620
|
+
.animate__fadeInLeft {
|
|
15621
|
+
animation-name: fadeInLeft;
|
|
15622
|
+
}
|
|
15623
|
+
@keyframes fadeInLeftBig {
|
|
15624
|
+
0% {
|
|
15625
|
+
opacity: 0;
|
|
15626
|
+
transform: translate3d(-2000px, 0, 0);
|
|
15627
|
+
}
|
|
15628
|
+
to {
|
|
15629
|
+
opacity: 1;
|
|
15630
|
+
transform: translateZ(0);
|
|
15631
|
+
}
|
|
15632
|
+
}
|
|
15633
|
+
.animate__fadeInLeftBig {
|
|
15634
|
+
animation-name: fadeInLeftBig;
|
|
15635
|
+
}
|
|
15636
|
+
@keyframes fadeInRight {
|
|
15637
|
+
0% {
|
|
15638
|
+
opacity: 0;
|
|
15639
|
+
transform: translate3d(100%, 0, 0);
|
|
15640
|
+
}
|
|
15641
|
+
to {
|
|
15642
|
+
opacity: 1;
|
|
15643
|
+
transform: translateZ(0);
|
|
15644
|
+
}
|
|
15645
|
+
}
|
|
15646
|
+
.animate__fadeInRight {
|
|
15647
|
+
animation-name: fadeInRight;
|
|
15648
|
+
}
|
|
15649
|
+
@keyframes fadeInRightBig {
|
|
15650
|
+
0% {
|
|
15651
|
+
opacity: 0;
|
|
15652
|
+
transform: translate3d(2000px, 0, 0);
|
|
15653
|
+
}
|
|
15654
|
+
to {
|
|
15655
|
+
opacity: 1;
|
|
15656
|
+
transform: translateZ(0);
|
|
15657
|
+
}
|
|
15658
|
+
}
|
|
15659
|
+
.animate__fadeInRightBig {
|
|
15660
|
+
animation-name: fadeInRightBig;
|
|
15661
|
+
}
|
|
15662
|
+
@keyframes fadeInUp {
|
|
15663
|
+
0% {
|
|
15664
|
+
opacity: 0;
|
|
15665
|
+
transform: translate3d(0, 100%, 0);
|
|
15666
|
+
}
|
|
15667
|
+
to {
|
|
15668
|
+
opacity: 1;
|
|
15669
|
+
transform: translateZ(0);
|
|
15670
|
+
}
|
|
15671
|
+
}
|
|
15672
|
+
.animate__fadeInUp {
|
|
15673
|
+
animation-name: fadeInUp;
|
|
15674
|
+
}
|
|
15675
|
+
@keyframes fadeInUpBig {
|
|
15676
|
+
0% {
|
|
15677
|
+
opacity: 0;
|
|
15678
|
+
transform: translate3d(0, 2000px, 0);
|
|
15679
|
+
}
|
|
15680
|
+
to {
|
|
15681
|
+
opacity: 1;
|
|
15682
|
+
transform: translateZ(0);
|
|
15683
|
+
}
|
|
15684
|
+
}
|
|
15685
|
+
.animate__fadeInUpBig {
|
|
15686
|
+
animation-name: fadeInUpBig;
|
|
15687
|
+
}
|
|
15688
|
+
@keyframes fadeInTopLeft {
|
|
15689
|
+
0% {
|
|
15690
|
+
opacity: 0;
|
|
15691
|
+
transform: translate3d(-100%, -100%, 0);
|
|
15692
|
+
}
|
|
15693
|
+
to {
|
|
15694
|
+
opacity: 1;
|
|
15695
|
+
transform: translateZ(0);
|
|
15696
|
+
}
|
|
15697
|
+
}
|
|
15698
|
+
.animate__fadeInTopLeft {
|
|
15699
|
+
animation-name: fadeInTopLeft;
|
|
15700
|
+
}
|
|
15701
|
+
@keyframes fadeInTopRight {
|
|
15702
|
+
0% {
|
|
15703
|
+
opacity: 0;
|
|
15704
|
+
transform: translate3d(100%, -100%, 0);
|
|
15705
|
+
}
|
|
15706
|
+
to {
|
|
15707
|
+
opacity: 1;
|
|
15708
|
+
transform: translateZ(0);
|
|
15709
|
+
}
|
|
15710
|
+
}
|
|
15711
|
+
.animate__fadeInTopRight {
|
|
15712
|
+
animation-name: fadeInTopRight;
|
|
15713
|
+
}
|
|
15714
|
+
@keyframes fadeInBottomLeft {
|
|
15715
|
+
0% {
|
|
15716
|
+
opacity: 0;
|
|
15717
|
+
transform: translate3d(-100%, 100%, 0);
|
|
15718
|
+
}
|
|
15719
|
+
to {
|
|
15720
|
+
opacity: 1;
|
|
15721
|
+
transform: translateZ(0);
|
|
15722
|
+
}
|
|
15723
|
+
}
|
|
15724
|
+
.animate__fadeInBottomLeft {
|
|
15725
|
+
animation-name: fadeInBottomLeft;
|
|
15726
|
+
}
|
|
15727
|
+
@keyframes fadeInBottomRight {
|
|
15728
|
+
0% {
|
|
15729
|
+
opacity: 0;
|
|
15730
|
+
transform: translate3d(100%, 100%, 0);
|
|
15731
|
+
}
|
|
15732
|
+
to {
|
|
15733
|
+
opacity: 1;
|
|
15734
|
+
transform: translateZ(0);
|
|
15735
|
+
}
|
|
15736
|
+
}
|
|
15737
|
+
.animate__fadeInBottomRight {
|
|
15738
|
+
animation-name: fadeInBottomRight;
|
|
15739
|
+
}
|
|
15740
|
+
@keyframes fadeOut {
|
|
15741
|
+
0% {
|
|
15742
|
+
opacity: 1;
|
|
15743
|
+
}
|
|
15744
|
+
to {
|
|
15745
|
+
opacity: 0;
|
|
15746
|
+
}
|
|
15747
|
+
}
|
|
15748
|
+
.animate__fadeOut {
|
|
15749
|
+
animation-name: fadeOut;
|
|
15750
|
+
}
|
|
15751
|
+
@keyframes fadeOutDown {
|
|
15752
|
+
0% {
|
|
15753
|
+
opacity: 1;
|
|
15754
|
+
}
|
|
15755
|
+
to {
|
|
15756
|
+
opacity: 0;
|
|
15757
|
+
transform: translate3d(0, 100%, 0);
|
|
15758
|
+
}
|
|
15759
|
+
}
|
|
15760
|
+
.animate__fadeOutDown {
|
|
15761
|
+
animation-name: fadeOutDown;
|
|
15762
|
+
}
|
|
15763
|
+
@keyframes fadeOutDownBig {
|
|
15764
|
+
0% {
|
|
15765
|
+
opacity: 1;
|
|
15766
|
+
}
|
|
15767
|
+
to {
|
|
15768
|
+
opacity: 0;
|
|
15769
|
+
transform: translate3d(0, 2000px, 0);
|
|
15770
|
+
}
|
|
15771
|
+
}
|
|
15772
|
+
.animate__fadeOutDownBig {
|
|
15773
|
+
animation-name: fadeOutDownBig;
|
|
15774
|
+
}
|
|
15775
|
+
@keyframes fadeOutLeft {
|
|
15776
|
+
0% {
|
|
15777
|
+
opacity: 1;
|
|
15778
|
+
}
|
|
15779
|
+
to {
|
|
15780
|
+
opacity: 0;
|
|
15781
|
+
transform: translate3d(-100%, 0, 0);
|
|
15782
|
+
}
|
|
15783
|
+
}
|
|
15784
|
+
.animate__fadeOutLeft {
|
|
15785
|
+
animation-name: fadeOutLeft;
|
|
15786
|
+
}
|
|
15787
|
+
@keyframes fadeOutLeftBig {
|
|
15788
|
+
0% {
|
|
15789
|
+
opacity: 1;
|
|
15790
|
+
}
|
|
15791
|
+
to {
|
|
15792
|
+
opacity: 0;
|
|
15793
|
+
transform: translate3d(-2000px, 0, 0);
|
|
15794
|
+
}
|
|
15795
|
+
}
|
|
15796
|
+
.animate__fadeOutLeftBig {
|
|
15797
|
+
animation-name: fadeOutLeftBig;
|
|
15798
|
+
}
|
|
15799
|
+
@keyframes fadeOutRight {
|
|
15800
|
+
0% {
|
|
15801
|
+
opacity: 1;
|
|
15802
|
+
}
|
|
15803
|
+
to {
|
|
15804
|
+
opacity: 0;
|
|
15805
|
+
transform: translate3d(100%, 0, 0);
|
|
15806
|
+
}
|
|
15807
|
+
}
|
|
15808
|
+
.animate__fadeOutRight {
|
|
15809
|
+
animation-name: fadeOutRight;
|
|
15810
|
+
}
|
|
15811
|
+
@keyframes fadeOutRightBig {
|
|
15812
|
+
0% {
|
|
15813
|
+
opacity: 1;
|
|
15814
|
+
}
|
|
15815
|
+
to {
|
|
15816
|
+
opacity: 0;
|
|
15817
|
+
transform: translate3d(2000px, 0, 0);
|
|
15818
|
+
}
|
|
15819
|
+
}
|
|
15820
|
+
.animate__fadeOutRightBig {
|
|
15821
|
+
animation-name: fadeOutRightBig;
|
|
15822
|
+
}
|
|
15823
|
+
@keyframes fadeOutUp {
|
|
15824
|
+
0% {
|
|
15825
|
+
opacity: 1;
|
|
15826
|
+
}
|
|
15827
|
+
to {
|
|
15828
|
+
opacity: 0;
|
|
15829
|
+
transform: translate3d(0, -100%, 0);
|
|
15830
|
+
}
|
|
15831
|
+
}
|
|
15832
|
+
.animate__fadeOutUp {
|
|
15833
|
+
animation-name: fadeOutUp;
|
|
15834
|
+
}
|
|
15835
|
+
@keyframes fadeOutUpBig {
|
|
15836
|
+
0% {
|
|
15837
|
+
opacity: 1;
|
|
15838
|
+
}
|
|
15839
|
+
to {
|
|
15840
|
+
opacity: 0;
|
|
15841
|
+
transform: translate3d(0, -2000px, 0);
|
|
15842
|
+
}
|
|
15843
|
+
}
|
|
15844
|
+
.animate__fadeOutUpBig {
|
|
15845
|
+
animation-name: fadeOutUpBig;
|
|
15846
|
+
}
|
|
15847
|
+
@keyframes fadeOutTopLeft {
|
|
15848
|
+
0% {
|
|
15849
|
+
opacity: 1;
|
|
15850
|
+
transform: translateZ(0);
|
|
15851
|
+
}
|
|
15852
|
+
to {
|
|
15853
|
+
opacity: 0;
|
|
15854
|
+
transform: translate3d(-100%, -100%, 0);
|
|
15855
|
+
}
|
|
15856
|
+
}
|
|
15857
|
+
.animate__fadeOutTopLeft {
|
|
15858
|
+
animation-name: fadeOutTopLeft;
|
|
15859
|
+
}
|
|
15860
|
+
@keyframes fadeOutTopRight {
|
|
15861
|
+
0% {
|
|
15862
|
+
opacity: 1;
|
|
15863
|
+
transform: translateZ(0);
|
|
15864
|
+
}
|
|
15865
|
+
to {
|
|
15866
|
+
opacity: 0;
|
|
15867
|
+
transform: translate3d(100%, -100%, 0);
|
|
15868
|
+
}
|
|
15869
|
+
}
|
|
15870
|
+
.animate__fadeOutTopRight {
|
|
15871
|
+
animation-name: fadeOutTopRight;
|
|
15872
|
+
}
|
|
15873
|
+
@keyframes fadeOutBottomRight {
|
|
15874
|
+
0% {
|
|
15875
|
+
opacity: 1;
|
|
15876
|
+
transform: translateZ(0);
|
|
15877
|
+
}
|
|
15878
|
+
to {
|
|
15879
|
+
opacity: 0;
|
|
15880
|
+
transform: translate3d(100%, 100%, 0);
|
|
15881
|
+
}
|
|
15882
|
+
}
|
|
15883
|
+
.animate__fadeOutBottomRight {
|
|
15884
|
+
animation-name: fadeOutBottomRight;
|
|
15885
|
+
}
|
|
15886
|
+
@keyframes fadeOutBottomLeft {
|
|
15887
|
+
0% {
|
|
15888
|
+
opacity: 1;
|
|
15889
|
+
transform: translateZ(0);
|
|
15890
|
+
}
|
|
15891
|
+
to {
|
|
15892
|
+
opacity: 0;
|
|
15893
|
+
transform: translate3d(-100%, 100%, 0);
|
|
15894
|
+
}
|
|
15895
|
+
}
|
|
15896
|
+
.animate__fadeOutBottomLeft {
|
|
15897
|
+
animation-name: fadeOutBottomLeft;
|
|
15898
|
+
}
|
|
15899
|
+
@keyframes flip {
|
|
15900
|
+
0% {
|
|
15901
|
+
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
|
|
15902
|
+
animation-timing-function: ease-out;
|
|
15903
|
+
}
|
|
15904
|
+
40% {
|
|
15905
|
+
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
|
|
15906
|
+
animation-timing-function: ease-out;
|
|
15907
|
+
}
|
|
15908
|
+
50% {
|
|
15909
|
+
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
|
|
15910
|
+
animation-timing-function: ease-in;
|
|
15911
|
+
}
|
|
15912
|
+
80% {
|
|
15913
|
+
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
|
|
15914
|
+
animation-timing-function: ease-in;
|
|
15915
|
+
}
|
|
15916
|
+
to {
|
|
15917
|
+
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
|
|
15918
|
+
animation-timing-function: ease-in;
|
|
15919
|
+
}
|
|
15920
|
+
}
|
|
15921
|
+
.animate__animated.animate__flip {
|
|
15922
|
+
backface-visibility: visible;
|
|
15923
|
+
animation-name: flip;
|
|
15924
|
+
}
|
|
15925
|
+
@keyframes flipInX {
|
|
15926
|
+
0% {
|
|
15927
|
+
transform: perspective(400px) rotateX(90deg);
|
|
15928
|
+
animation-timing-function: ease-in;
|
|
15929
|
+
opacity: 0;
|
|
15930
|
+
}
|
|
15931
|
+
40% {
|
|
15932
|
+
transform: perspective(400px) rotateX(-20deg);
|
|
15933
|
+
animation-timing-function: ease-in;
|
|
15934
|
+
}
|
|
15935
|
+
60% {
|
|
15936
|
+
transform: perspective(400px) rotateX(10deg);
|
|
15937
|
+
opacity: 1;
|
|
15938
|
+
}
|
|
15939
|
+
80% {
|
|
15940
|
+
transform: perspective(400px) rotateX(-5deg);
|
|
15941
|
+
}
|
|
15942
|
+
to {
|
|
15943
|
+
transform: perspective(400px);
|
|
15944
|
+
}
|
|
15945
|
+
}
|
|
15946
|
+
.animate__flipInX {
|
|
15947
|
+
backface-visibility: visible !important;
|
|
15948
|
+
animation-name: flipInX;
|
|
15949
|
+
}
|
|
15950
|
+
@keyframes flipInY {
|
|
15951
|
+
0% {
|
|
15952
|
+
transform: perspective(400px) rotateY(90deg);
|
|
15953
|
+
animation-timing-function: ease-in;
|
|
15954
|
+
opacity: 0;
|
|
15955
|
+
}
|
|
15956
|
+
40% {
|
|
15957
|
+
transform: perspective(400px) rotateY(-20deg);
|
|
15958
|
+
animation-timing-function: ease-in;
|
|
15959
|
+
}
|
|
15960
|
+
60% {
|
|
15961
|
+
transform: perspective(400px) rotateY(10deg);
|
|
15962
|
+
opacity: 1;
|
|
15963
|
+
}
|
|
15964
|
+
80% {
|
|
15965
|
+
transform: perspective(400px) rotateY(-5deg);
|
|
15966
|
+
}
|
|
15967
|
+
to {
|
|
15968
|
+
transform: perspective(400px);
|
|
15969
|
+
}
|
|
15970
|
+
}
|
|
15971
|
+
.animate__flipInY {
|
|
15972
|
+
backface-visibility: visible !important;
|
|
15973
|
+
animation-name: flipInY;
|
|
15974
|
+
}
|
|
15975
|
+
@keyframes flipOutX {
|
|
15976
|
+
0% {
|
|
15977
|
+
transform: perspective(400px);
|
|
15978
|
+
}
|
|
15979
|
+
30% {
|
|
15980
|
+
transform: perspective(400px) rotateX(-20deg);
|
|
15981
|
+
opacity: 1;
|
|
15982
|
+
}
|
|
15983
|
+
to {
|
|
15984
|
+
transform: perspective(400px) rotateX(90deg);
|
|
15985
|
+
opacity: 0;
|
|
15986
|
+
}
|
|
15987
|
+
}
|
|
15988
|
+
.animate__flipOutX {
|
|
15989
|
+
animation-duration: 0.75s;
|
|
15990
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
15991
|
+
animation-name: flipOutX;
|
|
15992
|
+
backface-visibility: visible !important;
|
|
15993
|
+
}
|
|
15994
|
+
@keyframes flipOutY {
|
|
15995
|
+
0% {
|
|
15996
|
+
transform: perspective(400px);
|
|
15997
|
+
}
|
|
15998
|
+
30% {
|
|
15999
|
+
transform: perspective(400px) rotateY(-15deg);
|
|
16000
|
+
opacity: 1;
|
|
16001
|
+
}
|
|
16002
|
+
to {
|
|
16003
|
+
transform: perspective(400px) rotateY(90deg);
|
|
16004
|
+
opacity: 0;
|
|
16005
|
+
}
|
|
16006
|
+
}
|
|
16007
|
+
.animate__flipOutY {
|
|
16008
|
+
animation-duration: 0.75s;
|
|
16009
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
16010
|
+
backface-visibility: visible !important;
|
|
16011
|
+
animation-name: flipOutY;
|
|
16012
|
+
}
|
|
16013
|
+
@keyframes lightSpeedInRight {
|
|
16014
|
+
0% {
|
|
16015
|
+
transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
16016
|
+
opacity: 0;
|
|
16017
|
+
}
|
|
16018
|
+
60% {
|
|
16019
|
+
transform: skewX(20deg);
|
|
16020
|
+
opacity: 1;
|
|
16021
|
+
}
|
|
16022
|
+
80% {
|
|
16023
|
+
transform: skewX(-5deg);
|
|
16024
|
+
}
|
|
16025
|
+
to {
|
|
16026
|
+
transform: translateZ(0);
|
|
16027
|
+
}
|
|
16028
|
+
}
|
|
16029
|
+
.animate__lightSpeedInRight {
|
|
16030
|
+
animation-name: lightSpeedInRight;
|
|
16031
|
+
animation-timing-function: ease-out;
|
|
16032
|
+
}
|
|
16033
|
+
@keyframes lightSpeedInLeft {
|
|
16034
|
+
0% {
|
|
16035
|
+
transform: translate3d(-100%, 0, 0) skewX(30deg);
|
|
16036
|
+
opacity: 0;
|
|
16037
|
+
}
|
|
16038
|
+
60% {
|
|
16039
|
+
transform: skewX(-20deg);
|
|
16040
|
+
opacity: 1;
|
|
16041
|
+
}
|
|
16042
|
+
80% {
|
|
16043
|
+
transform: skewX(5deg);
|
|
16044
|
+
}
|
|
16045
|
+
to {
|
|
16046
|
+
transform: translateZ(0);
|
|
16047
|
+
}
|
|
16048
|
+
}
|
|
16049
|
+
.animate__lightSpeedInLeft {
|
|
16050
|
+
animation-name: lightSpeedInLeft;
|
|
16051
|
+
animation-timing-function: ease-out;
|
|
16052
|
+
}
|
|
16053
|
+
@keyframes lightSpeedOutRight {
|
|
16054
|
+
0% {
|
|
16055
|
+
opacity: 1;
|
|
16056
|
+
}
|
|
16057
|
+
to {
|
|
16058
|
+
transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
16059
|
+
opacity: 0;
|
|
16060
|
+
}
|
|
16061
|
+
}
|
|
16062
|
+
.animate__lightSpeedOutRight {
|
|
16063
|
+
animation-name: lightSpeedOutRight;
|
|
16064
|
+
animation-timing-function: ease-in;
|
|
16065
|
+
}
|
|
16066
|
+
@keyframes lightSpeedOutLeft {
|
|
16067
|
+
0% {
|
|
16068
|
+
opacity: 1;
|
|
16069
|
+
}
|
|
16070
|
+
to {
|
|
16071
|
+
transform: translate3d(-100%, 0, 0) skewX(-30deg);
|
|
16072
|
+
opacity: 0;
|
|
16073
|
+
}
|
|
16074
|
+
}
|
|
16075
|
+
.animate__lightSpeedOutLeft {
|
|
16076
|
+
animation-name: lightSpeedOutLeft;
|
|
16077
|
+
animation-timing-function: ease-in;
|
|
16078
|
+
}
|
|
16079
|
+
@keyframes rotateIn {
|
|
16080
|
+
0% {
|
|
16081
|
+
transform: rotate(-200deg);
|
|
16082
|
+
opacity: 0;
|
|
16083
|
+
}
|
|
16084
|
+
to {
|
|
16085
|
+
transform: translateZ(0);
|
|
16086
|
+
opacity: 1;
|
|
16087
|
+
}
|
|
16088
|
+
}
|
|
16089
|
+
.animate__rotateIn {
|
|
16090
|
+
animation-name: rotateIn;
|
|
16091
|
+
transform-origin: center;
|
|
16092
|
+
}
|
|
16093
|
+
@keyframes rotateInDownLeft {
|
|
16094
|
+
0% {
|
|
16095
|
+
transform: rotate(-45deg);
|
|
16096
|
+
opacity: 0;
|
|
16097
|
+
}
|
|
16098
|
+
to {
|
|
16099
|
+
transform: translateZ(0);
|
|
16100
|
+
opacity: 1;
|
|
16101
|
+
}
|
|
16102
|
+
}
|
|
16103
|
+
.animate__rotateInDownLeft {
|
|
16104
|
+
animation-name: rotateInDownLeft;
|
|
16105
|
+
transform-origin: left bottom;
|
|
16106
|
+
}
|
|
16107
|
+
@keyframes rotateInDownRight {
|
|
16108
|
+
0% {
|
|
16109
|
+
transform: rotate(45deg);
|
|
16110
|
+
opacity: 0;
|
|
16111
|
+
}
|
|
16112
|
+
to {
|
|
16113
|
+
transform: translateZ(0);
|
|
16114
|
+
opacity: 1;
|
|
16115
|
+
}
|
|
16116
|
+
}
|
|
16117
|
+
.animate__rotateInDownRight {
|
|
16118
|
+
animation-name: rotateInDownRight;
|
|
16119
|
+
transform-origin: right bottom;
|
|
16120
|
+
}
|
|
16121
|
+
@keyframes rotateInUpLeft {
|
|
16122
|
+
0% {
|
|
16123
|
+
transform: rotate(45deg);
|
|
16124
|
+
opacity: 0;
|
|
16125
|
+
}
|
|
16126
|
+
to {
|
|
16127
|
+
transform: translateZ(0);
|
|
16128
|
+
opacity: 1;
|
|
16129
|
+
}
|
|
16130
|
+
}
|
|
16131
|
+
.animate__rotateInUpLeft {
|
|
16132
|
+
animation-name: rotateInUpLeft;
|
|
16133
|
+
transform-origin: left bottom;
|
|
16134
|
+
}
|
|
16135
|
+
@keyframes rotateInUpRight {
|
|
16136
|
+
0% {
|
|
16137
|
+
transform: rotate(-90deg);
|
|
16138
|
+
opacity: 0;
|
|
16139
|
+
}
|
|
16140
|
+
to {
|
|
16141
|
+
transform: translateZ(0);
|
|
16142
|
+
opacity: 1;
|
|
16143
|
+
}
|
|
16144
|
+
}
|
|
16145
|
+
.animate__rotateInUpRight {
|
|
16146
|
+
animation-name: rotateInUpRight;
|
|
16147
|
+
transform-origin: right bottom;
|
|
16148
|
+
}
|
|
16149
|
+
@keyframes rotateOut {
|
|
16150
|
+
0% {
|
|
16151
|
+
opacity: 1;
|
|
16152
|
+
}
|
|
16153
|
+
to {
|
|
16154
|
+
transform: rotate(200deg);
|
|
16155
|
+
opacity: 0;
|
|
16156
|
+
}
|
|
16157
|
+
}
|
|
16158
|
+
.animate__rotateOut {
|
|
16159
|
+
animation-name: rotateOut;
|
|
16160
|
+
transform-origin: center;
|
|
16161
|
+
}
|
|
16162
|
+
@keyframes rotateOutDownLeft {
|
|
16163
|
+
0% {
|
|
16164
|
+
opacity: 1;
|
|
16165
|
+
}
|
|
16166
|
+
to {
|
|
16167
|
+
transform: rotate(45deg);
|
|
16168
|
+
opacity: 0;
|
|
16169
|
+
}
|
|
16170
|
+
}
|
|
16171
|
+
.animate__rotateOutDownLeft {
|
|
16172
|
+
animation-name: rotateOutDownLeft;
|
|
16173
|
+
transform-origin: left bottom;
|
|
16174
|
+
}
|
|
16175
|
+
@keyframes rotateOutDownRight {
|
|
16176
|
+
0% {
|
|
16177
|
+
opacity: 1;
|
|
16178
|
+
}
|
|
16179
|
+
to {
|
|
16180
|
+
transform: rotate(-45deg);
|
|
16181
|
+
opacity: 0;
|
|
16182
|
+
}
|
|
16183
|
+
}
|
|
16184
|
+
.animate__rotateOutDownRight {
|
|
16185
|
+
animation-name: rotateOutDownRight;
|
|
16186
|
+
transform-origin: right bottom;
|
|
16187
|
+
}
|
|
16188
|
+
@keyframes rotateOutUpLeft {
|
|
16189
|
+
0% {
|
|
16190
|
+
opacity: 1;
|
|
16191
|
+
}
|
|
16192
|
+
to {
|
|
16193
|
+
transform: rotate(-45deg);
|
|
16194
|
+
opacity: 0;
|
|
16195
|
+
}
|
|
16196
|
+
}
|
|
16197
|
+
.animate__rotateOutUpLeft {
|
|
16198
|
+
animation-name: rotateOutUpLeft;
|
|
16199
|
+
transform-origin: left bottom;
|
|
16200
|
+
}
|
|
16201
|
+
@keyframes rotateOutUpRight {
|
|
16202
|
+
0% {
|
|
16203
|
+
opacity: 1;
|
|
16204
|
+
}
|
|
16205
|
+
to {
|
|
16206
|
+
transform: rotate(90deg);
|
|
16207
|
+
opacity: 0;
|
|
16208
|
+
}
|
|
16209
|
+
}
|
|
16210
|
+
.animate__rotateOutUpRight {
|
|
16211
|
+
animation-name: rotateOutUpRight;
|
|
16212
|
+
transform-origin: right bottom;
|
|
16213
|
+
}
|
|
16214
|
+
@keyframes hinge {
|
|
16215
|
+
0% {
|
|
16216
|
+
animation-timing-function: ease-in-out;
|
|
16217
|
+
}
|
|
16218
|
+
20%, 60% {
|
|
16219
|
+
transform: rotate(80deg);
|
|
16220
|
+
animation-timing-function: ease-in-out;
|
|
16221
|
+
}
|
|
16222
|
+
40%, 80% {
|
|
16223
|
+
transform: rotate(60deg);
|
|
16224
|
+
animation-timing-function: ease-in-out;
|
|
16225
|
+
opacity: 1;
|
|
16226
|
+
}
|
|
16227
|
+
to {
|
|
16228
|
+
transform: translate3d(0, 700px, 0);
|
|
16229
|
+
opacity: 0;
|
|
16230
|
+
}
|
|
16231
|
+
}
|
|
16232
|
+
.animate__hinge {
|
|
16233
|
+
animation-duration: 2s;
|
|
16234
|
+
animation-duration: calc(var(--animate-duration) * 2);
|
|
16235
|
+
animation-name: hinge;
|
|
16236
|
+
transform-origin: top left;
|
|
16237
|
+
}
|
|
16238
|
+
@keyframes jackInTheBox {
|
|
16239
|
+
0% {
|
|
16240
|
+
opacity: 0;
|
|
16241
|
+
transform: scale(0.1) rotate(30deg);
|
|
16242
|
+
transform-origin: center bottom;
|
|
16243
|
+
}
|
|
16244
|
+
50% {
|
|
16245
|
+
transform: rotate(-10deg);
|
|
16246
|
+
}
|
|
16247
|
+
70% {
|
|
16248
|
+
transform: rotate(3deg);
|
|
16249
|
+
}
|
|
16250
|
+
to {
|
|
16251
|
+
opacity: 1;
|
|
16252
|
+
transform: scale(1);
|
|
16253
|
+
}
|
|
16254
|
+
}
|
|
16255
|
+
.animate__jackInTheBox {
|
|
16256
|
+
animation-name: jackInTheBox;
|
|
16257
|
+
}
|
|
16258
|
+
@keyframes rollIn {
|
|
16259
|
+
0% {
|
|
16260
|
+
opacity: 0;
|
|
16261
|
+
transform: translate3d(-100%, 0, 0) rotate(-120deg);
|
|
16262
|
+
}
|
|
16263
|
+
to {
|
|
16264
|
+
opacity: 1;
|
|
16265
|
+
transform: translateZ(0);
|
|
16266
|
+
}
|
|
16267
|
+
}
|
|
16268
|
+
.animate__rollIn {
|
|
16269
|
+
animation-name: rollIn;
|
|
16270
|
+
}
|
|
16271
|
+
@keyframes rollOut {
|
|
16272
|
+
0% {
|
|
16273
|
+
opacity: 1;
|
|
16274
|
+
}
|
|
16275
|
+
to {
|
|
16276
|
+
opacity: 0;
|
|
16277
|
+
transform: translate3d(100%, 0, 0) rotate(120deg);
|
|
16278
|
+
}
|
|
16279
|
+
}
|
|
16280
|
+
.animate__rollOut {
|
|
16281
|
+
animation-name: rollOut;
|
|
16282
|
+
}
|
|
16283
|
+
@keyframes zoomIn {
|
|
16284
|
+
0% {
|
|
16285
|
+
opacity: 0;
|
|
16286
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
16287
|
+
}
|
|
16288
|
+
50% {
|
|
16289
|
+
opacity: 1;
|
|
16290
|
+
}
|
|
16291
|
+
}
|
|
16292
|
+
.animate__zoomIn {
|
|
16293
|
+
animation-name: zoomIn;
|
|
16294
|
+
}
|
|
16295
|
+
@keyframes zoomInDown {
|
|
16296
|
+
0% {
|
|
16297
|
+
opacity: 0;
|
|
16298
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
16299
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16300
|
+
}
|
|
16301
|
+
60% {
|
|
16302
|
+
opacity: 1;
|
|
16303
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
16304
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16305
|
+
}
|
|
16306
|
+
}
|
|
16307
|
+
.animate__zoomInDown {
|
|
16308
|
+
animation-name: zoomInDown;
|
|
16309
|
+
}
|
|
16310
|
+
@keyframes zoomInLeft {
|
|
16311
|
+
0% {
|
|
16312
|
+
opacity: 0;
|
|
16313
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
16314
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16315
|
+
}
|
|
16316
|
+
60% {
|
|
16317
|
+
opacity: 1;
|
|
16318
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
16319
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16320
|
+
}
|
|
16321
|
+
}
|
|
16322
|
+
.animate__zoomInLeft {
|
|
16323
|
+
animation-name: zoomInLeft;
|
|
16324
|
+
}
|
|
16325
|
+
@keyframes zoomInRight {
|
|
16326
|
+
0% {
|
|
16327
|
+
opacity: 0;
|
|
16328
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
16329
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16330
|
+
}
|
|
16331
|
+
60% {
|
|
16332
|
+
opacity: 1;
|
|
16333
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
16334
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16335
|
+
}
|
|
16336
|
+
}
|
|
16337
|
+
.animate__zoomInRight {
|
|
16338
|
+
animation-name: zoomInRight;
|
|
16339
|
+
}
|
|
16340
|
+
@keyframes zoomInUp {
|
|
16341
|
+
0% {
|
|
16342
|
+
opacity: 0;
|
|
16343
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
16344
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16345
|
+
}
|
|
16346
|
+
60% {
|
|
16347
|
+
opacity: 1;
|
|
16348
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
16349
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16350
|
+
}
|
|
16351
|
+
}
|
|
16352
|
+
.animate__zoomInUp {
|
|
16353
|
+
animation-name: zoomInUp;
|
|
16354
|
+
}
|
|
16355
|
+
@keyframes zoomOut {
|
|
16356
|
+
0% {
|
|
16357
|
+
opacity: 1;
|
|
16358
|
+
}
|
|
16359
|
+
50% {
|
|
16360
|
+
opacity: 0;
|
|
16361
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
16362
|
+
}
|
|
16363
|
+
to {
|
|
16364
|
+
opacity: 0;
|
|
16365
|
+
}
|
|
16366
|
+
}
|
|
16367
|
+
.animate__zoomOut {
|
|
16368
|
+
animation-name: zoomOut;
|
|
16369
|
+
}
|
|
16370
|
+
@keyframes zoomOutDown {
|
|
16371
|
+
40% {
|
|
16372
|
+
opacity: 1;
|
|
16373
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
16374
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16375
|
+
}
|
|
16376
|
+
to {
|
|
16377
|
+
opacity: 0;
|
|
16378
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
16379
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16380
|
+
}
|
|
16381
|
+
}
|
|
16382
|
+
.animate__zoomOutDown {
|
|
16383
|
+
animation-name: zoomOutDown;
|
|
16384
|
+
transform-origin: center bottom;
|
|
16385
|
+
}
|
|
16386
|
+
@keyframes zoomOutLeft {
|
|
16387
|
+
40% {
|
|
16388
|
+
opacity: 1;
|
|
16389
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
16390
|
+
}
|
|
16391
|
+
to {
|
|
16392
|
+
opacity: 0;
|
|
16393
|
+
transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
16394
|
+
}
|
|
16395
|
+
}
|
|
16396
|
+
.animate__zoomOutLeft {
|
|
16397
|
+
animation-name: zoomOutLeft;
|
|
16398
|
+
transform-origin: left center;
|
|
16399
|
+
}
|
|
16400
|
+
@keyframes zoomOutRight {
|
|
16401
|
+
40% {
|
|
16402
|
+
opacity: 1;
|
|
16403
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
16404
|
+
}
|
|
16405
|
+
to {
|
|
16406
|
+
opacity: 0;
|
|
16407
|
+
transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
16408
|
+
}
|
|
16409
|
+
}
|
|
16410
|
+
.animate__zoomOutRight {
|
|
16411
|
+
animation-name: zoomOutRight;
|
|
16412
|
+
transform-origin: right center;
|
|
16413
|
+
}
|
|
16414
|
+
@keyframes zoomOutUp {
|
|
16415
|
+
40% {
|
|
16416
|
+
opacity: 1;
|
|
16417
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
16418
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16419
|
+
}
|
|
16420
|
+
to {
|
|
16421
|
+
opacity: 0;
|
|
16422
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
16423
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16424
|
+
}
|
|
16425
|
+
}
|
|
16426
|
+
.animate__zoomOutUp {
|
|
16427
|
+
animation-name: zoomOutUp;
|
|
16428
|
+
transform-origin: center bottom;
|
|
16429
|
+
}
|
|
16430
|
+
@keyframes slideInDown {
|
|
16431
|
+
0% {
|
|
16432
|
+
transform: translate3d(0, -100%, 0);
|
|
16433
|
+
visibility: visible;
|
|
16434
|
+
}
|
|
16435
|
+
to {
|
|
16436
|
+
transform: translateZ(0);
|
|
16437
|
+
}
|
|
16438
|
+
}
|
|
16439
|
+
.animate__slideInDown {
|
|
16440
|
+
animation-name: slideInDown;
|
|
16441
|
+
}
|
|
16442
|
+
@keyframes slideInLeft {
|
|
16443
|
+
0% {
|
|
16444
|
+
transform: translate3d(-100%, 0, 0);
|
|
16445
|
+
visibility: visible;
|
|
16446
|
+
}
|
|
16447
|
+
to {
|
|
16448
|
+
transform: translateZ(0);
|
|
16449
|
+
}
|
|
16450
|
+
}
|
|
16451
|
+
.animate__slideInLeft {
|
|
16452
|
+
animation-name: slideInLeft;
|
|
16453
|
+
}
|
|
16454
|
+
@keyframes slideInRight {
|
|
16455
|
+
0% {
|
|
16456
|
+
transform: translate3d(100%, 0, 0);
|
|
16457
|
+
visibility: visible;
|
|
16458
|
+
}
|
|
16459
|
+
to {
|
|
16460
|
+
transform: translateZ(0);
|
|
16461
|
+
}
|
|
16462
|
+
}
|
|
16463
|
+
.animate__slideInRight {
|
|
16464
|
+
animation-name: slideInRight;
|
|
16465
|
+
}
|
|
16466
|
+
@keyframes slideInUp {
|
|
16467
|
+
0% {
|
|
16468
|
+
transform: translate3d(0, 100%, 0);
|
|
16469
|
+
visibility: visible;
|
|
16470
|
+
}
|
|
16471
|
+
to {
|
|
16472
|
+
transform: translateZ(0);
|
|
16473
|
+
}
|
|
16474
|
+
}
|
|
16475
|
+
.animate__slideInUp {
|
|
16476
|
+
animation-name: slideInUp;
|
|
16477
|
+
}
|
|
16478
|
+
@keyframes slideOutDown {
|
|
16479
|
+
0% {
|
|
16480
|
+
transform: translateZ(0);
|
|
16481
|
+
}
|
|
16482
|
+
to {
|
|
16483
|
+
visibility: hidden;
|
|
16484
|
+
transform: translate3d(0, 100%, 0);
|
|
16485
|
+
}
|
|
16486
|
+
}
|
|
16487
|
+
.animate__slideOutDown {
|
|
16488
|
+
animation-name: slideOutDown;
|
|
16489
|
+
}
|
|
16490
|
+
@keyframes slideOutLeft {
|
|
16491
|
+
0% {
|
|
16492
|
+
transform: translateZ(0);
|
|
16493
|
+
}
|
|
16494
|
+
to {
|
|
16495
|
+
visibility: hidden;
|
|
16496
|
+
transform: translate3d(-100%, 0, 0);
|
|
16497
|
+
}
|
|
16498
|
+
}
|
|
16499
|
+
.animate__slideOutLeft {
|
|
16500
|
+
animation-name: slideOutLeft;
|
|
16501
|
+
}
|
|
16502
|
+
@keyframes slideOutRight {
|
|
16503
|
+
0% {
|
|
16504
|
+
transform: translateZ(0);
|
|
16505
|
+
}
|
|
16506
|
+
to {
|
|
16507
|
+
visibility: hidden;
|
|
16508
|
+
transform: translate3d(100%, 0, 0);
|
|
16509
|
+
}
|
|
16510
|
+
}
|
|
16511
|
+
.animate__slideOutRight {
|
|
16512
|
+
animation-name: slideOutRight;
|
|
16513
|
+
}
|
|
16514
|
+
@keyframes slideOutUp {
|
|
16515
|
+
0% {
|
|
16516
|
+
transform: translateZ(0);
|
|
16517
|
+
}
|
|
16518
|
+
to {
|
|
16519
|
+
visibility: hidden;
|
|
16520
|
+
transform: translate3d(0, -100%, 0);
|
|
16521
|
+
}
|
|
16522
|
+
}
|
|
16523
|
+
.animate__slideOutUp {
|
|
16524
|
+
animation-name: slideOutUp;
|
|
16525
|
+
}
|
|
14899
16526
|
/*!
|
|
14900
16527
|
* https://github.com/arqex/react-datetime
|
|
14901
16528
|
*/
|
|
@@ -18220,6 +19847,7 @@ input[type=button].antd-Button--block {
|
|
|
18220
19847
|
min-height: 0;
|
|
18221
19848
|
flex: 1;
|
|
18222
19849
|
height: 2.75rem;
|
|
19850
|
+
font-size: var(--fontSizeMd);
|
|
18223
19851
|
}
|
|
18224
19852
|
.antd-Modal .antd-Modal-footer > .antd-Button:first-child {
|
|
18225
19853
|
margin-left: 0;
|
|
@@ -19338,7 +20966,7 @@ input[type=button].antd-Button--block {
|
|
|
19338
20966
|
}
|
|
19339
20967
|
.antd-PickerColumns-columnItemis-selected {
|
|
19340
20968
|
font-size: 18px;
|
|
19341
|
-
color: --PickerColumns-title-color;
|
|
20969
|
+
color: var(--PickerColumns-title-color);
|
|
19342
20970
|
}
|
|
19343
20971
|
@keyframes bounceIn {
|
|
19344
20972
|
from, 20%, 40%, 60%, 80%, to {
|
|
@@ -19473,6 +21101,18 @@ input[type=button].antd-Button--block {
|
|
|
19473
21101
|
height: var(--Toast-icon-height);
|
|
19474
21102
|
color: inherit;
|
|
19475
21103
|
}
|
|
21104
|
+
.antd-Toast-icon > svg.icon-warning {
|
|
21105
|
+
color: var(--Status-warning-color);
|
|
21106
|
+
}
|
|
21107
|
+
.antd-Toast-icon > svg.icon-fail {
|
|
21108
|
+
color: var(--Status-fail-color);
|
|
21109
|
+
}
|
|
21110
|
+
.antd-Toast-icon > svg.icon-success {
|
|
21111
|
+
color: var(--Status-success-color);
|
|
21112
|
+
}
|
|
21113
|
+
.antd-Toast-icon > svg.icon-schedule {
|
|
21114
|
+
color: var(--Status-schedule-color);
|
|
21115
|
+
}
|
|
19476
21116
|
.antd-Toast--error {
|
|
19477
21117
|
color: var(--Toast--danger-color);
|
|
19478
21118
|
background: var(--Toast--danger-bgColor);
|
|
@@ -20768,19 +22408,19 @@ input[type=button].antd-Button--block {
|
|
|
20768
22408
|
}
|
|
20769
22409
|
.antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:not(.is-disabled):hover > a {
|
|
20770
22410
|
font-size: var(--Tabs--simple-hover-fontSize);
|
|
20771
|
-
color: var(--Tabs--simple-hover-color)
|
|
22411
|
+
color: var(--Tabs--simple-hover-color);
|
|
20772
22412
|
font-weight: var(--Tabs--simple-hover-fontWeight);
|
|
20773
22413
|
line-height: var(--Tabs--simple-hover-lineHeight);
|
|
20774
22414
|
}
|
|
20775
22415
|
.antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-disabled > a {
|
|
20776
22416
|
font-size: var(--Tabs--simple-disabled-fontSize);
|
|
20777
|
-
color: var(--Tabs--simple-disabled-color)
|
|
22417
|
+
color: var(--Tabs--simple-disabled-color);
|
|
20778
22418
|
font-weight: var(--Tabs--simple-disabled-fontWeight);
|
|
20779
22419
|
line-height: var(--Tabs--simple-disabled-lineHeight);
|
|
20780
22420
|
}
|
|
20781
22421
|
.antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a {
|
|
20782
22422
|
font-size: var(--Tabs--simple-active-fontSize);
|
|
20783
|
-
color: var(--Tabs--simple-active-color)
|
|
22423
|
+
color: var(--Tabs--simple-active-color);
|
|
20784
22424
|
font-weight: var(--Tabs--simple-active-fontWeight);
|
|
20785
22425
|
line-height: var(--Tabs--simple-active-lineHeight);
|
|
20786
22426
|
}
|
|
@@ -20880,7 +22520,7 @@ input[type=button].antd-Button--block {
|
|
|
20880
22520
|
}
|
|
20881
22521
|
.antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > .antd-Tabs-link:not(.is-disabled):hover > a {
|
|
20882
22522
|
font-size: var(--Tabs--strong-hover-fontSize);
|
|
20883
|
-
color: var(--Tabs--strong-hover-color)
|
|
22523
|
+
color: var(--Tabs--strong-hover-color);
|
|
20884
22524
|
font-weight: var(--Tabs--strong-hover-fontWeight);
|
|
20885
22525
|
line-height: var(--Tabs--strong-hover-lineHeight);
|
|
20886
22526
|
}
|
|
@@ -20893,7 +22533,7 @@ input[type=button].antd-Button--block {
|
|
|
20893
22533
|
}
|
|
20894
22534
|
.antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > .antd-Tabs-link.is-disabled > a {
|
|
20895
22535
|
font-size: var(--Tabs--strong-disabled-fontSize);
|
|
20896
|
-
color: var(--Tabs--strong-disabled-color)
|
|
22536
|
+
color: var(--Tabs--strong-disabled-color);
|
|
20897
22537
|
font-weight: var(--Tabs--strong-disabled-fontWeight);
|
|
20898
22538
|
line-height: var(--Tabs--strong-disabled-lineHeight);
|
|
20899
22539
|
}
|
|
@@ -20905,7 +22545,7 @@ input[type=button].antd-Button--block {
|
|
|
20905
22545
|
}
|
|
20906
22546
|
.antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > .antd-Tabs-link.is-active > a {
|
|
20907
22547
|
font-size: var(--Tabs--strong-active-fontSize);
|
|
20908
|
-
color: var(--Tabs--strong-active-color)
|
|
22548
|
+
color: var(--Tabs--strong-active-color);
|
|
20909
22549
|
font-weight: var(--Tabs--strong-active-fontWeight);
|
|
20910
22550
|
line-height: var(--Tabs--strong-active-lineHeight);
|
|
20911
22551
|
}
|
|
@@ -21088,6 +22728,17 @@ input[type=button].antd-Button--block {
|
|
|
21088
22728
|
width: 0;
|
|
21089
22729
|
flex-grow: 1;
|
|
21090
22730
|
}
|
|
22731
|
+
.antd-Page--rightAside {
|
|
22732
|
+
flex-direction: row-reverse;
|
|
22733
|
+
}
|
|
22734
|
+
.antd-Page--rightAside > .antd-Page-aside {
|
|
22735
|
+
border-left: var(--borderWidth) solid var(--borderColor);
|
|
22736
|
+
border-right: unset;
|
|
22737
|
+
}
|
|
22738
|
+
.antd-Page--rightAside > .antd-Page-aside > .antd-Page-asideResizor {
|
|
22739
|
+
left: -0.375rem;
|
|
22740
|
+
right: unset;
|
|
22741
|
+
}
|
|
21091
22742
|
.antd-Page--asideSticky > .antd-Page-aside {
|
|
21092
22743
|
position: sticky;
|
|
21093
22744
|
top: var(--affix-offset-top);
|
|
@@ -21352,12 +23003,6 @@ input[type=button].antd-Button--block {
|
|
|
21352
23003
|
/* 主题 */
|
|
21353
23004
|
/* 子组件 */
|
|
21354
23005
|
}
|
|
21355
|
-
.antd-Panel-fixedBottom {
|
|
21356
|
-
position: sticky;
|
|
21357
|
-
background: var(--white);
|
|
21358
|
-
bottom: var(--affix-offset-bottom);
|
|
21359
|
-
z-index: 900;
|
|
21360
|
-
}
|
|
21361
23006
|
.antd-Panel--default {
|
|
21362
23007
|
border-color: var(--Panel-top-border-color) var(--Panel-right-border-color) var(--Panel-bottom-border-color) var(--Panel-left-border-color);
|
|
21363
23008
|
}
|
|
@@ -21454,6 +23099,17 @@ input[type=button].antd-Button--block {
|
|
|
21454
23099
|
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);
|
|
21455
23100
|
border-radius: var(--Panel-headingBorderRadius);
|
|
21456
23101
|
}
|
|
23102
|
+
.antd-Panel-heading.is-collapsible {
|
|
23103
|
+
display: flex;
|
|
23104
|
+
justify-content: space-between;
|
|
23105
|
+
}
|
|
23106
|
+
.antd-Panel-arrow {
|
|
23107
|
+
transition: transform 0.1s ease-in;
|
|
23108
|
+
transform: rotate(180deg);
|
|
23109
|
+
}
|
|
23110
|
+
.antd-Panel-arrow.is-collapsed {
|
|
23111
|
+
transform: rotate(0deg);
|
|
23112
|
+
}
|
|
21457
23113
|
.antd-Panel-title {
|
|
21458
23114
|
margin: 0;
|
|
21459
23115
|
font-size: var(--Panel-heading-fontSize);
|
|
@@ -21476,6 +23132,12 @@ input[type=button].antd-Button--block {
|
|
|
21476
23132
|
.antd-Panel-footer .antd-Button + .antd-Button {
|
|
21477
23133
|
margin-left: var(--Panel-footerButtonMarginLeft);
|
|
21478
23134
|
}
|
|
23135
|
+
.antd-Panel-fixedBottom {
|
|
23136
|
+
position: sticky;
|
|
23137
|
+
background: var(--white);
|
|
23138
|
+
bottom: var(--affix-offset-bottom);
|
|
23139
|
+
z-index: 900;
|
|
23140
|
+
}
|
|
21479
23141
|
.antd-Panel-btnToolbar {
|
|
21480
23142
|
text-align: var(--Panel-btnToolbarTextAlign);
|
|
21481
23143
|
}
|
|
@@ -21505,10 +23167,12 @@ input[type=button].antd-Button--block {
|
|
|
21505
23167
|
border-radius: 0;
|
|
21506
23168
|
}
|
|
21507
23169
|
.antd-Panel--form > .antd-Panel-heading .antd-Panel-title {
|
|
21508
|
-
padding-left: var(--Panel-body-paddingLeft);
|
|
21509
|
-
border-left: 0.1875rem solid var(--primary);
|
|
21510
23170
|
font-size: var(--fontSizeLg);
|
|
21511
23171
|
}
|
|
23172
|
+
.antd-Panel--form > .antd-Panel-heading .antd-Panel-title .icon {
|
|
23173
|
+
width: var(--sizes-base-7);
|
|
23174
|
+
height: var(--sizes-base-7);
|
|
23175
|
+
}
|
|
21512
23176
|
.antd-Panel--form .antd-Panel-footerWrap {
|
|
21513
23177
|
padding-bottom: var(--Panel-body-paddingBottom);
|
|
21514
23178
|
}
|
|
@@ -22396,6 +24060,14 @@ input[type=button].antd-Button--block {
|
|
|
22396
24060
|
background: var(--Collapse-header-onHover-bg);
|
|
22397
24061
|
color: var(--collapse-default-header-hover-color);
|
|
22398
24062
|
}
|
|
24063
|
+
.antd-Collapse-header.noTitle {
|
|
24064
|
+
padding: 0;
|
|
24065
|
+
background-color: unset;
|
|
24066
|
+
}
|
|
24067
|
+
.antd-Collapse-header.noTitle:hover {
|
|
24068
|
+
background: unset;
|
|
24069
|
+
color: inherit;
|
|
24070
|
+
}
|
|
22399
24071
|
.antd-Collapse-header.is-mobile {
|
|
22400
24072
|
background: none;
|
|
22401
24073
|
border-radius: 0 !important;
|
|
@@ -22577,6 +24249,12 @@ input[type=button].antd-Button--block {
|
|
|
22577
24249
|
.antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-icon-tranform {
|
|
22578
24250
|
float: right;
|
|
22579
24251
|
}
|
|
24252
|
+
.antd-CollapseGroup.icon-position-right .antd-Collapse-header.noTitle {
|
|
24253
|
+
text-align: right;
|
|
24254
|
+
}
|
|
24255
|
+
.antd-CollapseGroup.icon-position-right .antd-Collapse-header.noTitle .antd-Collapse-arrow-wrap {
|
|
24256
|
+
float: none;
|
|
24257
|
+
}
|
|
22580
24258
|
.antd-CollapseGroup.is-mobile.icon-position-right .antd-Collapse-header .antd-Collapse-arrow-wrap {
|
|
22581
24259
|
margin-right: -1.125rem;
|
|
22582
24260
|
}
|
|
@@ -23677,9 +25355,155 @@ input[type=button].antd-Button--block {
|
|
|
23677
25355
|
.antd-Crud2-pager {
|
|
23678
25356
|
align-self: flex-start;
|
|
23679
25357
|
}
|
|
23680
|
-
.antd-Crud2-filter {
|
|
25358
|
+
.antd-Crud2-filter:not(:empty) {
|
|
23681
25359
|
margin-bottom: var(--gap-base);
|
|
23682
25360
|
}
|
|
25361
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-ColumnToggler {
|
|
25362
|
+
display: none;
|
|
25363
|
+
}
|
|
25364
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-SearchBox {
|
|
25365
|
+
border-radius: var(--Form-input-borderRadius);
|
|
25366
|
+
width: 100%;
|
|
25367
|
+
}
|
|
25368
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Cards-placeholder {
|
|
25369
|
+
font-size: var(--fonts-size-7);
|
|
25370
|
+
}
|
|
25371
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card {
|
|
25372
|
+
--Card-borderRadius: var(--sizes-size-5);
|
|
25373
|
+
--gap-base: var(--sizes-size-9);
|
|
25374
|
+
--fontSizeBase: var(--fonts-size-7);
|
|
25375
|
+
--body-lineHeight: var(--sizes-base-11);
|
|
25376
|
+
--Card-actions-borderColor: #f2f2f4;
|
|
25377
|
+
--Card-actions-fontSize: var(--fontSizeBase);
|
|
25378
|
+
font-size: var(--fontSizeBase);
|
|
25379
|
+
border: 0;
|
|
25380
|
+
box-shadow: var(--boxShadowSm);
|
|
25381
|
+
}
|
|
25382
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-field {
|
|
25383
|
+
margin-bottom: var(--sizes-size-3);
|
|
25384
|
+
}
|
|
25385
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-fieldLabel {
|
|
25386
|
+
color: var(--colors-neutral-text-5);
|
|
25387
|
+
font-size: var(--fontSizeBase);
|
|
25388
|
+
flex-basis: var(--sizes-base-28);
|
|
25389
|
+
line-height: var(--body-lineHeight);
|
|
25390
|
+
margin-right: var(--sizes-size-6);
|
|
25391
|
+
}
|
|
25392
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-fieldValue {
|
|
25393
|
+
color: var(--colors-neutral-text-2);
|
|
25394
|
+
}
|
|
25395
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-actions {
|
|
25396
|
+
padding-top: var(--sizes-base-4);
|
|
25397
|
+
padding-bottom: var(--sizes-base-4);
|
|
25398
|
+
gap: var(--sizes-base-5);
|
|
25399
|
+
justify-content: flex-end;
|
|
25400
|
+
flex-wrap: wrap;
|
|
25401
|
+
}
|
|
25402
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-actions-wrapper {
|
|
25403
|
+
padding-left: var(--gap-md);
|
|
25404
|
+
padding-right: var(--gap-md);
|
|
25405
|
+
}
|
|
25406
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-actions > a {
|
|
25407
|
+
line-height: var(--sizes-base-14);
|
|
25408
|
+
background: var(--colors-link-10);
|
|
25409
|
+
border-radius: var(--sizes-base-7);
|
|
25410
|
+
font-size: var(--fontSizeBase);
|
|
25411
|
+
color: var(--colors-link-5);
|
|
25412
|
+
flex-grow: 0;
|
|
25413
|
+
text-align: center;
|
|
25414
|
+
padding: 0 var(--sizes-base-10);
|
|
25415
|
+
}
|
|
25416
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-actions > a.text-danger {
|
|
25417
|
+
background-color: var(--colors-error-10);
|
|
25418
|
+
color: var(--colors-error-5);
|
|
25419
|
+
}
|
|
25420
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card .antd-Form-item .antd-Form-value,
|
|
25421
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card .antd-Form-item .antd-Form-control {
|
|
25422
|
+
font-size: var(--fontSizeBase);
|
|
25423
|
+
}
|
|
25424
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-multiMedia--right {
|
|
25425
|
+
align-items: flex-start;
|
|
25426
|
+
}
|
|
25427
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-multiMedia-img {
|
|
25428
|
+
width: var(--sizes-base-45);
|
|
25429
|
+
height: var(--sizes-base-45);
|
|
25430
|
+
}
|
|
25431
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card .antd-Image {
|
|
25432
|
+
border: 0;
|
|
25433
|
+
}
|
|
25434
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card .antd-Image--thumb {
|
|
25435
|
+
padding-left: 0;
|
|
25436
|
+
}
|
|
25437
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card .antd-Image--thumb img {
|
|
25438
|
+
border-radius: var(--sizes-size-5);
|
|
25439
|
+
}
|
|
25440
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Panel {
|
|
25441
|
+
--Panel-bodyPadding: var(--gap-md);
|
|
25442
|
+
--Panel-headingPadding: var(--gap-sm) var(--gap-md);
|
|
25443
|
+
--Panel-body-paddingTop: var(--gap-md);
|
|
25444
|
+
--Panel-body-paddingBottom: var(--gap-md);
|
|
25445
|
+
--Panel-body-paddingLeft: var(--gap-md);
|
|
25446
|
+
--Panel-body-paddingRight: var(--gap-md);
|
|
25447
|
+
}
|
|
25448
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Panel--form {
|
|
25449
|
+
margin: 0;
|
|
25450
|
+
margin-bottom: var(--gap-md);
|
|
25451
|
+
border-radius: var(--sizes-size-5);
|
|
25452
|
+
box-shadow: var(--boxShadowSm);
|
|
25453
|
+
}
|
|
25454
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Panel-body {
|
|
25455
|
+
padding-top: 0;
|
|
25456
|
+
}
|
|
25457
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Panel .antd-Form--column {
|
|
25458
|
+
margin-left: 0;
|
|
25459
|
+
margin-right: 0;
|
|
25460
|
+
}
|
|
25461
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Panel .antd-Form-item {
|
|
25462
|
+
padding-left: 0;
|
|
25463
|
+
padding-right: 0;
|
|
25464
|
+
}
|
|
25465
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Button.is-fixed-right-bottom {
|
|
25466
|
+
position: fixed;
|
|
25467
|
+
right: 12px;
|
|
25468
|
+
bottom: 70px;
|
|
25469
|
+
z-index: 1300;
|
|
25470
|
+
width: 46px;
|
|
25471
|
+
height: 46px;
|
|
25472
|
+
border-radius: 50%;
|
|
25473
|
+
background: #528eff;
|
|
25474
|
+
box-shadow: 0 2px 12px 0 rgba(22, 27, 67, 0.2);
|
|
25475
|
+
border: 0 !important;
|
|
25476
|
+
}
|
|
25477
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Button.is-fixed-right-bottom .antd-Button-icon {
|
|
25478
|
+
width: 18px;
|
|
25479
|
+
height: 18px;
|
|
25480
|
+
}
|
|
25481
|
+
.antd-Crud2.is-mobile.is-mobile-cards .is-fixed-right-bottom-wrapper {
|
|
25482
|
+
flex: 0 !important;
|
|
25483
|
+
}
|
|
25484
|
+
.antd-Crud2.is-mobile.is-mobile-cards .is-fixed-right-bottom-wrapper + div {
|
|
25485
|
+
position: sticky !important;
|
|
25486
|
+
top: 0;
|
|
25487
|
+
margin-top: 0;
|
|
25488
|
+
}
|
|
25489
|
+
.antd-Crud2.is-mobile.is-mobile-cards .is-fixed-right-bottom-wrapper + div .antd-SearchBox {
|
|
25490
|
+
margin-left: 0;
|
|
25491
|
+
}
|
|
25492
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Crud2-header-toolbar.is-sticky {
|
|
25493
|
+
position: sticky;
|
|
25494
|
+
top: 0;
|
|
25495
|
+
z-index: 1300;
|
|
25496
|
+
background-color: #fff;
|
|
25497
|
+
padding: 5px 16px;
|
|
25498
|
+
margin-top: calc(-1 * var(--Page-body-padding));
|
|
25499
|
+
margin-left: calc(-1 * var(--Page-body-padding));
|
|
25500
|
+
margin-right: calc(-1 * var(--Page-body-padding));
|
|
25501
|
+
}
|
|
25502
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Crud2-header-toolbar.is-sticky .antd-SearchBox {
|
|
25503
|
+
background: #f7f7f9;
|
|
25504
|
+
border-radius: 4px;
|
|
25505
|
+
border-bottom: 0;
|
|
25506
|
+
}
|
|
23683
25507
|
@media (min-width: 576px) {
|
|
23684
25508
|
.antd-Crud-toolbar {
|
|
23685
25509
|
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
|
@@ -23918,6 +25742,9 @@ input[type=button].antd-Button--block {
|
|
|
23918
25742
|
.antd-Table-table th > .antd-Form, .antd-Table-table th > .antd-Form-item > .antd-Form-control:not(.is-thin), .antd-Table-table td > .antd-Form, .antd-Table-table td > .antd-Form-item > .antd-Form-control:not(.is-thin) {
|
|
23919
25743
|
min-width: var(--Form-control-widthBase);
|
|
23920
25744
|
}
|
|
25745
|
+
.antd-Table-table th > .antd-Form.antd-CheckboxControl, .antd-Table-table th > .antd-Form.antd-SwitchControl, .antd-Table-table th > .antd-Form.antd-RadiosControl, .antd-Table-table th > .antd-Form-item > .antd-Form-control:not(.is-thin).antd-CheckboxControl, .antd-Table-table th > .antd-Form-item > .antd-Form-control:not(.is-thin).antd-SwitchControl, .antd-Table-table th > .antd-Form-item > .antd-Form-control:not(.is-thin).antd-RadiosControl, .antd-Table-table td > .antd-Form.antd-CheckboxControl, .antd-Table-table td > .antd-Form.antd-SwitchControl, .antd-Table-table td > .antd-Form.antd-RadiosControl, .antd-Table-table td > .antd-Form-item > .antd-Form-control:not(.is-thin).antd-CheckboxControl, .antd-Table-table td > .antd-Form-item > .antd-Form-control:not(.is-thin).antd-SwitchControl, .antd-Table-table td > .antd-Form-item > .antd-Form-control:not(.is-thin).antd-RadiosControl {
|
|
25746
|
+
min-width: auto;
|
|
25747
|
+
}
|
|
23921
25748
|
.antd-Table-table th .antd-Form-static, .antd-Table-table td .antd-Form-static {
|
|
23922
25749
|
min-height: auto;
|
|
23923
25750
|
}
|
|
@@ -24107,10 +25934,10 @@ input[type=button].antd-Button--block {
|
|
|
24107
25934
|
color: #a0a0a0;
|
|
24108
25935
|
}
|
|
24109
25936
|
.antd-Table-table > tbody > tr.bg-dark.lt, .antd-Table-table > tbody > tr.bg-dark .lt {
|
|
24110
|
-
background: #
|
|
25937
|
+
background: #3e4750;
|
|
24111
25938
|
}
|
|
24112
25939
|
.antd-Table-table > tbody > tr.bg-dark.lter, .antd-Table-table > tbody > tr.bg-dark .lter {
|
|
24113
|
-
background: #
|
|
25940
|
+
background: #475460;
|
|
24114
25941
|
}
|
|
24115
25942
|
.antd-Table-table > tbody > tr.bg-dark.dk, .antd-Table-table > tbody > tr.bg-dark .dk {
|
|
24116
25943
|
background: #272d33;
|
|
@@ -24141,10 +25968,10 @@ input[type=button].antd-Button--block {
|
|
|
24141
25968
|
color: #666666;
|
|
24142
25969
|
}
|
|
24143
25970
|
.antd-Table-table > tbody > tr.bg-black.lt, .antd-Table-table > tbody > tr.bg-black .lt {
|
|
24144
|
-
background: #
|
|
25971
|
+
background: #0d0c0c;
|
|
24145
25972
|
}
|
|
24146
25973
|
.antd-Table-table > tbody > tr.bg-black.lter, .antd-Table-table > tbody > tr.bg-black .lter {
|
|
24147
|
-
background: #
|
|
25974
|
+
background: #1b1818;
|
|
24148
25975
|
}
|
|
24149
25976
|
.antd-Table-table > tbody > tr.bg-black.dk, .antd-Table-table > tbody > tr.bg-black .dk {
|
|
24150
25977
|
background: black;
|
|
@@ -24175,10 +26002,10 @@ input[type=button].antd-Button--block {
|
|
|
24175
26002
|
color: #cfe5fc;
|
|
24176
26003
|
}
|
|
24177
26004
|
.antd-Table-table > tbody > tr.bg-primary.lt, .antd-Table-table > tbody > tr.bg-primary .lt {
|
|
24178
|
-
background: #
|
|
26005
|
+
background: #1a88ff;
|
|
24179
26006
|
}
|
|
24180
26007
|
.antd-Table-table > tbody > tr.bg-primary.lter, .antd-Table-table > tbody > tr.bg-primary .lter {
|
|
24181
|
-
background: #
|
|
26008
|
+
background: #3395ff;
|
|
24182
26009
|
}
|
|
24183
26010
|
.antd-Table-table > tbody > tr.bg-primary.dk, .antd-Table-table > tbody > tr.bg-primary .dk {
|
|
24184
26011
|
background: #006fe6;
|
|
@@ -24209,10 +26036,10 @@ input[type=button].antd-Button--block {
|
|
|
24209
26036
|
color: #b4e7c0;
|
|
24210
26037
|
}
|
|
24211
26038
|
.antd-Table-table > tbody > tr.bg-success.lt, .antd-Table-table > tbody > tr.bg-success .lt {
|
|
24212
|
-
background: #
|
|
26039
|
+
background: #2abe4c;
|
|
24213
26040
|
}
|
|
24214
26041
|
.antd-Table-table > tbody > tr.bg-success.lter, .antd-Table-table > tbody > tr.bg-success .lter {
|
|
24215
|
-
background: #
|
|
26042
|
+
background: #2dd554;
|
|
24216
26043
|
}
|
|
24217
26044
|
.antd-Table-table > tbody > tr.bg-success.dk, .antd-Table-table > tbody > tr.bg-success .dk {
|
|
24218
26045
|
background: #21953b;
|
|
@@ -24243,10 +26070,10 @@ input[type=button].antd-Button--block {
|
|
|
24243
26070
|
color: #cfe5fc;
|
|
24244
26071
|
}
|
|
24245
26072
|
.antd-Table-table > tbody > tr.bg-info.lt, .antd-Table-table > tbody > tr.bg-info .lt {
|
|
24246
|
-
background: #
|
|
26073
|
+
background: #1a88ff;
|
|
24247
26074
|
}
|
|
24248
26075
|
.antd-Table-table > tbody > tr.bg-info.lter, .antd-Table-table > tbody > tr.bg-info .lter {
|
|
24249
|
-
background: #
|
|
26076
|
+
background: #3395ff;
|
|
24250
26077
|
}
|
|
24251
26078
|
.antd-Table-table > tbody > tr.bg-info.dk, .antd-Table-table > tbody > tr.bg-info .dk {
|
|
24252
26079
|
background: #006fe6;
|
|
@@ -24277,10 +26104,10 @@ input[type=button].antd-Button--block {
|
|
|
24277
26104
|
color: #fffefa;
|
|
24278
26105
|
}
|
|
24279
26106
|
.antd-Table-table > tbody > tr.bg-warning.lt, .antd-Table-table > tbody > tr.bg-warning .lt {
|
|
24280
|
-
background: #
|
|
26107
|
+
background: #fddd4a;
|
|
24281
26108
|
}
|
|
24282
26109
|
.antd-Table-table > tbody > tr.bg-warning.lter, .antd-Table-table > tbody > tr.bg-warning .lter {
|
|
24283
|
-
background: #
|
|
26110
|
+
background: #ffe361;
|
|
24284
26111
|
}
|
|
24285
26112
|
.antd-Table-table > tbody > tr.bg-warning.dk, .antd-Table-table > tbody > tr.bg-warning .dk {
|
|
24286
26113
|
background: #fcd417;
|
|
@@ -24311,10 +26138,10 @@ input[type=button].antd-Button--block {
|
|
|
24311
26138
|
color: #f8e5e6;
|
|
24312
26139
|
}
|
|
24313
26140
|
.antd-Table-table > tbody > tr.bg-danger.lt, .antd-Table-table > tbody > tr.bg-danger .lt {
|
|
24314
|
-
background: #
|
|
26141
|
+
background: #e24857;
|
|
24315
26142
|
}
|
|
24316
26143
|
.antd-Table-table > tbody > tr.bg-danger.lter, .antd-Table-table > tbody > tr.bg-danger .lter {
|
|
24317
|
-
background: #
|
|
26144
|
+
background: #e85c69;
|
|
24318
26145
|
}
|
|
24319
26146
|
.antd-Table-table > tbody > tr.bg-danger.dk, .antd-Table-table > tbody > tr.bg-danger .dk {
|
|
24320
26147
|
background: #d62133;
|
|
@@ -25108,10 +26935,10 @@ input[type=button].antd-Button--block {
|
|
|
25108
26935
|
color: #a0a0a0;
|
|
25109
26936
|
}
|
|
25110
26937
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-dark.lt, .antd-Table2 .antd-Table-table > tbody > tr.bg-dark .lt {
|
|
25111
|
-
background: #
|
|
26938
|
+
background: #3e4750;
|
|
25112
26939
|
}
|
|
25113
26940
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-dark.lter, .antd-Table2 .antd-Table-table > tbody > tr.bg-dark .lter {
|
|
25114
|
-
background: #
|
|
26941
|
+
background: #475460;
|
|
25115
26942
|
}
|
|
25116
26943
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-dark.dk, .antd-Table2 .antd-Table-table > tbody > tr.bg-dark .dk {
|
|
25117
26944
|
background: #272d33;
|
|
@@ -25142,10 +26969,10 @@ input[type=button].antd-Button--block {
|
|
|
25142
26969
|
color: #666666;
|
|
25143
26970
|
}
|
|
25144
26971
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-black.lt, .antd-Table2 .antd-Table-table > tbody > tr.bg-black .lt {
|
|
25145
|
-
background: #
|
|
26972
|
+
background: #0d0c0c;
|
|
25146
26973
|
}
|
|
25147
26974
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-black.lter, .antd-Table2 .antd-Table-table > tbody > tr.bg-black .lter {
|
|
25148
|
-
background: #
|
|
26975
|
+
background: #1b1818;
|
|
25149
26976
|
}
|
|
25150
26977
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-black.dk, .antd-Table2 .antd-Table-table > tbody > tr.bg-black .dk {
|
|
25151
26978
|
background: black;
|
|
@@ -25176,10 +27003,10 @@ input[type=button].antd-Button--block {
|
|
|
25176
27003
|
color: #cfe5fc;
|
|
25177
27004
|
}
|
|
25178
27005
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-primary.lt, .antd-Table2 .antd-Table-table > tbody > tr.bg-primary .lt {
|
|
25179
|
-
background: #
|
|
27006
|
+
background: #1a88ff;
|
|
25180
27007
|
}
|
|
25181
27008
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-primary.lter, .antd-Table2 .antd-Table-table > tbody > tr.bg-primary .lter {
|
|
25182
|
-
background: #
|
|
27009
|
+
background: #3395ff;
|
|
25183
27010
|
}
|
|
25184
27011
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-primary.dk, .antd-Table2 .antd-Table-table > tbody > tr.bg-primary .dk {
|
|
25185
27012
|
background: #006fe6;
|
|
@@ -25210,10 +27037,10 @@ input[type=button].antd-Button--block {
|
|
|
25210
27037
|
color: #b4e7c0;
|
|
25211
27038
|
}
|
|
25212
27039
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-success.lt, .antd-Table2 .antd-Table-table > tbody > tr.bg-success .lt {
|
|
25213
|
-
background: #
|
|
27040
|
+
background: #2abe4c;
|
|
25214
27041
|
}
|
|
25215
27042
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-success.lter, .antd-Table2 .antd-Table-table > tbody > tr.bg-success .lter {
|
|
25216
|
-
background: #
|
|
27043
|
+
background: #2dd554;
|
|
25217
27044
|
}
|
|
25218
27045
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-success.dk, .antd-Table2 .antd-Table-table > tbody > tr.bg-success .dk {
|
|
25219
27046
|
background: #21953b;
|
|
@@ -25244,10 +27071,10 @@ input[type=button].antd-Button--block {
|
|
|
25244
27071
|
color: #cfe5fc;
|
|
25245
27072
|
}
|
|
25246
27073
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-info.lt, .antd-Table2 .antd-Table-table > tbody > tr.bg-info .lt {
|
|
25247
|
-
background: #
|
|
27074
|
+
background: #1a88ff;
|
|
25248
27075
|
}
|
|
25249
27076
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-info.lter, .antd-Table2 .antd-Table-table > tbody > tr.bg-info .lter {
|
|
25250
|
-
background: #
|
|
27077
|
+
background: #3395ff;
|
|
25251
27078
|
}
|
|
25252
27079
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-info.dk, .antd-Table2 .antd-Table-table > tbody > tr.bg-info .dk {
|
|
25253
27080
|
background: #006fe6;
|
|
@@ -25278,10 +27105,10 @@ input[type=button].antd-Button--block {
|
|
|
25278
27105
|
color: #fffefa;
|
|
25279
27106
|
}
|
|
25280
27107
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-warning.lt, .antd-Table2 .antd-Table-table > tbody > tr.bg-warning .lt {
|
|
25281
|
-
background: #
|
|
27108
|
+
background: #fddd4a;
|
|
25282
27109
|
}
|
|
25283
27110
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-warning.lter, .antd-Table2 .antd-Table-table > tbody > tr.bg-warning .lter {
|
|
25284
|
-
background: #
|
|
27111
|
+
background: #ffe361;
|
|
25285
27112
|
}
|
|
25286
27113
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-warning.dk, .antd-Table2 .antd-Table-table > tbody > tr.bg-warning .dk {
|
|
25287
27114
|
background: #fcd417;
|
|
@@ -25312,10 +27139,10 @@ input[type=button].antd-Button--block {
|
|
|
25312
27139
|
color: #f8e5e6;
|
|
25313
27140
|
}
|
|
25314
27141
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-danger.lt, .antd-Table2 .antd-Table-table > tbody > tr.bg-danger .lt {
|
|
25315
|
-
background: #
|
|
27142
|
+
background: #e24857;
|
|
25316
27143
|
}
|
|
25317
27144
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-danger.lter, .antd-Table2 .antd-Table-table > tbody > tr.bg-danger .lter {
|
|
25318
|
-
background: #
|
|
27145
|
+
background: #e85c69;
|
|
25319
27146
|
}
|
|
25320
27147
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-danger.dk, .antd-Table2 .antd-Table-table > tbody > tr.bg-danger .dk {
|
|
25321
27148
|
background: #d62133;
|
|
@@ -26825,6 +28652,19 @@ input[type=button].antd-Button--block {
|
|
|
26825
28652
|
text-overflow: ellipsis;
|
|
26826
28653
|
overflow: hidden;
|
|
26827
28654
|
}
|
|
28655
|
+
@media (max-width: 767px) {
|
|
28656
|
+
.antd-Card-fieldValue .antd-Form-item {
|
|
28657
|
+
padding-top: 0;
|
|
28658
|
+
padding-bottom: 0;
|
|
28659
|
+
}
|
|
28660
|
+
.antd-Card-fieldValue .antd-Form-item:after {
|
|
28661
|
+
display: none;
|
|
28662
|
+
}
|
|
28663
|
+
.antd-Card-fieldValue .antd-Form-item .antd-Form-static {
|
|
28664
|
+
padding-top: 0;
|
|
28665
|
+
padding-bottom: 0;
|
|
28666
|
+
}
|
|
28667
|
+
}
|
|
26828
28668
|
.antd-Card-fieldLabel {
|
|
26829
28669
|
flex-grow: 0;
|
|
26830
28670
|
flex-shrink: 0;
|
|
@@ -28419,6 +30259,7 @@ input[type=button].antd-Button--block {
|
|
|
28419
30259
|
content: var(--image-image-normal-icon);
|
|
28420
30260
|
}
|
|
28421
30261
|
.antd-InputBox {
|
|
30262
|
+
height: var(--input-size-default-height);
|
|
28422
30263
|
display: flex;
|
|
28423
30264
|
background: var(--Form-input-bg);
|
|
28424
30265
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
@@ -28428,7 +30269,6 @@ input[type=button].antd-Button--block {
|
|
|
28428
30269
|
font-size: var(--Form-input-fontSize);
|
|
28429
30270
|
flex-wrap: wrap;
|
|
28430
30271
|
justify-content: flex-start;
|
|
28431
|
-
height: var(--input-size-default-height);
|
|
28432
30272
|
}
|
|
28433
30273
|
.antd-InputBox input {
|
|
28434
30274
|
flex-basis: 1.875rem;
|
|
@@ -28821,6 +30661,11 @@ input[type=button].antd-Button--block {
|
|
|
28821
30661
|
.antd-SchemaEditor-info {
|
|
28822
30662
|
min-width: 0;
|
|
28823
30663
|
min-height: 0;
|
|
30664
|
+
flex: 1;
|
|
30665
|
+
display: flex;
|
|
30666
|
+
flex-direction: row;
|
|
30667
|
+
justify-content: space-between;
|
|
30668
|
+
align-items: center;
|
|
28824
30669
|
display: flex;
|
|
28825
30670
|
background: var(--Form-input-bg);
|
|
28826
30671
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
@@ -28830,11 +30675,6 @@ input[type=button].antd-Button--block {
|
|
|
28830
30675
|
font-size: var(--Form-input-fontSize);
|
|
28831
30676
|
flex-wrap: wrap;
|
|
28832
30677
|
justify-content: flex-start;
|
|
28833
|
-
flex: 1;
|
|
28834
|
-
display: flex;
|
|
28835
|
-
flex-direction: row;
|
|
28836
|
-
justify-content: space-between;
|
|
28837
|
-
align-items: center;
|
|
28838
30678
|
}
|
|
28839
30679
|
.antd-SchemaEditor-info input {
|
|
28840
30680
|
flex-basis: 1.875rem;
|
|
@@ -28871,15 +30711,6 @@ input[type=button].antd-Button--block {
|
|
|
28871
30711
|
color: var(--Form-input-placeholderColor);
|
|
28872
30712
|
}
|
|
28873
30713
|
.antd-ResultBox {
|
|
28874
|
-
display: flex;
|
|
28875
|
-
background: var(--Form-input-bg);
|
|
28876
|
-
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
28877
|
-
border-radius: var(--Form-input-borderRadius);
|
|
28878
|
-
line-height: var(--Form-input-lineHeight);
|
|
28879
|
-
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
28880
|
-
font-size: var(--Form-input-fontSize);
|
|
28881
|
-
flex-wrap: wrap;
|
|
28882
|
-
justify-content: flex-start;
|
|
28883
30714
|
flex-wrap: nowrap;
|
|
28884
30715
|
padding: 0 0.75rem;
|
|
28885
30716
|
min-height: var(--Form-input-height);
|
|
@@ -28896,6 +30727,15 @@ input[type=button].antd-Button--block {
|
|
|
28896
30727
|
border-radius: var(--Form-select-borderRadius);
|
|
28897
30728
|
min-height: var(--Form-selectOption-height);
|
|
28898
30729
|
padding: var(--select-base-default-paddingTop) var(--select-base-default-paddingRight) var(--select-base-default-paddingBottom) var(--select-base-default-paddingLeft);
|
|
30730
|
+
display: flex;
|
|
30731
|
+
background: var(--Form-input-bg);
|
|
30732
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
30733
|
+
border-radius: var(--Form-input-borderRadius);
|
|
30734
|
+
line-height: var(--Form-input-lineHeight);
|
|
30735
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
30736
|
+
font-size: var(--Form-input-fontSize);
|
|
30737
|
+
flex-wrap: wrap;
|
|
30738
|
+
justify-content: flex-start;
|
|
28899
30739
|
}
|
|
28900
30740
|
.antd-ResultBox input {
|
|
28901
30741
|
flex-basis: 1.875rem;
|
|
@@ -31003,10 +32843,10 @@ input.antd-TextControl-input-password {
|
|
|
31003
32843
|
color: var(--Form-input-onDisabled-color);
|
|
31004
32844
|
}
|
|
31005
32845
|
.antd-TextareaControl {
|
|
31006
|
-
position: relative;
|
|
31007
|
-
max-width: 100%;
|
|
31008
32846
|
--Form-input-clearBtn-padding: 0.125rem;
|
|
31009
32847
|
position: relative;
|
|
32848
|
+
position: relative;
|
|
32849
|
+
max-width: 100%;
|
|
31010
32850
|
}
|
|
31011
32851
|
.antd-TextareaControl.is-inline {
|
|
31012
32852
|
display: inline-block;
|
|
@@ -31286,7 +33126,6 @@ input.antd-TextControl-input-password {
|
|
|
31286
33126
|
.antd-Checkbox--checkbox input:checked + i:before {
|
|
31287
33127
|
width: var(--Checkbox-inner-size);
|
|
31288
33128
|
height: var(--Checkbox-inner-size);
|
|
31289
|
-
background: var(--Checkbox-onHover-color);
|
|
31290
33129
|
}
|
|
31291
33130
|
.antd-Checkbox--checkbox input[disabled] + i {
|
|
31292
33131
|
border-color: var(--Checkbox-color) !important;
|
|
@@ -31294,7 +33133,6 @@ input.antd-TextControl-input-password {
|
|
|
31294
33133
|
background-color: var(--checkbox-checkbox-disabled-bg-color);
|
|
31295
33134
|
}
|
|
31296
33135
|
.antd-Checkbox--checkbox input[disabled] + i:before {
|
|
31297
|
-
background-color: var(--Checkbox-onDisabled-color);
|
|
31298
33136
|
border-width: 0;
|
|
31299
33137
|
}
|
|
31300
33138
|
.antd-Checkbox--checkbox input[disabled] + i + span {
|
|
@@ -31340,9 +33178,6 @@ input.antd-TextControl-input-password {
|
|
|
31340
33178
|
background: var(--button-primary-hover-bg-color);
|
|
31341
33179
|
border-color: transparent;
|
|
31342
33180
|
}
|
|
31343
|
-
.antd-Checkbox--full.antd-Checkbox--checkbox:hover input:checked + i:before {
|
|
31344
|
-
background: var(--checkbox-checked-hover-bg-color);
|
|
31345
|
-
}
|
|
31346
33181
|
.antd-Checkbox--full.antd-Checkbox--checkbox:hover > i:before {
|
|
31347
33182
|
background: transparent;
|
|
31348
33183
|
}
|
|
@@ -31353,9 +33188,6 @@ input.antd-TextControl-input-password {
|
|
|
31353
33188
|
border-color: var(--Checkbox-onHover-color);
|
|
31354
33189
|
background: var(--Checkbox-onHover-color);
|
|
31355
33190
|
}
|
|
31356
|
-
.antd-Checkbox--full.antd-Checkbox--checkbox input:checked + i:hover {
|
|
31357
|
-
background: var(--checkbox-checked-hover-bg-color);
|
|
31358
|
-
}
|
|
31359
33191
|
.antd-Checkbox--full.antd-Checkbox--checkbox input:checked + i:before {
|
|
31360
33192
|
width: var(--Checkbox--full-inner-size);
|
|
31361
33193
|
height: calc(var(--Checkbox--full-inner-size) / 2);
|
|
@@ -31367,12 +33199,10 @@ input.antd-TextControl-input-password {
|
|
|
31367
33199
|
}
|
|
31368
33200
|
.antd-Checkbox--full.antd-Checkbox--checkbox input[disabled]:checked + i:before {
|
|
31369
33201
|
border-color: var(--Checkbox-onDisabled-color);
|
|
31370
|
-
background: var(--Checkbox-onDisabled-bg);
|
|
31371
33202
|
border-width: 0 0 0.0625rem 0.0625rem;
|
|
31372
33203
|
}
|
|
31373
33204
|
.antd-Checkbox--full.antd-Checkbox--checkbox input:checked[disabled] + i {
|
|
31374
33205
|
border-color: var(--Checkbox-color);
|
|
31375
|
-
background: var(--Checkbox-onDisabled-bg);
|
|
31376
33206
|
}
|
|
31377
33207
|
.antd-Checkbox--full.antd-Checkbox--checkbox > i {
|
|
31378
33208
|
position: relative;
|
|
@@ -31400,7 +33230,6 @@ input.antd-TextControl-input-password {
|
|
|
31400
33230
|
.antd-Checkbox--partial.antd-Checkbox--checkbox input + i:before {
|
|
31401
33231
|
width: var(--Checkbox-inner-size);
|
|
31402
33232
|
height: var(--Checkbox-inner-size);
|
|
31403
|
-
background: var(--Checkbox-onHover-color);
|
|
31404
33233
|
}
|
|
31405
33234
|
.antd-Checkbox--partial.antd-Checkbox--checkbox input[disabled] + i {
|
|
31406
33235
|
border-color: var(--Checkbox-onDisabled-color);
|
|
@@ -34968,18 +36797,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34968
36797
|
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);
|
|
34969
36798
|
box-shadow: var(--shadows-shadow-none);
|
|
34970
36799
|
}
|
|
34971
|
-
.antd-ImageControl-addBtn-bg {
|
|
34972
|
-
position: absolute;
|
|
34973
|
-
z-index: 0;
|
|
34974
|
-
overflow: hidden;
|
|
34975
|
-
left: 0;
|
|
34976
|
-
right: 0;
|
|
34977
|
-
top: 0;
|
|
34978
|
-
bottom: 0;
|
|
34979
|
-
}
|
|
34980
|
-
.antd-ImageControl-addBtn-bg .antd-Image {
|
|
34981
|
-
border: 0;
|
|
34982
|
-
}
|
|
34983
36800
|
.antd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
|
|
34984
36801
|
color: var(--ImageControl-addBtn-onHover-color);
|
|
34985
36802
|
background: var(--ImageControl-addBtn-onHover-bg);
|
|
@@ -35020,6 +36837,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35020
36837
|
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);
|
|
35021
36838
|
box-shadow: var(--shadows-shadow-none);
|
|
35022
36839
|
}
|
|
36840
|
+
.antd-ImageControl-addBtn-bg {
|
|
36841
|
+
position: absolute;
|
|
36842
|
+
z-index: 0;
|
|
36843
|
+
overflow: hidden;
|
|
36844
|
+
left: 0;
|
|
36845
|
+
right: 0;
|
|
36846
|
+
top: 0;
|
|
36847
|
+
bottom: 0;
|
|
36848
|
+
}
|
|
36849
|
+
.antd-ImageControl-addBtn-bg .antd-Image {
|
|
36850
|
+
border: 0;
|
|
36851
|
+
}
|
|
35023
36852
|
.antd-ImageControl-addBtn svg {
|
|
35024
36853
|
top: 0;
|
|
35025
36854
|
margin-bottom: var(--inputImage-base-default-icon-margin);
|
|
@@ -36362,9 +38191,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36362
38191
|
border: var(--Form-select-outer-borderWidth) solid var(--Form-select-outer-borderColor);
|
|
36363
38192
|
}
|
|
36364
38193
|
.antd-TreeSelect {
|
|
38194
|
+
outline: none;
|
|
36365
38195
|
position: relative;
|
|
36366
38196
|
max-width: 100%;
|
|
36367
|
-
outline: none;
|
|
36368
38197
|
}
|
|
36369
38198
|
.antd-TreeSelect.is-inline {
|
|
36370
38199
|
display: inline-block;
|
|
@@ -36875,9 +38704,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36875
38704
|
vertical-align: middle;
|
|
36876
38705
|
}
|
|
36877
38706
|
.antd-Picker {
|
|
38707
|
+
outline: none;
|
|
36878
38708
|
position: relative;
|
|
36879
38709
|
max-width: 100%;
|
|
36880
|
-
outline: none;
|
|
36881
38710
|
/* tag 样式 */
|
|
36882
38711
|
}
|
|
36883
38712
|
.antd-Picker.is-inline {
|
|
@@ -38800,6 +40629,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38800
40629
|
padding-top: var(--Form-label-paddingTop);
|
|
38801
40630
|
vertical-align: top;
|
|
38802
40631
|
}
|
|
40632
|
+
.antd-Form-item--flex {
|
|
40633
|
+
margin: calc(var(--Form-item-gap) / 2);
|
|
40634
|
+
}
|
|
40635
|
+
.antd-Form-item--flex:last-child {
|
|
40636
|
+
margin-bottom: calc(var(--Form-item-gap) / 2);
|
|
40637
|
+
}
|
|
38803
40638
|
.antd-Form-item--inline {
|
|
38804
40639
|
margin-right: var(--Form-mode-inline-item-gap);
|
|
38805
40640
|
}
|
|
@@ -39077,7 +40912,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39077
40912
|
flex-basis: 0;
|
|
39078
40913
|
flex-grow: 1;
|
|
39079
40914
|
flex-shrink: 1;
|
|
39080
|
-
padding: calc(var(--Form-item-gap) / 2);
|
|
39081
40915
|
min-width: 0;
|
|
39082
40916
|
min-height: 0;
|
|
39083
40917
|
}
|
|
@@ -39247,7 +41081,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39247
41081
|
overflow-wrap: break-word;
|
|
39248
41082
|
margin-right: 0;
|
|
39249
41083
|
margin-bottom: 0;
|
|
39250
|
-
font-size: var(--fontSizeLg);
|
|
39251
41084
|
}
|
|
39252
41085
|
.antd-Form-item .antd-Form-label + .antd-Form-item-controlBox {
|
|
39253
41086
|
max-width: 72%;
|
|
@@ -39259,11 +41092,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39259
41092
|
.antd-Form-item .antd-Form-description {
|
|
39260
41093
|
font-size: var(--fontSizeBase);
|
|
39261
41094
|
}
|
|
39262
|
-
.antd-Form-item .antd-TextControl-input {
|
|
39263
|
-
font-size: var(--fontSizeLg);
|
|
39264
|
-
}
|
|
39265
41095
|
.antd-Form-item .antd-TextControl-input input {
|
|
39266
|
-
height: calc(var(--Form-input-lineHeight) * var(--
|
|
41096
|
+
height: calc(var(--Form-input-lineHeight) * var(--Form-item-fontSize));
|
|
39267
41097
|
}
|
|
39268
41098
|
.antd-Form-item .antd-NumberControl .antd-Number {
|
|
39269
41099
|
min-width: 0;
|
|
@@ -39317,7 +41147,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39317
41147
|
.antd-Form-item .antd-Form-control {
|
|
39318
41148
|
flex: 1;
|
|
39319
41149
|
flex-wrap: wrap;
|
|
39320
|
-
font-size: var(--fontSizeLg);
|
|
39321
41150
|
min-width: 0;
|
|
39322
41151
|
}
|
|
39323
41152
|
.antd-Form-item .antd-Form-value .antd-ColorPicker > input,
|
|
@@ -39414,6 +41243,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39414
41243
|
}
|
|
39415
41244
|
.antd-Form-item .antd-TextareaControl > textarea,
|
|
39416
41245
|
.antd-Form-item .antd-Form-control > .antd-TextControl-input,
|
|
41246
|
+
.antd-Form-item .antd-Number-input,
|
|
41247
|
+
.antd-Form-item .antd-ResultBox,
|
|
41248
|
+
.antd-Form-item .antd-DateControl > .antd-DatePicker,
|
|
39417
41249
|
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input {
|
|
39418
41250
|
border: none;
|
|
39419
41251
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
@@ -39424,6 +41256,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39424
41256
|
.antd-Form-item .antd-Form-control > .antd-TextControl-input:hover,
|
|
39425
41257
|
.antd-Form-item .antd-Form-control > .antd-TextControl-input:focus,
|
|
39426
41258
|
.antd-Form-item .antd-Form-control > .antd-TextControl-input.active,
|
|
41259
|
+
.antd-Form-item .antd-Number-input:hover,
|
|
41260
|
+
.antd-Form-item .antd-Number-input:focus,
|
|
41261
|
+
.antd-Form-item .antd-Number-input.active,
|
|
41262
|
+
.antd-Form-item .antd-ResultBox:hover,
|
|
41263
|
+
.antd-Form-item .antd-ResultBox:focus,
|
|
41264
|
+
.antd-Form-item .antd-ResultBox.active,
|
|
41265
|
+
.antd-Form-item .antd-DateControl > .antd-DatePicker:hover,
|
|
41266
|
+
.antd-Form-item .antd-DateControl > .antd-DatePicker:focus,
|
|
41267
|
+
.antd-Form-item .antd-DateControl > .antd-DatePicker.active,
|
|
39427
41268
|
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:hover,
|
|
39428
41269
|
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:focus,
|
|
39429
41270
|
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input.active {
|
|
@@ -40065,14 +41906,20 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40065
41906
|
}
|
|
40066
41907
|
.antd-AnchorNav {
|
|
40067
41908
|
display: flex;
|
|
40068
|
-
height: 25rem;
|
|
41909
|
+
min-height: 25rem;
|
|
40069
41910
|
}
|
|
40070
41911
|
.antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
|
|
40071
41912
|
margin: 0;
|
|
40072
41913
|
padding: 0;
|
|
40073
41914
|
width: var(--Tabs--vertical-width);
|
|
40074
41915
|
border-left: var(--AnchorNav-links-container-borderRight);
|
|
40075
|
-
padding-bottom:
|
|
41916
|
+
padding-bottom: 1.25rem;
|
|
41917
|
+
position: sticky;
|
|
41918
|
+
top: var(--affix-offset-top);
|
|
41919
|
+
height: -moz-fit-content;
|
|
41920
|
+
height: fit-content;
|
|
41921
|
+
max-height: 100%;
|
|
41922
|
+
overflow-y: scroll;
|
|
40076
41923
|
}
|
|
40077
41924
|
.antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
|
40078
41925
|
position: relative;
|
|
@@ -40131,6 +41978,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40131
41978
|
padding: 0px;
|
|
40132
41979
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
|
40133
41980
|
list-style: none;
|
|
41981
|
+
position: sticky;
|
|
41982
|
+
top: var(--affix-offset-top);
|
|
41983
|
+
z-index: 1;
|
|
41984
|
+
background-color: var(--background);
|
|
40134
41985
|
}
|
|
40135
41986
|
.antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
|
40136
41987
|
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
|
@@ -40174,6 +42025,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40174
42025
|
color: var(--primary);
|
|
40175
42026
|
background: transparent;
|
|
40176
42027
|
}
|
|
42028
|
+
.antd-AnchorNav--horizontal .antd-AnchorNav-section-wrap > .antd-AnchorNav-section {
|
|
42029
|
+
scroll-margin: calc(var(--affix-offset-top) + 50px);
|
|
42030
|
+
}
|
|
40177
42031
|
.antd-AnchorNav-section-wrap {
|
|
40178
42032
|
border: none;
|
|
40179
42033
|
flex-grow: 1;
|
|
@@ -40185,6 +42039,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40185
42039
|
.antd-AnchorNav-section-wrap > .antd-AnchorNav-section {
|
|
40186
42040
|
display: block;
|
|
40187
42041
|
padding: var(--gap-base);
|
|
42042
|
+
scroll-margin: var(--affix-offset-top);
|
|
40188
42043
|
}
|
|
40189
42044
|
.antd-Markdown strong {
|
|
40190
42045
|
font-weight: bolder;
|
|
@@ -41515,6 +43370,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41515
43370
|
line-height: var(--gap-lg);
|
|
41516
43371
|
color: #999;
|
|
41517
43372
|
}
|
|
43373
|
+
.antd-PullRefresh-footer {
|
|
43374
|
+
text-align: center;
|
|
43375
|
+
color: #999;
|
|
43376
|
+
margin-bottom: 12px;
|
|
43377
|
+
font-size: var(--fontSizeMd);
|
|
43378
|
+
}
|
|
41518
43379
|
.antd-PullRefresh .loading-icon {
|
|
41519
43380
|
animation: var(--Button-animation-spin);
|
|
41520
43381
|
margin-right: var(--gap-xs);
|
|
@@ -42618,4 +44479,169 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
42618
44479
|
cursor: not-allowed;
|
|
42619
44480
|
background: var(--Form-input-onDisabled-bg);
|
|
42620
44481
|
border-color: var(--Form-input-onDisabled-borderColor);
|
|
44482
|
+
}
|
|
44483
|
+
.ae-MobileDevTool {
|
|
44484
|
+
display: flex;
|
|
44485
|
+
justify-content: space-between;
|
|
44486
|
+
align-items: center;
|
|
44487
|
+
font-size: 12px;
|
|
44488
|
+
background-color: #fff;
|
|
44489
|
+
z-index: 1001;
|
|
44490
|
+
border-bottom: 1px solid #dee2e6;
|
|
44491
|
+
height: 20px;
|
|
44492
|
+
}
|
|
44493
|
+
.ae-MobileDevTool-dimensions {
|
|
44494
|
+
width: 40%;
|
|
44495
|
+
display: flex;
|
|
44496
|
+
justify-content: end;
|
|
44497
|
+
}
|
|
44498
|
+
.ae-MobileDevTool-select {
|
|
44499
|
+
font-size: 12px;
|
|
44500
|
+
padding: 0;
|
|
44501
|
+
border: none !important;
|
|
44502
|
+
min-height: initial;
|
|
44503
|
+
margin-left: 10px;
|
|
44504
|
+
vertical-align: initial;
|
|
44505
|
+
}
|
|
44506
|
+
.ae-MobileDevTool-select span {
|
|
44507
|
+
font-size: 12px !important;
|
|
44508
|
+
}
|
|
44509
|
+
.ae-MobileDevTool-select .cxd-PopOver {
|
|
44510
|
+
width: 180px !important;
|
|
44511
|
+
z-index: 10000;
|
|
44512
|
+
}
|
|
44513
|
+
.ae-MobileDevTool-dimension span {
|
|
44514
|
+
margin-right: 5px;
|
|
44515
|
+
padding: 0 2px;
|
|
44516
|
+
}
|
|
44517
|
+
.ae-MobileDevTool-dimension-input {
|
|
44518
|
+
width: 32px;
|
|
44519
|
+
height: 16px;
|
|
44520
|
+
border: none;
|
|
44521
|
+
border-radius: 0.125rem;
|
|
44522
|
+
padding: 0 2px;
|
|
44523
|
+
font-size: 12px;
|
|
44524
|
+
text-align: center;
|
|
44525
|
+
margin-right: 5px;
|
|
44526
|
+
}
|
|
44527
|
+
.ae-MobileDevTool-dimension-input:focus, .ae-MobileDevTool-dimension-input:hover {
|
|
44528
|
+
outline: none;
|
|
44529
|
+
border: 1px solid #2468f2;
|
|
44530
|
+
}
|
|
44531
|
+
.ae-MobileDevTool-right {
|
|
44532
|
+
width: 40%;
|
|
44533
|
+
display: flex;
|
|
44534
|
+
align-items: center;
|
|
44535
|
+
position: relative;
|
|
44536
|
+
height: 20px;
|
|
44537
|
+
}
|
|
44538
|
+
.ae-MobileDevTool-right-scale {
|
|
44539
|
+
margin-right: 10px;
|
|
44540
|
+
display: flex;
|
|
44541
|
+
position: relative;
|
|
44542
|
+
}
|
|
44543
|
+
.ae-MobileDevTool-right-scale-auto-value {
|
|
44544
|
+
position: absolute;
|
|
44545
|
+
background-color: #fff;
|
|
44546
|
+
width: 40px;
|
|
44547
|
+
left: 10px;
|
|
44548
|
+
}
|
|
44549
|
+
.ae-MobileDevTool-right-scale-auto {
|
|
44550
|
+
cursor: pointer;
|
|
44551
|
+
margin-left: 10px;
|
|
44552
|
+
}
|
|
44553
|
+
.ae-MobileDevTool-right-scale-auto:hover {
|
|
44554
|
+
color: #2468f2;
|
|
44555
|
+
}
|
|
44556
|
+
.ae-MobileDevTool-right-rotate-screen {
|
|
44557
|
+
width: 16px;
|
|
44558
|
+
height: 16px;
|
|
44559
|
+
cursor: pointer;
|
|
44560
|
+
position: absolute;
|
|
44561
|
+
top: 1px;
|
|
44562
|
+
}
|
|
44563
|
+
.ae-MobileDevTool-right-rotate-screen:hover {
|
|
44564
|
+
color: #2468f2;
|
|
44565
|
+
}
|
|
44566
|
+
.ae-PreviewIFrameBody * {
|
|
44567
|
+
cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACy3fD9AAABQ0lEQVQ4EaWVsWrDMBCGI4mCMxRMxgxZvKTQyWvmDn0AQx/Aj+U38NbVXTMUitd4SrZAIARDZ+P+v/EZ46pJKgmEpP90n2Wf7qxmlpYkiQnDcN00zdoYs2zb9pHblFLf0I7QqrquqzzPm6m7mgppmj5Be0FfTG2T9QXrIsuy3Vg3o4UCjKBX9PlI/2vKPc9xHD+UZXmQTQOwh23E8I9x1UP39OmA/WvyZK6N0BNOejYMQBAEbyDd85rXHriMouhLM5rYdSsA10BiW5CleTVE8R3J0rxnviDxJ0vLpRXRZyRL+wBsvprpZDO4aGQxKEcXZ5sPWQxKZTO6aGRpVg04M9F924Us3ZegwpcG/4KsLpeZg0xwiCtH8BZl7JO+Q7VhCXKEEvYhBxmAFADds2pgyuy5VSz43d/lZJh37VfFpurzC/gBw0WEc6PyhBMAAAAASUVORK5CYII="), auto !important;
|
|
44568
|
+
}
|
|
44569
|
+
.ae-MobileDevTool-rightHandle {
|
|
44570
|
+
cursor: ew-resize;
|
|
44571
|
+
position: absolute;
|
|
44572
|
+
right: -6px;
|
|
44573
|
+
top: 40%;
|
|
44574
|
+
width: 10px;
|
|
44575
|
+
height: 22px;
|
|
44576
|
+
z-index: 1000;
|
|
44577
|
+
border: 1px solid #dee2e6;
|
|
44578
|
+
background-color: #fff;
|
|
44579
|
+
border-radius: 0.125rem;
|
|
44580
|
+
color: #666;
|
|
44581
|
+
display: flex;
|
|
44582
|
+
align-items: center;
|
|
44583
|
+
justify-content: center;
|
|
44584
|
+
}
|
|
44585
|
+
.ae-MobileDevTool-rightHandle:hover {
|
|
44586
|
+
color: #000;
|
|
44587
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
44588
|
+
}
|
|
44589
|
+
.ae-MobileDevTool-rightHandle::before {
|
|
44590
|
+
content: "···";
|
|
44591
|
+
display: block;
|
|
44592
|
+
transform: rotate(90deg);
|
|
44593
|
+
}
|
|
44594
|
+
.ae-MobileDevTool-bottomHandle {
|
|
44595
|
+
cursor: ns-resize;
|
|
44596
|
+
position: absolute;
|
|
44597
|
+
bottom: -6px;
|
|
44598
|
+
left: calc(50% - 11px);
|
|
44599
|
+
width: 22px;
|
|
44600
|
+
height: 10px;
|
|
44601
|
+
z-index: 1000;
|
|
44602
|
+
border: 1px solid #dee2e6;
|
|
44603
|
+
background-color: #fff;
|
|
44604
|
+
border-radius: 0.125rem;
|
|
44605
|
+
color: #666;
|
|
44606
|
+
display: flex;
|
|
44607
|
+
align-items: center;
|
|
44608
|
+
justify-content: center;
|
|
44609
|
+
}
|
|
44610
|
+
.ae-MobileDevTool-bottomHandle:hover {
|
|
44611
|
+
color: #000;
|
|
44612
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
44613
|
+
}
|
|
44614
|
+
.ae-MobileDevTool-bottomHandle::before {
|
|
44615
|
+
content: "···";
|
|
44616
|
+
display: block;
|
|
44617
|
+
}
|
|
44618
|
+
.height-move::before {
|
|
44619
|
+
content: "";
|
|
44620
|
+
position: fixed;
|
|
44621
|
+
top: 0;
|
|
44622
|
+
left: 0;
|
|
44623
|
+
right: 0;
|
|
44624
|
+
bottom: 0;
|
|
44625
|
+
z-index: 10000000;
|
|
44626
|
+
cursor: ns-resize;
|
|
44627
|
+
}
|
|
44628
|
+
.height-move * {
|
|
44629
|
+
-webkit-user-select: none;
|
|
44630
|
+
-moz-user-select: none;
|
|
44631
|
+
user-select: none;
|
|
44632
|
+
}
|
|
44633
|
+
.width-move::before {
|
|
44634
|
+
content: "";
|
|
44635
|
+
position: fixed;
|
|
44636
|
+
top: 0;
|
|
44637
|
+
left: 0;
|
|
44638
|
+
right: 0;
|
|
44639
|
+
bottom: 0;
|
|
44640
|
+
z-index: 10000000;
|
|
44641
|
+
cursor: ew-resize;
|
|
44642
|
+
}
|
|
44643
|
+
.width-move * {
|
|
44644
|
+
-webkit-user-select: none;
|
|
44645
|
+
-moz-user-select: none;
|
|
44646
|
+
user-select: none;
|
|
42621
44647
|
}
|