/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ html { --jetlinks-primary-color: #315efb; --jetlinks-primary-color-hover: #5c85ff; --jetlinks-primary-color-active: #2041d4; --jetlinks-primary-color-outline: rgba(49, 94, 251, 0.2); --jetlinks-primary-1: #f0f6ff; --jetlinks-primary-2: #d6e4ff; --jetlinks-primary-3: #adc7ff; --jetlinks-primary-4: #85a7ff; --jetlinks-primary-5: #5c85ff; --jetlinks-primary-6: #315efb; --jetlinks-primary-7: #2041d4; --jetlinks-primary-color-deprecated-pure: ; --jetlinks-primary-color-deprecated-l-35: #e0e7fe; --jetlinks-primary-color-deprecated-l-20: #95acfd; --jetlinks-primary-color-deprecated-t-20: #5a7efc; --jetlinks-primary-color-deprecated-t-50: #98affd; --jetlinks-primary-color-deprecated-f-12: rgba(49, 94, 251, 0.12); --jetlinks-primary-color-active-deprecated-f-30: rgba(240, 246, 255, 0.3); --jetlinks-primary-color-active-deprecated-d-02: #e6f0ff; --jetlinks-success-color: #52c41a; --jetlinks-success-color-hover: #73d13d; --jetlinks-success-color-active: #389e0d; --jetlinks-success-color-outline: rgba(82, 196, 26, 0.2); --jetlinks-success-color-deprecated-bg: #f6ffed; --jetlinks-success-color-deprecated-border: #b7eb8f; --jetlinks-error-color: #ff4d4f; --jetlinks-error-color-hover: #ff7875; --jetlinks-error-color-active: #d9363e; --jetlinks-error-color-outline: rgba(255, 77, 79, 0.2); --jetlinks-error-color-deprecated-bg: #fff2f0; --jetlinks-error-color-deprecated-border: #ffccc7; --jetlinks-warning-color: #faad14; --jetlinks-warning-color-hover: #ffc53d; --jetlinks-warning-color-active: #d48806; --jetlinks-warning-color-outline: rgba(250, 173, 20, 0.2); --jetlinks-warning-color-deprecated-bg: #fffbe6; --jetlinks-warning-color-deprecated-border: #ffe58f; --jetlinks-info-color: #315efb; --jetlinks-info-color-deprecated-bg: #f0f6ff; --jetlinks-info-color-deprecated-border: #adc7ff; } .jtable-body-spin { min-height: 100%; width: 100%; padding: 16px 24px 24px; background-color: #fff; } .jtable-body-spin .ant-spin-nested-loading { height: 100%; } .jtable-body-spin .ant-spin-nested-loading .ant-spin-container { height: 100%; } .jtable-body-spin .jtable-body { width: 100%; box-sizing: border-box; height: 100%; display: flex; flex-direction: column; } .jtable-body-spin .jtable-body .jtable-body-header { display: flex; justify-content: space-between; align-items: center; } .jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right { display: flex; gap: 8px; align-items: center; } .jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .right-button-icon { font-size: 16px; color: #d9d9d9; } .jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .ant-radio-button-wrapper { padding: 0 8px; } .jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .ant-radio-button-wrapper-checked .right-button-icon { color: #315EFB; } .jtable-body-spin .jtable-body .jtable-content { flex: 1; padding: 16px 0; } .jtable-body-spin .jtable-body .jtable-content .jtable-alert { margin-bottom: 16px; } .jtable-body-spin .jtable-body .jtable-content .jtable-card .jtable-card-items { display: grid; grid-gap: 26px; } .jtable-body-spin .jtable-body .jtable-content .jtable-card .jtable-card-items .jtable-card-item { display: flex; } .jtable-body-spin .jtable-body .jtable-pagination { width: 100%; display: flex; justify-content: flex-end; } .jtable-body-spin .jtable-body .j-table-empty { display: flex; justify-content: center; align-items: center; margin: 10% 0; }