amis-ui 6.9.0-rc.1 → 6.9.0-rc.11
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 +81 -80
- package/esm/components/DatePicker.js +3 -3
- package/esm/components/DateRangePicker.d.ts +244 -243
- package/esm/components/DateRangePicker.js +4 -4
- 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 +21 -7
- 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 +3 -3
- package/esm/components/TransferDropDown.d.ts +80 -80
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.d.ts +1 -0
- package/esm/components/TransferPicker.js +3 -3
- 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.js +1 -1
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +6 -11
- package/lib/components/AnchorNav.js +39 -58
- package/lib/components/AnchorNavSection.js +1 -1
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/AutoSizer.js +1 -1
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.js +7 -9
- package/lib/components/Card.d.ts +21 -10
- package/lib/components/Card.js +14 -13
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.js +3 -3
- package/lib/components/CollapseGroup.js +1 -1
- 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 +43 -41
- package/lib/components/ConfirmBox.js +5 -4
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +41 -40
- package/lib/components/DatePicker.js +3 -3
- package/lib/components/DateRangePicker.d.ts +44 -43
- package/lib/components/DateRangePicker.js +4 -4
- 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 +1 -0
- package/lib/components/Drawer.js +5 -3
- 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.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 +3 -3
- 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.js +1 -1
- 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.js +5 -3
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MultilineText.js +1 -1
- 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 +44 -121
- 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 +42 -40
- package/lib/components/PopUp.js +3 -3
- 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 +10 -10
- package/lib/components/Radios.js +4 -3
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +42 -40
- package/lib/components/ResultBox.js +21 -7
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +188 -188
- package/lib/components/Select.js +3 -3
- package/lib/components/SelectMobile.js +1 -1
- package/lib/components/Selection.js +1 -1
- package/lib/components/Signature.js +3 -1
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.js +1 -1
- package/lib/components/Tab.js +1 -1
- package/lib/components/Table.js +1 -1
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +42 -41
- package/lib/components/Tabs.js +6 -7
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.js +1 -1
- 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.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +19 -4
- package/lib/components/Transfer.js +3 -3
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.d.ts +1 -0
- package/lib/components/TransferPicker.js +3 -3
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +3 -1
- package/lib/components/Tree.js +1 -1
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.js +1 -1
- 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.js +1 -1
- package/lib/components/formula/CodeEditor.js +1 -1
- package/lib/components/formula/Editor.d.ts +42 -12
- 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 +24 -19
- 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 +14 -17
- 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 +11 -12
- 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.js +1 -1
- 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.js +1 -1
- 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 +109 -109
- 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 +2565 -494
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +2565 -494
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +2565 -494
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +2565 -494
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +2565 -494
- 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/_debug.scss +59 -7
- 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/default.css
CHANGED
|
@@ -169,14 +169,14 @@
|
|
|
169
169
|
--Card-onChecked-bg: var(--colors-neutral-fill-11);
|
|
170
170
|
--Card-onChecked-borderColor: var(--colors-brand-5);
|
|
171
171
|
--Card-onChecked-color: var(--colors-brand-5);
|
|
172
|
-
--Card-onChecked-fieldLabel-color:
|
|
172
|
+
--Card-onChecked-fieldLabel-color: rgb(124.7142857143, 213.8571428571, 241.2857142857);
|
|
173
173
|
--Card-onDragging-opacity: 0.1;
|
|
174
174
|
--Card-onModified-bg: var(--colors-neutral-fill-8);
|
|
175
175
|
--Card-onModified-borderColor: var(--colors-brand-5);
|
|
176
176
|
--Card-onModified-color: var(--colors-brand-6);
|
|
177
177
|
--Card-onModified-fieldLabel-color: var(--colors-brand-8);
|
|
178
|
-
--Card-onModified-onHover-bg:
|
|
179
|
-
--Card-onModified-onHover-color:
|
|
178
|
+
--Card-onModified-onHover-bg: rgb(207.5625, 224.0625, 252.9375);
|
|
179
|
+
--Card-onModified-onHover-color: rgb(17.805, 101.89, 241.195);
|
|
180
180
|
--Cards--unsaved-heading-bg: #e8f0fe;
|
|
181
181
|
--Cards--unsaved-heading-color: #4285f4;
|
|
182
182
|
--Cards-fixedTop-boxShadow: var(--shadows-shadow-normal);
|
|
@@ -344,16 +344,16 @@
|
|
|
344
344
|
--Layout-aside--md-width: 15.625rem;
|
|
345
345
|
--Layout-aside--sm-width: 9.375rem;
|
|
346
346
|
--Layout-aside-bg: var(--colors-neutral-fill-2);
|
|
347
|
-
--Layout-aside-color:
|
|
348
|
-
--Layout-aside-onAcitve-bg:
|
|
349
|
-
--Layout-aside-onHover-bg:
|
|
347
|
+
--Layout-aside-color: rgb(159.6724137931, 160, 160.3275862069);
|
|
348
|
+
--Layout-aside-onAcitve-bg: rgb(39.4377155172, 45.25, 51.0622844828);
|
|
349
|
+
--Layout-aside-onHover-bg: rgb(43.8826293103, 50.35, 56.8173706897);
|
|
350
350
|
--Layout-aside-subList-bg: var(--colors-neutral-fill-2);
|
|
351
351
|
--Layout-aside-onAcitve-onHover-bg: var(--Layout-aside-onAcitve-bg);
|
|
352
352
|
--Layout-aside-width: 11.25rem;
|
|
353
353
|
--Layout-aside-width-collapsed: 3.75rem;
|
|
354
354
|
--Layout-asideDivider-bg: var(--colors-neutral-line-3);
|
|
355
355
|
--Layout-asideDivider-margin: 0 var(--sizes-size-6);
|
|
356
|
-
--Layout-asideLabel-color:
|
|
356
|
+
--Layout-asideLabel-color: rgb(134.0844827586, 134.5, 134.9155172414);
|
|
357
357
|
--Layout-asideLink-color: var(--colors-neutral-text-11);
|
|
358
358
|
--Layout-asideLink-fontSize: var(--fonts-size-8);
|
|
359
359
|
--Layout-asideLink-arrowFontSize: var(--fonts-size-8);
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
--Layout-asideLink-onHover-arrowColor: var(--colors-neutral-text-11);
|
|
370
370
|
--Layout-brand-bg: var(--colors-neutral-fill-2);
|
|
371
371
|
--Layout-brand-color: var(--colors-neutral-text-11);
|
|
372
|
-
--Layout-brandBar-color:
|
|
372
|
+
--Layout-brandBar-color: rgb(159.6724137931, 160, 160.3275862069);
|
|
373
373
|
--Layout-header-bg: var(--colors-neutral-fill-10);
|
|
374
374
|
--Layout-header-boxShadow: none;
|
|
375
375
|
--Layout-header-height: 3.125rem;
|
|
@@ -434,9 +434,9 @@
|
|
|
434
434
|
--ListItem-onChecked-fieldLabel-color: var(--colors-brand-4);
|
|
435
435
|
--ListItem-onDragging-opacity: 0.1;
|
|
436
436
|
--ListItem-onModified-bg: #e8f0fe;
|
|
437
|
-
--ListItem-onModified-borderColor:
|
|
437
|
+
--ListItem-onModified-borderColor: rgb(183.125, 208.125, 251.875);
|
|
438
438
|
--ListItem-onModified-color: #4285f4;
|
|
439
|
-
--ListItem-onModified-fieldLabel-color:
|
|
439
|
+
--ListItem-onModified-fieldLabel-color: rgb(162.39, 195.22, 249.61);
|
|
440
440
|
--ListItem-paddingX: var(--gap-base);
|
|
441
441
|
--ListItem-paddingY: var(--gap-sm);
|
|
442
442
|
--ListItem--onHover-bg: rgba(0, 126, 255, 0.08);
|
|
@@ -639,8 +639,8 @@
|
|
|
639
639
|
--Tooltip-maxWidth: 15rem;
|
|
640
640
|
--Tooltip-minWidth: auto;
|
|
641
641
|
--Tooltip-title-fontWeight: bold;
|
|
642
|
-
--Tooltip-title-bg:
|
|
643
|
-
--Tooltip-title-borderBottom-color:
|
|
642
|
+
--Tooltip-title-bg: rgb(247.35, 247.35, 247.35);
|
|
643
|
+
--Tooltip-title-borderBottom-color: rgb(234.6, 234.6, 234.6);
|
|
644
644
|
--Tooltip-title-color: var(--text--loud-color);
|
|
645
645
|
--Tooltip-title-color--dark: #fff;
|
|
646
646
|
--Tooltip-title-paddingX: var(--gap-base);
|
|
@@ -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 {
|
|
@@ -3598,13 +3602,13 @@
|
|
|
3598
3602
|
);
|
|
3599
3603
|
--Form-select-multiple-bgColor: var(--colors-neutral-fill-10);
|
|
3600
3604
|
--Form-selectOption-height: var(--Form-select-height);
|
|
3601
|
-
--Form-selectValue-bg:
|
|
3605
|
+
--Form-selectValue-bg: hsl(211.0588235294, 102.5%, 90%);
|
|
3602
3606
|
--Form-selectValue-onHover-bgColor: var(--select-multiple-hover-bg-color);
|
|
3603
3607
|
--Form-selectValue-borderColor: var(--colors-brand-7);
|
|
3604
3608
|
--Form-selectValue-color: var(--colors-brand-5);
|
|
3605
3609
|
--Form-selectValue-fontSize: var(--select-multiple-fontSize);
|
|
3606
|
-
--Form-selectValue-onDisable-bg:
|
|
3607
|
-
--Form-selectValue-onHover-bg:
|
|
3610
|
+
--Form-selectValue-onDisable-bg: hsl(211.0588235294, 102.5%, 95%);
|
|
3611
|
+
--Form-selectValue-onHover-bg: hsl(211.0588235294, 102.5%, 85%);
|
|
3608
3612
|
--Form-selectValue-onDisabled-color: var(--Form-select-caret-iconColor);
|
|
3609
3613
|
--Form-selectValue-onInvalid-color: var(--danger);
|
|
3610
3614
|
--Form-valueLabel-maxWidth: 7.5rem;
|
|
@@ -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);
|
|
@@ -4679,7 +4683,7 @@
|
|
|
4679
4683
|
--Table-onHover-boxShadow: var(--shadows-shadow-normal);
|
|
4680
4684
|
--Table-onHover-color: var(--table-body-hover-color);
|
|
4681
4685
|
--Table-onModified-bg: #e8f0fe;
|
|
4682
|
-
--Table-onModified-borderColor:
|
|
4686
|
+
--Table-onModified-borderColor: rgb(207.5625, 224.0625, 252.9375);
|
|
4683
4687
|
--Table-onModified-color: #4285f4;
|
|
4684
4688
|
--Table-placeholder-height: 12.5rem;
|
|
4685
4689
|
--Table-strip-bg: transparent;
|
|
@@ -14886,358 +14890,1981 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14886
14890
|
overflow: hidden;
|
|
14887
14891
|
}
|
|
14888
14892
|
/*!
|
|
14889
|
-
|
|
14890
|
-
|
|
14891
|
-
.
|
|
14892
|
-
|
|
14893
|
-
|
|
14894
|
-
|
|
14895
|
-
|
|
14896
|
-
|
|
14897
|
-
|
|
14898
|
-
|
|
14899
|
-
margin-top: 1px;
|
|
14900
|
-
z-index: 99999 !important;
|
|
14901
|
-
background: #fff;
|
|
14902
|
-
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
14903
|
-
border: 1px solid #f9f9f9;
|
|
14904
|
-
}
|
|
14905
|
-
.rdtPicker.is-mobile-year {
|
|
14906
|
-
width: 11.5rem;
|
|
14893
|
+
* animate.css - https://animate.style/
|
|
14894
|
+
* Version - 4.1.1
|
|
14895
|
+
* Licensed under the MIT license - http://opensource.org/licenses/MIT
|
|
14896
|
+
*
|
|
14897
|
+
* Copyright (c) 2020 Animate.css
|
|
14898
|
+
*/
|
|
14899
|
+
:root {
|
|
14900
|
+
--animate-duration:1s;
|
|
14901
|
+
--animate-delay:1s;
|
|
14902
|
+
--animate-repeat:1;
|
|
14907
14903
|
}
|
|
14908
|
-
.
|
|
14909
|
-
|
|
14904
|
+
.animate__animated {
|
|
14905
|
+
animation-duration: 1s;
|
|
14906
|
+
animation-duration: var(--animate-duration);
|
|
14907
|
+
animation-fill-mode: both;
|
|
14910
14908
|
}
|
|
14911
|
-
.
|
|
14912
|
-
|
|
14909
|
+
.animate__animated.animate__infinite {
|
|
14910
|
+
animation-iteration-count: infinite;
|
|
14913
14911
|
}
|
|
14914
|
-
.
|
|
14915
|
-
|
|
14912
|
+
.animate__animated.animate__repeat-1 {
|
|
14913
|
+
animation-iteration-count: 1;
|
|
14914
|
+
animation-iteration-count: var(--animate-repeat);
|
|
14916
14915
|
}
|
|
14917
|
-
.
|
|
14918
|
-
|
|
14919
|
-
|
|
14916
|
+
.animate__animated.animate__repeat-2 {
|
|
14917
|
+
animation-iteration-count: 2;
|
|
14918
|
+
animation-iteration-count: calc(var(--animate-repeat) * 2);
|
|
14920
14919
|
}
|
|
14921
|
-
.
|
|
14922
|
-
|
|
14920
|
+
.animate__animated.animate__repeat-3 {
|
|
14921
|
+
animation-iteration-count: 3;
|
|
14922
|
+
animation-iteration-count: calc(var(--animate-repeat) * 3);
|
|
14923
14923
|
}
|
|
14924
|
-
.
|
|
14925
|
-
|
|
14926
|
-
|
|
14927
|
-
padding: 0 12px;
|
|
14928
|
-
border-spacing: 0 8px;
|
|
14929
|
-
border-collapse: inherit;
|
|
14924
|
+
.animate__animated.animate__delay-1s {
|
|
14925
|
+
animation-delay: 1s;
|
|
14926
|
+
animation-delay: var(--animate-delay);
|
|
14930
14927
|
}
|
|
14931
|
-
.
|
|
14932
|
-
|
|
14933
|
-
|
|
14928
|
+
.animate__animated.animate__delay-2s {
|
|
14929
|
+
animation-delay: 2s;
|
|
14930
|
+
animation-delay: calc(var(--animate-delay) * 2);
|
|
14934
14931
|
}
|
|
14935
|
-
.
|
|
14936
|
-
|
|
14937
|
-
|
|
14938
|
-
border-bottom: 1px solid var(--colors-neutral-line-8);
|
|
14932
|
+
.animate__animated.animate__delay-3s {
|
|
14933
|
+
animation-delay: 3s;
|
|
14934
|
+
animation-delay: calc(var(--animate-delay) * 3);
|
|
14939
14935
|
}
|
|
14940
|
-
.
|
|
14941
|
-
|
|
14942
|
-
|
|
14943
|
-
height: 24px;
|
|
14944
|
-
line-height: 24px;
|
|
14945
|
-
width: 24px;
|
|
14936
|
+
.animate__animated.animate__delay-4s {
|
|
14937
|
+
animation-delay: 4s;
|
|
14938
|
+
animation-delay: calc(var(--animate-delay) * 4);
|
|
14946
14939
|
}
|
|
14947
|
-
.
|
|
14948
|
-
|
|
14940
|
+
.animate__animated.animate__delay-5s {
|
|
14941
|
+
animation-delay: 5s;
|
|
14942
|
+
animation-delay: calc(var(--animate-delay) * 5);
|
|
14949
14943
|
}
|
|
14950
|
-
.
|
|
14951
|
-
|
|
14952
|
-
|
|
14953
|
-
height: 24px;
|
|
14954
|
-
width: 24px;
|
|
14944
|
+
.animate__animated.animate__faster {
|
|
14945
|
+
animation-duration: 0.5s;
|
|
14946
|
+
animation-duration: calc(var(--animate-duration) / 2);
|
|
14955
14947
|
}
|
|
14956
|
-
.
|
|
14957
|
-
|
|
14958
|
-
|
|
14959
|
-
.rdtPicker td.rdtSecond:hover,
|
|
14960
|
-
.rdtPicker .rdtTimeToggle:hover {
|
|
14961
|
-
background: #eeeeee;
|
|
14962
|
-
cursor: pointer;
|
|
14948
|
+
.animate__animated.animate__fast {
|
|
14949
|
+
animation-duration: 0.8s;
|
|
14950
|
+
animation-duration: calc(var(--animate-duration) * 0.8);
|
|
14963
14951
|
}
|
|
14964
|
-
.
|
|
14965
|
-
|
|
14966
|
-
|
|
14952
|
+
.animate__animated.animate__slow {
|
|
14953
|
+
animation-duration: 2s;
|
|
14954
|
+
animation-duration: calc(var(--animate-duration) * 2);
|
|
14967
14955
|
}
|
|
14968
|
-
.
|
|
14969
|
-
|
|
14970
|
-
|
|
14956
|
+
.animate__animated.animate__slower {
|
|
14957
|
+
animation-duration: 3s;
|
|
14958
|
+
animation-duration: calc(var(--animate-duration) * 3);
|
|
14971
14959
|
}
|
|
14972
|
-
|
|
14973
|
-
|
|
14960
|
+
@media (prefers-reduced-motion: reduce), print {
|
|
14961
|
+
.animate__animated {
|
|
14962
|
+
animation-duration: 1ms !important;
|
|
14963
|
+
transition-duration: 1ms !important;
|
|
14964
|
+
animation-iteration-count: 1 !important;
|
|
14965
|
+
}
|
|
14966
|
+
.animate__animated[class*=Out] {
|
|
14967
|
+
opacity: 0;
|
|
14968
|
+
}
|
|
14974
14969
|
}
|
|
14975
|
-
|
|
14976
|
-
|
|
14970
|
+
@keyframes bounce {
|
|
14971
|
+
0%, 20%, 53%, to {
|
|
14972
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
14973
|
+
transform: translateZ(0);
|
|
14974
|
+
}
|
|
14975
|
+
40%, 43% {
|
|
14976
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
14977
|
+
transform: translate3d(0, -30px, 0) scaleY(1.1);
|
|
14978
|
+
}
|
|
14979
|
+
70% {
|
|
14980
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
14981
|
+
transform: translate3d(0, -15px, 0) scaleY(1.05);
|
|
14982
|
+
}
|
|
14983
|
+
80% {
|
|
14984
|
+
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
14985
|
+
transform: translateZ(0) scaleY(0.95);
|
|
14986
|
+
}
|
|
14987
|
+
90% {
|
|
14988
|
+
transform: translate3d(0, -4px, 0) scaleY(1.02);
|
|
14989
|
+
}
|
|
14977
14990
|
}
|
|
14978
|
-
.
|
|
14979
|
-
|
|
14980
|
-
|
|
14981
|
-
color: #fff;
|
|
14982
|
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
14991
|
+
.animate__bounce {
|
|
14992
|
+
animation-name: bounce;
|
|
14993
|
+
transform-origin: center bottom;
|
|
14983
14994
|
}
|
|
14984
|
-
|
|
14985
|
-
|
|
14995
|
+
@keyframes flash {
|
|
14996
|
+
0%, 50%, to {
|
|
14997
|
+
opacity: 1;
|
|
14998
|
+
}
|
|
14999
|
+
25%, 75% {
|
|
15000
|
+
opacity: 0;
|
|
15001
|
+
}
|
|
14986
15002
|
}
|
|
14987
|
-
.
|
|
14988
|
-
|
|
14989
|
-
background: none;
|
|
14990
|
-
color: #b8babf;
|
|
14991
|
-
cursor: not-allowed;
|
|
15003
|
+
.animate__flash {
|
|
15004
|
+
animation-name: flash;
|
|
14992
15005
|
}
|
|
14993
|
-
|
|
14994
|
-
|
|
15006
|
+
@keyframes pulse {
|
|
15007
|
+
0% {
|
|
15008
|
+
transform: scaleX(1);
|
|
15009
|
+
}
|
|
15010
|
+
50% {
|
|
15011
|
+
transform: scale3d(1.05, 1.05, 1.05);
|
|
15012
|
+
}
|
|
15013
|
+
to {
|
|
15014
|
+
transform: scaleX(1);
|
|
15015
|
+
}
|
|
14995
15016
|
}
|
|
14996
|
-
.
|
|
14997
|
-
|
|
14998
|
-
|
|
14999
|
-
color: #b8babf;
|
|
15000
|
-
cursor: not-allowed;
|
|
15017
|
+
.animate__pulse {
|
|
15018
|
+
animation-name: pulse;
|
|
15019
|
+
animation-timing-function: ease-in-out;
|
|
15001
15020
|
}
|
|
15002
|
-
|
|
15003
|
-
|
|
15004
|
-
|
|
15021
|
+
@keyframes rubberBand {
|
|
15022
|
+
0% {
|
|
15023
|
+
transform: scaleX(1);
|
|
15024
|
+
}
|
|
15025
|
+
30% {
|
|
15026
|
+
transform: scale3d(1.25, 0.75, 1);
|
|
15027
|
+
}
|
|
15028
|
+
40% {
|
|
15029
|
+
transform: scale3d(0.75, 1.25, 1);
|
|
15030
|
+
}
|
|
15031
|
+
50% {
|
|
15032
|
+
transform: scale3d(1.15, 0.85, 1);
|
|
15033
|
+
}
|
|
15034
|
+
65% {
|
|
15035
|
+
transform: scale3d(0.95, 1.05, 1);
|
|
15036
|
+
}
|
|
15037
|
+
75% {
|
|
15038
|
+
transform: scale3d(1.05, 0.95, 1);
|
|
15039
|
+
}
|
|
15040
|
+
to {
|
|
15041
|
+
transform: scaleX(1);
|
|
15042
|
+
}
|
|
15005
15043
|
}
|
|
15006
|
-
.
|
|
15007
|
-
|
|
15044
|
+
.animate__rubberBand {
|
|
15045
|
+
animation-name: rubberBand;
|
|
15008
15046
|
}
|
|
15009
|
-
|
|
15010
|
-
|
|
15011
|
-
|
|
15012
|
-
|
|
15047
|
+
@keyframes shakeX {
|
|
15048
|
+
0%, to {
|
|
15049
|
+
transform: translateZ(0);
|
|
15050
|
+
}
|
|
15051
|
+
10%, 30%, 50%, 70%, 90% {
|
|
15052
|
+
transform: translate3d(-10px, 0, 0);
|
|
15053
|
+
}
|
|
15054
|
+
20%, 40%, 60%, 80% {
|
|
15055
|
+
transform: translate3d(10px, 0, 0);
|
|
15056
|
+
}
|
|
15013
15057
|
}
|
|
15014
|
-
.
|
|
15015
|
-
|
|
15016
|
-
height: 40px;
|
|
15017
|
-
line-height: 40px;
|
|
15058
|
+
.animate__shakeX {
|
|
15059
|
+
animation-name: shakeX;
|
|
15018
15060
|
}
|
|
15019
|
-
|
|
15020
|
-
|
|
15021
|
-
|
|
15022
|
-
|
|
15023
|
-
|
|
15024
|
-
|
|
15061
|
+
@keyframes shakeY {
|
|
15062
|
+
0%, to {
|
|
15063
|
+
transform: translateZ(0);
|
|
15064
|
+
}
|
|
15065
|
+
10%, 30%, 50%, 70%, 90% {
|
|
15066
|
+
transform: translate3d(0, -10px, 0);
|
|
15067
|
+
}
|
|
15068
|
+
20%, 40%, 60%, 80% {
|
|
15069
|
+
transform: translate3d(0, 10px, 0);
|
|
15070
|
+
}
|
|
15025
15071
|
}
|
|
15026
|
-
.
|
|
15027
|
-
|
|
15028
|
-
display: block;
|
|
15029
|
-
-webkit-touch-callout: none; /* iOS Safari */
|
|
15030
|
-
-webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
|
|
15031
|
-
-moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
|
|
15032
|
-
user-select: none;
|
|
15072
|
+
.animate__shakeY {
|
|
15073
|
+
animation-name: shakeY;
|
|
15033
15074
|
}
|
|
15034
|
-
|
|
15035
|
-
|
|
15036
|
-
|
|
15037
|
-
|
|
15038
|
-
|
|
15075
|
+
@keyframes headShake {
|
|
15076
|
+
0% {
|
|
15077
|
+
transform: translateX(0);
|
|
15078
|
+
}
|
|
15079
|
+
6.5% {
|
|
15080
|
+
transform: translateX(-6px) rotateY(-9deg);
|
|
15081
|
+
}
|
|
15082
|
+
18.5% {
|
|
15083
|
+
transform: translateX(5px) rotateY(7deg);
|
|
15084
|
+
}
|
|
15085
|
+
31.5% {
|
|
15086
|
+
transform: translateX(-3px) rotateY(-5deg);
|
|
15087
|
+
}
|
|
15088
|
+
43.5% {
|
|
15089
|
+
transform: translateX(2px) rotateY(3deg);
|
|
15090
|
+
}
|
|
15091
|
+
50% {
|
|
15092
|
+
transform: translateX(0);
|
|
15093
|
+
}
|
|
15039
15094
|
}
|
|
15040
|
-
.
|
|
15041
|
-
|
|
15095
|
+
.animate__headShake {
|
|
15096
|
+
animation-timing-function: ease-in-out;
|
|
15097
|
+
animation-name: headShake;
|
|
15042
15098
|
}
|
|
15043
|
-
|
|
15044
|
-
|
|
15099
|
+
@keyframes swing {
|
|
15100
|
+
20% {
|
|
15101
|
+
transform: rotate(15deg);
|
|
15102
|
+
}
|
|
15103
|
+
40% {
|
|
15104
|
+
transform: rotate(-10deg);
|
|
15105
|
+
}
|
|
15106
|
+
60% {
|
|
15107
|
+
transform: rotate(5deg);
|
|
15108
|
+
}
|
|
15109
|
+
80% {
|
|
15110
|
+
transform: rotate(-5deg);
|
|
15111
|
+
}
|
|
15112
|
+
to {
|
|
15113
|
+
transform: rotate(0deg);
|
|
15114
|
+
}
|
|
15045
15115
|
}
|
|
15046
|
-
.
|
|
15047
|
-
|
|
15116
|
+
.animate__swing {
|
|
15117
|
+
transform-origin: top center;
|
|
15118
|
+
animation-name: swing;
|
|
15048
15119
|
}
|
|
15049
|
-
|
|
15050
|
-
|
|
15051
|
-
|
|
15052
|
-
|
|
15120
|
+
@keyframes tada {
|
|
15121
|
+
0% {
|
|
15122
|
+
transform: scaleX(1);
|
|
15123
|
+
}
|
|
15124
|
+
10%, 20% {
|
|
15125
|
+
transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
|
|
15126
|
+
}
|
|
15127
|
+
30%, 50%, 70%, 90% {
|
|
15128
|
+
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
|
|
15129
|
+
}
|
|
15130
|
+
40%, 60%, 80% {
|
|
15131
|
+
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
|
|
15132
|
+
}
|
|
15133
|
+
to {
|
|
15134
|
+
transform: scaleX(1);
|
|
15135
|
+
}
|
|
15053
15136
|
}
|
|
15054
|
-
.
|
|
15055
|
-
|
|
15137
|
+
.animate__tada {
|
|
15138
|
+
animation-name: tada;
|
|
15056
15139
|
}
|
|
15057
|
-
|
|
15058
|
-
|
|
15059
|
-
|
|
15140
|
+
@keyframes wobble {
|
|
15141
|
+
0% {
|
|
15142
|
+
transform: translateZ(0);
|
|
15143
|
+
}
|
|
15144
|
+
15% {
|
|
15145
|
+
transform: translate3d(-25%, 0, 0) rotate(-5deg);
|
|
15146
|
+
}
|
|
15147
|
+
30% {
|
|
15148
|
+
transform: translate3d(20%, 0, 0) rotate(3deg);
|
|
15149
|
+
}
|
|
15150
|
+
45% {
|
|
15151
|
+
transform: translate3d(-15%, 0, 0) rotate(-3deg);
|
|
15152
|
+
}
|
|
15153
|
+
60% {
|
|
15154
|
+
transform: translate3d(10%, 0, 0) rotate(2deg);
|
|
15155
|
+
}
|
|
15156
|
+
75% {
|
|
15157
|
+
transform: translate3d(-5%, 0, 0) rotate(-1deg);
|
|
15158
|
+
}
|
|
15159
|
+
to {
|
|
15160
|
+
transform: translateZ(0);
|
|
15161
|
+
}
|
|
15060
15162
|
}
|
|
15061
|
-
|
|
15062
|
-
|
|
15063
|
-
td.rdtQuarter {
|
|
15064
|
-
height: 24px;
|
|
15065
|
-
width: 48px;
|
|
15066
|
-
line-height: 24px;
|
|
15067
|
-
text-align: center;
|
|
15068
|
-
cursor: pointer;
|
|
15163
|
+
.animate__wobble {
|
|
15164
|
+
animation-name: wobble;
|
|
15069
15165
|
}
|
|
15070
|
-
|
|
15071
|
-
|
|
15072
|
-
|
|
15073
|
-
|
|
15166
|
+
@keyframes jello {
|
|
15167
|
+
0%, 11.1%, to {
|
|
15168
|
+
transform: translateZ(0);
|
|
15169
|
+
}
|
|
15170
|
+
22.2% {
|
|
15171
|
+
transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
15172
|
+
}
|
|
15173
|
+
33.3% {
|
|
15174
|
+
transform: skewX(6.25deg) skewY(6.25deg);
|
|
15175
|
+
}
|
|
15176
|
+
44.4% {
|
|
15177
|
+
transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
15178
|
+
}
|
|
15179
|
+
55.5% {
|
|
15180
|
+
transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
15181
|
+
}
|
|
15182
|
+
66.6% {
|
|
15183
|
+
transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
15184
|
+
}
|
|
15185
|
+
77.7% {
|
|
15186
|
+
transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
15187
|
+
}
|
|
15188
|
+
88.8% {
|
|
15189
|
+
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
15190
|
+
}
|
|
15074
15191
|
}
|
|
15075
|
-
|
|
15076
|
-
|
|
15077
|
-
|
|
15078
|
-
background: #eee;
|
|
15192
|
+
.animate__jello {
|
|
15193
|
+
animation-name: jello;
|
|
15194
|
+
transform-origin: center;
|
|
15079
15195
|
}
|
|
15080
|
-
|
|
15081
|
-
|
|
15196
|
+
@keyframes heartBeat {
|
|
15197
|
+
0% {
|
|
15198
|
+
transform: scale(1);
|
|
15199
|
+
}
|
|
15200
|
+
14% {
|
|
15201
|
+
transform: scale(1.3);
|
|
15202
|
+
}
|
|
15203
|
+
28% {
|
|
15204
|
+
transform: scale(1);
|
|
15205
|
+
}
|
|
15206
|
+
42% {
|
|
15207
|
+
transform: scale(1.3);
|
|
15208
|
+
}
|
|
15209
|
+
70% {
|
|
15210
|
+
transform: scale(1);
|
|
15211
|
+
}
|
|
15082
15212
|
}
|
|
15083
|
-
.
|
|
15084
|
-
|
|
15213
|
+
.animate__heartBeat {
|
|
15214
|
+
animation-name: heartBeat;
|
|
15215
|
+
animation-duration: 1.3s;
|
|
15216
|
+
animation-duration: calc(var(--animate-duration) * 1.3);
|
|
15217
|
+
animation-timing-function: ease-in-out;
|
|
15085
15218
|
}
|
|
15086
|
-
|
|
15087
|
-
|
|
15219
|
+
@keyframes backInDown {
|
|
15220
|
+
0% {
|
|
15221
|
+
transform: translateY(-1200px) scale(0.7);
|
|
15222
|
+
opacity: 0.7;
|
|
15223
|
+
}
|
|
15224
|
+
80% {
|
|
15225
|
+
transform: translateY(0) scale(0.7);
|
|
15226
|
+
opacity: 0.7;
|
|
15227
|
+
}
|
|
15228
|
+
to {
|
|
15229
|
+
transform: scale(1);
|
|
15230
|
+
opacity: 1;
|
|
15231
|
+
}
|
|
15088
15232
|
}
|
|
15089
|
-
.
|
|
15090
|
-
|
|
15233
|
+
.animate__backInDown {
|
|
15234
|
+
animation-name: backInDown;
|
|
15091
15235
|
}
|
|
15092
|
-
|
|
15093
|
-
|
|
15236
|
+
@keyframes backInLeft {
|
|
15237
|
+
0% {
|
|
15238
|
+
transform: translateX(-2000px) scale(0.7);
|
|
15239
|
+
opacity: 0.7;
|
|
15240
|
+
}
|
|
15241
|
+
80% {
|
|
15242
|
+
transform: translateX(0) scale(0.7);
|
|
15243
|
+
opacity: 0.7;
|
|
15244
|
+
}
|
|
15245
|
+
to {
|
|
15246
|
+
transform: scale(1);
|
|
15247
|
+
opacity: 1;
|
|
15248
|
+
}
|
|
15094
15249
|
}
|
|
15095
|
-
.
|
|
15096
|
-
|
|
15097
|
-
line-height: 40px;
|
|
15098
|
-
cursor: pointer;
|
|
15099
|
-
display: block;
|
|
15100
|
-
-webkit-touch-callout: none; /* iOS Safari */
|
|
15101
|
-
-webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
|
|
15102
|
-
-moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
|
|
15103
|
-
user-select: none;
|
|
15250
|
+
.animate__backInLeft {
|
|
15251
|
+
animation-name: backInLeft;
|
|
15104
15252
|
}
|
|
15105
|
-
|
|
15106
|
-
|
|
15253
|
+
@keyframes backInRight {
|
|
15254
|
+
0% {
|
|
15255
|
+
transform: translateX(2000px) scale(0.7);
|
|
15256
|
+
opacity: 0.7;
|
|
15257
|
+
}
|
|
15258
|
+
80% {
|
|
15259
|
+
transform: translateX(0) scale(0.7);
|
|
15260
|
+
opacity: 0.7;
|
|
15261
|
+
}
|
|
15262
|
+
to {
|
|
15263
|
+
transform: scale(1);
|
|
15264
|
+
opacity: 1;
|
|
15265
|
+
}
|
|
15107
15266
|
}
|
|
15108
|
-
.
|
|
15109
|
-
|
|
15110
|
-
font-size: 1.2em;
|
|
15267
|
+
.animate__backInRight {
|
|
15268
|
+
animation-name: backInRight;
|
|
15111
15269
|
}
|
|
15112
|
-
|
|
15113
|
-
|
|
15114
|
-
|
|
15115
|
-
|
|
15270
|
+
@keyframes backInUp {
|
|
15271
|
+
0% {
|
|
15272
|
+
transform: translateY(1200px) scale(0.7);
|
|
15273
|
+
opacity: 0.7;
|
|
15274
|
+
}
|
|
15275
|
+
80% {
|
|
15276
|
+
transform: translateY(0) scale(0.7);
|
|
15277
|
+
opacity: 0.7;
|
|
15278
|
+
}
|
|
15279
|
+
to {
|
|
15280
|
+
transform: scale(1);
|
|
15281
|
+
opacity: 1;
|
|
15282
|
+
}
|
|
15116
15283
|
}
|
|
15117
|
-
.
|
|
15118
|
-
|
|
15119
|
-
font-size: 1.2em;
|
|
15120
|
-
margin-top: 37px;
|
|
15284
|
+
.animate__backInUp {
|
|
15285
|
+
animation-name: backInUp;
|
|
15121
15286
|
}
|
|
15122
|
-
|
|
15123
|
-
|
|
15287
|
+
@keyframes backOutDown {
|
|
15288
|
+
0% {
|
|
15289
|
+
transform: scale(1);
|
|
15290
|
+
opacity: 1;
|
|
15291
|
+
}
|
|
15292
|
+
20% {
|
|
15293
|
+
transform: translateY(0) scale(0.7);
|
|
15294
|
+
opacity: 0.7;
|
|
15295
|
+
}
|
|
15296
|
+
to {
|
|
15297
|
+
transform: translateY(700px) scale(0.7);
|
|
15298
|
+
opacity: 0.7;
|
|
15299
|
+
}
|
|
15124
15300
|
}
|
|
15125
|
-
|
|
15126
|
-
|
|
15127
|
-
html {
|
|
15128
|
-
box-sizing: border-box;
|
|
15301
|
+
.animate__backOutDown {
|
|
15302
|
+
animation-name: backOutDown;
|
|
15129
15303
|
}
|
|
15130
|
-
|
|
15131
|
-
|
|
15132
|
-
|
|
15133
|
-
|
|
15304
|
+
@keyframes backOutLeft {
|
|
15305
|
+
0% {
|
|
15306
|
+
transform: scale(1);
|
|
15307
|
+
opacity: 1;
|
|
15308
|
+
}
|
|
15309
|
+
20% {
|
|
15310
|
+
transform: translateX(0) scale(0.7);
|
|
15311
|
+
opacity: 0.7;
|
|
15312
|
+
}
|
|
15313
|
+
to {
|
|
15314
|
+
transform: translateX(-2000px) scale(0.7);
|
|
15315
|
+
opacity: 0.7;
|
|
15316
|
+
}
|
|
15134
15317
|
}
|
|
15135
|
-
|
|
15136
|
-
|
|
15318
|
+
.animate__backOutLeft {
|
|
15319
|
+
animation-name: backOutLeft;
|
|
15137
15320
|
}
|
|
15138
|
-
|
|
15139
|
-
|
|
15140
|
-
|
|
15141
|
-
|
|
15142
|
-
|
|
15143
|
-
|
|
15144
|
-
|
|
15145
|
-
|
|
15146
|
-
|
|
15147
|
-
|
|
15321
|
+
@keyframes backOutRight {
|
|
15322
|
+
0% {
|
|
15323
|
+
transform: scale(1);
|
|
15324
|
+
opacity: 1;
|
|
15325
|
+
}
|
|
15326
|
+
20% {
|
|
15327
|
+
transform: translateX(0) scale(0.7);
|
|
15328
|
+
opacity: 0.7;
|
|
15329
|
+
}
|
|
15330
|
+
to {
|
|
15331
|
+
transform: translateX(2000px) scale(0.7);
|
|
15332
|
+
opacity: 0.7;
|
|
15333
|
+
}
|
|
15148
15334
|
}
|
|
15149
|
-
|
|
15150
|
-
|
|
15151
|
-
/**
|
|
15152
|
-
* Remove the margin in all browsers.
|
|
15153
|
-
*/
|
|
15154
|
-
body {
|
|
15155
|
-
margin: 0;
|
|
15335
|
+
.animate__backOutRight {
|
|
15336
|
+
animation-name: backOutRight;
|
|
15156
15337
|
}
|
|
15157
|
-
|
|
15158
|
-
|
|
15159
|
-
|
|
15160
|
-
|
|
15161
|
-
|
|
15162
|
-
|
|
15163
|
-
|
|
15338
|
+
@keyframes backOutUp {
|
|
15339
|
+
0% {
|
|
15340
|
+
transform: scale(1);
|
|
15341
|
+
opacity: 1;
|
|
15342
|
+
}
|
|
15343
|
+
20% {
|
|
15344
|
+
transform: translateY(0) scale(0.7);
|
|
15345
|
+
opacity: 0.7;
|
|
15346
|
+
}
|
|
15347
|
+
to {
|
|
15348
|
+
transform: translateY(-700px) scale(0.7);
|
|
15349
|
+
opacity: 0.7;
|
|
15350
|
+
}
|
|
15164
15351
|
}
|
|
15165
|
-
|
|
15166
|
-
|
|
15167
|
-
/**
|
|
15168
|
-
* 1. Add the correct box sizing in Firefox.
|
|
15169
|
-
* 2. Show the overflow in Edge and IE.
|
|
15170
|
-
*/
|
|
15171
|
-
hr {
|
|
15172
|
-
box-sizing: content-box;
|
|
15173
|
-
height: 0;
|
|
15174
|
-
overflow: visible;
|
|
15352
|
+
.animate__backOutUp {
|
|
15353
|
+
animation-name: backOutUp;
|
|
15175
15354
|
}
|
|
15176
|
-
|
|
15177
|
-
|
|
15178
|
-
|
|
15179
|
-
|
|
15180
|
-
|
|
15181
|
-
|
|
15182
|
-
|
|
15355
|
+
@keyframes bounceIn {
|
|
15356
|
+
0%, 20%, 40%, 60%, 80%, to {
|
|
15357
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15358
|
+
}
|
|
15359
|
+
0% {
|
|
15360
|
+
opacity: 0;
|
|
15361
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
15362
|
+
}
|
|
15363
|
+
20% {
|
|
15364
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
|
15365
|
+
}
|
|
15366
|
+
40% {
|
|
15367
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
|
15368
|
+
}
|
|
15369
|
+
60% {
|
|
15370
|
+
opacity: 1;
|
|
15371
|
+
transform: scale3d(1.03, 1.03, 1.03);
|
|
15372
|
+
}
|
|
15373
|
+
80% {
|
|
15374
|
+
transform: scale3d(0.97, 0.97, 0.97);
|
|
15375
|
+
}
|
|
15376
|
+
to {
|
|
15377
|
+
opacity: 1;
|
|
15378
|
+
transform: scaleX(1);
|
|
15379
|
+
}
|
|
15183
15380
|
}
|
|
15184
|
-
|
|
15185
|
-
|
|
15186
|
-
|
|
15187
|
-
|
|
15188
|
-
*/
|
|
15189
|
-
a {
|
|
15190
|
-
background: transparent;
|
|
15381
|
+
.animate__bounceIn {
|
|
15382
|
+
animation-duration: 0.75s;
|
|
15383
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
15384
|
+
animation-name: bounceIn;
|
|
15191
15385
|
}
|
|
15192
|
-
|
|
15193
|
-
|
|
15194
|
-
|
|
15195
|
-
|
|
15196
|
-
|
|
15197
|
-
|
|
15198
|
-
|
|
15199
|
-
|
|
15200
|
-
|
|
15386
|
+
@keyframes bounceInDown {
|
|
15387
|
+
0%, 60%, 75%, 90%, to {
|
|
15388
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15389
|
+
}
|
|
15390
|
+
0% {
|
|
15391
|
+
opacity: 0;
|
|
15392
|
+
transform: translate3d(0, -3000px, 0) scaleY(3);
|
|
15393
|
+
}
|
|
15394
|
+
60% {
|
|
15395
|
+
opacity: 1;
|
|
15396
|
+
transform: translate3d(0, 25px, 0) scaleY(0.9);
|
|
15397
|
+
}
|
|
15398
|
+
75% {
|
|
15399
|
+
transform: translate3d(0, -10px, 0) scaleY(0.95);
|
|
15400
|
+
}
|
|
15401
|
+
90% {
|
|
15402
|
+
transform: translate3d(0, 5px, 0) scaleY(0.985);
|
|
15403
|
+
}
|
|
15404
|
+
to {
|
|
15405
|
+
transform: translateZ(0);
|
|
15406
|
+
}
|
|
15201
15407
|
}
|
|
15202
|
-
|
|
15203
|
-
|
|
15204
|
-
*/
|
|
15205
|
-
b,
|
|
15206
|
-
strong {
|
|
15207
|
-
font-weight: bolder;
|
|
15408
|
+
.animate__bounceInDown {
|
|
15409
|
+
animation-name: bounceInDown;
|
|
15208
15410
|
}
|
|
15209
|
-
|
|
15210
|
-
|
|
15211
|
-
|
|
15212
|
-
|
|
15213
|
-
|
|
15214
|
-
|
|
15215
|
-
|
|
15216
|
-
|
|
15217
|
-
|
|
15411
|
+
@keyframes bounceInLeft {
|
|
15412
|
+
0%, 60%, 75%, 90%, to {
|
|
15413
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15414
|
+
}
|
|
15415
|
+
0% {
|
|
15416
|
+
opacity: 0;
|
|
15417
|
+
transform: translate3d(-3000px, 0, 0) scaleX(3);
|
|
15418
|
+
}
|
|
15419
|
+
60% {
|
|
15420
|
+
opacity: 1;
|
|
15421
|
+
transform: translate3d(25px, 0, 0) scaleX(1);
|
|
15422
|
+
}
|
|
15423
|
+
75% {
|
|
15424
|
+
transform: translate3d(-10px, 0, 0) scaleX(0.98);
|
|
15425
|
+
}
|
|
15426
|
+
90% {
|
|
15427
|
+
transform: translate3d(5px, 0, 0) scaleX(0.995);
|
|
15428
|
+
}
|
|
15429
|
+
to {
|
|
15430
|
+
transform: translateZ(0);
|
|
15431
|
+
}
|
|
15218
15432
|
}
|
|
15219
|
-
|
|
15220
|
-
|
|
15221
|
-
*/
|
|
15222
|
-
small {
|
|
15223
|
-
font-size: 80%;
|
|
15433
|
+
.animate__bounceInLeft {
|
|
15434
|
+
animation-name: bounceInLeft;
|
|
15224
15435
|
}
|
|
15225
|
-
|
|
15226
|
-
|
|
15227
|
-
|
|
15228
|
-
|
|
15229
|
-
|
|
15230
|
-
|
|
15231
|
-
|
|
15232
|
-
|
|
15233
|
-
|
|
15234
|
-
|
|
15436
|
+
@keyframes bounceInRight {
|
|
15437
|
+
0%, 60%, 75%, 90%, to {
|
|
15438
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15439
|
+
}
|
|
15440
|
+
0% {
|
|
15441
|
+
opacity: 0;
|
|
15442
|
+
transform: translate3d(3000px, 0, 0) scaleX(3);
|
|
15443
|
+
}
|
|
15444
|
+
60% {
|
|
15445
|
+
opacity: 1;
|
|
15446
|
+
transform: translate3d(-25px, 0, 0) scaleX(1);
|
|
15447
|
+
}
|
|
15448
|
+
75% {
|
|
15449
|
+
transform: translate3d(10px, 0, 0) scaleX(0.98);
|
|
15450
|
+
}
|
|
15451
|
+
90% {
|
|
15452
|
+
transform: translate3d(-5px, 0, 0) scaleX(0.995);
|
|
15453
|
+
}
|
|
15454
|
+
to {
|
|
15455
|
+
transform: translateZ(0);
|
|
15456
|
+
}
|
|
15235
15457
|
}
|
|
15236
|
-
|
|
15237
|
-
|
|
15458
|
+
.animate__bounceInRight {
|
|
15459
|
+
animation-name: bounceInRight;
|
|
15238
15460
|
}
|
|
15239
|
-
|
|
15240
|
-
|
|
15461
|
+
@keyframes bounceInUp {
|
|
15462
|
+
0%, 60%, 75%, 90%, to {
|
|
15463
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
15464
|
+
}
|
|
15465
|
+
0% {
|
|
15466
|
+
opacity: 0;
|
|
15467
|
+
transform: translate3d(0, 3000px, 0) scaleY(5);
|
|
15468
|
+
}
|
|
15469
|
+
60% {
|
|
15470
|
+
opacity: 1;
|
|
15471
|
+
transform: translate3d(0, -20px, 0) scaleY(0.9);
|
|
15472
|
+
}
|
|
15473
|
+
75% {
|
|
15474
|
+
transform: translate3d(0, 10px, 0) scaleY(0.95);
|
|
15475
|
+
}
|
|
15476
|
+
90% {
|
|
15477
|
+
transform: translate3d(0, -5px, 0) scaleY(0.985);
|
|
15478
|
+
}
|
|
15479
|
+
to {
|
|
15480
|
+
transform: translateZ(0);
|
|
15481
|
+
}
|
|
15482
|
+
}
|
|
15483
|
+
.animate__bounceInUp {
|
|
15484
|
+
animation-name: bounceInUp;
|
|
15485
|
+
}
|
|
15486
|
+
@keyframes bounceOut {
|
|
15487
|
+
20% {
|
|
15488
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
|
15489
|
+
}
|
|
15490
|
+
50%, 55% {
|
|
15491
|
+
opacity: 1;
|
|
15492
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
|
15493
|
+
}
|
|
15494
|
+
to {
|
|
15495
|
+
opacity: 0;
|
|
15496
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
15497
|
+
}
|
|
15498
|
+
}
|
|
15499
|
+
.animate__bounceOut {
|
|
15500
|
+
animation-duration: 0.75s;
|
|
15501
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
15502
|
+
animation-name: bounceOut;
|
|
15503
|
+
}
|
|
15504
|
+
@keyframes bounceOutDown {
|
|
15505
|
+
20% {
|
|
15506
|
+
transform: translate3d(0, 10px, 0) scaleY(0.985);
|
|
15507
|
+
}
|
|
15508
|
+
40%, 45% {
|
|
15509
|
+
opacity: 1;
|
|
15510
|
+
transform: translate3d(0, -20px, 0) scaleY(0.9);
|
|
15511
|
+
}
|
|
15512
|
+
to {
|
|
15513
|
+
opacity: 0;
|
|
15514
|
+
transform: translate3d(0, 2000px, 0) scaleY(3);
|
|
15515
|
+
}
|
|
15516
|
+
}
|
|
15517
|
+
.animate__bounceOutDown {
|
|
15518
|
+
animation-name: bounceOutDown;
|
|
15519
|
+
}
|
|
15520
|
+
@keyframes bounceOutLeft {
|
|
15521
|
+
20% {
|
|
15522
|
+
opacity: 1;
|
|
15523
|
+
transform: translate3d(20px, 0, 0) scaleX(0.9);
|
|
15524
|
+
}
|
|
15525
|
+
to {
|
|
15526
|
+
opacity: 0;
|
|
15527
|
+
transform: translate3d(-2000px, 0, 0) scaleX(2);
|
|
15528
|
+
}
|
|
15529
|
+
}
|
|
15530
|
+
.animate__bounceOutLeft {
|
|
15531
|
+
animation-name: bounceOutLeft;
|
|
15532
|
+
}
|
|
15533
|
+
@keyframes bounceOutRight {
|
|
15534
|
+
20% {
|
|
15535
|
+
opacity: 1;
|
|
15536
|
+
transform: translate3d(-20px, 0, 0) scaleX(0.9);
|
|
15537
|
+
}
|
|
15538
|
+
to {
|
|
15539
|
+
opacity: 0;
|
|
15540
|
+
transform: translate3d(2000px, 0, 0) scaleX(2);
|
|
15541
|
+
}
|
|
15542
|
+
}
|
|
15543
|
+
.animate__bounceOutRight {
|
|
15544
|
+
animation-name: bounceOutRight;
|
|
15545
|
+
}
|
|
15546
|
+
@keyframes bounceOutUp {
|
|
15547
|
+
20% {
|
|
15548
|
+
transform: translate3d(0, -10px, 0) scaleY(0.985);
|
|
15549
|
+
}
|
|
15550
|
+
40%, 45% {
|
|
15551
|
+
opacity: 1;
|
|
15552
|
+
transform: translate3d(0, 20px, 0) scaleY(0.9);
|
|
15553
|
+
}
|
|
15554
|
+
to {
|
|
15555
|
+
opacity: 0;
|
|
15556
|
+
transform: translate3d(0, -2000px, 0) scaleY(3);
|
|
15557
|
+
}
|
|
15558
|
+
}
|
|
15559
|
+
.animate__bounceOutUp {
|
|
15560
|
+
animation-name: bounceOutUp;
|
|
15561
|
+
}
|
|
15562
|
+
@keyframes fadeIn {
|
|
15563
|
+
0% {
|
|
15564
|
+
opacity: 0;
|
|
15565
|
+
}
|
|
15566
|
+
to {
|
|
15567
|
+
opacity: 1;
|
|
15568
|
+
}
|
|
15569
|
+
}
|
|
15570
|
+
.animate__fadeIn {
|
|
15571
|
+
animation-name: fadeIn;
|
|
15572
|
+
}
|
|
15573
|
+
@keyframes fadeInDown {
|
|
15574
|
+
0% {
|
|
15575
|
+
opacity: 0;
|
|
15576
|
+
transform: translate3d(0, -100%, 0);
|
|
15577
|
+
}
|
|
15578
|
+
to {
|
|
15579
|
+
opacity: 1;
|
|
15580
|
+
transform: translateZ(0);
|
|
15581
|
+
}
|
|
15582
|
+
}
|
|
15583
|
+
.animate__fadeInDown {
|
|
15584
|
+
animation-name: fadeInDown;
|
|
15585
|
+
}
|
|
15586
|
+
@keyframes fadeInDownBig {
|
|
15587
|
+
0% {
|
|
15588
|
+
opacity: 0;
|
|
15589
|
+
transform: translate3d(0, -2000px, 0);
|
|
15590
|
+
}
|
|
15591
|
+
to {
|
|
15592
|
+
opacity: 1;
|
|
15593
|
+
transform: translateZ(0);
|
|
15594
|
+
}
|
|
15595
|
+
}
|
|
15596
|
+
.animate__fadeInDownBig {
|
|
15597
|
+
animation-name: fadeInDownBig;
|
|
15598
|
+
}
|
|
15599
|
+
@keyframes fadeInLeft {
|
|
15600
|
+
0% {
|
|
15601
|
+
opacity: 0;
|
|
15602
|
+
transform: translate3d(-100%, 0, 0);
|
|
15603
|
+
}
|
|
15604
|
+
to {
|
|
15605
|
+
opacity: 1;
|
|
15606
|
+
transform: translateZ(0);
|
|
15607
|
+
}
|
|
15608
|
+
}
|
|
15609
|
+
.animate__fadeInLeft {
|
|
15610
|
+
animation-name: fadeInLeft;
|
|
15611
|
+
}
|
|
15612
|
+
@keyframes fadeInLeftBig {
|
|
15613
|
+
0% {
|
|
15614
|
+
opacity: 0;
|
|
15615
|
+
transform: translate3d(-2000px, 0, 0);
|
|
15616
|
+
}
|
|
15617
|
+
to {
|
|
15618
|
+
opacity: 1;
|
|
15619
|
+
transform: translateZ(0);
|
|
15620
|
+
}
|
|
15621
|
+
}
|
|
15622
|
+
.animate__fadeInLeftBig {
|
|
15623
|
+
animation-name: fadeInLeftBig;
|
|
15624
|
+
}
|
|
15625
|
+
@keyframes fadeInRight {
|
|
15626
|
+
0% {
|
|
15627
|
+
opacity: 0;
|
|
15628
|
+
transform: translate3d(100%, 0, 0);
|
|
15629
|
+
}
|
|
15630
|
+
to {
|
|
15631
|
+
opacity: 1;
|
|
15632
|
+
transform: translateZ(0);
|
|
15633
|
+
}
|
|
15634
|
+
}
|
|
15635
|
+
.animate__fadeInRight {
|
|
15636
|
+
animation-name: fadeInRight;
|
|
15637
|
+
}
|
|
15638
|
+
@keyframes fadeInRightBig {
|
|
15639
|
+
0% {
|
|
15640
|
+
opacity: 0;
|
|
15641
|
+
transform: translate3d(2000px, 0, 0);
|
|
15642
|
+
}
|
|
15643
|
+
to {
|
|
15644
|
+
opacity: 1;
|
|
15645
|
+
transform: translateZ(0);
|
|
15646
|
+
}
|
|
15647
|
+
}
|
|
15648
|
+
.animate__fadeInRightBig {
|
|
15649
|
+
animation-name: fadeInRightBig;
|
|
15650
|
+
}
|
|
15651
|
+
@keyframes fadeInUp {
|
|
15652
|
+
0% {
|
|
15653
|
+
opacity: 0;
|
|
15654
|
+
transform: translate3d(0, 100%, 0);
|
|
15655
|
+
}
|
|
15656
|
+
to {
|
|
15657
|
+
opacity: 1;
|
|
15658
|
+
transform: translateZ(0);
|
|
15659
|
+
}
|
|
15660
|
+
}
|
|
15661
|
+
.animate__fadeInUp {
|
|
15662
|
+
animation-name: fadeInUp;
|
|
15663
|
+
}
|
|
15664
|
+
@keyframes fadeInUpBig {
|
|
15665
|
+
0% {
|
|
15666
|
+
opacity: 0;
|
|
15667
|
+
transform: translate3d(0, 2000px, 0);
|
|
15668
|
+
}
|
|
15669
|
+
to {
|
|
15670
|
+
opacity: 1;
|
|
15671
|
+
transform: translateZ(0);
|
|
15672
|
+
}
|
|
15673
|
+
}
|
|
15674
|
+
.animate__fadeInUpBig {
|
|
15675
|
+
animation-name: fadeInUpBig;
|
|
15676
|
+
}
|
|
15677
|
+
@keyframes fadeInTopLeft {
|
|
15678
|
+
0% {
|
|
15679
|
+
opacity: 0;
|
|
15680
|
+
transform: translate3d(-100%, -100%, 0);
|
|
15681
|
+
}
|
|
15682
|
+
to {
|
|
15683
|
+
opacity: 1;
|
|
15684
|
+
transform: translateZ(0);
|
|
15685
|
+
}
|
|
15686
|
+
}
|
|
15687
|
+
.animate__fadeInTopLeft {
|
|
15688
|
+
animation-name: fadeInTopLeft;
|
|
15689
|
+
}
|
|
15690
|
+
@keyframes fadeInTopRight {
|
|
15691
|
+
0% {
|
|
15692
|
+
opacity: 0;
|
|
15693
|
+
transform: translate3d(100%, -100%, 0);
|
|
15694
|
+
}
|
|
15695
|
+
to {
|
|
15696
|
+
opacity: 1;
|
|
15697
|
+
transform: translateZ(0);
|
|
15698
|
+
}
|
|
15699
|
+
}
|
|
15700
|
+
.animate__fadeInTopRight {
|
|
15701
|
+
animation-name: fadeInTopRight;
|
|
15702
|
+
}
|
|
15703
|
+
@keyframes fadeInBottomLeft {
|
|
15704
|
+
0% {
|
|
15705
|
+
opacity: 0;
|
|
15706
|
+
transform: translate3d(-100%, 100%, 0);
|
|
15707
|
+
}
|
|
15708
|
+
to {
|
|
15709
|
+
opacity: 1;
|
|
15710
|
+
transform: translateZ(0);
|
|
15711
|
+
}
|
|
15712
|
+
}
|
|
15713
|
+
.animate__fadeInBottomLeft {
|
|
15714
|
+
animation-name: fadeInBottomLeft;
|
|
15715
|
+
}
|
|
15716
|
+
@keyframes fadeInBottomRight {
|
|
15717
|
+
0% {
|
|
15718
|
+
opacity: 0;
|
|
15719
|
+
transform: translate3d(100%, 100%, 0);
|
|
15720
|
+
}
|
|
15721
|
+
to {
|
|
15722
|
+
opacity: 1;
|
|
15723
|
+
transform: translateZ(0);
|
|
15724
|
+
}
|
|
15725
|
+
}
|
|
15726
|
+
.animate__fadeInBottomRight {
|
|
15727
|
+
animation-name: fadeInBottomRight;
|
|
15728
|
+
}
|
|
15729
|
+
@keyframes fadeOut {
|
|
15730
|
+
0% {
|
|
15731
|
+
opacity: 1;
|
|
15732
|
+
}
|
|
15733
|
+
to {
|
|
15734
|
+
opacity: 0;
|
|
15735
|
+
}
|
|
15736
|
+
}
|
|
15737
|
+
.animate__fadeOut {
|
|
15738
|
+
animation-name: fadeOut;
|
|
15739
|
+
}
|
|
15740
|
+
@keyframes fadeOutDown {
|
|
15741
|
+
0% {
|
|
15742
|
+
opacity: 1;
|
|
15743
|
+
}
|
|
15744
|
+
to {
|
|
15745
|
+
opacity: 0;
|
|
15746
|
+
transform: translate3d(0, 100%, 0);
|
|
15747
|
+
}
|
|
15748
|
+
}
|
|
15749
|
+
.animate__fadeOutDown {
|
|
15750
|
+
animation-name: fadeOutDown;
|
|
15751
|
+
}
|
|
15752
|
+
@keyframes fadeOutDownBig {
|
|
15753
|
+
0% {
|
|
15754
|
+
opacity: 1;
|
|
15755
|
+
}
|
|
15756
|
+
to {
|
|
15757
|
+
opacity: 0;
|
|
15758
|
+
transform: translate3d(0, 2000px, 0);
|
|
15759
|
+
}
|
|
15760
|
+
}
|
|
15761
|
+
.animate__fadeOutDownBig {
|
|
15762
|
+
animation-name: fadeOutDownBig;
|
|
15763
|
+
}
|
|
15764
|
+
@keyframes fadeOutLeft {
|
|
15765
|
+
0% {
|
|
15766
|
+
opacity: 1;
|
|
15767
|
+
}
|
|
15768
|
+
to {
|
|
15769
|
+
opacity: 0;
|
|
15770
|
+
transform: translate3d(-100%, 0, 0);
|
|
15771
|
+
}
|
|
15772
|
+
}
|
|
15773
|
+
.animate__fadeOutLeft {
|
|
15774
|
+
animation-name: fadeOutLeft;
|
|
15775
|
+
}
|
|
15776
|
+
@keyframes fadeOutLeftBig {
|
|
15777
|
+
0% {
|
|
15778
|
+
opacity: 1;
|
|
15779
|
+
}
|
|
15780
|
+
to {
|
|
15781
|
+
opacity: 0;
|
|
15782
|
+
transform: translate3d(-2000px, 0, 0);
|
|
15783
|
+
}
|
|
15784
|
+
}
|
|
15785
|
+
.animate__fadeOutLeftBig {
|
|
15786
|
+
animation-name: fadeOutLeftBig;
|
|
15787
|
+
}
|
|
15788
|
+
@keyframes fadeOutRight {
|
|
15789
|
+
0% {
|
|
15790
|
+
opacity: 1;
|
|
15791
|
+
}
|
|
15792
|
+
to {
|
|
15793
|
+
opacity: 0;
|
|
15794
|
+
transform: translate3d(100%, 0, 0);
|
|
15795
|
+
}
|
|
15796
|
+
}
|
|
15797
|
+
.animate__fadeOutRight {
|
|
15798
|
+
animation-name: fadeOutRight;
|
|
15799
|
+
}
|
|
15800
|
+
@keyframes fadeOutRightBig {
|
|
15801
|
+
0% {
|
|
15802
|
+
opacity: 1;
|
|
15803
|
+
}
|
|
15804
|
+
to {
|
|
15805
|
+
opacity: 0;
|
|
15806
|
+
transform: translate3d(2000px, 0, 0);
|
|
15807
|
+
}
|
|
15808
|
+
}
|
|
15809
|
+
.animate__fadeOutRightBig {
|
|
15810
|
+
animation-name: fadeOutRightBig;
|
|
15811
|
+
}
|
|
15812
|
+
@keyframes fadeOutUp {
|
|
15813
|
+
0% {
|
|
15814
|
+
opacity: 1;
|
|
15815
|
+
}
|
|
15816
|
+
to {
|
|
15817
|
+
opacity: 0;
|
|
15818
|
+
transform: translate3d(0, -100%, 0);
|
|
15819
|
+
}
|
|
15820
|
+
}
|
|
15821
|
+
.animate__fadeOutUp {
|
|
15822
|
+
animation-name: fadeOutUp;
|
|
15823
|
+
}
|
|
15824
|
+
@keyframes fadeOutUpBig {
|
|
15825
|
+
0% {
|
|
15826
|
+
opacity: 1;
|
|
15827
|
+
}
|
|
15828
|
+
to {
|
|
15829
|
+
opacity: 0;
|
|
15830
|
+
transform: translate3d(0, -2000px, 0);
|
|
15831
|
+
}
|
|
15832
|
+
}
|
|
15833
|
+
.animate__fadeOutUpBig {
|
|
15834
|
+
animation-name: fadeOutUpBig;
|
|
15835
|
+
}
|
|
15836
|
+
@keyframes fadeOutTopLeft {
|
|
15837
|
+
0% {
|
|
15838
|
+
opacity: 1;
|
|
15839
|
+
transform: translateZ(0);
|
|
15840
|
+
}
|
|
15841
|
+
to {
|
|
15842
|
+
opacity: 0;
|
|
15843
|
+
transform: translate3d(-100%, -100%, 0);
|
|
15844
|
+
}
|
|
15845
|
+
}
|
|
15846
|
+
.animate__fadeOutTopLeft {
|
|
15847
|
+
animation-name: fadeOutTopLeft;
|
|
15848
|
+
}
|
|
15849
|
+
@keyframes fadeOutTopRight {
|
|
15850
|
+
0% {
|
|
15851
|
+
opacity: 1;
|
|
15852
|
+
transform: translateZ(0);
|
|
15853
|
+
}
|
|
15854
|
+
to {
|
|
15855
|
+
opacity: 0;
|
|
15856
|
+
transform: translate3d(100%, -100%, 0);
|
|
15857
|
+
}
|
|
15858
|
+
}
|
|
15859
|
+
.animate__fadeOutTopRight {
|
|
15860
|
+
animation-name: fadeOutTopRight;
|
|
15861
|
+
}
|
|
15862
|
+
@keyframes fadeOutBottomRight {
|
|
15863
|
+
0% {
|
|
15864
|
+
opacity: 1;
|
|
15865
|
+
transform: translateZ(0);
|
|
15866
|
+
}
|
|
15867
|
+
to {
|
|
15868
|
+
opacity: 0;
|
|
15869
|
+
transform: translate3d(100%, 100%, 0);
|
|
15870
|
+
}
|
|
15871
|
+
}
|
|
15872
|
+
.animate__fadeOutBottomRight {
|
|
15873
|
+
animation-name: fadeOutBottomRight;
|
|
15874
|
+
}
|
|
15875
|
+
@keyframes fadeOutBottomLeft {
|
|
15876
|
+
0% {
|
|
15877
|
+
opacity: 1;
|
|
15878
|
+
transform: translateZ(0);
|
|
15879
|
+
}
|
|
15880
|
+
to {
|
|
15881
|
+
opacity: 0;
|
|
15882
|
+
transform: translate3d(-100%, 100%, 0);
|
|
15883
|
+
}
|
|
15884
|
+
}
|
|
15885
|
+
.animate__fadeOutBottomLeft {
|
|
15886
|
+
animation-name: fadeOutBottomLeft;
|
|
15887
|
+
}
|
|
15888
|
+
@keyframes flip {
|
|
15889
|
+
0% {
|
|
15890
|
+
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
|
|
15891
|
+
animation-timing-function: ease-out;
|
|
15892
|
+
}
|
|
15893
|
+
40% {
|
|
15894
|
+
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
|
|
15895
|
+
animation-timing-function: ease-out;
|
|
15896
|
+
}
|
|
15897
|
+
50% {
|
|
15898
|
+
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
|
|
15899
|
+
animation-timing-function: ease-in;
|
|
15900
|
+
}
|
|
15901
|
+
80% {
|
|
15902
|
+
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
|
|
15903
|
+
animation-timing-function: ease-in;
|
|
15904
|
+
}
|
|
15905
|
+
to {
|
|
15906
|
+
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
|
|
15907
|
+
animation-timing-function: ease-in;
|
|
15908
|
+
}
|
|
15909
|
+
}
|
|
15910
|
+
.animate__animated.animate__flip {
|
|
15911
|
+
backface-visibility: visible;
|
|
15912
|
+
animation-name: flip;
|
|
15913
|
+
}
|
|
15914
|
+
@keyframes flipInX {
|
|
15915
|
+
0% {
|
|
15916
|
+
transform: perspective(400px) rotateX(90deg);
|
|
15917
|
+
animation-timing-function: ease-in;
|
|
15918
|
+
opacity: 0;
|
|
15919
|
+
}
|
|
15920
|
+
40% {
|
|
15921
|
+
transform: perspective(400px) rotateX(-20deg);
|
|
15922
|
+
animation-timing-function: ease-in;
|
|
15923
|
+
}
|
|
15924
|
+
60% {
|
|
15925
|
+
transform: perspective(400px) rotateX(10deg);
|
|
15926
|
+
opacity: 1;
|
|
15927
|
+
}
|
|
15928
|
+
80% {
|
|
15929
|
+
transform: perspective(400px) rotateX(-5deg);
|
|
15930
|
+
}
|
|
15931
|
+
to {
|
|
15932
|
+
transform: perspective(400px);
|
|
15933
|
+
}
|
|
15934
|
+
}
|
|
15935
|
+
.animate__flipInX {
|
|
15936
|
+
backface-visibility: visible !important;
|
|
15937
|
+
animation-name: flipInX;
|
|
15938
|
+
}
|
|
15939
|
+
@keyframes flipInY {
|
|
15940
|
+
0% {
|
|
15941
|
+
transform: perspective(400px) rotateY(90deg);
|
|
15942
|
+
animation-timing-function: ease-in;
|
|
15943
|
+
opacity: 0;
|
|
15944
|
+
}
|
|
15945
|
+
40% {
|
|
15946
|
+
transform: perspective(400px) rotateY(-20deg);
|
|
15947
|
+
animation-timing-function: ease-in;
|
|
15948
|
+
}
|
|
15949
|
+
60% {
|
|
15950
|
+
transform: perspective(400px) rotateY(10deg);
|
|
15951
|
+
opacity: 1;
|
|
15952
|
+
}
|
|
15953
|
+
80% {
|
|
15954
|
+
transform: perspective(400px) rotateY(-5deg);
|
|
15955
|
+
}
|
|
15956
|
+
to {
|
|
15957
|
+
transform: perspective(400px);
|
|
15958
|
+
}
|
|
15959
|
+
}
|
|
15960
|
+
.animate__flipInY {
|
|
15961
|
+
backface-visibility: visible !important;
|
|
15962
|
+
animation-name: flipInY;
|
|
15963
|
+
}
|
|
15964
|
+
@keyframes flipOutX {
|
|
15965
|
+
0% {
|
|
15966
|
+
transform: perspective(400px);
|
|
15967
|
+
}
|
|
15968
|
+
30% {
|
|
15969
|
+
transform: perspective(400px) rotateX(-20deg);
|
|
15970
|
+
opacity: 1;
|
|
15971
|
+
}
|
|
15972
|
+
to {
|
|
15973
|
+
transform: perspective(400px) rotateX(90deg);
|
|
15974
|
+
opacity: 0;
|
|
15975
|
+
}
|
|
15976
|
+
}
|
|
15977
|
+
.animate__flipOutX {
|
|
15978
|
+
animation-duration: 0.75s;
|
|
15979
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
15980
|
+
animation-name: flipOutX;
|
|
15981
|
+
backface-visibility: visible !important;
|
|
15982
|
+
}
|
|
15983
|
+
@keyframes flipOutY {
|
|
15984
|
+
0% {
|
|
15985
|
+
transform: perspective(400px);
|
|
15986
|
+
}
|
|
15987
|
+
30% {
|
|
15988
|
+
transform: perspective(400px) rotateY(-15deg);
|
|
15989
|
+
opacity: 1;
|
|
15990
|
+
}
|
|
15991
|
+
to {
|
|
15992
|
+
transform: perspective(400px) rotateY(90deg);
|
|
15993
|
+
opacity: 0;
|
|
15994
|
+
}
|
|
15995
|
+
}
|
|
15996
|
+
.animate__flipOutY {
|
|
15997
|
+
animation-duration: 0.75s;
|
|
15998
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
15999
|
+
backface-visibility: visible !important;
|
|
16000
|
+
animation-name: flipOutY;
|
|
16001
|
+
}
|
|
16002
|
+
@keyframes lightSpeedInRight {
|
|
16003
|
+
0% {
|
|
16004
|
+
transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
16005
|
+
opacity: 0;
|
|
16006
|
+
}
|
|
16007
|
+
60% {
|
|
16008
|
+
transform: skewX(20deg);
|
|
16009
|
+
opacity: 1;
|
|
16010
|
+
}
|
|
16011
|
+
80% {
|
|
16012
|
+
transform: skewX(-5deg);
|
|
16013
|
+
}
|
|
16014
|
+
to {
|
|
16015
|
+
transform: translateZ(0);
|
|
16016
|
+
}
|
|
16017
|
+
}
|
|
16018
|
+
.animate__lightSpeedInRight {
|
|
16019
|
+
animation-name: lightSpeedInRight;
|
|
16020
|
+
animation-timing-function: ease-out;
|
|
16021
|
+
}
|
|
16022
|
+
@keyframes lightSpeedInLeft {
|
|
16023
|
+
0% {
|
|
16024
|
+
transform: translate3d(-100%, 0, 0) skewX(30deg);
|
|
16025
|
+
opacity: 0;
|
|
16026
|
+
}
|
|
16027
|
+
60% {
|
|
16028
|
+
transform: skewX(-20deg);
|
|
16029
|
+
opacity: 1;
|
|
16030
|
+
}
|
|
16031
|
+
80% {
|
|
16032
|
+
transform: skewX(5deg);
|
|
16033
|
+
}
|
|
16034
|
+
to {
|
|
16035
|
+
transform: translateZ(0);
|
|
16036
|
+
}
|
|
16037
|
+
}
|
|
16038
|
+
.animate__lightSpeedInLeft {
|
|
16039
|
+
animation-name: lightSpeedInLeft;
|
|
16040
|
+
animation-timing-function: ease-out;
|
|
16041
|
+
}
|
|
16042
|
+
@keyframes lightSpeedOutRight {
|
|
16043
|
+
0% {
|
|
16044
|
+
opacity: 1;
|
|
16045
|
+
}
|
|
16046
|
+
to {
|
|
16047
|
+
transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
16048
|
+
opacity: 0;
|
|
16049
|
+
}
|
|
16050
|
+
}
|
|
16051
|
+
.animate__lightSpeedOutRight {
|
|
16052
|
+
animation-name: lightSpeedOutRight;
|
|
16053
|
+
animation-timing-function: ease-in;
|
|
16054
|
+
}
|
|
16055
|
+
@keyframes lightSpeedOutLeft {
|
|
16056
|
+
0% {
|
|
16057
|
+
opacity: 1;
|
|
16058
|
+
}
|
|
16059
|
+
to {
|
|
16060
|
+
transform: translate3d(-100%, 0, 0) skewX(-30deg);
|
|
16061
|
+
opacity: 0;
|
|
16062
|
+
}
|
|
16063
|
+
}
|
|
16064
|
+
.animate__lightSpeedOutLeft {
|
|
16065
|
+
animation-name: lightSpeedOutLeft;
|
|
16066
|
+
animation-timing-function: ease-in;
|
|
16067
|
+
}
|
|
16068
|
+
@keyframes rotateIn {
|
|
16069
|
+
0% {
|
|
16070
|
+
transform: rotate(-200deg);
|
|
16071
|
+
opacity: 0;
|
|
16072
|
+
}
|
|
16073
|
+
to {
|
|
16074
|
+
transform: translateZ(0);
|
|
16075
|
+
opacity: 1;
|
|
16076
|
+
}
|
|
16077
|
+
}
|
|
16078
|
+
.animate__rotateIn {
|
|
16079
|
+
animation-name: rotateIn;
|
|
16080
|
+
transform-origin: center;
|
|
16081
|
+
}
|
|
16082
|
+
@keyframes rotateInDownLeft {
|
|
16083
|
+
0% {
|
|
16084
|
+
transform: rotate(-45deg);
|
|
16085
|
+
opacity: 0;
|
|
16086
|
+
}
|
|
16087
|
+
to {
|
|
16088
|
+
transform: translateZ(0);
|
|
16089
|
+
opacity: 1;
|
|
16090
|
+
}
|
|
16091
|
+
}
|
|
16092
|
+
.animate__rotateInDownLeft {
|
|
16093
|
+
animation-name: rotateInDownLeft;
|
|
16094
|
+
transform-origin: left bottom;
|
|
16095
|
+
}
|
|
16096
|
+
@keyframes rotateInDownRight {
|
|
16097
|
+
0% {
|
|
16098
|
+
transform: rotate(45deg);
|
|
16099
|
+
opacity: 0;
|
|
16100
|
+
}
|
|
16101
|
+
to {
|
|
16102
|
+
transform: translateZ(0);
|
|
16103
|
+
opacity: 1;
|
|
16104
|
+
}
|
|
16105
|
+
}
|
|
16106
|
+
.animate__rotateInDownRight {
|
|
16107
|
+
animation-name: rotateInDownRight;
|
|
16108
|
+
transform-origin: right bottom;
|
|
16109
|
+
}
|
|
16110
|
+
@keyframes rotateInUpLeft {
|
|
16111
|
+
0% {
|
|
16112
|
+
transform: rotate(45deg);
|
|
16113
|
+
opacity: 0;
|
|
16114
|
+
}
|
|
16115
|
+
to {
|
|
16116
|
+
transform: translateZ(0);
|
|
16117
|
+
opacity: 1;
|
|
16118
|
+
}
|
|
16119
|
+
}
|
|
16120
|
+
.animate__rotateInUpLeft {
|
|
16121
|
+
animation-name: rotateInUpLeft;
|
|
16122
|
+
transform-origin: left bottom;
|
|
16123
|
+
}
|
|
16124
|
+
@keyframes rotateInUpRight {
|
|
16125
|
+
0% {
|
|
16126
|
+
transform: rotate(-90deg);
|
|
16127
|
+
opacity: 0;
|
|
16128
|
+
}
|
|
16129
|
+
to {
|
|
16130
|
+
transform: translateZ(0);
|
|
16131
|
+
opacity: 1;
|
|
16132
|
+
}
|
|
16133
|
+
}
|
|
16134
|
+
.animate__rotateInUpRight {
|
|
16135
|
+
animation-name: rotateInUpRight;
|
|
16136
|
+
transform-origin: right bottom;
|
|
16137
|
+
}
|
|
16138
|
+
@keyframes rotateOut {
|
|
16139
|
+
0% {
|
|
16140
|
+
opacity: 1;
|
|
16141
|
+
}
|
|
16142
|
+
to {
|
|
16143
|
+
transform: rotate(200deg);
|
|
16144
|
+
opacity: 0;
|
|
16145
|
+
}
|
|
16146
|
+
}
|
|
16147
|
+
.animate__rotateOut {
|
|
16148
|
+
animation-name: rotateOut;
|
|
16149
|
+
transform-origin: center;
|
|
16150
|
+
}
|
|
16151
|
+
@keyframes rotateOutDownLeft {
|
|
16152
|
+
0% {
|
|
16153
|
+
opacity: 1;
|
|
16154
|
+
}
|
|
16155
|
+
to {
|
|
16156
|
+
transform: rotate(45deg);
|
|
16157
|
+
opacity: 0;
|
|
16158
|
+
}
|
|
16159
|
+
}
|
|
16160
|
+
.animate__rotateOutDownLeft {
|
|
16161
|
+
animation-name: rotateOutDownLeft;
|
|
16162
|
+
transform-origin: left bottom;
|
|
16163
|
+
}
|
|
16164
|
+
@keyframes rotateOutDownRight {
|
|
16165
|
+
0% {
|
|
16166
|
+
opacity: 1;
|
|
16167
|
+
}
|
|
16168
|
+
to {
|
|
16169
|
+
transform: rotate(-45deg);
|
|
16170
|
+
opacity: 0;
|
|
16171
|
+
}
|
|
16172
|
+
}
|
|
16173
|
+
.animate__rotateOutDownRight {
|
|
16174
|
+
animation-name: rotateOutDownRight;
|
|
16175
|
+
transform-origin: right bottom;
|
|
16176
|
+
}
|
|
16177
|
+
@keyframes rotateOutUpLeft {
|
|
16178
|
+
0% {
|
|
16179
|
+
opacity: 1;
|
|
16180
|
+
}
|
|
16181
|
+
to {
|
|
16182
|
+
transform: rotate(-45deg);
|
|
16183
|
+
opacity: 0;
|
|
16184
|
+
}
|
|
16185
|
+
}
|
|
16186
|
+
.animate__rotateOutUpLeft {
|
|
16187
|
+
animation-name: rotateOutUpLeft;
|
|
16188
|
+
transform-origin: left bottom;
|
|
16189
|
+
}
|
|
16190
|
+
@keyframes rotateOutUpRight {
|
|
16191
|
+
0% {
|
|
16192
|
+
opacity: 1;
|
|
16193
|
+
}
|
|
16194
|
+
to {
|
|
16195
|
+
transform: rotate(90deg);
|
|
16196
|
+
opacity: 0;
|
|
16197
|
+
}
|
|
16198
|
+
}
|
|
16199
|
+
.animate__rotateOutUpRight {
|
|
16200
|
+
animation-name: rotateOutUpRight;
|
|
16201
|
+
transform-origin: right bottom;
|
|
16202
|
+
}
|
|
16203
|
+
@keyframes hinge {
|
|
16204
|
+
0% {
|
|
16205
|
+
animation-timing-function: ease-in-out;
|
|
16206
|
+
}
|
|
16207
|
+
20%, 60% {
|
|
16208
|
+
transform: rotate(80deg);
|
|
16209
|
+
animation-timing-function: ease-in-out;
|
|
16210
|
+
}
|
|
16211
|
+
40%, 80% {
|
|
16212
|
+
transform: rotate(60deg);
|
|
16213
|
+
animation-timing-function: ease-in-out;
|
|
16214
|
+
opacity: 1;
|
|
16215
|
+
}
|
|
16216
|
+
to {
|
|
16217
|
+
transform: translate3d(0, 700px, 0);
|
|
16218
|
+
opacity: 0;
|
|
16219
|
+
}
|
|
16220
|
+
}
|
|
16221
|
+
.animate__hinge {
|
|
16222
|
+
animation-duration: 2s;
|
|
16223
|
+
animation-duration: calc(var(--animate-duration) * 2);
|
|
16224
|
+
animation-name: hinge;
|
|
16225
|
+
transform-origin: top left;
|
|
16226
|
+
}
|
|
16227
|
+
@keyframes jackInTheBox {
|
|
16228
|
+
0% {
|
|
16229
|
+
opacity: 0;
|
|
16230
|
+
transform: scale(0.1) rotate(30deg);
|
|
16231
|
+
transform-origin: center bottom;
|
|
16232
|
+
}
|
|
16233
|
+
50% {
|
|
16234
|
+
transform: rotate(-10deg);
|
|
16235
|
+
}
|
|
16236
|
+
70% {
|
|
16237
|
+
transform: rotate(3deg);
|
|
16238
|
+
}
|
|
16239
|
+
to {
|
|
16240
|
+
opacity: 1;
|
|
16241
|
+
transform: scale(1);
|
|
16242
|
+
}
|
|
16243
|
+
}
|
|
16244
|
+
.animate__jackInTheBox {
|
|
16245
|
+
animation-name: jackInTheBox;
|
|
16246
|
+
}
|
|
16247
|
+
@keyframes rollIn {
|
|
16248
|
+
0% {
|
|
16249
|
+
opacity: 0;
|
|
16250
|
+
transform: translate3d(-100%, 0, 0) rotate(-120deg);
|
|
16251
|
+
}
|
|
16252
|
+
to {
|
|
16253
|
+
opacity: 1;
|
|
16254
|
+
transform: translateZ(0);
|
|
16255
|
+
}
|
|
16256
|
+
}
|
|
16257
|
+
.animate__rollIn {
|
|
16258
|
+
animation-name: rollIn;
|
|
16259
|
+
}
|
|
16260
|
+
@keyframes rollOut {
|
|
16261
|
+
0% {
|
|
16262
|
+
opacity: 1;
|
|
16263
|
+
}
|
|
16264
|
+
to {
|
|
16265
|
+
opacity: 0;
|
|
16266
|
+
transform: translate3d(100%, 0, 0) rotate(120deg);
|
|
16267
|
+
}
|
|
16268
|
+
}
|
|
16269
|
+
.animate__rollOut {
|
|
16270
|
+
animation-name: rollOut;
|
|
16271
|
+
}
|
|
16272
|
+
@keyframes zoomIn {
|
|
16273
|
+
0% {
|
|
16274
|
+
opacity: 0;
|
|
16275
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
16276
|
+
}
|
|
16277
|
+
50% {
|
|
16278
|
+
opacity: 1;
|
|
16279
|
+
}
|
|
16280
|
+
}
|
|
16281
|
+
.animate__zoomIn {
|
|
16282
|
+
animation-name: zoomIn;
|
|
16283
|
+
}
|
|
16284
|
+
@keyframes zoomInDown {
|
|
16285
|
+
0% {
|
|
16286
|
+
opacity: 0;
|
|
16287
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
16288
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16289
|
+
}
|
|
16290
|
+
60% {
|
|
16291
|
+
opacity: 1;
|
|
16292
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
16293
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16294
|
+
}
|
|
16295
|
+
}
|
|
16296
|
+
.animate__zoomInDown {
|
|
16297
|
+
animation-name: zoomInDown;
|
|
16298
|
+
}
|
|
16299
|
+
@keyframes zoomInLeft {
|
|
16300
|
+
0% {
|
|
16301
|
+
opacity: 0;
|
|
16302
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
16303
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16304
|
+
}
|
|
16305
|
+
60% {
|
|
16306
|
+
opacity: 1;
|
|
16307
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
16308
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16309
|
+
}
|
|
16310
|
+
}
|
|
16311
|
+
.animate__zoomInLeft {
|
|
16312
|
+
animation-name: zoomInLeft;
|
|
16313
|
+
}
|
|
16314
|
+
@keyframes zoomInRight {
|
|
16315
|
+
0% {
|
|
16316
|
+
opacity: 0;
|
|
16317
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
16318
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16319
|
+
}
|
|
16320
|
+
60% {
|
|
16321
|
+
opacity: 1;
|
|
16322
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
16323
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16324
|
+
}
|
|
16325
|
+
}
|
|
16326
|
+
.animate__zoomInRight {
|
|
16327
|
+
animation-name: zoomInRight;
|
|
16328
|
+
}
|
|
16329
|
+
@keyframes zoomInUp {
|
|
16330
|
+
0% {
|
|
16331
|
+
opacity: 0;
|
|
16332
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
16333
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16334
|
+
}
|
|
16335
|
+
60% {
|
|
16336
|
+
opacity: 1;
|
|
16337
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
16338
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16339
|
+
}
|
|
16340
|
+
}
|
|
16341
|
+
.animate__zoomInUp {
|
|
16342
|
+
animation-name: zoomInUp;
|
|
16343
|
+
}
|
|
16344
|
+
@keyframes zoomOut {
|
|
16345
|
+
0% {
|
|
16346
|
+
opacity: 1;
|
|
16347
|
+
}
|
|
16348
|
+
50% {
|
|
16349
|
+
opacity: 0;
|
|
16350
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
16351
|
+
}
|
|
16352
|
+
to {
|
|
16353
|
+
opacity: 0;
|
|
16354
|
+
}
|
|
16355
|
+
}
|
|
16356
|
+
.animate__zoomOut {
|
|
16357
|
+
animation-name: zoomOut;
|
|
16358
|
+
}
|
|
16359
|
+
@keyframes zoomOutDown {
|
|
16360
|
+
40% {
|
|
16361
|
+
opacity: 1;
|
|
16362
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
16363
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16364
|
+
}
|
|
16365
|
+
to {
|
|
16366
|
+
opacity: 0;
|
|
16367
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
16368
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16369
|
+
}
|
|
16370
|
+
}
|
|
16371
|
+
.animate__zoomOutDown {
|
|
16372
|
+
animation-name: zoomOutDown;
|
|
16373
|
+
transform-origin: center bottom;
|
|
16374
|
+
}
|
|
16375
|
+
@keyframes zoomOutLeft {
|
|
16376
|
+
40% {
|
|
16377
|
+
opacity: 1;
|
|
16378
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
16379
|
+
}
|
|
16380
|
+
to {
|
|
16381
|
+
opacity: 0;
|
|
16382
|
+
transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
16383
|
+
}
|
|
16384
|
+
}
|
|
16385
|
+
.animate__zoomOutLeft {
|
|
16386
|
+
animation-name: zoomOutLeft;
|
|
16387
|
+
transform-origin: left center;
|
|
16388
|
+
}
|
|
16389
|
+
@keyframes zoomOutRight {
|
|
16390
|
+
40% {
|
|
16391
|
+
opacity: 1;
|
|
16392
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
16393
|
+
}
|
|
16394
|
+
to {
|
|
16395
|
+
opacity: 0;
|
|
16396
|
+
transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
16397
|
+
}
|
|
16398
|
+
}
|
|
16399
|
+
.animate__zoomOutRight {
|
|
16400
|
+
animation-name: zoomOutRight;
|
|
16401
|
+
transform-origin: right center;
|
|
16402
|
+
}
|
|
16403
|
+
@keyframes zoomOutUp {
|
|
16404
|
+
40% {
|
|
16405
|
+
opacity: 1;
|
|
16406
|
+
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
16407
|
+
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
16408
|
+
}
|
|
16409
|
+
to {
|
|
16410
|
+
opacity: 0;
|
|
16411
|
+
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
16412
|
+
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
16413
|
+
}
|
|
16414
|
+
}
|
|
16415
|
+
.animate__zoomOutUp {
|
|
16416
|
+
animation-name: zoomOutUp;
|
|
16417
|
+
transform-origin: center bottom;
|
|
16418
|
+
}
|
|
16419
|
+
@keyframes slideInDown {
|
|
16420
|
+
0% {
|
|
16421
|
+
transform: translate3d(0, -100%, 0);
|
|
16422
|
+
visibility: visible;
|
|
16423
|
+
}
|
|
16424
|
+
to {
|
|
16425
|
+
transform: translateZ(0);
|
|
16426
|
+
}
|
|
16427
|
+
}
|
|
16428
|
+
.animate__slideInDown {
|
|
16429
|
+
animation-name: slideInDown;
|
|
16430
|
+
}
|
|
16431
|
+
@keyframes slideInLeft {
|
|
16432
|
+
0% {
|
|
16433
|
+
transform: translate3d(-100%, 0, 0);
|
|
16434
|
+
visibility: visible;
|
|
16435
|
+
}
|
|
16436
|
+
to {
|
|
16437
|
+
transform: translateZ(0);
|
|
16438
|
+
}
|
|
16439
|
+
}
|
|
16440
|
+
.animate__slideInLeft {
|
|
16441
|
+
animation-name: slideInLeft;
|
|
16442
|
+
}
|
|
16443
|
+
@keyframes slideInRight {
|
|
16444
|
+
0% {
|
|
16445
|
+
transform: translate3d(100%, 0, 0);
|
|
16446
|
+
visibility: visible;
|
|
16447
|
+
}
|
|
16448
|
+
to {
|
|
16449
|
+
transform: translateZ(0);
|
|
16450
|
+
}
|
|
16451
|
+
}
|
|
16452
|
+
.animate__slideInRight {
|
|
16453
|
+
animation-name: slideInRight;
|
|
16454
|
+
}
|
|
16455
|
+
@keyframes slideInUp {
|
|
16456
|
+
0% {
|
|
16457
|
+
transform: translate3d(0, 100%, 0);
|
|
16458
|
+
visibility: visible;
|
|
16459
|
+
}
|
|
16460
|
+
to {
|
|
16461
|
+
transform: translateZ(0);
|
|
16462
|
+
}
|
|
16463
|
+
}
|
|
16464
|
+
.animate__slideInUp {
|
|
16465
|
+
animation-name: slideInUp;
|
|
16466
|
+
}
|
|
16467
|
+
@keyframes slideOutDown {
|
|
16468
|
+
0% {
|
|
16469
|
+
transform: translateZ(0);
|
|
16470
|
+
}
|
|
16471
|
+
to {
|
|
16472
|
+
visibility: hidden;
|
|
16473
|
+
transform: translate3d(0, 100%, 0);
|
|
16474
|
+
}
|
|
16475
|
+
}
|
|
16476
|
+
.animate__slideOutDown {
|
|
16477
|
+
animation-name: slideOutDown;
|
|
16478
|
+
}
|
|
16479
|
+
@keyframes slideOutLeft {
|
|
16480
|
+
0% {
|
|
16481
|
+
transform: translateZ(0);
|
|
16482
|
+
}
|
|
16483
|
+
to {
|
|
16484
|
+
visibility: hidden;
|
|
16485
|
+
transform: translate3d(-100%, 0, 0);
|
|
16486
|
+
}
|
|
16487
|
+
}
|
|
16488
|
+
.animate__slideOutLeft {
|
|
16489
|
+
animation-name: slideOutLeft;
|
|
16490
|
+
}
|
|
16491
|
+
@keyframes slideOutRight {
|
|
16492
|
+
0% {
|
|
16493
|
+
transform: translateZ(0);
|
|
16494
|
+
}
|
|
16495
|
+
to {
|
|
16496
|
+
visibility: hidden;
|
|
16497
|
+
transform: translate3d(100%, 0, 0);
|
|
16498
|
+
}
|
|
16499
|
+
}
|
|
16500
|
+
.animate__slideOutRight {
|
|
16501
|
+
animation-name: slideOutRight;
|
|
16502
|
+
}
|
|
16503
|
+
@keyframes slideOutUp {
|
|
16504
|
+
0% {
|
|
16505
|
+
transform: translateZ(0);
|
|
16506
|
+
}
|
|
16507
|
+
to {
|
|
16508
|
+
visibility: hidden;
|
|
16509
|
+
transform: translate3d(0, -100%, 0);
|
|
16510
|
+
}
|
|
16511
|
+
}
|
|
16512
|
+
.animate__slideOutUp {
|
|
16513
|
+
animation-name: slideOutUp;
|
|
16514
|
+
}
|
|
16515
|
+
/*!
|
|
16516
|
+
* https://github.com/arqex/react-datetime
|
|
16517
|
+
*/
|
|
16518
|
+
.rdt {
|
|
16519
|
+
position: relative;
|
|
16520
|
+
}
|
|
16521
|
+
.rdtPicker {
|
|
16522
|
+
display: none;
|
|
16523
|
+
position: absolute;
|
|
16524
|
+
width: 240px;
|
|
16525
|
+
padding: 4px;
|
|
16526
|
+
margin-top: 1px;
|
|
16527
|
+
z-index: 99999 !important;
|
|
16528
|
+
background: #fff;
|
|
16529
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
16530
|
+
border: 1px solid #f9f9f9;
|
|
16531
|
+
}
|
|
16532
|
+
.rdtPicker.is-mobile-year {
|
|
16533
|
+
width: 11.5rem;
|
|
16534
|
+
}
|
|
16535
|
+
.rdtPicker.is-mobile-embed {
|
|
16536
|
+
width: 15rem;
|
|
16537
|
+
}
|
|
16538
|
+
.rdtPickerNotDays {
|
|
16539
|
+
width: 192px;
|
|
16540
|
+
}
|
|
16541
|
+
.rdtOpen .rdtPicker {
|
|
16542
|
+
display: block;
|
|
16543
|
+
}
|
|
16544
|
+
.rdtStatic .rdtPicker {
|
|
16545
|
+
box-shadow: none;
|
|
16546
|
+
position: static;
|
|
16547
|
+
}
|
|
16548
|
+
.rdtPicker .rdtTimeToggle {
|
|
16549
|
+
text-align: center;
|
|
16550
|
+
}
|
|
16551
|
+
.rdtPicker table {
|
|
16552
|
+
width: 100%;
|
|
16553
|
+
margin: 0;
|
|
16554
|
+
padding: 0 12px;
|
|
16555
|
+
border-spacing: 0 8px;
|
|
16556
|
+
border-collapse: inherit;
|
|
16557
|
+
}
|
|
16558
|
+
.rdtMonths table,
|
|
16559
|
+
.rdtYears table {
|
|
16560
|
+
border-spacing: 0 12px;
|
|
16561
|
+
}
|
|
16562
|
+
.rdtMonths .headerTable,
|
|
16563
|
+
.rdtYears .headerTable {
|
|
16564
|
+
border-spacing: 0;
|
|
16565
|
+
border-bottom: 1px solid var(--colors-neutral-line-8);
|
|
16566
|
+
}
|
|
16567
|
+
.rdtPicker td,
|
|
16568
|
+
.rdtPicker th {
|
|
16569
|
+
text-align: center;
|
|
16570
|
+
height: 24px;
|
|
16571
|
+
line-height: 24px;
|
|
16572
|
+
width: 24px;
|
|
16573
|
+
}
|
|
16574
|
+
.rdtPicker td {
|
|
16575
|
+
cursor: pointer;
|
|
16576
|
+
}
|
|
16577
|
+
.rdtPicker td > span {
|
|
16578
|
+
display: inline-block;
|
|
16579
|
+
border-radius: var(--inputDate-default-option-top-left-border-radius) var(--inputDate-default-option-top-right-border-radius) var(--inputDate-default-option-bottom-right-border-radius) var(--inputDate-default-option-bottom-left-border-radius);
|
|
16580
|
+
height: 24px;
|
|
16581
|
+
width: 24px;
|
|
16582
|
+
}
|
|
16583
|
+
.rdtPicker td.rdtDay:hover,
|
|
16584
|
+
.rdtPicker td.rdtHour:hover,
|
|
16585
|
+
.rdtPicker td.rdtMinute:hover,
|
|
16586
|
+
.rdtPicker td.rdtSecond:hover,
|
|
16587
|
+
.rdtPicker .rdtTimeToggle:hover {
|
|
16588
|
+
background: #eeeeee;
|
|
16589
|
+
cursor: pointer;
|
|
16590
|
+
}
|
|
16591
|
+
.rdtPicker td.rdtOld,
|
|
16592
|
+
.rdtPicker td.rdtNew {
|
|
16593
|
+
color: var(--inputDate-disabled-option-color);
|
|
16594
|
+
}
|
|
16595
|
+
.rdtPicker td.rdtOld span,
|
|
16596
|
+
.rdtPicker td.rdtNew span {
|
|
16597
|
+
background: var(--inputDate-disabled-option-bg-color);
|
|
16598
|
+
}
|
|
16599
|
+
.rdtPicker td.rdtToday {
|
|
16600
|
+
position: relative;
|
|
16601
|
+
}
|
|
16602
|
+
.rdtPicker td.rdtToday > span {
|
|
16603
|
+
border: 1px solid #2468f2;
|
|
16604
|
+
}
|
|
16605
|
+
.rdtPicker td.rdtActive,
|
|
16606
|
+
.rdtPicker td.rdtActive:hover {
|
|
16607
|
+
background-color: #428bca;
|
|
16608
|
+
color: #fff;
|
|
16609
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
16610
|
+
}
|
|
16611
|
+
.rdtPicker td.rdtActive.rdtToday:before {
|
|
16612
|
+
border-bottom-color: #fff;
|
|
16613
|
+
}
|
|
16614
|
+
.rdtPicker td.rdtDisabled,
|
|
16615
|
+
.rdtPicker td.rdtDisabled:hover {
|
|
16616
|
+
background: none;
|
|
16617
|
+
color: #b8babf;
|
|
16618
|
+
cursor: not-allowed;
|
|
16619
|
+
}
|
|
16620
|
+
.rdtPicker td span.rdtOld {
|
|
16621
|
+
color: #b8babf;
|
|
16622
|
+
}
|
|
16623
|
+
.rdtPicker td span.rdtDisabled,
|
|
16624
|
+
.rdtPicker td span.rdtDisabled:hover {
|
|
16625
|
+
background: none;
|
|
16626
|
+
color: #b8babf;
|
|
16627
|
+
cursor: not-allowed;
|
|
16628
|
+
}
|
|
16629
|
+
.rdtPicker td span.rdtDisabled > span,
|
|
16630
|
+
.rdtPicker td span.rdtDisabled:hover > span {
|
|
16631
|
+
border-color: #e8e9eb;
|
|
16632
|
+
}
|
|
16633
|
+
.rdtPicker th {
|
|
16634
|
+
border-bottom: 1px solid #f9f9f9;
|
|
16635
|
+
}
|
|
16636
|
+
.rdtPicker .dow {
|
|
16637
|
+
width: 14.2857%;
|
|
16638
|
+
border-bottom: none;
|
|
16639
|
+
cursor: default;
|
|
16640
|
+
}
|
|
16641
|
+
.rdtPicker th.rdtSwitch {
|
|
16642
|
+
width: 100px;
|
|
16643
|
+
height: 40px;
|
|
16644
|
+
line-height: 40px;
|
|
16645
|
+
}
|
|
16646
|
+
.rdtPicker th.rdtNext,
|
|
16647
|
+
.rdtPicker th.rdtPrev {
|
|
16648
|
+
font-size: 21px;
|
|
16649
|
+
vertical-align: top;
|
|
16650
|
+
height: 40px;
|
|
16651
|
+
line-height: 40px;
|
|
16652
|
+
}
|
|
16653
|
+
.rdtPrev span,
|
|
16654
|
+
.rdtNext span {
|
|
16655
|
+
display: block;
|
|
16656
|
+
-webkit-touch-callout: none; /* iOS Safari */
|
|
16657
|
+
-webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
|
|
16658
|
+
-moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
|
|
16659
|
+
user-select: none;
|
|
16660
|
+
}
|
|
16661
|
+
.rdtPicker th.rdtDisabled,
|
|
16662
|
+
.rdtPicker th.rdtDisabled:hover {
|
|
16663
|
+
background: none;
|
|
16664
|
+
color: #b8babf;
|
|
16665
|
+
cursor: not-allowed;
|
|
16666
|
+
}
|
|
16667
|
+
.rdtPicker thead tr:first-of-type th {
|
|
16668
|
+
cursor: pointer;
|
|
16669
|
+
}
|
|
16670
|
+
.rdtPicker thead tr:first-of-type th:hover {
|
|
16671
|
+
background: #eeeeee;
|
|
16672
|
+
}
|
|
16673
|
+
.rdtPicker tfoot {
|
|
16674
|
+
border-top: 1px solid #f9f9f9;
|
|
16675
|
+
}
|
|
16676
|
+
.rdtPicker button {
|
|
16677
|
+
border: none;
|
|
16678
|
+
background: none;
|
|
16679
|
+
cursor: pointer;
|
|
16680
|
+
}
|
|
16681
|
+
.rdtPicker button:hover {
|
|
16682
|
+
background-color: #eee;
|
|
16683
|
+
}
|
|
16684
|
+
.rdtPicker thead button {
|
|
16685
|
+
width: 100%;
|
|
16686
|
+
height: 100%;
|
|
16687
|
+
}
|
|
16688
|
+
td.rdtMonth,
|
|
16689
|
+
td.rdtYear,
|
|
16690
|
+
td.rdtQuarter {
|
|
16691
|
+
height: 24px;
|
|
16692
|
+
width: 48px;
|
|
16693
|
+
line-height: 24px;
|
|
16694
|
+
text-align: center;
|
|
16695
|
+
cursor: pointer;
|
|
16696
|
+
}
|
|
16697
|
+
td.rdtMonth > span,
|
|
16698
|
+
td.rdtYear > span,
|
|
16699
|
+
td.rdtQuarter > span {
|
|
16700
|
+
width: 48px;
|
|
16701
|
+
}
|
|
16702
|
+
td.rdtMonth:hover,
|
|
16703
|
+
td.rdtYear:hover,
|
|
16704
|
+
td.rdtQuarter:hover {
|
|
16705
|
+
background: #eee;
|
|
16706
|
+
}
|
|
16707
|
+
.rdtCounters {
|
|
16708
|
+
display: inline-block;
|
|
16709
|
+
}
|
|
16710
|
+
.rdtCounters > div {
|
|
16711
|
+
float: left;
|
|
16712
|
+
}
|
|
16713
|
+
.rdtCounter {
|
|
16714
|
+
height: 100px;
|
|
16715
|
+
}
|
|
16716
|
+
.rdtCounter {
|
|
16717
|
+
width: 40px;
|
|
16718
|
+
}
|
|
16719
|
+
.rdtCounterSeparator {
|
|
16720
|
+
line-height: 100px;
|
|
16721
|
+
}
|
|
16722
|
+
.rdtCounter .rdtBtn {
|
|
16723
|
+
height: 40%;
|
|
16724
|
+
line-height: 40px;
|
|
16725
|
+
cursor: pointer;
|
|
16726
|
+
display: block;
|
|
16727
|
+
-webkit-touch-callout: none; /* iOS Safari */
|
|
16728
|
+
-webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
|
|
16729
|
+
-moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
|
|
16730
|
+
user-select: none;
|
|
16731
|
+
}
|
|
16732
|
+
.rdtCounter .rdtBtn:hover {
|
|
16733
|
+
background: #eee;
|
|
16734
|
+
}
|
|
16735
|
+
.rdtCounter .rdtCount {
|
|
16736
|
+
height: 20%;
|
|
16737
|
+
font-size: 1.2em;
|
|
16738
|
+
}
|
|
16739
|
+
.rdtMilli {
|
|
16740
|
+
vertical-align: middle;
|
|
16741
|
+
padding-left: 8px;
|
|
16742
|
+
width: 48px;
|
|
16743
|
+
}
|
|
16744
|
+
.rdtMilli input {
|
|
16745
|
+
width: 100%;
|
|
16746
|
+
font-size: 1.2em;
|
|
16747
|
+
margin-top: 37px;
|
|
16748
|
+
}
|
|
16749
|
+
.rdtTime td {
|
|
16750
|
+
cursor: default;
|
|
16751
|
+
}
|
|
16752
|
+
/* Reset
|
|
16753
|
+
=============== */
|
|
16754
|
+
html {
|
|
16755
|
+
box-sizing: border-box;
|
|
16756
|
+
}
|
|
16757
|
+
*,
|
|
16758
|
+
*::before,
|
|
16759
|
+
*::after {
|
|
16760
|
+
box-sizing: inherit;
|
|
16761
|
+
}
|
|
16762
|
+
figure {
|
|
16763
|
+
margin: 0;
|
|
16764
|
+
}
|
|
16765
|
+
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
|
|
16766
|
+
/* Document
|
|
16767
|
+
========================================================================== */
|
|
16768
|
+
/**
|
|
16769
|
+
* 1. Correct the line height in all browsers.
|
|
16770
|
+
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
|
16771
|
+
*/
|
|
16772
|
+
html {
|
|
16773
|
+
line-height: 1.15;
|
|
16774
|
+
-webkit-text-size-adjust: 100%;
|
|
16775
|
+
}
|
|
16776
|
+
/* Sections
|
|
16777
|
+
========================================================================== */
|
|
16778
|
+
/**
|
|
16779
|
+
* Remove the margin in all browsers.
|
|
16780
|
+
*/
|
|
16781
|
+
body {
|
|
16782
|
+
margin: 0;
|
|
16783
|
+
}
|
|
16784
|
+
/**
|
|
16785
|
+
* Correct the font size and margin on `h1` elements within `section` and
|
|
16786
|
+
* `article` contexts in Chrome, Firefox, and Safari.
|
|
16787
|
+
*/
|
|
16788
|
+
h1 {
|
|
16789
|
+
font-size: 2em;
|
|
16790
|
+
margin: 0.67em 0;
|
|
16791
|
+
}
|
|
16792
|
+
/* Grouping content
|
|
16793
|
+
========================================================================== */
|
|
16794
|
+
/**
|
|
16795
|
+
* 1. Add the correct box sizing in Firefox.
|
|
16796
|
+
* 2. Show the overflow in Edge and IE.
|
|
16797
|
+
*/
|
|
16798
|
+
hr {
|
|
16799
|
+
box-sizing: content-box;
|
|
16800
|
+
height: 0;
|
|
16801
|
+
overflow: visible;
|
|
16802
|
+
}
|
|
16803
|
+
/**
|
|
16804
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
16805
|
+
* 2. Correct the odd `em` font sizing in all browsers.
|
|
16806
|
+
*/
|
|
16807
|
+
pre {
|
|
16808
|
+
font-family: monospace, monospace;
|
|
16809
|
+
font-size: 1em;
|
|
16810
|
+
}
|
|
16811
|
+
/* Text-level semantics
|
|
16812
|
+
========================================================================== */
|
|
16813
|
+
/**
|
|
16814
|
+
* Remove the gray background on active links in IE 10.
|
|
16815
|
+
*/
|
|
16816
|
+
a {
|
|
16817
|
+
background: transparent;
|
|
16818
|
+
}
|
|
16819
|
+
/**
|
|
16820
|
+
* 1. Remove the bottom border in Chrome 57-
|
|
16821
|
+
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
|
16822
|
+
*/
|
|
16823
|
+
abbr[title] {
|
|
16824
|
+
border-bottom: none;
|
|
16825
|
+
text-decoration: underline;
|
|
16826
|
+
-webkit-text-decoration: underline dotted;
|
|
16827
|
+
text-decoration: underline dotted;
|
|
16828
|
+
}
|
|
16829
|
+
/**
|
|
16830
|
+
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
16831
|
+
*/
|
|
16832
|
+
b,
|
|
16833
|
+
strong {
|
|
16834
|
+
font-weight: bolder;
|
|
16835
|
+
}
|
|
16836
|
+
/**
|
|
16837
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
16838
|
+
* 2. Correct the odd `em` font sizing in all browsers.
|
|
16839
|
+
*/
|
|
16840
|
+
code,
|
|
16841
|
+
kbd,
|
|
16842
|
+
samp {
|
|
16843
|
+
font-family: monospace, monospace;
|
|
16844
|
+
font-size: 1em;
|
|
16845
|
+
}
|
|
16846
|
+
/**
|
|
16847
|
+
* Add the correct font size in all browsers.
|
|
16848
|
+
*/
|
|
16849
|
+
small {
|
|
16850
|
+
font-size: 80%;
|
|
16851
|
+
}
|
|
16852
|
+
/**
|
|
16853
|
+
* Prevent `sub` and `sup` elements from affecting the line height in
|
|
16854
|
+
* all browsers.
|
|
16855
|
+
*/
|
|
16856
|
+
sub,
|
|
16857
|
+
sup {
|
|
16858
|
+
font-size: 75%;
|
|
16859
|
+
line-height: 0;
|
|
16860
|
+
position: relative;
|
|
16861
|
+
vertical-align: baseline;
|
|
16862
|
+
}
|
|
16863
|
+
sub {
|
|
16864
|
+
bottom: -0.25em;
|
|
16865
|
+
}
|
|
16866
|
+
sup {
|
|
16867
|
+
top: -0.5em;
|
|
15241
16868
|
}
|
|
15242
16869
|
/* Embedded content
|
|
15243
16870
|
========================================================================== */
|
|
@@ -18209,6 +19836,7 @@ input[type=button].cxd-Button--block {
|
|
|
18209
19836
|
min-height: 0;
|
|
18210
19837
|
flex: 1;
|
|
18211
19838
|
height: 2.75rem;
|
|
19839
|
+
font-size: var(--fontSizeMd);
|
|
18212
19840
|
}
|
|
18213
19841
|
.cxd-Modal .cxd-Modal-footer > .cxd-Button:first-child {
|
|
18214
19842
|
margin-left: 0;
|
|
@@ -19327,7 +20955,7 @@ input[type=button].cxd-Button--block {
|
|
|
19327
20955
|
}
|
|
19328
20956
|
.cxd-PickerColumns-columnItemis-selected {
|
|
19329
20957
|
font-size: 18px;
|
|
19330
|
-
color: --PickerColumns-title-color;
|
|
20958
|
+
color: var(--PickerColumns-title-color);
|
|
19331
20959
|
}
|
|
19332
20960
|
@keyframes bounceIn {
|
|
19333
20961
|
from, 20%, 40%, 60%, 80%, to {
|
|
@@ -19462,6 +21090,18 @@ input[type=button].cxd-Button--block {
|
|
|
19462
21090
|
height: var(--Toast-icon-height);
|
|
19463
21091
|
color: inherit;
|
|
19464
21092
|
}
|
|
21093
|
+
.cxd-Toast-icon > svg.icon-warning {
|
|
21094
|
+
color: var(--Status-warning-color);
|
|
21095
|
+
}
|
|
21096
|
+
.cxd-Toast-icon > svg.icon-fail {
|
|
21097
|
+
color: var(--Status-fail-color);
|
|
21098
|
+
}
|
|
21099
|
+
.cxd-Toast-icon > svg.icon-success {
|
|
21100
|
+
color: var(--Status-success-color);
|
|
21101
|
+
}
|
|
21102
|
+
.cxd-Toast-icon > svg.icon-schedule {
|
|
21103
|
+
color: var(--Status-schedule-color);
|
|
21104
|
+
}
|
|
19465
21105
|
.cxd-Toast--error {
|
|
19466
21106
|
color: var(--Toast--danger-color);
|
|
19467
21107
|
background: var(--Toast--danger-bgColor);
|
|
@@ -20757,19 +22397,19 @@ input[type=button].cxd-Button--block {
|
|
|
20757
22397
|
}
|
|
20758
22398
|
.cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover > a {
|
|
20759
22399
|
font-size: var(--Tabs--simple-hover-fontSize);
|
|
20760
|
-
color: var(--Tabs--simple-hover-color)
|
|
22400
|
+
color: var(--Tabs--simple-hover-color);
|
|
20761
22401
|
font-weight: var(--Tabs--simple-hover-fontWeight);
|
|
20762
22402
|
line-height: var(--Tabs--simple-hover-lineHeight);
|
|
20763
22403
|
}
|
|
20764
22404
|
.cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-disabled > a {
|
|
20765
22405
|
font-size: var(--Tabs--simple-disabled-fontSize);
|
|
20766
|
-
color: var(--Tabs--simple-disabled-color)
|
|
22406
|
+
color: var(--Tabs--simple-disabled-color);
|
|
20767
22407
|
font-weight: var(--Tabs--simple-disabled-fontWeight);
|
|
20768
22408
|
line-height: var(--Tabs--simple-disabled-lineHeight);
|
|
20769
22409
|
}
|
|
20770
22410
|
.cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a {
|
|
20771
22411
|
font-size: var(--Tabs--simple-active-fontSize);
|
|
20772
|
-
color: var(--Tabs--simple-active-color)
|
|
22412
|
+
color: var(--Tabs--simple-active-color);
|
|
20773
22413
|
font-weight: var(--Tabs--simple-active-fontWeight);
|
|
20774
22414
|
line-height: var(--Tabs--simple-active-lineHeight);
|
|
20775
22415
|
}
|
|
@@ -20869,7 +22509,7 @@ input[type=button].cxd-Button--block {
|
|
|
20869
22509
|
}
|
|
20870
22510
|
.cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:not(.is-disabled):hover > a {
|
|
20871
22511
|
font-size: var(--Tabs--strong-hover-fontSize);
|
|
20872
|
-
color: var(--Tabs--strong-hover-color)
|
|
22512
|
+
color: var(--Tabs--strong-hover-color);
|
|
20873
22513
|
font-weight: var(--Tabs--strong-hover-fontWeight);
|
|
20874
22514
|
line-height: var(--Tabs--strong-hover-lineHeight);
|
|
20875
22515
|
}
|
|
@@ -20882,7 +22522,7 @@ input[type=button].cxd-Button--block {
|
|
|
20882
22522
|
}
|
|
20883
22523
|
.cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-disabled > a {
|
|
20884
22524
|
font-size: var(--Tabs--strong-disabled-fontSize);
|
|
20885
|
-
color: var(--Tabs--strong-disabled-color)
|
|
22525
|
+
color: var(--Tabs--strong-disabled-color);
|
|
20886
22526
|
font-weight: var(--Tabs--strong-disabled-fontWeight);
|
|
20887
22527
|
line-height: var(--Tabs--strong-disabled-lineHeight);
|
|
20888
22528
|
}
|
|
@@ -20894,7 +22534,7 @@ input[type=button].cxd-Button--block {
|
|
|
20894
22534
|
}
|
|
20895
22535
|
.cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-active > a {
|
|
20896
22536
|
font-size: var(--Tabs--strong-active-fontSize);
|
|
20897
|
-
color: var(--Tabs--strong-active-color)
|
|
22537
|
+
color: var(--Tabs--strong-active-color);
|
|
20898
22538
|
font-weight: var(--Tabs--strong-active-fontWeight);
|
|
20899
22539
|
line-height: var(--Tabs--strong-active-lineHeight);
|
|
20900
22540
|
}
|
|
@@ -21077,6 +22717,17 @@ input[type=button].cxd-Button--block {
|
|
|
21077
22717
|
width: 0;
|
|
21078
22718
|
flex-grow: 1;
|
|
21079
22719
|
}
|
|
22720
|
+
.cxd-Page--rightAside {
|
|
22721
|
+
flex-direction: row-reverse;
|
|
22722
|
+
}
|
|
22723
|
+
.cxd-Page--rightAside > .cxd-Page-aside {
|
|
22724
|
+
border-left: var(--borderWidth) solid var(--borderColor);
|
|
22725
|
+
border-right: unset;
|
|
22726
|
+
}
|
|
22727
|
+
.cxd-Page--rightAside > .cxd-Page-aside > .cxd-Page-asideResizor {
|
|
22728
|
+
left: -0.375rem;
|
|
22729
|
+
right: unset;
|
|
22730
|
+
}
|
|
21080
22731
|
.cxd-Page--asideSticky > .cxd-Page-aside {
|
|
21081
22732
|
position: sticky;
|
|
21082
22733
|
top: var(--affix-offset-top);
|
|
@@ -21341,12 +22992,6 @@ input[type=button].cxd-Button--block {
|
|
|
21341
22992
|
/* 主题 */
|
|
21342
22993
|
/* 子组件 */
|
|
21343
22994
|
}
|
|
21344
|
-
.cxd-Panel-fixedBottom {
|
|
21345
|
-
position: sticky;
|
|
21346
|
-
background: var(--white);
|
|
21347
|
-
bottom: var(--affix-offset-bottom);
|
|
21348
|
-
z-index: 900;
|
|
21349
|
-
}
|
|
21350
22995
|
.cxd-Panel--default {
|
|
21351
22996
|
border-color: var(--Panel-top-border-color) var(--Panel-right-border-color) var(--Panel-bottom-border-color) var(--Panel-left-border-color);
|
|
21352
22997
|
}
|
|
@@ -21443,6 +23088,17 @@ input[type=button].cxd-Button--block {
|
|
|
21443
23088
|
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);
|
|
21444
23089
|
border-radius: var(--Panel-headingBorderRadius);
|
|
21445
23090
|
}
|
|
23091
|
+
.cxd-Panel-heading.is-collapsible {
|
|
23092
|
+
display: flex;
|
|
23093
|
+
justify-content: space-between;
|
|
23094
|
+
}
|
|
23095
|
+
.cxd-Panel-arrow {
|
|
23096
|
+
transition: transform 0.1s ease-in;
|
|
23097
|
+
transform: rotate(180deg);
|
|
23098
|
+
}
|
|
23099
|
+
.cxd-Panel-arrow.is-collapsed {
|
|
23100
|
+
transform: rotate(0deg);
|
|
23101
|
+
}
|
|
21446
23102
|
.cxd-Panel-title {
|
|
21447
23103
|
margin: 0;
|
|
21448
23104
|
font-size: var(--Panel-heading-fontSize);
|
|
@@ -21465,6 +23121,12 @@ input[type=button].cxd-Button--block {
|
|
|
21465
23121
|
.cxd-Panel-footer .cxd-Button + .cxd-Button {
|
|
21466
23122
|
margin-left: var(--Panel-footerButtonMarginLeft);
|
|
21467
23123
|
}
|
|
23124
|
+
.cxd-Panel-fixedBottom {
|
|
23125
|
+
position: sticky;
|
|
23126
|
+
background: var(--white);
|
|
23127
|
+
bottom: var(--affix-offset-bottom);
|
|
23128
|
+
z-index: 900;
|
|
23129
|
+
}
|
|
21468
23130
|
.cxd-Panel-btnToolbar {
|
|
21469
23131
|
text-align: var(--Panel-btnToolbarTextAlign);
|
|
21470
23132
|
}
|
|
@@ -21494,10 +23156,12 @@ input[type=button].cxd-Button--block {
|
|
|
21494
23156
|
border-radius: 0;
|
|
21495
23157
|
}
|
|
21496
23158
|
.cxd-Panel--form > .cxd-Panel-heading .cxd-Panel-title {
|
|
21497
|
-
padding-left: var(--Panel-body-paddingLeft);
|
|
21498
|
-
border-left: 0.1875rem solid var(--primary);
|
|
21499
23159
|
font-size: var(--fontSizeLg);
|
|
21500
23160
|
}
|
|
23161
|
+
.cxd-Panel--form > .cxd-Panel-heading .cxd-Panel-title .icon {
|
|
23162
|
+
width: var(--sizes-base-7);
|
|
23163
|
+
height: var(--sizes-base-7);
|
|
23164
|
+
}
|
|
21501
23165
|
.cxd-Panel--form .cxd-Panel-footerWrap {
|
|
21502
23166
|
padding-bottom: var(--Panel-body-paddingBottom);
|
|
21503
23167
|
}
|
|
@@ -22385,6 +24049,14 @@ input[type=button].cxd-Button--block {
|
|
|
22385
24049
|
background: var(--Collapse-header-onHover-bg);
|
|
22386
24050
|
color: var(--collapse-default-header-hover-color);
|
|
22387
24051
|
}
|
|
24052
|
+
.cxd-Collapse-header.noTitle {
|
|
24053
|
+
padding: 0;
|
|
24054
|
+
background-color: unset;
|
|
24055
|
+
}
|
|
24056
|
+
.cxd-Collapse-header.noTitle:hover {
|
|
24057
|
+
background: unset;
|
|
24058
|
+
color: inherit;
|
|
24059
|
+
}
|
|
22388
24060
|
.cxd-Collapse-header.is-mobile {
|
|
22389
24061
|
background: none;
|
|
22390
24062
|
border-radius: 0 !important;
|
|
@@ -22566,6 +24238,12 @@ input[type=button].cxd-Button--block {
|
|
|
22566
24238
|
.cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-icon-tranform {
|
|
22567
24239
|
float: right;
|
|
22568
24240
|
}
|
|
24241
|
+
.cxd-CollapseGroup.icon-position-right .cxd-Collapse-header.noTitle {
|
|
24242
|
+
text-align: right;
|
|
24243
|
+
}
|
|
24244
|
+
.cxd-CollapseGroup.icon-position-right .cxd-Collapse-header.noTitle .cxd-Collapse-arrow-wrap {
|
|
24245
|
+
float: none;
|
|
24246
|
+
}
|
|
22569
24247
|
.cxd-CollapseGroup.is-mobile.icon-position-right .cxd-Collapse-header .cxd-Collapse-arrow-wrap {
|
|
22570
24248
|
margin-right: -1.125rem;
|
|
22571
24249
|
}
|
|
@@ -23666,9 +25344,155 @@ input[type=button].cxd-Button--block {
|
|
|
23666
25344
|
.cxd-Crud2-pager {
|
|
23667
25345
|
align-self: flex-start;
|
|
23668
25346
|
}
|
|
23669
|
-
.cxd-Crud2-filter {
|
|
25347
|
+
.cxd-Crud2-filter:not(:empty) {
|
|
23670
25348
|
margin-bottom: var(--gap-base);
|
|
23671
25349
|
}
|
|
25350
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-ColumnToggler {
|
|
25351
|
+
display: none;
|
|
25352
|
+
}
|
|
25353
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-SearchBox {
|
|
25354
|
+
border-radius: var(--Form-input-borderRadius);
|
|
25355
|
+
width: 100%;
|
|
25356
|
+
}
|
|
25357
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Cards-placeholder {
|
|
25358
|
+
font-size: var(--fonts-size-7);
|
|
25359
|
+
}
|
|
25360
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card {
|
|
25361
|
+
--Card-borderRadius: var(--sizes-size-5);
|
|
25362
|
+
--gap-base: var(--sizes-size-9);
|
|
25363
|
+
--fontSizeBase: var(--fonts-size-7);
|
|
25364
|
+
--body-lineHeight: var(--sizes-base-11);
|
|
25365
|
+
--Card-actions-borderColor: #f2f2f4;
|
|
25366
|
+
--Card-actions-fontSize: var(--fontSizeBase);
|
|
25367
|
+
font-size: var(--fontSizeBase);
|
|
25368
|
+
border: 0;
|
|
25369
|
+
box-shadow: var(--boxShadowSm);
|
|
25370
|
+
}
|
|
25371
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-field {
|
|
25372
|
+
margin-bottom: var(--sizes-size-3);
|
|
25373
|
+
}
|
|
25374
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-fieldLabel {
|
|
25375
|
+
color: var(--colors-neutral-text-5);
|
|
25376
|
+
font-size: var(--fontSizeBase);
|
|
25377
|
+
flex-basis: var(--sizes-base-28);
|
|
25378
|
+
line-height: var(--body-lineHeight);
|
|
25379
|
+
margin-right: var(--sizes-size-6);
|
|
25380
|
+
}
|
|
25381
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-fieldValue {
|
|
25382
|
+
color: var(--colors-neutral-text-2);
|
|
25383
|
+
}
|
|
25384
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-actions {
|
|
25385
|
+
padding-top: var(--sizes-base-4);
|
|
25386
|
+
padding-bottom: var(--sizes-base-4);
|
|
25387
|
+
gap: var(--sizes-base-5);
|
|
25388
|
+
justify-content: flex-end;
|
|
25389
|
+
flex-wrap: wrap;
|
|
25390
|
+
}
|
|
25391
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-actions-wrapper {
|
|
25392
|
+
padding-left: var(--gap-md);
|
|
25393
|
+
padding-right: var(--gap-md);
|
|
25394
|
+
}
|
|
25395
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-actions > a {
|
|
25396
|
+
line-height: var(--sizes-base-14);
|
|
25397
|
+
background: var(--colors-link-10);
|
|
25398
|
+
border-radius: var(--sizes-base-7);
|
|
25399
|
+
font-size: var(--fontSizeBase);
|
|
25400
|
+
color: var(--colors-link-5);
|
|
25401
|
+
flex-grow: 0;
|
|
25402
|
+
text-align: center;
|
|
25403
|
+
padding: 0 var(--sizes-base-10);
|
|
25404
|
+
}
|
|
25405
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-actions > a.text-danger {
|
|
25406
|
+
background-color: var(--colors-error-10);
|
|
25407
|
+
color: var(--colors-error-5);
|
|
25408
|
+
}
|
|
25409
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card .cxd-Form-item .cxd-Form-value,
|
|
25410
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card .cxd-Form-item .cxd-Form-control {
|
|
25411
|
+
font-size: var(--fontSizeBase);
|
|
25412
|
+
}
|
|
25413
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-multiMedia--right {
|
|
25414
|
+
align-items: flex-start;
|
|
25415
|
+
}
|
|
25416
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-multiMedia-img {
|
|
25417
|
+
width: var(--sizes-base-45);
|
|
25418
|
+
height: var(--sizes-base-45);
|
|
25419
|
+
}
|
|
25420
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card .cxd-Image {
|
|
25421
|
+
border: 0;
|
|
25422
|
+
}
|
|
25423
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card .cxd-Image--thumb {
|
|
25424
|
+
padding-left: 0;
|
|
25425
|
+
}
|
|
25426
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card .cxd-Image--thumb img {
|
|
25427
|
+
border-radius: var(--sizes-size-5);
|
|
25428
|
+
}
|
|
25429
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Panel {
|
|
25430
|
+
--Panel-bodyPadding: var(--gap-md);
|
|
25431
|
+
--Panel-headingPadding: var(--gap-sm) var(--gap-md);
|
|
25432
|
+
--Panel-body-paddingTop: var(--gap-md);
|
|
25433
|
+
--Panel-body-paddingBottom: var(--gap-md);
|
|
25434
|
+
--Panel-body-paddingLeft: var(--gap-md);
|
|
25435
|
+
--Panel-body-paddingRight: var(--gap-md);
|
|
25436
|
+
}
|
|
25437
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Panel--form {
|
|
25438
|
+
margin: 0;
|
|
25439
|
+
margin-bottom: var(--gap-md);
|
|
25440
|
+
border-radius: var(--sizes-size-5);
|
|
25441
|
+
box-shadow: var(--boxShadowSm);
|
|
25442
|
+
}
|
|
25443
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Panel-body {
|
|
25444
|
+
padding-top: 0;
|
|
25445
|
+
}
|
|
25446
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Panel .cxd-Form--column {
|
|
25447
|
+
margin-left: 0;
|
|
25448
|
+
margin-right: 0;
|
|
25449
|
+
}
|
|
25450
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Panel .cxd-Form-item {
|
|
25451
|
+
padding-left: 0;
|
|
25452
|
+
padding-right: 0;
|
|
25453
|
+
}
|
|
25454
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Button.is-fixed-right-bottom {
|
|
25455
|
+
position: fixed;
|
|
25456
|
+
right: 12px;
|
|
25457
|
+
bottom: 70px;
|
|
25458
|
+
z-index: 1300;
|
|
25459
|
+
width: 46px;
|
|
25460
|
+
height: 46px;
|
|
25461
|
+
border-radius: 50%;
|
|
25462
|
+
background: #528eff;
|
|
25463
|
+
box-shadow: 0 2px 12px 0 rgba(22, 27, 67, 0.2);
|
|
25464
|
+
border: 0 !important;
|
|
25465
|
+
}
|
|
25466
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Button.is-fixed-right-bottom .cxd-Button-icon {
|
|
25467
|
+
width: 18px;
|
|
25468
|
+
height: 18px;
|
|
25469
|
+
}
|
|
25470
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .is-fixed-right-bottom-wrapper {
|
|
25471
|
+
flex: 0 !important;
|
|
25472
|
+
}
|
|
25473
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .is-fixed-right-bottom-wrapper + div {
|
|
25474
|
+
position: sticky !important;
|
|
25475
|
+
top: 0;
|
|
25476
|
+
margin-top: 0;
|
|
25477
|
+
}
|
|
25478
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .is-fixed-right-bottom-wrapper + div .cxd-SearchBox {
|
|
25479
|
+
margin-left: 0;
|
|
25480
|
+
}
|
|
25481
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Crud2-header-toolbar.is-sticky {
|
|
25482
|
+
position: sticky;
|
|
25483
|
+
top: 0;
|
|
25484
|
+
z-index: 1300;
|
|
25485
|
+
background-color: #fff;
|
|
25486
|
+
padding: 5px 16px;
|
|
25487
|
+
margin-top: calc(-1 * var(--Page-body-padding));
|
|
25488
|
+
margin-left: calc(-1 * var(--Page-body-padding));
|
|
25489
|
+
margin-right: calc(-1 * var(--Page-body-padding));
|
|
25490
|
+
}
|
|
25491
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Crud2-header-toolbar.is-sticky .cxd-SearchBox {
|
|
25492
|
+
background: #f7f7f9;
|
|
25493
|
+
border-radius: 4px;
|
|
25494
|
+
border-bottom: 0;
|
|
25495
|
+
}
|
|
23672
25496
|
@media (min-width: 576px) {
|
|
23673
25497
|
.cxd-Crud-toolbar {
|
|
23674
25498
|
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
|
@@ -23907,6 +25731,9 @@ input[type=button].cxd-Button--block {
|
|
|
23907
25731
|
.cxd-Table-table th > .cxd-Form, .cxd-Table-table th > .cxd-Form-item > .cxd-Form-control:not(.is-thin), .cxd-Table-table td > .cxd-Form, .cxd-Table-table td > .cxd-Form-item > .cxd-Form-control:not(.is-thin) {
|
|
23908
25732
|
min-width: var(--Form-control-widthBase);
|
|
23909
25733
|
}
|
|
25734
|
+
.cxd-Table-table th > .cxd-Form.cxd-CheckboxControl, .cxd-Table-table th > .cxd-Form.cxd-SwitchControl, .cxd-Table-table th > .cxd-Form.cxd-RadiosControl, .cxd-Table-table th > .cxd-Form-item > .cxd-Form-control:not(.is-thin).cxd-CheckboxControl, .cxd-Table-table th > .cxd-Form-item > .cxd-Form-control:not(.is-thin).cxd-SwitchControl, .cxd-Table-table th > .cxd-Form-item > .cxd-Form-control:not(.is-thin).cxd-RadiosControl, .cxd-Table-table td > .cxd-Form.cxd-CheckboxControl, .cxd-Table-table td > .cxd-Form.cxd-SwitchControl, .cxd-Table-table td > .cxd-Form.cxd-RadiosControl, .cxd-Table-table td > .cxd-Form-item > .cxd-Form-control:not(.is-thin).cxd-CheckboxControl, .cxd-Table-table td > .cxd-Form-item > .cxd-Form-control:not(.is-thin).cxd-SwitchControl, .cxd-Table-table td > .cxd-Form-item > .cxd-Form-control:not(.is-thin).cxd-RadiosControl {
|
|
25735
|
+
min-width: auto;
|
|
25736
|
+
}
|
|
23910
25737
|
.cxd-Table-table th .cxd-Form-static, .cxd-Table-table td .cxd-Form-static {
|
|
23911
25738
|
min-height: auto;
|
|
23912
25739
|
}
|
|
@@ -24077,41 +25904,41 @@ input[type=button].cxd-Button--block {
|
|
|
24077
25904
|
color: #58666e;
|
|
24078
25905
|
}
|
|
24079
25906
|
.cxd-Table-table > tbody > tr.bg-light.lt, .cxd-Table-table > tbody > tr.bg-light .lt {
|
|
24080
|
-
background:
|
|
25907
|
+
background: rgb(253.9275, 254.1, 254.2725);
|
|
24081
25908
|
}
|
|
24082
25909
|
.cxd-Table-table > tbody > tr.bg-light.lter, .cxd-Table-table > tbody > tr.bg-light .lter {
|
|
24083
|
-
background:
|
|
25910
|
+
background: hsl(210, 21.6666666667%, 100.6470588235%);
|
|
24084
25911
|
}
|
|
24085
25912
|
.cxd-Table-table > tbody > tr.bg-light.dk, .cxd-Table-table > tbody > tr.bg-light .dk {
|
|
24086
|
-
background:
|
|
25913
|
+
background: rgb(238.73375, 241.35, 243.96625);
|
|
24087
25914
|
}
|
|
24088
25915
|
.cxd-Table-table > tbody > tr.bg-light.dker, .cxd-Table-table > tbody > tr.bg-light .dker {
|
|
24089
|
-
background:
|
|
25916
|
+
background: rgb(232.1875, 236.25, 240.3125);
|
|
24090
25917
|
}
|
|
24091
25918
|
.cxd-Table-table > tbody > tr.bg-light.bg, .cxd-Table-table > tbody > tr.bg-light .bg {
|
|
24092
25919
|
background-color: #f8f9fa;
|
|
24093
25920
|
}
|
|
24094
25921
|
.cxd-Table-table > tbody > tr.bg-dark {
|
|
24095
25922
|
background-color: #343a40;
|
|
24096
|
-
color:
|
|
25923
|
+
color: rgb(159.6724137931, 160, 160.3275862069);
|
|
24097
25924
|
}
|
|
24098
25925
|
.cxd-Table-table > tbody > tr.bg-dark.lt, .cxd-Table-table > tbody > tr.bg-dark .lt {
|
|
24099
|
-
background:
|
|
25926
|
+
background: rgb(61.6622844828, 70.75, 79.8377155172);
|
|
24100
25927
|
}
|
|
24101
25928
|
.cxd-Table-table > tbody > tr.bg-dark.lter, .cxd-Table-table > tbody > tr.bg-dark .lter {
|
|
24102
|
-
background:
|
|
25929
|
+
background: rgb(70.6870689655, 83.5, 96.3129310345);
|
|
24103
25930
|
}
|
|
24104
25931
|
.cxd-Table-table > tbody > tr.bg-dark.dk, .cxd-Table-table > tbody > tr.bg-dark .dk {
|
|
24105
|
-
background:
|
|
25932
|
+
background: rgb(39.4377155172, 45.25, 51.0622844828);
|
|
24106
25933
|
}
|
|
24107
25934
|
.cxd-Table-table > tbody > tr.bg-dark.dker, .cxd-Table-table > tbody > tr.bg-dark .dker {
|
|
24108
|
-
background:
|
|
25935
|
+
background: rgb(27.5129310345, 32.5, 37.4870689655);
|
|
24109
25936
|
}
|
|
24110
25937
|
.cxd-Table-table > tbody > tr.bg-dark.bg, .cxd-Table-table > tbody > tr.bg-dark .bg {
|
|
24111
25938
|
background-color: #343a40;
|
|
24112
25939
|
}
|
|
24113
25940
|
.cxd-Table-table > tbody > tr.bg-dark a, .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link {
|
|
24114
|
-
color:
|
|
25941
|
+
color: rgb(185.2603448276, 185.5, 185.7396551724);
|
|
24115
25942
|
}
|
|
24116
25943
|
.cxd-Table-table > tbody > tr.bg-dark a:hover, .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link:hover {
|
|
24117
25944
|
color: #fff;
|
|
@@ -24120,32 +25947,32 @@ input[type=button].cxd-Button--block {
|
|
|
24120
25947
|
color: #fff;
|
|
24121
25948
|
}
|
|
24122
25949
|
.cxd-Table-table > tbody > tr.bg-dark .text-muted {
|
|
24123
|
-
color:
|
|
25950
|
+
color: rgb(65.3333333333, 75.7272727273, 81.6666666667) !important;
|
|
24124
25951
|
}
|
|
24125
25952
|
.cxd-Table-table > tbody > tr.bg-dark .text-lt {
|
|
24126
|
-
color:
|
|
25953
|
+
color: rgb(152.5, 165.5454545455, 173) !important;
|
|
24127
25954
|
}
|
|
24128
25955
|
.cxd-Table-table > tbody > tr.bg-black {
|
|
24129
25956
|
background-color: #000;
|
|
24130
25957
|
color: #666666;
|
|
24131
25958
|
}
|
|
24132
25959
|
.cxd-Table-table > tbody > tr.bg-black.lt, .cxd-Table-table > tbody > tr.bg-black .lt {
|
|
24133
|
-
background:
|
|
25960
|
+
background: rgb(13.06875, 12.43125, 12.43125);
|
|
24134
25961
|
}
|
|
24135
25962
|
.cxd-Table-table > tbody > tr.bg-black.lter, .cxd-Table-table > tbody > tr.bg-black .lter {
|
|
24136
|
-
background:
|
|
25963
|
+
background: rgb(26.775, 24.225, 24.225);
|
|
24137
25964
|
}
|
|
24138
25965
|
.cxd-Table-table > tbody > tr.bg-black.dk, .cxd-Table-table > tbody > tr.bg-black .dk {
|
|
24139
|
-
background:
|
|
25966
|
+
background: hsl(0, 2.5%, -5%);
|
|
24140
25967
|
}
|
|
24141
25968
|
.cxd-Table-table > tbody > tr.bg-black.dker, .cxd-Table-table > tbody > tr.bg-black .dker {
|
|
24142
|
-
background:
|
|
25969
|
+
background: hsl(0, 5%, -10%);
|
|
24143
25970
|
}
|
|
24144
25971
|
.cxd-Table-table > tbody > tr.bg-black.bg, .cxd-Table-table > tbody > tr.bg-black .bg {
|
|
24145
25972
|
background-color: #000;
|
|
24146
25973
|
}
|
|
24147
25974
|
.cxd-Table-table > tbody > tr.bg-black a, .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link {
|
|
24148
|
-
color:
|
|
25975
|
+
color: rgb(127.5, 127.5, 127.5);
|
|
24149
25976
|
}
|
|
24150
25977
|
.cxd-Table-table > tbody > tr.bg-black a:hover, .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link:hover {
|
|
24151
25978
|
color: #fff;
|
|
@@ -24154,26 +25981,26 @@ input[type=button].cxd-Button--block {
|
|
|
24154
25981
|
color: #fff;
|
|
24155
25982
|
}
|
|
24156
25983
|
.cxd-Table-table > tbody > tr.bg-black .text-muted {
|
|
24157
|
-
color:
|
|
25984
|
+
color: rgb(65.3333333333, 75.7272727273, 81.6666666667) !important;
|
|
24158
25985
|
}
|
|
24159
25986
|
.cxd-Table-table > tbody > tr.bg-black .text-lt {
|
|
24160
|
-
color:
|
|
25987
|
+
color: rgb(152.5, 165.5454545455, 173) !important;
|
|
24161
25988
|
}
|
|
24162
25989
|
.cxd-Table-table > tbody > tr.bg-primary {
|
|
24163
25990
|
background-color: #007bff;
|
|
24164
|
-
color:
|
|
25991
|
+
color: rgb(206.55, 228.69, 252.45);
|
|
24165
25992
|
}
|
|
24166
25993
|
.cxd-Table-table > tbody > tr.bg-primary.lt, .cxd-Table-table > tbody > tr.bg-primary .lt {
|
|
24167
|
-
background:
|
|
25994
|
+
background: hsl(211.0588235294, 102.5%, 55%);
|
|
24168
25995
|
}
|
|
24169
25996
|
.cxd-Table-table > tbody > tr.bg-primary.lter, .cxd-Table-table > tbody > tr.bg-primary .lter {
|
|
24170
|
-
background:
|
|
25997
|
+
background: hsl(211.0588235294, 105%, 60%);
|
|
24171
25998
|
}
|
|
24172
25999
|
.cxd-Table-table > tbody > tr.bg-primary.dk, .cxd-Table-table > tbody > tr.bg-primary .dk {
|
|
24173
|
-
background:
|
|
26000
|
+
background: hsl(211.0588235294, 102.5%, 45%);
|
|
24174
26001
|
}
|
|
24175
26002
|
.cxd-Table-table > tbody > tr.bg-primary.dker, .cxd-Table-table > tbody > tr.bg-primary .dker {
|
|
24176
|
-
background:
|
|
26003
|
+
background: hsl(211.0588235294, 105%, 40%);
|
|
24177
26004
|
}
|
|
24178
26005
|
.cxd-Table-table > tbody > tr.bg-primary.bg, .cxd-Table-table > tbody > tr.bg-primary .bg {
|
|
24179
26006
|
background-color: #007bff;
|
|
@@ -24188,32 +26015,32 @@ input[type=button].cxd-Button--block {
|
|
|
24188
26015
|
color: #fff;
|
|
24189
26016
|
}
|
|
24190
26017
|
.cxd-Table-table > tbody > tr.bg-primary .text-muted {
|
|
24191
|
-
color:
|
|
26018
|
+
color: rgb(65.3333333333, 75.7272727273, 81.6666666667) !important;
|
|
24192
26019
|
}
|
|
24193
26020
|
.cxd-Table-table > tbody > tr.bg-primary .text-lt {
|
|
24194
|
-
color:
|
|
26021
|
+
color: rgb(152.5, 165.5454545455, 173) !important;
|
|
24195
26022
|
}
|
|
24196
26023
|
.cxd-Table-table > tbody > tr.bg-success {
|
|
24197
26024
|
background-color: #28a745;
|
|
24198
|
-
color:
|
|
26025
|
+
color: rgb(180.0804347826, 230.9195652174, 191.6893700787);
|
|
24199
26026
|
}
|
|
24200
26027
|
.cxd-Table-table > tbody > tr.bg-success.lt, .cxd-Table-table > tbody > tr.bg-success .lt {
|
|
24201
|
-
background:
|
|
26028
|
+
background: rgb(42.0212862319, 190.4787137681, 75.9210137795);
|
|
24202
26029
|
}
|
|
24203
26030
|
.cxd-Table-table > tbody > tr.bg-success.lter, .cxd-Table-table > tbody > tr.bg-success .lter {
|
|
24204
|
-
background:
|
|
26031
|
+
background: rgb(45.3956521739, 212.6043478261, 83.5771653543);
|
|
24205
26032
|
}
|
|
24206
26033
|
.cxd-Table-table > tbody > tr.bg-success.dk, .cxd-Table-table > tbody > tr.bg-success .dk {
|
|
24207
|
-
background:
|
|
26034
|
+
background: rgb(32.8037137681, 148.6962862319, 59.2673720472);
|
|
24208
26035
|
}
|
|
24209
26036
|
.cxd-Table-table > tbody > tr.bg-success.dker, .cxd-Table-table > tbody > tr.bg-success .dker {
|
|
24210
|
-
background:
|
|
26037
|
+
background: rgb(26.2449275362, 129.7550724638, 49.8811023622);
|
|
24211
26038
|
}
|
|
24212
26039
|
.cxd-Table-table > tbody > tr.bg-success.bg, .cxd-Table-table > tbody > tr.bg-success .bg {
|
|
24213
26040
|
background-color: #28a745;
|
|
24214
26041
|
}
|
|
24215
26042
|
.cxd-Table-table > tbody > tr.bg-success a, .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link {
|
|
24216
|
-
color:
|
|
26043
|
+
color: rgb(218.6753623188, 243.3246376812, 224.3039370079);
|
|
24217
26044
|
}
|
|
24218
26045
|
.cxd-Table-table > tbody > tr.bg-success a:hover, .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link:hover {
|
|
24219
26046
|
color: #fff;
|
|
@@ -24222,26 +26049,26 @@ input[type=button].cxd-Button--block {
|
|
|
24222
26049
|
color: #fff;
|
|
24223
26050
|
}
|
|
24224
26051
|
.cxd-Table-table > tbody > tr.bg-success .text-muted {
|
|
24225
|
-
color:
|
|
26052
|
+
color: rgb(65.3333333333, 75.7272727273, 81.6666666667) !important;
|
|
24226
26053
|
}
|
|
24227
26054
|
.cxd-Table-table > tbody > tr.bg-success .text-lt {
|
|
24228
|
-
color:
|
|
26055
|
+
color: rgb(152.5, 165.5454545455, 173) !important;
|
|
24229
26056
|
}
|
|
24230
26057
|
.cxd-Table-table > tbody > tr.bg-info {
|
|
24231
26058
|
background-color: #007bff;
|
|
24232
|
-
color:
|
|
26059
|
+
color: rgb(206.55, 228.69, 252.45);
|
|
24233
26060
|
}
|
|
24234
26061
|
.cxd-Table-table > tbody > tr.bg-info.lt, .cxd-Table-table > tbody > tr.bg-info .lt {
|
|
24235
|
-
background:
|
|
26062
|
+
background: hsl(211.0588235294, 102.5%, 55%);
|
|
24236
26063
|
}
|
|
24237
26064
|
.cxd-Table-table > tbody > tr.bg-info.lter, .cxd-Table-table > tbody > tr.bg-info .lter {
|
|
24238
|
-
background:
|
|
26065
|
+
background: hsl(211.0588235294, 105%, 60%);
|
|
24239
26066
|
}
|
|
24240
26067
|
.cxd-Table-table > tbody > tr.bg-info.dk, .cxd-Table-table > tbody > tr.bg-info .dk {
|
|
24241
|
-
background:
|
|
26068
|
+
background: hsl(211.0588235294, 102.5%, 45%);
|
|
24242
26069
|
}
|
|
24243
26070
|
.cxd-Table-table > tbody > tr.bg-info.dker, .cxd-Table-table > tbody > tr.bg-info .dker {
|
|
24244
|
-
background:
|
|
26071
|
+
background: hsl(211.0588235294, 105%, 40%);
|
|
24245
26072
|
}
|
|
24246
26073
|
.cxd-Table-table > tbody > tr.bg-info.bg, .cxd-Table-table > tbody > tr.bg-info .bg {
|
|
24247
26074
|
background-color: #007bff;
|
|
@@ -24256,32 +26083,32 @@ input[type=button].cxd-Button--block {
|
|
|
24256
26083
|
color: #fff;
|
|
24257
26084
|
}
|
|
24258
26085
|
.cxd-Table-table > tbody > tr.bg-info .text-muted {
|
|
24259
|
-
color:
|
|
26086
|
+
color: rgb(65.3333333333, 75.7272727273, 81.6666666667) !important;
|
|
24260
26087
|
}
|
|
24261
26088
|
.cxd-Table-table > tbody > tr.bg-info .text-lt {
|
|
24262
|
-
color:
|
|
26089
|
+
color: rgb(152.5, 165.5454545455, 173) !important;
|
|
24263
26090
|
}
|
|
24264
26091
|
.cxd-Table-table > tbody > tr.bg-warning {
|
|
24265
26092
|
background-color: #fad733;
|
|
24266
|
-
color:
|
|
26093
|
+
color: rgb(254.6303827751, 253.8810018994, 250.3696172249);
|
|
24267
26094
|
}
|
|
24268
26095
|
.cxd-Table-table > tbody > tr.bg-warning.lt, .cxd-Table-table > tbody > tr.bg-warning .lt {
|
|
24269
|
-
background:
|
|
26096
|
+
background: rgb(252.9037978469, 221.3672860415, 73.5962021531);
|
|
24270
26097
|
}
|
|
24271
26098
|
.cxd-Table-table > tbody > tr.bg-warning.lter, .cxd-Table-table > tbody > tr.bg-warning .lter {
|
|
24272
|
-
background:
|
|
26099
|
+
background: hsl(49.4472361809, 100.2153110048%, 69.0196078431%);
|
|
24273
26100
|
}
|
|
24274
26101
|
.cxd-Table-table > tbody > tr.bg-warning.dk, .cxd-Table-table > tbody > tr.bg-warning .dk {
|
|
24275
|
-
background:
|
|
26102
|
+
background: rgb(252.3212021531, 212.0197742601, 23.1787978469);
|
|
24276
26103
|
}
|
|
24277
26104
|
.cxd-Table-table > tbody > tr.bg-warning.dker, .cxd-Table-table > tbody > tr.bg-warning .dker {
|
|
24278
|
-
background:
|
|
26105
|
+
background: hsl(49.4472361809, 100.2153110048%, 49.0196078431%);
|
|
24279
26106
|
}
|
|
24280
26107
|
.cxd-Table-table > tbody > tr.bg-warning.bg, .cxd-Table-table > tbody > tr.bg-warning .bg {
|
|
24281
26108
|
background-color: #fad733;
|
|
24282
26109
|
}
|
|
24283
26110
|
.cxd-Table-table > tbody > tr.bg-warning a, .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link {
|
|
24284
|
-
color:
|
|
26111
|
+
color: hsl(49.4472361809, 85.2153110048%, 109.0196078431%);
|
|
24285
26112
|
}
|
|
24286
26113
|
.cxd-Table-table > tbody > tr.bg-warning a:hover, .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link:hover {
|
|
24287
26114
|
color: #fff;
|
|
@@ -24290,32 +26117,32 @@ input[type=button].cxd-Button--block {
|
|
|
24290
26117
|
color: #fff;
|
|
24291
26118
|
}
|
|
24292
26119
|
.cxd-Table-table > tbody > tr.bg-warning .text-muted {
|
|
24293
|
-
color:
|
|
26120
|
+
color: rgb(65.3333333333, 75.7272727273, 81.6666666667) !important;
|
|
24294
26121
|
}
|
|
24295
26122
|
.cxd-Table-table > tbody > tr.bg-warning .text-lt {
|
|
24296
|
-
color:
|
|
26123
|
+
color: rgb(152.5, 165.5454545455, 173) !important;
|
|
24297
26124
|
}
|
|
24298
26125
|
.cxd-Table-table > tbody > tr.bg-danger {
|
|
24299
26126
|
background-color: #dc3545;
|
|
24300
|
-
color:
|
|
26127
|
+
color: rgb(248.4765822785, 228.5234177215, 230.4350981581);
|
|
24301
26128
|
}
|
|
24302
26129
|
.cxd-Table-table > tbody > tr.bg-danger.lt, .cxd-Table-table > tbody > tr.bg-danger .lt {
|
|
24303
|
-
background:
|
|
26130
|
+
background: rgb(226.4095727848, 72.0904272152, 86.8754950542);
|
|
24304
26131
|
}
|
|
24305
26132
|
.cxd-Table-table > tbody > tr.bg-danger.lter, .cxd-Table-table > tbody > tr.bg-danger .lter {
|
|
24306
|
-
background:
|
|
26133
|
+
background: rgb(232.1816455696, 91.8183544304, 105.2663344198);
|
|
24307
26134
|
}
|
|
24308
26135
|
.cxd-Table-table > tbody > tr.bg-danger.dk, .cxd-Table-table > tbody > tr.bg-danger .dk {
|
|
24309
|
-
background:
|
|
26136
|
+
background: rgb(214.0431170886, 33.4568829114, 50.7585580421);
|
|
24310
26137
|
}
|
|
24311
26138
|
.cxd-Table-table > tbody > tr.bg-danger.dker, .cxd-Table-table > tbody > tr.bg-danger .dker {
|
|
24312
|
-
background:
|
|
26139
|
+
background: rgb(194.7651898734, 27.2348101266, 43.2856249526);
|
|
24313
26140
|
}
|
|
24314
26141
|
.cxd-Table-table > tbody > tr.bg-danger.bg, .cxd-Table-table > tbody > tr.bg-danger .bg {
|
|
24315
26142
|
background-color: #dc3545;
|
|
24316
26143
|
}
|
|
24317
26144
|
.cxd-Table-table > tbody > tr.bg-danger a, .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link {
|
|
24318
|
-
color:
|
|
26145
|
+
color: hsl(354.251497006, 60.4641350211%, 103.5294117647%);
|
|
24319
26146
|
}
|
|
24320
26147
|
.cxd-Table-table > tbody > tr.bg-danger a:hover, .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link:hover {
|
|
24321
26148
|
color: #fff;
|
|
@@ -24324,10 +26151,10 @@ input[type=button].cxd-Button--block {
|
|
|
24324
26151
|
color: #fff;
|
|
24325
26152
|
}
|
|
24326
26153
|
.cxd-Table-table > tbody > tr.bg-danger .text-muted {
|
|
24327
|
-
color:
|
|
26154
|
+
color: rgb(65.3333333333, 75.7272727273, 81.6666666667) !important;
|
|
24328
26155
|
}
|
|
24329
26156
|
.cxd-Table-table > tbody > tr.bg-danger .text-lt {
|
|
24330
|
-
color:
|
|
26157
|
+
color: rgb(152.5, 165.5454545455, 173) !important;
|
|
24331
26158
|
}
|
|
24332
26159
|
.cxd-Table-table > tbody > tr.is-dragging {
|
|
24333
26160
|
opacity: var(--Table-onDragging-opacity);
|
|
@@ -25078,41 +26905,41 @@ input[type=button].cxd-Button--block {
|
|
|
25078
26905
|
color: #58666e;
|
|
25079
26906
|
}
|
|
25080
26907
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .lt {
|
|
25081
|
-
background:
|
|
26908
|
+
background: rgb(253.9275, 254.1, 254.2725);
|
|
25082
26909
|
}
|
|
25083
26910
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .lter {
|
|
25084
|
-
background:
|
|
26911
|
+
background: hsl(210, 21.6666666667%, 100.6470588235%);
|
|
25085
26912
|
}
|
|
25086
26913
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .dk {
|
|
25087
|
-
background:
|
|
26914
|
+
background: rgb(238.73375, 241.35, 243.96625);
|
|
25088
26915
|
}
|
|
25089
26916
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .dker {
|
|
25090
|
-
background:
|
|
26917
|
+
background: rgb(232.1875, 236.25, 240.3125);
|
|
25091
26918
|
}
|
|
25092
26919
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .bg {
|
|
25093
26920
|
background-color: #f8f9fa;
|
|
25094
26921
|
}
|
|
25095
26922
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark {
|
|
25096
26923
|
background-color: #343a40;
|
|
25097
|
-
color:
|
|
26924
|
+
color: rgb(159.6724137931, 160, 160.3275862069);
|
|
25098
26925
|
}
|
|
25099
26926
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .lt {
|
|
25100
|
-
background:
|
|
26927
|
+
background: rgb(61.6622844828, 70.75, 79.8377155172);
|
|
25101
26928
|
}
|
|
25102
26929
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .lter {
|
|
25103
|
-
background:
|
|
26930
|
+
background: rgb(70.6870689655, 83.5, 96.3129310345);
|
|
25104
26931
|
}
|
|
25105
26932
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .dk {
|
|
25106
|
-
background:
|
|
26933
|
+
background: rgb(39.4377155172, 45.25, 51.0622844828);
|
|
25107
26934
|
}
|
|
25108
26935
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .dker {
|
|
25109
|
-
background:
|
|
26936
|
+
background: rgb(27.5129310345, 32.5, 37.4870689655);
|
|
25110
26937
|
}
|
|
25111
26938
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .bg {
|
|
25112
26939
|
background-color: #343a40;
|
|
25113
26940
|
}
|
|
25114
26941
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link {
|
|
25115
|
-
color:
|
|
26942
|
+
color: rgb(185.2603448276, 185.5, 185.7396551724);
|
|
25116
26943
|
}
|
|
25117
26944
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link:hover {
|
|
25118
26945
|
color: #fff;
|
|
@@ -25121,32 +26948,32 @@ input[type=button].cxd-Button--block {
|
|
|
25121
26948
|
color: #fff;
|
|
25122
26949
|
}
|
|
25123
26950
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .text-muted {
|
|
25124
|
-
color:
|
|
26951
|
+
color: rgb(65.3333333333, 75.7272727273, 81.6666666667) !important;
|
|
25125
26952
|
}
|
|
25126
26953
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .text-lt {
|
|
25127
|
-
color:
|
|
26954
|
+
color: rgb(152.5, 165.5454545455, 173) !important;
|
|
25128
26955
|
}
|
|
25129
26956
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black {
|
|
25130
26957
|
background-color: #000;
|
|
25131
26958
|
color: #666666;
|
|
25132
26959
|
}
|
|
25133
26960
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .lt {
|
|
25134
|
-
background:
|
|
26961
|
+
background: rgb(13.06875, 12.43125, 12.43125);
|
|
25135
26962
|
}
|
|
25136
26963
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .lter {
|
|
25137
|
-
background:
|
|
26964
|
+
background: rgb(26.775, 24.225, 24.225);
|
|
25138
26965
|
}
|
|
25139
26966
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .dk {
|
|
25140
|
-
background:
|
|
26967
|
+
background: hsl(0, 2.5%, -5%);
|
|
25141
26968
|
}
|
|
25142
26969
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .dker {
|
|
25143
|
-
background:
|
|
26970
|
+
background: hsl(0, 5%, -10%);
|
|
25144
26971
|
}
|
|
25145
26972
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .bg {
|
|
25146
26973
|
background-color: #000;
|
|
25147
26974
|
}
|
|
25148
26975
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link {
|
|
25149
|
-
color:
|
|
26976
|
+
color: rgb(127.5, 127.5, 127.5);
|
|
25150
26977
|
}
|
|
25151
26978
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link:hover {
|
|
25152
26979
|
color: #fff;
|
|
@@ -25155,26 +26982,26 @@ input[type=button].cxd-Button--block {
|
|
|
25155
26982
|
color: #fff;
|
|
25156
26983
|
}
|
|
25157
26984
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .text-muted {
|
|
25158
|
-
color:
|
|
26985
|
+
color: rgb(65.3333333333, 75.7272727273, 81.6666666667) !important;
|
|
25159
26986
|
}
|
|
25160
26987
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .text-lt {
|
|
25161
|
-
color:
|
|
26988
|
+
color: rgb(152.5, 165.5454545455, 173) !important;
|
|
25162
26989
|
}
|
|
25163
26990
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary {
|
|
25164
26991
|
background-color: #007bff;
|
|
25165
|
-
color:
|
|
26992
|
+
color: rgb(206.55, 228.69, 252.45);
|
|
25166
26993
|
}
|
|
25167
26994
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .lt {
|
|
25168
|
-
background:
|
|
26995
|
+
background: hsl(211.0588235294, 102.5%, 55%);
|
|
25169
26996
|
}
|
|
25170
26997
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .lter {
|
|
25171
|
-
background:
|
|
26998
|
+
background: hsl(211.0588235294, 105%, 60%);
|
|
25172
26999
|
}
|
|
25173
27000
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .dk {
|
|
25174
|
-
background:
|
|
27001
|
+
background: hsl(211.0588235294, 102.5%, 45%);
|
|
25175
27002
|
}
|
|
25176
27003
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .dker {
|
|
25177
|
-
background:
|
|
27004
|
+
background: hsl(211.0588235294, 105%, 40%);
|
|
25178
27005
|
}
|
|
25179
27006
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .bg {
|
|
25180
27007
|
background-color: #007bff;
|
|
@@ -25189,32 +27016,32 @@ input[type=button].cxd-Button--block {
|
|
|
25189
27016
|
color: #fff;
|
|
25190
27017
|
}
|
|
25191
27018
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .text-muted {
|
|
25192
|
-
color:
|
|
27019
|
+
color: rgb(65.3333333333, 75.7272727273, 81.6666666667) !important;
|
|
25193
27020
|
}
|
|
25194
27021
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .text-lt {
|
|
25195
|
-
color:
|
|
27022
|
+
color: rgb(152.5, 165.5454545455, 173) !important;
|
|
25196
27023
|
}
|
|
25197
27024
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success {
|
|
25198
27025
|
background-color: #28a745;
|
|
25199
|
-
color:
|
|
27026
|
+
color: rgb(180.0804347826, 230.9195652174, 191.6893700787);
|
|
25200
27027
|
}
|
|
25201
27028
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .lt {
|
|
25202
|
-
background:
|
|
27029
|
+
background: rgb(42.0212862319, 190.4787137681, 75.9210137795);
|
|
25203
27030
|
}
|
|
25204
27031
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .lter {
|
|
25205
|
-
background:
|
|
27032
|
+
background: rgb(45.3956521739, 212.6043478261, 83.5771653543);
|
|
25206
27033
|
}
|
|
25207
27034
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .dk {
|
|
25208
|
-
background:
|
|
27035
|
+
background: rgb(32.8037137681, 148.6962862319, 59.2673720472);
|
|
25209
27036
|
}
|
|
25210
27037
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .dker {
|
|
25211
|
-
background:
|
|
27038
|
+
background: rgb(26.2449275362, 129.7550724638, 49.8811023622);
|
|
25212
27039
|
}
|
|
25213
27040
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .bg {
|
|
25214
27041
|
background-color: #28a745;
|
|
25215
27042
|
}
|
|
25216
27043
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link {
|
|
25217
|
-
color:
|
|
27044
|
+
color: rgb(218.6753623188, 243.3246376812, 224.3039370079);
|
|
25218
27045
|
}
|
|
25219
27046
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link:hover {
|
|
25220
27047
|
color: #fff;
|
|
@@ -25223,26 +27050,26 @@ input[type=button].cxd-Button--block {
|
|
|
25223
27050
|
color: #fff;
|
|
25224
27051
|
}
|
|
25225
27052
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .text-muted {
|
|
25226
|
-
color:
|
|
27053
|
+
color: rgb(65.3333333333, 75.7272727273, 81.6666666667) !important;
|
|
25227
27054
|
}
|
|
25228
27055
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .text-lt {
|
|
25229
|
-
color:
|
|
27056
|
+
color: rgb(152.5, 165.5454545455, 173) !important;
|
|
25230
27057
|
}
|
|
25231
27058
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info {
|
|
25232
27059
|
background-color: #007bff;
|
|
25233
|
-
color:
|
|
27060
|
+
color: rgb(206.55, 228.69, 252.45);
|
|
25234
27061
|
}
|
|
25235
27062
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .lt {
|
|
25236
|
-
background:
|
|
27063
|
+
background: hsl(211.0588235294, 102.5%, 55%);
|
|
25237
27064
|
}
|
|
25238
27065
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .lter {
|
|
25239
|
-
background:
|
|
27066
|
+
background: hsl(211.0588235294, 105%, 60%);
|
|
25240
27067
|
}
|
|
25241
27068
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .dk {
|
|
25242
|
-
background:
|
|
27069
|
+
background: hsl(211.0588235294, 102.5%, 45%);
|
|
25243
27070
|
}
|
|
25244
27071
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .dker {
|
|
25245
|
-
background:
|
|
27072
|
+
background: hsl(211.0588235294, 105%, 40%);
|
|
25246
27073
|
}
|
|
25247
27074
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .bg {
|
|
25248
27075
|
background-color: #007bff;
|
|
@@ -25257,32 +27084,32 @@ input[type=button].cxd-Button--block {
|
|
|
25257
27084
|
color: #fff;
|
|
25258
27085
|
}
|
|
25259
27086
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .text-muted {
|
|
25260
|
-
color:
|
|
27087
|
+
color: rgb(65.3333333333, 75.7272727273, 81.6666666667) !important;
|
|
25261
27088
|
}
|
|
25262
27089
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .text-lt {
|
|
25263
|
-
color:
|
|
27090
|
+
color: rgb(152.5, 165.5454545455, 173) !important;
|
|
25264
27091
|
}
|
|
25265
27092
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning {
|
|
25266
27093
|
background-color: #fad733;
|
|
25267
|
-
color:
|
|
27094
|
+
color: rgb(254.6303827751, 253.8810018994, 250.3696172249);
|
|
25268
27095
|
}
|
|
25269
27096
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .lt {
|
|
25270
|
-
background:
|
|
27097
|
+
background: rgb(252.9037978469, 221.3672860415, 73.5962021531);
|
|
25271
27098
|
}
|
|
25272
27099
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .lter {
|
|
25273
|
-
background:
|
|
27100
|
+
background: hsl(49.4472361809, 100.2153110048%, 69.0196078431%);
|
|
25274
27101
|
}
|
|
25275
27102
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .dk {
|
|
25276
|
-
background:
|
|
27103
|
+
background: rgb(252.3212021531, 212.0197742601, 23.1787978469);
|
|
25277
27104
|
}
|
|
25278
27105
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .dker {
|
|
25279
|
-
background:
|
|
27106
|
+
background: hsl(49.4472361809, 100.2153110048%, 49.0196078431%);
|
|
25280
27107
|
}
|
|
25281
27108
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .bg {
|
|
25282
27109
|
background-color: #fad733;
|
|
25283
27110
|
}
|
|
25284
27111
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link {
|
|
25285
|
-
color:
|
|
27112
|
+
color: hsl(49.4472361809, 85.2153110048%, 109.0196078431%);
|
|
25286
27113
|
}
|
|
25287
27114
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link:hover {
|
|
25288
27115
|
color: #fff;
|
|
@@ -25291,32 +27118,32 @@ input[type=button].cxd-Button--block {
|
|
|
25291
27118
|
color: #fff;
|
|
25292
27119
|
}
|
|
25293
27120
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .text-muted {
|
|
25294
|
-
color:
|
|
27121
|
+
color: rgb(65.3333333333, 75.7272727273, 81.6666666667) !important;
|
|
25295
27122
|
}
|
|
25296
27123
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .text-lt {
|
|
25297
|
-
color:
|
|
27124
|
+
color: rgb(152.5, 165.5454545455, 173) !important;
|
|
25298
27125
|
}
|
|
25299
27126
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger {
|
|
25300
27127
|
background-color: #dc3545;
|
|
25301
|
-
color:
|
|
27128
|
+
color: rgb(248.4765822785, 228.5234177215, 230.4350981581);
|
|
25302
27129
|
}
|
|
25303
27130
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .lt {
|
|
25304
|
-
background:
|
|
27131
|
+
background: rgb(226.4095727848, 72.0904272152, 86.8754950542);
|
|
25305
27132
|
}
|
|
25306
27133
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .lter {
|
|
25307
|
-
background:
|
|
27134
|
+
background: rgb(232.1816455696, 91.8183544304, 105.2663344198);
|
|
25308
27135
|
}
|
|
25309
27136
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .dk {
|
|
25310
|
-
background:
|
|
27137
|
+
background: rgb(214.0431170886, 33.4568829114, 50.7585580421);
|
|
25311
27138
|
}
|
|
25312
27139
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .dker {
|
|
25313
|
-
background:
|
|
27140
|
+
background: rgb(194.7651898734, 27.2348101266, 43.2856249526);
|
|
25314
27141
|
}
|
|
25315
27142
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .bg {
|
|
25316
27143
|
background-color: #dc3545;
|
|
25317
27144
|
}
|
|
25318
27145
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link {
|
|
25319
|
-
color:
|
|
27146
|
+
color: hsl(354.251497006, 60.4641350211%, 103.5294117647%);
|
|
25320
27147
|
}
|
|
25321
27148
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link:hover {
|
|
25322
27149
|
color: #fff;
|
|
@@ -25325,10 +27152,10 @@ input[type=button].cxd-Button--block {
|
|
|
25325
27152
|
color: #fff;
|
|
25326
27153
|
}
|
|
25327
27154
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .text-muted {
|
|
25328
|
-
color:
|
|
27155
|
+
color: rgb(65.3333333333, 75.7272727273, 81.6666666667) !important;
|
|
25329
27156
|
}
|
|
25330
27157
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .text-lt {
|
|
25331
|
-
color:
|
|
27158
|
+
color: rgb(152.5, 165.5454545455, 173) !important;
|
|
25332
27159
|
}
|
|
25333
27160
|
.cxd-Table2 .cxd-Table-table > tbody > tr.is-dragging {
|
|
25334
27161
|
opacity: var(--Table-onDragging-opacity);
|
|
@@ -26814,6 +28641,19 @@ input[type=button].cxd-Button--block {
|
|
|
26814
28641
|
text-overflow: ellipsis;
|
|
26815
28642
|
overflow: hidden;
|
|
26816
28643
|
}
|
|
28644
|
+
@media (max-width: 767px) {
|
|
28645
|
+
.cxd-Card-fieldValue .cxd-Form-item {
|
|
28646
|
+
padding-top: 0;
|
|
28647
|
+
padding-bottom: 0;
|
|
28648
|
+
}
|
|
28649
|
+
.cxd-Card-fieldValue .cxd-Form-item:after {
|
|
28650
|
+
display: none;
|
|
28651
|
+
}
|
|
28652
|
+
.cxd-Card-fieldValue .cxd-Form-item .cxd-Form-static {
|
|
28653
|
+
padding-top: 0;
|
|
28654
|
+
padding-bottom: 0;
|
|
28655
|
+
}
|
|
28656
|
+
}
|
|
26817
28657
|
.cxd-Card-fieldLabel {
|
|
26818
28658
|
flex-grow: 0;
|
|
26819
28659
|
flex-shrink: 0;
|
|
@@ -28408,6 +30248,7 @@ input[type=button].cxd-Button--block {
|
|
|
28408
30248
|
content: var(--image-image-normal-icon);
|
|
28409
30249
|
}
|
|
28410
30250
|
.cxd-InputBox {
|
|
30251
|
+
height: var(--input-size-default-height);
|
|
28411
30252
|
display: flex;
|
|
28412
30253
|
background: var(--Form-input-bg);
|
|
28413
30254
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
@@ -28417,7 +30258,6 @@ input[type=button].cxd-Button--block {
|
|
|
28417
30258
|
font-size: var(--Form-input-fontSize);
|
|
28418
30259
|
flex-wrap: wrap;
|
|
28419
30260
|
justify-content: flex-start;
|
|
28420
|
-
height: var(--input-size-default-height);
|
|
28421
30261
|
}
|
|
28422
30262
|
.cxd-InputBox input {
|
|
28423
30263
|
flex-basis: 1.875rem;
|
|
@@ -28810,6 +30650,11 @@ input[type=button].cxd-Button--block {
|
|
|
28810
30650
|
.cxd-SchemaEditor-info {
|
|
28811
30651
|
min-width: 0;
|
|
28812
30652
|
min-height: 0;
|
|
30653
|
+
flex: 1;
|
|
30654
|
+
display: flex;
|
|
30655
|
+
flex-direction: row;
|
|
30656
|
+
justify-content: space-between;
|
|
30657
|
+
align-items: center;
|
|
28813
30658
|
display: flex;
|
|
28814
30659
|
background: var(--Form-input-bg);
|
|
28815
30660
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
@@ -28819,11 +30664,6 @@ input[type=button].cxd-Button--block {
|
|
|
28819
30664
|
font-size: var(--Form-input-fontSize);
|
|
28820
30665
|
flex-wrap: wrap;
|
|
28821
30666
|
justify-content: flex-start;
|
|
28822
|
-
flex: 1;
|
|
28823
|
-
display: flex;
|
|
28824
|
-
flex-direction: row;
|
|
28825
|
-
justify-content: space-between;
|
|
28826
|
-
align-items: center;
|
|
28827
30667
|
}
|
|
28828
30668
|
.cxd-SchemaEditor-info input {
|
|
28829
30669
|
flex-basis: 1.875rem;
|
|
@@ -28860,15 +30700,6 @@ input[type=button].cxd-Button--block {
|
|
|
28860
30700
|
color: var(--Form-input-placeholderColor);
|
|
28861
30701
|
}
|
|
28862
30702
|
.cxd-ResultBox {
|
|
28863
|
-
display: flex;
|
|
28864
|
-
background: var(--Form-input-bg);
|
|
28865
|
-
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
28866
|
-
border-radius: var(--Form-input-borderRadius);
|
|
28867
|
-
line-height: var(--Form-input-lineHeight);
|
|
28868
|
-
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
28869
|
-
font-size: var(--Form-input-fontSize);
|
|
28870
|
-
flex-wrap: wrap;
|
|
28871
|
-
justify-content: flex-start;
|
|
28872
30703
|
flex-wrap: nowrap;
|
|
28873
30704
|
padding: 0 0.75rem;
|
|
28874
30705
|
min-height: var(--Form-input-height);
|
|
@@ -28885,6 +30716,15 @@ input[type=button].cxd-Button--block {
|
|
|
28885
30716
|
border-radius: var(--Form-select-borderRadius);
|
|
28886
30717
|
min-height: var(--Form-selectOption-height);
|
|
28887
30718
|
padding: var(--select-base-default-paddingTop) var(--select-base-default-paddingRight) var(--select-base-default-paddingBottom) var(--select-base-default-paddingLeft);
|
|
30719
|
+
display: flex;
|
|
30720
|
+
background: var(--Form-input-bg);
|
|
30721
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
30722
|
+
border-radius: var(--Form-input-borderRadius);
|
|
30723
|
+
line-height: var(--Form-input-lineHeight);
|
|
30724
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
30725
|
+
font-size: var(--Form-input-fontSize);
|
|
30726
|
+
flex-wrap: wrap;
|
|
30727
|
+
justify-content: flex-start;
|
|
28888
30728
|
}
|
|
28889
30729
|
.cxd-ResultBox input {
|
|
28890
30730
|
flex-basis: 1.875rem;
|
|
@@ -30992,10 +32832,10 @@ input.cxd-TextControl-input-password {
|
|
|
30992
32832
|
color: var(--Form-input-onDisabled-color);
|
|
30993
32833
|
}
|
|
30994
32834
|
.cxd-TextareaControl {
|
|
30995
|
-
position: relative;
|
|
30996
|
-
max-width: 100%;
|
|
30997
32835
|
--Form-input-clearBtn-padding: 0.125rem;
|
|
30998
32836
|
position: relative;
|
|
32837
|
+
position: relative;
|
|
32838
|
+
max-width: 100%;
|
|
30999
32839
|
}
|
|
31000
32840
|
.cxd-TextareaControl.is-inline {
|
|
31001
32841
|
display: inline-block;
|
|
@@ -31275,7 +33115,6 @@ input.cxd-TextControl-input-password {
|
|
|
31275
33115
|
.cxd-Checkbox--checkbox input:checked + i:before {
|
|
31276
33116
|
width: var(--Checkbox-inner-size);
|
|
31277
33117
|
height: var(--Checkbox-inner-size);
|
|
31278
|
-
background: var(--Checkbox-onHover-color);
|
|
31279
33118
|
}
|
|
31280
33119
|
.cxd-Checkbox--checkbox input[disabled] + i {
|
|
31281
33120
|
border-color: var(--Checkbox-color) !important;
|
|
@@ -31283,7 +33122,6 @@ input.cxd-TextControl-input-password {
|
|
|
31283
33122
|
background-color: var(--checkbox-checkbox-disabled-bg-color);
|
|
31284
33123
|
}
|
|
31285
33124
|
.cxd-Checkbox--checkbox input[disabled] + i:before {
|
|
31286
|
-
background-color: var(--Checkbox-onDisabled-color);
|
|
31287
33125
|
border-width: 0;
|
|
31288
33126
|
}
|
|
31289
33127
|
.cxd-Checkbox--checkbox input[disabled] + i + span {
|
|
@@ -31329,9 +33167,6 @@ input.cxd-TextControl-input-password {
|
|
|
31329
33167
|
background: var(--button-primary-hover-bg-color);
|
|
31330
33168
|
border-color: transparent;
|
|
31331
33169
|
}
|
|
31332
|
-
.cxd-Checkbox--full.cxd-Checkbox--checkbox:hover input:checked + i:before {
|
|
31333
|
-
background: var(--checkbox-checked-hover-bg-color);
|
|
31334
|
-
}
|
|
31335
33170
|
.cxd-Checkbox--full.cxd-Checkbox--checkbox:hover > i:before {
|
|
31336
33171
|
background: transparent;
|
|
31337
33172
|
}
|
|
@@ -31342,9 +33177,6 @@ input.cxd-TextControl-input-password {
|
|
|
31342
33177
|
border-color: var(--Checkbox-onHover-color);
|
|
31343
33178
|
background: var(--Checkbox-onHover-color);
|
|
31344
33179
|
}
|
|
31345
|
-
.cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i:hover {
|
|
31346
|
-
background: var(--checkbox-checked-hover-bg-color);
|
|
31347
|
-
}
|
|
31348
33180
|
.cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i:before {
|
|
31349
33181
|
width: var(--Checkbox--full-inner-size);
|
|
31350
33182
|
height: calc(var(--Checkbox--full-inner-size) / 2);
|
|
@@ -31356,12 +33188,10 @@ input.cxd-TextControl-input-password {
|
|
|
31356
33188
|
}
|
|
31357
33189
|
.cxd-Checkbox--full.cxd-Checkbox--checkbox input[disabled]:checked + i:before {
|
|
31358
33190
|
border-color: var(--Checkbox-onDisabled-color);
|
|
31359
|
-
background: var(--Checkbox-onDisabled-bg);
|
|
31360
33191
|
border-width: 0 0 0.0625rem 0.0625rem;
|
|
31361
33192
|
}
|
|
31362
33193
|
.cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked[disabled] + i {
|
|
31363
33194
|
border-color: var(--Checkbox-color);
|
|
31364
|
-
background: var(--Checkbox-onDisabled-bg);
|
|
31365
33195
|
}
|
|
31366
33196
|
.cxd-Checkbox--full.cxd-Checkbox--checkbox > i {
|
|
31367
33197
|
position: relative;
|
|
@@ -31389,7 +33219,6 @@ input.cxd-TextControl-input-password {
|
|
|
31389
33219
|
.cxd-Checkbox--partial.cxd-Checkbox--checkbox input + i:before {
|
|
31390
33220
|
width: var(--Checkbox-inner-size);
|
|
31391
33221
|
height: var(--Checkbox-inner-size);
|
|
31392
|
-
background: var(--Checkbox-onHover-color);
|
|
31393
33222
|
}
|
|
31394
33223
|
.cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i {
|
|
31395
33224
|
border-color: var(--Checkbox-onDisabled-color);
|
|
@@ -34957,18 +36786,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34957
36786
|
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);
|
|
34958
36787
|
box-shadow: var(--shadows-shadow-none);
|
|
34959
36788
|
}
|
|
34960
|
-
.cxd-ImageControl-addBtn-bg {
|
|
34961
|
-
position: absolute;
|
|
34962
|
-
z-index: 0;
|
|
34963
|
-
overflow: hidden;
|
|
34964
|
-
left: 0;
|
|
34965
|
-
right: 0;
|
|
34966
|
-
top: 0;
|
|
34967
|
-
bottom: 0;
|
|
34968
|
-
}
|
|
34969
|
-
.cxd-ImageControl-addBtn-bg .cxd-Image {
|
|
34970
|
-
border: 0;
|
|
34971
|
-
}
|
|
34972
36789
|
.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
|
|
34973
36790
|
color: var(--ImageControl-addBtn-onHover-color);
|
|
34974
36791
|
background: var(--ImageControl-addBtn-onHover-bg);
|
|
@@ -35009,6 +36826,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35009
36826
|
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);
|
|
35010
36827
|
box-shadow: var(--shadows-shadow-none);
|
|
35011
36828
|
}
|
|
36829
|
+
.cxd-ImageControl-addBtn-bg {
|
|
36830
|
+
position: absolute;
|
|
36831
|
+
z-index: 0;
|
|
36832
|
+
overflow: hidden;
|
|
36833
|
+
left: 0;
|
|
36834
|
+
right: 0;
|
|
36835
|
+
top: 0;
|
|
36836
|
+
bottom: 0;
|
|
36837
|
+
}
|
|
36838
|
+
.cxd-ImageControl-addBtn-bg .cxd-Image {
|
|
36839
|
+
border: 0;
|
|
36840
|
+
}
|
|
35012
36841
|
.cxd-ImageControl-addBtn svg {
|
|
35013
36842
|
top: 0;
|
|
35014
36843
|
margin-bottom: var(--inputImage-base-default-icon-margin);
|
|
@@ -36351,9 +38180,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36351
38180
|
border: var(--Form-select-outer-borderWidth) solid var(--Form-select-outer-borderColor);
|
|
36352
38181
|
}
|
|
36353
38182
|
.cxd-TreeSelect {
|
|
38183
|
+
outline: none;
|
|
36354
38184
|
position: relative;
|
|
36355
38185
|
max-width: 100%;
|
|
36356
|
-
outline: none;
|
|
36357
38186
|
}
|
|
36358
38187
|
.cxd-TreeSelect.is-inline {
|
|
36359
38188
|
display: inline-block;
|
|
@@ -36864,9 +38693,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36864
38693
|
vertical-align: middle;
|
|
36865
38694
|
}
|
|
36866
38695
|
.cxd-Picker {
|
|
38696
|
+
outline: none;
|
|
36867
38697
|
position: relative;
|
|
36868
38698
|
max-width: 100%;
|
|
36869
|
-
outline: none;
|
|
36870
38699
|
/* tag 样式 */
|
|
36871
38700
|
}
|
|
36872
38701
|
.cxd-Picker.is-inline {
|
|
@@ -38789,6 +40618,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38789
40618
|
padding-top: var(--Form-label-paddingTop);
|
|
38790
40619
|
vertical-align: top;
|
|
38791
40620
|
}
|
|
40621
|
+
.cxd-Form-item--flex {
|
|
40622
|
+
margin: calc(var(--Form-item-gap) / 2);
|
|
40623
|
+
}
|
|
40624
|
+
.cxd-Form-item--flex:last-child {
|
|
40625
|
+
margin-bottom: calc(var(--Form-item-gap) / 2);
|
|
40626
|
+
}
|
|
38792
40627
|
.cxd-Form-item--inline {
|
|
38793
40628
|
margin-right: var(--Form-mode-inline-item-gap);
|
|
38794
40629
|
}
|
|
@@ -39066,7 +40901,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39066
40901
|
flex-basis: 0;
|
|
39067
40902
|
flex-grow: 1;
|
|
39068
40903
|
flex-shrink: 1;
|
|
39069
|
-
padding: calc(var(--Form-item-gap) / 2);
|
|
39070
40904
|
min-width: 0;
|
|
39071
40905
|
min-height: 0;
|
|
39072
40906
|
}
|
|
@@ -39236,7 +41070,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39236
41070
|
overflow-wrap: break-word;
|
|
39237
41071
|
margin-right: 0;
|
|
39238
41072
|
margin-bottom: 0;
|
|
39239
|
-
font-size: var(--fontSizeLg);
|
|
39240
41073
|
}
|
|
39241
41074
|
.cxd-Form-item .cxd-Form-label + .cxd-Form-item-controlBox {
|
|
39242
41075
|
max-width: 72%;
|
|
@@ -39248,11 +41081,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39248
41081
|
.cxd-Form-item .cxd-Form-description {
|
|
39249
41082
|
font-size: var(--fontSizeBase);
|
|
39250
41083
|
}
|
|
39251
|
-
.cxd-Form-item .cxd-TextControl-input {
|
|
39252
|
-
font-size: var(--fontSizeLg);
|
|
39253
|
-
}
|
|
39254
41084
|
.cxd-Form-item .cxd-TextControl-input input {
|
|
39255
|
-
height: calc(var(--Form-input-lineHeight) * var(--
|
|
41085
|
+
height: calc(var(--Form-input-lineHeight) * var(--Form-item-fontSize));
|
|
39256
41086
|
}
|
|
39257
41087
|
.cxd-Form-item .cxd-NumberControl .cxd-Number {
|
|
39258
41088
|
min-width: 0;
|
|
@@ -39306,7 +41136,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39306
41136
|
.cxd-Form-item .cxd-Form-control {
|
|
39307
41137
|
flex: 1;
|
|
39308
41138
|
flex-wrap: wrap;
|
|
39309
|
-
font-size: var(--fontSizeLg);
|
|
39310
41139
|
min-width: 0;
|
|
39311
41140
|
}
|
|
39312
41141
|
.cxd-Form-item .cxd-Form-value .cxd-ColorPicker > input,
|
|
@@ -39403,6 +41232,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39403
41232
|
}
|
|
39404
41233
|
.cxd-Form-item .cxd-TextareaControl > textarea,
|
|
39405
41234
|
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
|
|
41235
|
+
.cxd-Form-item .cxd-Number-input,
|
|
41236
|
+
.cxd-Form-item .cxd-ResultBox,
|
|
41237
|
+
.cxd-Form-item .cxd-DateControl > .cxd-DatePicker,
|
|
39406
41238
|
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
|
39407
41239
|
border: none;
|
|
39408
41240
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
@@ -39413,6 +41245,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39413
41245
|
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:hover,
|
|
39414
41246
|
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:focus,
|
|
39415
41247
|
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input.active,
|
|
41248
|
+
.cxd-Form-item .cxd-Number-input:hover,
|
|
41249
|
+
.cxd-Form-item .cxd-Number-input:focus,
|
|
41250
|
+
.cxd-Form-item .cxd-Number-input.active,
|
|
41251
|
+
.cxd-Form-item .cxd-ResultBox:hover,
|
|
41252
|
+
.cxd-Form-item .cxd-ResultBox:focus,
|
|
41253
|
+
.cxd-Form-item .cxd-ResultBox.active,
|
|
41254
|
+
.cxd-Form-item .cxd-DateControl > .cxd-DatePicker:hover,
|
|
41255
|
+
.cxd-Form-item .cxd-DateControl > .cxd-DatePicker:focus,
|
|
41256
|
+
.cxd-Form-item .cxd-DateControl > .cxd-DatePicker.active,
|
|
39416
41257
|
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:hover,
|
|
39417
41258
|
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:focus,
|
|
39418
41259
|
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input.active {
|
|
@@ -40054,14 +41895,20 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40054
41895
|
}
|
|
40055
41896
|
.cxd-AnchorNav {
|
|
40056
41897
|
display: flex;
|
|
40057
|
-
height: 25rem;
|
|
41898
|
+
min-height: 25rem;
|
|
40058
41899
|
}
|
|
40059
41900
|
.cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap {
|
|
40060
41901
|
margin: 0;
|
|
40061
41902
|
padding: 0;
|
|
40062
41903
|
width: var(--Tabs--vertical-width);
|
|
40063
41904
|
border-left: var(--AnchorNav-links-container-borderRight);
|
|
40064
|
-
padding-bottom:
|
|
41905
|
+
padding-bottom: 1.25rem;
|
|
41906
|
+
position: sticky;
|
|
41907
|
+
top: var(--affix-offset-top);
|
|
41908
|
+
height: -moz-fit-content;
|
|
41909
|
+
height: fit-content;
|
|
41910
|
+
max-height: 100%;
|
|
41911
|
+
overflow-y: scroll;
|
|
40065
41912
|
}
|
|
40066
41913
|
.cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
|
40067
41914
|
position: relative;
|
|
@@ -40120,6 +41967,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40120
41967
|
padding: 0px;
|
|
40121
41968
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
|
40122
41969
|
list-style: none;
|
|
41970
|
+
position: sticky;
|
|
41971
|
+
top: var(--affix-offset-top);
|
|
41972
|
+
z-index: 1;
|
|
41973
|
+
background-color: var(--background);
|
|
40123
41974
|
}
|
|
40124
41975
|
.cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
|
40125
41976
|
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
|
@@ -40163,6 +42014,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40163
42014
|
color: var(--primary);
|
|
40164
42015
|
background: transparent;
|
|
40165
42016
|
}
|
|
42017
|
+
.cxd-AnchorNav--horizontal .cxd-AnchorNav-section-wrap > .cxd-AnchorNav-section {
|
|
42018
|
+
scroll-margin: calc(var(--affix-offset-top) + 50px);
|
|
42019
|
+
}
|
|
40166
42020
|
.cxd-AnchorNav-section-wrap {
|
|
40167
42021
|
border: none;
|
|
40168
42022
|
flex-grow: 1;
|
|
@@ -40174,6 +42028,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40174
42028
|
.cxd-AnchorNav-section-wrap > .cxd-AnchorNav-section {
|
|
40175
42029
|
display: block;
|
|
40176
42030
|
padding: var(--gap-base);
|
|
42031
|
+
scroll-margin: var(--affix-offset-top);
|
|
40177
42032
|
}
|
|
40178
42033
|
.cxd-Markdown strong {
|
|
40179
42034
|
font-weight: bolder;
|
|
@@ -41504,6 +43359,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41504
43359
|
line-height: var(--gap-lg);
|
|
41505
43360
|
color: #999;
|
|
41506
43361
|
}
|
|
43362
|
+
.cxd-PullRefresh-footer {
|
|
43363
|
+
text-align: center;
|
|
43364
|
+
color: #999;
|
|
43365
|
+
margin-bottom: 12px;
|
|
43366
|
+
font-size: var(--fontSizeMd);
|
|
43367
|
+
}
|
|
41507
43368
|
.cxd-PullRefresh .loading-icon {
|
|
41508
43369
|
animation: var(--Button-animation-spin);
|
|
41509
43370
|
margin-right: var(--gap-xs);
|
|
@@ -41543,6 +43404,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41543
43404
|
.AMISDebug .primary {
|
|
41544
43405
|
color: #009fff;
|
|
41545
43406
|
}
|
|
43407
|
+
.AMISDebug-inspectIcon {
|
|
43408
|
+
width: 16px;
|
|
43409
|
+
height: 16px;
|
|
43410
|
+
position: relative;
|
|
43411
|
+
top: 3px;
|
|
43412
|
+
cursor: pointer;
|
|
43413
|
+
margin-right: 8px;
|
|
43414
|
+
}
|
|
43415
|
+
.AMISDebug-inspectIcon.is-active {
|
|
43416
|
+
fill: #009fff;
|
|
43417
|
+
}
|
|
41546
43418
|
.AMISDebug-header {
|
|
41547
43419
|
padding: var(--Drawer-header-padding);
|
|
41548
43420
|
background: var(--Drawer-header-bg);
|
|
@@ -41552,24 +43424,28 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41552
43424
|
pointer-events: none;
|
|
41553
43425
|
position: absolute;
|
|
41554
43426
|
outline: 1px dashed #1c76c4;
|
|
43427
|
+
z-index: 2000;
|
|
41555
43428
|
}
|
|
41556
43429
|
.AMISDebug-activeBox {
|
|
41557
43430
|
pointer-events: none;
|
|
41558
43431
|
position: absolute;
|
|
41559
|
-
outline: 1px #1c76c4;
|
|
43432
|
+
outline: 1px #1c76c4 solid;
|
|
43433
|
+
z-index: 2000;
|
|
41560
43434
|
}
|
|
41561
43435
|
.AMISDebug-tab {
|
|
41562
|
-
overflow: hidden;
|
|
41563
43436
|
border-bottom: 1px solid #3d3d3d;
|
|
43437
|
+
height: 30px;
|
|
43438
|
+
flex-shrink: 0;
|
|
41564
43439
|
}
|
|
41565
43440
|
.AMISDebug-tab > button {
|
|
41566
43441
|
color: inherit;
|
|
41567
43442
|
background: inherit;
|
|
41568
|
-
|
|
43443
|
+
display: inline-block;
|
|
41569
43444
|
border: none;
|
|
41570
43445
|
outline: none;
|
|
41571
43446
|
cursor: pointer;
|
|
41572
|
-
|
|
43447
|
+
line-height: 29px;
|
|
43448
|
+
padding: 0 var(--gap-md);
|
|
41573
43449
|
transition: 0.3s;
|
|
41574
43450
|
border-bottom: 1px solid transparent;
|
|
41575
43451
|
}
|
|
@@ -41604,6 +43480,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41604
43480
|
pointer-events: all;
|
|
41605
43481
|
display: none;
|
|
41606
43482
|
height: 100%;
|
|
43483
|
+
flex-direction: column;
|
|
41607
43484
|
}
|
|
41608
43485
|
.AMISDebug-resize {
|
|
41609
43486
|
position: absolute;
|
|
@@ -41620,14 +43497,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41620
43497
|
position: absolute;
|
|
41621
43498
|
font-size: 18px;
|
|
41622
43499
|
right: 40px;
|
|
41623
|
-
top:
|
|
43500
|
+
top: 2px;
|
|
41624
43501
|
cursor: pointer;
|
|
41625
43502
|
}
|
|
41626
43503
|
.AMISDebug-close {
|
|
41627
43504
|
position: absolute;
|
|
41628
43505
|
font-size: 18px;
|
|
41629
43506
|
right: var(--gap-sm);
|
|
41630
|
-
top:
|
|
43507
|
+
top: 2px;
|
|
41631
43508
|
cursor: pointer;
|
|
41632
43509
|
}
|
|
41633
43510
|
.AMISDebug.is-expanded {
|
|
@@ -41640,7 +43517,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41640
43517
|
display: none;
|
|
41641
43518
|
}
|
|
41642
43519
|
.AMISDebug.is-expanded .AMISDebug-content {
|
|
41643
|
-
display:
|
|
43520
|
+
display: flex;
|
|
41644
43521
|
}
|
|
41645
43522
|
.AMISDebug.is-left {
|
|
41646
43523
|
left: 0;
|
|
@@ -41676,6 +43553,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41676
43553
|
.AMISDebug-log, .AMISDebug-inspect {
|
|
41677
43554
|
height: 100%;
|
|
41678
43555
|
overflow: auto;
|
|
43556
|
+
flex: 1;
|
|
43557
|
+
min-height: 0;
|
|
41679
43558
|
scrollbar-width: thin;
|
|
41680
43559
|
scrollbar-color: #6b6b6b #2b2b2b;
|
|
41681
43560
|
}
|
|
@@ -41700,6 +43579,33 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41700
43579
|
.AMISDebug-logLine {
|
|
41701
43580
|
overflow-x: hidden;
|
|
41702
43581
|
}
|
|
43582
|
+
.AMISDebug-footer {
|
|
43583
|
+
height: 30px;
|
|
43584
|
+
flex-shrink: 0;
|
|
43585
|
+
display: flex;
|
|
43586
|
+
flex-direction: row;
|
|
43587
|
+
align-items: center;
|
|
43588
|
+
background: #2c2c2c;
|
|
43589
|
+
}
|
|
43590
|
+
.AMISDebug-footer > svg {
|
|
43591
|
+
width: 11px;
|
|
43592
|
+
flex-shrink: 0;
|
|
43593
|
+
}
|
|
43594
|
+
.AMISDebug-footer > input {
|
|
43595
|
+
flex-grow: 1;
|
|
43596
|
+
min-width: 0;
|
|
43597
|
+
border: none;
|
|
43598
|
+
background: transparent;
|
|
43599
|
+
color: #cccccc;
|
|
43600
|
+
padding: 0;
|
|
43601
|
+
outline: none;
|
|
43602
|
+
height: 100%;
|
|
43603
|
+
}
|
|
43604
|
+
.AMISDebug-value {
|
|
43605
|
+
color: rgb(253, 151, 31);
|
|
43606
|
+
padding: 0;
|
|
43607
|
+
margin: 0;
|
|
43608
|
+
}
|
|
41703
43609
|
.cxd-Nav-Menu {
|
|
41704
43610
|
--Menu-width: var(--Layout-aside-width);
|
|
41705
43611
|
--Menu-width--collapsed: var(--Layout-aside-width-collapsed);
|
|
@@ -42607,4 +44513,169 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
42607
44513
|
cursor: not-allowed;
|
|
42608
44514
|
background: var(--Form-input-onDisabled-bg);
|
|
42609
44515
|
border-color: var(--Form-input-onDisabled-borderColor);
|
|
44516
|
+
}
|
|
44517
|
+
.ae-MobileDevTool {
|
|
44518
|
+
display: flex;
|
|
44519
|
+
justify-content: space-between;
|
|
44520
|
+
align-items: center;
|
|
44521
|
+
font-size: 12px;
|
|
44522
|
+
background-color: #fff;
|
|
44523
|
+
z-index: 1001;
|
|
44524
|
+
border-bottom: 1px solid #dee2e6;
|
|
44525
|
+
height: 20px;
|
|
44526
|
+
}
|
|
44527
|
+
.ae-MobileDevTool-dimensions {
|
|
44528
|
+
width: 40%;
|
|
44529
|
+
display: flex;
|
|
44530
|
+
justify-content: end;
|
|
44531
|
+
}
|
|
44532
|
+
.ae-MobileDevTool-select {
|
|
44533
|
+
font-size: 12px;
|
|
44534
|
+
padding: 0;
|
|
44535
|
+
border: none !important;
|
|
44536
|
+
min-height: initial;
|
|
44537
|
+
margin-left: 10px;
|
|
44538
|
+
vertical-align: initial;
|
|
44539
|
+
}
|
|
44540
|
+
.ae-MobileDevTool-select span {
|
|
44541
|
+
font-size: 12px !important;
|
|
44542
|
+
}
|
|
44543
|
+
.ae-MobileDevTool-select .cxd-PopOver {
|
|
44544
|
+
width: 180px !important;
|
|
44545
|
+
z-index: 10000;
|
|
44546
|
+
}
|
|
44547
|
+
.ae-MobileDevTool-dimension span {
|
|
44548
|
+
margin-right: 5px;
|
|
44549
|
+
padding: 0 2px;
|
|
44550
|
+
}
|
|
44551
|
+
.ae-MobileDevTool-dimension-input {
|
|
44552
|
+
width: 32px;
|
|
44553
|
+
height: 16px;
|
|
44554
|
+
border: none;
|
|
44555
|
+
border-radius: 0.125rem;
|
|
44556
|
+
padding: 0 2px;
|
|
44557
|
+
font-size: 12px;
|
|
44558
|
+
text-align: center;
|
|
44559
|
+
margin-right: 5px;
|
|
44560
|
+
}
|
|
44561
|
+
.ae-MobileDevTool-dimension-input:focus, .ae-MobileDevTool-dimension-input:hover {
|
|
44562
|
+
outline: none;
|
|
44563
|
+
border: 1px solid #2468f2;
|
|
44564
|
+
}
|
|
44565
|
+
.ae-MobileDevTool-right {
|
|
44566
|
+
width: 40%;
|
|
44567
|
+
display: flex;
|
|
44568
|
+
align-items: center;
|
|
44569
|
+
position: relative;
|
|
44570
|
+
height: 20px;
|
|
44571
|
+
}
|
|
44572
|
+
.ae-MobileDevTool-right-scale {
|
|
44573
|
+
margin-right: 10px;
|
|
44574
|
+
display: flex;
|
|
44575
|
+
position: relative;
|
|
44576
|
+
}
|
|
44577
|
+
.ae-MobileDevTool-right-scale-auto-value {
|
|
44578
|
+
position: absolute;
|
|
44579
|
+
background-color: #fff;
|
|
44580
|
+
width: 40px;
|
|
44581
|
+
left: 10px;
|
|
44582
|
+
}
|
|
44583
|
+
.ae-MobileDevTool-right-scale-auto {
|
|
44584
|
+
cursor: pointer;
|
|
44585
|
+
margin-left: 10px;
|
|
44586
|
+
}
|
|
44587
|
+
.ae-MobileDevTool-right-scale-auto:hover {
|
|
44588
|
+
color: #2468f2;
|
|
44589
|
+
}
|
|
44590
|
+
.ae-MobileDevTool-right-rotate-screen {
|
|
44591
|
+
width: 16px;
|
|
44592
|
+
height: 16px;
|
|
44593
|
+
cursor: pointer;
|
|
44594
|
+
position: absolute;
|
|
44595
|
+
top: 1px;
|
|
44596
|
+
}
|
|
44597
|
+
.ae-MobileDevTool-right-rotate-screen:hover {
|
|
44598
|
+
color: #2468f2;
|
|
44599
|
+
}
|
|
44600
|
+
.ae-PreviewIFrameBody * {
|
|
44601
|
+
cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACy3fD9AAABQ0lEQVQ4EaWVsWrDMBCGI4mCMxRMxgxZvKTQyWvmDn0AQx/Aj+U38NbVXTMUitd4SrZAIARDZ+P+v/EZ46pJKgmEpP90n2Wf7qxmlpYkiQnDcN00zdoYs2zb9pHblFLf0I7QqrquqzzPm6m7mgppmj5Be0FfTG2T9QXrIsuy3Vg3o4UCjKBX9PlI/2vKPc9xHD+UZXmQTQOwh23E8I9x1UP39OmA/WvyZK6N0BNOejYMQBAEbyDd85rXHriMouhLM5rYdSsA10BiW5CleTVE8R3J0rxnviDxJ0vLpRXRZyRL+wBsvprpZDO4aGQxKEcXZ5sPWQxKZTO6aGRpVg04M9F924Us3ZegwpcG/4KsLpeZg0xwiCtH8BZl7JO+Q7VhCXKEEvYhBxmAFADds2pgyuy5VSz43d/lZJh37VfFpurzC/gBw0WEc6PyhBMAAAAASUVORK5CYII="), auto !important;
|
|
44602
|
+
}
|
|
44603
|
+
.ae-MobileDevTool-rightHandle {
|
|
44604
|
+
cursor: ew-resize;
|
|
44605
|
+
position: absolute;
|
|
44606
|
+
right: -6px;
|
|
44607
|
+
top: 40%;
|
|
44608
|
+
width: 10px;
|
|
44609
|
+
height: 22px;
|
|
44610
|
+
z-index: 1000;
|
|
44611
|
+
border: 1px solid #dee2e6;
|
|
44612
|
+
background-color: #fff;
|
|
44613
|
+
border-radius: 0.125rem;
|
|
44614
|
+
color: #666;
|
|
44615
|
+
display: flex;
|
|
44616
|
+
align-items: center;
|
|
44617
|
+
justify-content: center;
|
|
44618
|
+
}
|
|
44619
|
+
.ae-MobileDevTool-rightHandle:hover {
|
|
44620
|
+
color: #000;
|
|
44621
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
44622
|
+
}
|
|
44623
|
+
.ae-MobileDevTool-rightHandle::before {
|
|
44624
|
+
content: "···";
|
|
44625
|
+
display: block;
|
|
44626
|
+
transform: rotate(90deg);
|
|
44627
|
+
}
|
|
44628
|
+
.ae-MobileDevTool-bottomHandle {
|
|
44629
|
+
cursor: ns-resize;
|
|
44630
|
+
position: absolute;
|
|
44631
|
+
bottom: -6px;
|
|
44632
|
+
left: calc(50% - 11px);
|
|
44633
|
+
width: 22px;
|
|
44634
|
+
height: 10px;
|
|
44635
|
+
z-index: 1000;
|
|
44636
|
+
border: 1px solid #dee2e6;
|
|
44637
|
+
background-color: #fff;
|
|
44638
|
+
border-radius: 0.125rem;
|
|
44639
|
+
color: #666;
|
|
44640
|
+
display: flex;
|
|
44641
|
+
align-items: center;
|
|
44642
|
+
justify-content: center;
|
|
44643
|
+
}
|
|
44644
|
+
.ae-MobileDevTool-bottomHandle:hover {
|
|
44645
|
+
color: #000;
|
|
44646
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
44647
|
+
}
|
|
44648
|
+
.ae-MobileDevTool-bottomHandle::before {
|
|
44649
|
+
content: "···";
|
|
44650
|
+
display: block;
|
|
44651
|
+
}
|
|
44652
|
+
.height-move::before {
|
|
44653
|
+
content: "";
|
|
44654
|
+
position: fixed;
|
|
44655
|
+
top: 0;
|
|
44656
|
+
left: 0;
|
|
44657
|
+
right: 0;
|
|
44658
|
+
bottom: 0;
|
|
44659
|
+
z-index: 10000000;
|
|
44660
|
+
cursor: ns-resize;
|
|
44661
|
+
}
|
|
44662
|
+
.height-move * {
|
|
44663
|
+
-webkit-user-select: none;
|
|
44664
|
+
-moz-user-select: none;
|
|
44665
|
+
user-select: none;
|
|
44666
|
+
}
|
|
44667
|
+
.width-move::before {
|
|
44668
|
+
content: "";
|
|
44669
|
+
position: fixed;
|
|
44670
|
+
top: 0;
|
|
44671
|
+
left: 0;
|
|
44672
|
+
right: 0;
|
|
44673
|
+
bottom: 0;
|
|
44674
|
+
z-index: 10000000;
|
|
44675
|
+
cursor: ew-resize;
|
|
44676
|
+
}
|
|
44677
|
+
.width-move * {
|
|
44678
|
+
-webkit-user-select: none;
|
|
44679
|
+
-moz-user-select: none;
|
|
44680
|
+
user-select: none;
|
|
42610
44681
|
}
|