UNPKG

yzsd

Version:
1,841 lines 56.2 kB
/* 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 { --yzs-primary-color: #1890ff; --yzs-primary-color-hover: #40a9ff; --yzs-primary-color-active: #096dd9; --yzs-primary-color-outline: rgba(24, 144, 255, 0.2); --yzs-primary-1: #e6f7ff; --yzs-primary-2: #bae7ff; --yzs-primary-3: #91d5ff; --yzs-primary-4: #69c0ff; --yzs-primary-5: #40a9ff; --yzs-primary-6: #1890ff; --yzs-primary-7: #096dd9; --yzs-primary-color-deprecated-pure: ; --yzs-primary-color-deprecated-l-35: #cbe6ff; --yzs-primary-color-deprecated-l-20: #7ec1ff; --yzs-primary-color-deprecated-t-20: #46a6ff; --yzs-primary-color-deprecated-t-50: #8cc8ff; --yzs-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12); --yzs-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3); --yzs-primary-color-active-deprecated-d-02: #dcf4ff; --yzs-success-color: #52c41a; --yzs-success-color-hover: #73d13d; --yzs-success-color-active: #389e0d; --yzs-success-color-outline: rgba(82, 196, 26, 0.2); --yzs-success-color-deprecated-bg: #f6ffed; --yzs-success-color-deprecated-border: #b7eb8f; --yzs-error-color: #ff4d4f; --yzs-error-color-hover: #ff7875; --yzs-error-color-active: #d9363e; --yzs-error-color-outline: rgba(255, 77, 79, 0.2); --yzs-error-color-deprecated-bg: #fff2f0; --yzs-error-color-deprecated-border: #ffccc7; --yzs-warning-color: #faad14; --yzs-warning-color-hover: #ffc53d; --yzs-warning-color-active: #d48806; --yzs-warning-color-outline: rgba(250, 173, 20, 0.2); --yzs-warning-color-deprecated-bg: #fffbe6; --yzs-warning-color-deprecated-border: #ffe58f; --yzs-info-color: #1890ff; --yzs-info-color-deprecated-bg: #e6f7ff; --yzs-info-color-deprecated-border: #91d5ff; } .yzs-btn { line-height: 1.5715; position: relative; display: inline-block; font-weight: 400; white-space: nowrap; text-align: center; background-image: none; border: 1px solid transparent; box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015); cursor: pointer; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -webkit-user-select: none; -moz-user-select: none; user-select: none; touch-action: manipulation; height: 32px; padding: 4px 15px; font-size: 14px; border-radius: 2px; color: rgba(0, 0, 0, 0.85); border-color: #d9d9d9; background: #fff; } .yzs-btn > .anticon { line-height: 1; } .yzs-btn, .yzs-btn:active, .yzs-btn:focus { outline: 0; } .yzs-btn:not([disabled]):hover { text-decoration: none; } .yzs-btn:not([disabled]):active { outline: 0; box-shadow: none; } .yzs-btn[disabled] { cursor: not-allowed; } .yzs-btn[disabled] > * { pointer-events: none; } .yzs-btn-lg { height: 40px; padding: 6.4px 15px; font-size: 16px; border-radius: 2px; } .yzs-btn-sm { height: 24px; padding: 0px 7px; font-size: 14px; border-radius: 2px; } .yzs-btn > a:only-child { color: currentcolor; } .yzs-btn > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn:hover, .yzs-btn:focus { color: var(--yzs-primary-color-hover); border-color: var(--yzs-primary-color-hover); background: #fff; } .yzs-btn:hover > a:only-child, .yzs-btn:focus > a:only-child { color: currentcolor; } .yzs-btn:hover > a:only-child::after, .yzs-btn:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn:active { color: var(--yzs-primary-color-active); border-color: var(--yzs-primary-color-active); background: #fff; } .yzs-btn:active > a:only-child { color: currentcolor; } .yzs-btn:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn[disabled], .yzs-btn[disabled]:hover, .yzs-btn[disabled]:focus, .yzs-btn[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn[disabled] > a:only-child, .yzs-btn[disabled]:hover > a:only-child, .yzs-btn[disabled]:focus > a:only-child, .yzs-btn[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn[disabled] > a:only-child::after, .yzs-btn[disabled]:hover > a:only-child::after, .yzs-btn[disabled]:focus > a:only-child::after, .yzs-btn[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn:hover, .yzs-btn:focus, .yzs-btn:active { text-decoration: none; background: #fff; } .yzs-btn > span { display: inline-block; } .yzs-btn-primary { color: #fff; border-color: var(--yzs-primary-color); background: var(--yzs-primary-color); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); } .yzs-btn-primary > a:only-child { color: currentcolor; } .yzs-btn-primary > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-primary:hover, .yzs-btn-primary:focus { color: #fff; border-color: var(--yzs-primary-color-hover); background: var(--yzs-primary-color-hover); } .yzs-btn-primary:hover > a:only-child, .yzs-btn-primary:focus > a:only-child { color: currentcolor; } .yzs-btn-primary:hover > a:only-child::after, .yzs-btn-primary:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-primary:active { color: #fff; border-color: var(--yzs-primary-color-active); background: var(--yzs-primary-color-active); } .yzs-btn-primary:active > a:only-child { color: currentcolor; } .yzs-btn-primary:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-primary[disabled], .yzs-btn-primary[disabled]:hover, .yzs-btn-primary[disabled]:focus, .yzs-btn-primary[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn-primary[disabled] > a:only-child, .yzs-btn-primary[disabled]:hover > a:only-child, .yzs-btn-primary[disabled]:focus > a:only-child, .yzs-btn-primary[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-primary[disabled] > a:only-child::after, .yzs-btn-primary[disabled]:hover > a:only-child::after, .yzs-btn-primary[disabled]:focus > a:only-child::after, .yzs-btn-primary[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-group .yzs-btn-primary:not(:first-child):not(:last-child) { border-right-color: var(--yzs-primary-5); border-left-color: var(--yzs-primary-5); } .yzs-btn-group .yzs-btn-primary:not(:first-child):not(:last-child):disabled { border-color: #d9d9d9; } .yzs-btn-group .yzs-btn-primary:first-child:not(:last-child) { border-right-color: var(--yzs-primary-5); } .yzs-btn-group .yzs-btn-primary:first-child:not(:last-child)[disabled] { border-right-color: #d9d9d9; } .yzs-btn-group .yzs-btn-primary:last-child:not(:first-child), .yzs-btn-group .yzs-btn-primary + .yzs-btn-primary { border-left-color: var(--yzs-primary-5); } .yzs-btn-group .yzs-btn-primary:last-child:not(:first-child)[disabled], .yzs-btn-group .yzs-btn-primary + .yzs-btn-primary[disabled] { border-left-color: #d9d9d9; } .yzs-btn-ghost { color: rgba(0, 0, 0, 0.85); border-color: #d9d9d9; background: transparent; } .yzs-btn-ghost > a:only-child { color: currentcolor; } .yzs-btn-ghost > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-ghost:hover, .yzs-btn-ghost:focus { color: var(--yzs-primary-color-hover); border-color: var(--yzs-primary-color-hover); background: transparent; } .yzs-btn-ghost:hover > a:only-child, .yzs-btn-ghost:focus > a:only-child { color: currentcolor; } .yzs-btn-ghost:hover > a:only-child::after, .yzs-btn-ghost:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-ghost:active { color: var(--yzs-primary-color-active); border-color: var(--yzs-primary-color-active); background: transparent; } .yzs-btn-ghost:active > a:only-child { color: currentcolor; } .yzs-btn-ghost:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-ghost[disabled], .yzs-btn-ghost[disabled]:hover, .yzs-btn-ghost[disabled]:focus, .yzs-btn-ghost[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn-ghost[disabled] > a:only-child, .yzs-btn-ghost[disabled]:hover > a:only-child, .yzs-btn-ghost[disabled]:focus > a:only-child, .yzs-btn-ghost[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-ghost[disabled] > a:only-child::after, .yzs-btn-ghost[disabled]:hover > a:only-child::after, .yzs-btn-ghost[disabled]:focus > a:only-child::after, .yzs-btn-ghost[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dashed { color: rgba(0, 0, 0, 0.85); border-color: #d9d9d9; background: #fff; border-style: dashed; } .yzs-btn-dashed > a:only-child { color: currentcolor; } .yzs-btn-dashed > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dashed:hover, .yzs-btn-dashed:focus { color: var(--yzs-primary-color-hover); border-color: var(--yzs-primary-color-hover); background: #fff; } .yzs-btn-dashed:hover > a:only-child, .yzs-btn-dashed:focus > a:only-child { color: currentcolor; } .yzs-btn-dashed:hover > a:only-child::after, .yzs-btn-dashed:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dashed:active { color: var(--yzs-primary-color-active); border-color: var(--yzs-primary-color-active); background: #fff; } .yzs-btn-dashed:active > a:only-child { color: currentcolor; } .yzs-btn-dashed:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dashed[disabled], .yzs-btn-dashed[disabled]:hover, .yzs-btn-dashed[disabled]:focus, .yzs-btn-dashed[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn-dashed[disabled] > a:only-child, .yzs-btn-dashed[disabled]:hover > a:only-child, .yzs-btn-dashed[disabled]:focus > a:only-child, .yzs-btn-dashed[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-dashed[disabled] > a:only-child::after, .yzs-btn-dashed[disabled]:hover > a:only-child::after, .yzs-btn-dashed[disabled]:focus > a:only-child::after, .yzs-btn-dashed[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-danger { color: #fff; border-color: var(--yzs-error-color); background: var(--yzs-error-color); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); } .yzs-btn-danger > a:only-child { color: currentcolor; } .yzs-btn-danger > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-danger:hover, .yzs-btn-danger:focus { color: #fff; border-color: var(--yzs-error-color-hover); background: var(--yzs-error-color-hover); } .yzs-btn-danger:hover > a:only-child, .yzs-btn-danger:focus > a:only-child { color: currentcolor; } .yzs-btn-danger:hover > a:only-child::after, .yzs-btn-danger:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-danger:active { color: #fff; border-color: var(--yzs-error-color-active); background: var(--yzs-error-color-active); } .yzs-btn-danger:active > a:only-child { color: currentcolor; } .yzs-btn-danger:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-danger[disabled], .yzs-btn-danger[disabled]:hover, .yzs-btn-danger[disabled]:focus, .yzs-btn-danger[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn-danger[disabled] > a:only-child, .yzs-btn-danger[disabled]:hover > a:only-child, .yzs-btn-danger[disabled]:focus > a:only-child, .yzs-btn-danger[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-danger[disabled] > a:only-child::after, .yzs-btn-danger[disabled]:hover > a:only-child::after, .yzs-btn-danger[disabled]:focus > a:only-child::after, .yzs-btn-danger[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-link { color: var(--yzs-primary-color); border-color: transparent; background: transparent; box-shadow: none; } .yzs-btn-link > a:only-child { color: currentcolor; } .yzs-btn-link > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-link:hover, .yzs-btn-link:focus { color: var(--yzs-primary-color-hover); border-color: var(--yzs-primary-color-hover); background: transparent; } .yzs-btn-link:hover > a:only-child, .yzs-btn-link:focus > a:only-child { color: currentcolor; } .yzs-btn-link:hover > a:only-child::after, .yzs-btn-link:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-link:active { color: var(--yzs-primary-color-active); border-color: var(--yzs-primary-color-active); background: transparent; } .yzs-btn-link:active > a:only-child { color: currentcolor; } .yzs-btn-link:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-link[disabled], .yzs-btn-link[disabled]:hover, .yzs-btn-link[disabled]:focus, .yzs-btn-link[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn-link[disabled] > a:only-child, .yzs-btn-link[disabled]:hover > a:only-child, .yzs-btn-link[disabled]:focus > a:only-child, .yzs-btn-link[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-link[disabled] > a:only-child::after, .yzs-btn-link[disabled]:hover > a:only-child::after, .yzs-btn-link[disabled]:focus > a:only-child::after, .yzs-btn-link[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-link:hover { background: transparent; } .yzs-btn-link:hover, .yzs-btn-link:focus, .yzs-btn-link:active { border-color: transparent; } .yzs-btn-link[disabled], .yzs-btn-link[disabled]:hover, .yzs-btn-link[disabled]:focus, .yzs-btn-link[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: transparent; background: transparent; text-shadow: none; box-shadow: none; } .yzs-btn-link[disabled] > a:only-child, .yzs-btn-link[disabled]:hover > a:only-child, .yzs-btn-link[disabled]:focus > a:only-child, .yzs-btn-link[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-link[disabled] > a:only-child::after, .yzs-btn-link[disabled]:hover > a:only-child::after, .yzs-btn-link[disabled]:focus > a:only-child::after, .yzs-btn-link[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-text { color: rgba(0, 0, 0, 0.85); border-color: transparent; background: transparent; box-shadow: none; } .yzs-btn-text > a:only-child { color: currentcolor; } .yzs-btn-text > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-text:hover, .yzs-btn-text:focus { color: var(--yzs-primary-color-hover); border-color: var(--yzs-primary-color-hover); background: transparent; } .yzs-btn-text:hover > a:only-child, .yzs-btn-text:focus > a:only-child { color: currentcolor; } .yzs-btn-text:hover > a:only-child::after, .yzs-btn-text:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-text:active { color: var(--yzs-primary-color-active); border-color: var(--yzs-primary-color-active); background: transparent; } .yzs-btn-text:active > a:only-child { color: currentcolor; } .yzs-btn-text:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-text[disabled], .yzs-btn-text[disabled]:hover, .yzs-btn-text[disabled]:focus, .yzs-btn-text[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn-text[disabled] > a:only-child, .yzs-btn-text[disabled]:hover > a:only-child, .yzs-btn-text[disabled]:focus > a:only-child, .yzs-btn-text[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-text[disabled] > a:only-child::after, .yzs-btn-text[disabled]:hover > a:only-child::after, .yzs-btn-text[disabled]:focus > a:only-child::after, .yzs-btn-text[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-text:hover, .yzs-btn-text:focus { color: rgba(0, 0, 0, 0.85); background: rgba(0, 0, 0, 0.018); border-color: transparent; } .yzs-btn-text:active { color: rgba(0, 0, 0, 0.85); background: rgba(0, 0, 0, 0.028); border-color: transparent; } .yzs-btn-text[disabled], .yzs-btn-text[disabled]:hover, .yzs-btn-text[disabled]:focus, .yzs-btn-text[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: transparent; background: transparent; text-shadow: none; box-shadow: none; } .yzs-btn-text[disabled] > a:only-child, .yzs-btn-text[disabled]:hover > a:only-child, .yzs-btn-text[disabled]:focus > a:only-child, .yzs-btn-text[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-text[disabled] > a:only-child::after, .yzs-btn-text[disabled]:hover > a:only-child::after, .yzs-btn-text[disabled]:focus > a:only-child::after, .yzs-btn-text[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous { color: var(--yzs-error-color); border-color: var(--yzs-error-color); background: #fff; } .yzs-btn-dangerous > a:only-child { color: currentcolor; } .yzs-btn-dangerous > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous:hover, .yzs-btn-dangerous:focus { color: var(--yzs-error-color-hover); border-color: var(--yzs-error-color-hover); background: #fff; } .yzs-btn-dangerous:hover > a:only-child, .yzs-btn-dangerous:focus > a:only-child { color: currentcolor; } .yzs-btn-dangerous:hover > a:only-child::after, .yzs-btn-dangerous:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous:active { color: var(--yzs-error-color-active); border-color: var(--yzs-error-color-active); background: #fff; } .yzs-btn-dangerous:active > a:only-child { color: currentcolor; } .yzs-btn-dangerous:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous[disabled], .yzs-btn-dangerous[disabled]:hover, .yzs-btn-dangerous[disabled]:focus, .yzs-btn-dangerous[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn-dangerous[disabled] > a:only-child, .yzs-btn-dangerous[disabled]:hover > a:only-child, .yzs-btn-dangerous[disabled]:focus > a:only-child, .yzs-btn-dangerous[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-dangerous[disabled] > a:only-child::after, .yzs-btn-dangerous[disabled]:hover > a:only-child::after, .yzs-btn-dangerous[disabled]:focus > a:only-child::after, .yzs-btn-dangerous[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-primary { color: #fff; border-color: var(--yzs-error-color); background: var(--yzs-error-color); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); } .yzs-btn-dangerous.yzs-btn-primary > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-primary > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-primary:hover, .yzs-btn-dangerous.yzs-btn-primary:focus { color: #fff; border-color: var(--yzs-error-color-hover); background: var(--yzs-error-color-hover); } .yzs-btn-dangerous.yzs-btn-primary:hover > a:only-child, .yzs-btn-dangerous.yzs-btn-primary:focus > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-primary:hover > a:only-child::after, .yzs-btn-dangerous.yzs-btn-primary:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-primary:active { color: #fff; border-color: var(--yzs-error-color-active); background: var(--yzs-error-color-active); } .yzs-btn-dangerous.yzs-btn-primary:active > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-primary:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-primary[disabled], .yzs-btn-dangerous.yzs-btn-primary[disabled]:hover, .yzs-btn-dangerous.yzs-btn-primary[disabled]:focus, .yzs-btn-dangerous.yzs-btn-primary[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn-dangerous.yzs-btn-primary[disabled] > a:only-child, .yzs-btn-dangerous.yzs-btn-primary[disabled]:hover > a:only-child, .yzs-btn-dangerous.yzs-btn-primary[disabled]:focus > a:only-child, .yzs-btn-dangerous.yzs-btn-primary[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-primary[disabled] > a:only-child::after, .yzs-btn-dangerous.yzs-btn-primary[disabled]:hover > a:only-child::after, .yzs-btn-dangerous.yzs-btn-primary[disabled]:focus > a:only-child::after, .yzs-btn-dangerous.yzs-btn-primary[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-link { color: var(--yzs-error-color); border-color: transparent; background: transparent; box-shadow: none; } .yzs-btn-dangerous.yzs-btn-link > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-link > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-link:hover, .yzs-btn-dangerous.yzs-btn-link:focus { color: var(--yzs-primary-color-hover); border-color: var(--yzs-primary-color-hover); background: transparent; } .yzs-btn-dangerous.yzs-btn-link:hover > a:only-child, .yzs-btn-dangerous.yzs-btn-link:focus > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-link:hover > a:only-child::after, .yzs-btn-dangerous.yzs-btn-link:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-link:active { color: var(--yzs-primary-color-active); border-color: var(--yzs-primary-color-active); background: transparent; } .yzs-btn-dangerous.yzs-btn-link:active > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-link:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-link[disabled], .yzs-btn-dangerous.yzs-btn-link[disabled]:hover, .yzs-btn-dangerous.yzs-btn-link[disabled]:focus, .yzs-btn-dangerous.yzs-btn-link[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn-dangerous.yzs-btn-link[disabled] > a:only-child, .yzs-btn-dangerous.yzs-btn-link[disabled]:hover > a:only-child, .yzs-btn-dangerous.yzs-btn-link[disabled]:focus > a:only-child, .yzs-btn-dangerous.yzs-btn-link[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-link[disabled] > a:only-child::after, .yzs-btn-dangerous.yzs-btn-link[disabled]:hover > a:only-child::after, .yzs-btn-dangerous.yzs-btn-link[disabled]:focus > a:only-child::after, .yzs-btn-dangerous.yzs-btn-link[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-link:hover, .yzs-btn-dangerous.yzs-btn-link:focus { color: var(--yzs-error-color-hover); border-color: transparent; background: transparent; } .yzs-btn-dangerous.yzs-btn-link:hover > a:only-child, .yzs-btn-dangerous.yzs-btn-link:focus > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-link:hover > a:only-child::after, .yzs-btn-dangerous.yzs-btn-link:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-link:active { color: var(--yzs-error-color-active); border-color: transparent; background: transparent; } .yzs-btn-dangerous.yzs-btn-link:active > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-link:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-link[disabled], .yzs-btn-dangerous.yzs-btn-link[disabled]:hover, .yzs-btn-dangerous.yzs-btn-link[disabled]:focus, .yzs-btn-dangerous.yzs-btn-link[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: transparent; background: transparent; text-shadow: none; box-shadow: none; } .yzs-btn-dangerous.yzs-btn-link[disabled] > a:only-child, .yzs-btn-dangerous.yzs-btn-link[disabled]:hover > a:only-child, .yzs-btn-dangerous.yzs-btn-link[disabled]:focus > a:only-child, .yzs-btn-dangerous.yzs-btn-link[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-link[disabled] > a:only-child::after, .yzs-btn-dangerous.yzs-btn-link[disabled]:hover > a:only-child::after, .yzs-btn-dangerous.yzs-btn-link[disabled]:focus > a:only-child::after, .yzs-btn-dangerous.yzs-btn-link[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-text { color: var(--yzs-error-color); border-color: transparent; background: transparent; box-shadow: none; } .yzs-btn-dangerous.yzs-btn-text > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-text > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-text:hover, .yzs-btn-dangerous.yzs-btn-text:focus { color: var(--yzs-primary-color-hover); border-color: var(--yzs-primary-color-hover); background: transparent; } .yzs-btn-dangerous.yzs-btn-text:hover > a:only-child, .yzs-btn-dangerous.yzs-btn-text:focus > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-text:hover > a:only-child::after, .yzs-btn-dangerous.yzs-btn-text:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-text:active { color: var(--yzs-primary-color-active); border-color: var(--yzs-primary-color-active); background: transparent; } .yzs-btn-dangerous.yzs-btn-text:active > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-text:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-text[disabled], .yzs-btn-dangerous.yzs-btn-text[disabled]:hover, .yzs-btn-dangerous.yzs-btn-text[disabled]:focus, .yzs-btn-dangerous.yzs-btn-text[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn-dangerous.yzs-btn-text[disabled] > a:only-child, .yzs-btn-dangerous.yzs-btn-text[disabled]:hover > a:only-child, .yzs-btn-dangerous.yzs-btn-text[disabled]:focus > a:only-child, .yzs-btn-dangerous.yzs-btn-text[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-text[disabled] > a:only-child::after, .yzs-btn-dangerous.yzs-btn-text[disabled]:hover > a:only-child::after, .yzs-btn-dangerous.yzs-btn-text[disabled]:focus > a:only-child::after, .yzs-btn-dangerous.yzs-btn-text[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-text:hover, .yzs-btn-dangerous.yzs-btn-text:focus { color: var(--yzs-error-color-hover); border-color: transparent; background: rgba(0, 0, 0, 0.018); } .yzs-btn-dangerous.yzs-btn-text:hover > a:only-child, .yzs-btn-dangerous.yzs-btn-text:focus > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-text:hover > a:only-child::after, .yzs-btn-dangerous.yzs-btn-text:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-text:active { color: var(--yzs-error-color-active); border-color: transparent; background: rgba(0, 0, 0, 0.028); } .yzs-btn-dangerous.yzs-btn-text:active > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-text:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-dangerous.yzs-btn-text[disabled], .yzs-btn-dangerous.yzs-btn-text[disabled]:hover, .yzs-btn-dangerous.yzs-btn-text[disabled]:focus, .yzs-btn-dangerous.yzs-btn-text[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: transparent; background: transparent; text-shadow: none; box-shadow: none; } .yzs-btn-dangerous.yzs-btn-text[disabled] > a:only-child, .yzs-btn-dangerous.yzs-btn-text[disabled]:hover > a:only-child, .yzs-btn-dangerous.yzs-btn-text[disabled]:focus > a:only-child, .yzs-btn-dangerous.yzs-btn-text[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-dangerous.yzs-btn-text[disabled] > a:only-child::after, .yzs-btn-dangerous.yzs-btn-text[disabled]:hover > a:only-child::after, .yzs-btn-dangerous.yzs-btn-text[disabled]:focus > a:only-child::after, .yzs-btn-dangerous.yzs-btn-text[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-icon-only { width: 32px; height: 32px; padding: 2.4px 0; font-size: 16px; border-radius: 2px; vertical-align: -3px; } .yzs-btn-icon-only > * { font-size: 16px; } .yzs-btn-icon-only.yzs-btn-lg { width: 40px; height: 40px; padding: 4.9px 0; font-size: 18px; border-radius: 2px; } .yzs-btn-icon-only.yzs-btn-lg > * { font-size: 18px; } .yzs-btn-icon-only.yzs-btn-sm { width: 24px; height: 24px; padding: 0px 0; font-size: 14px; border-radius: 2px; } .yzs-btn-icon-only.yzs-btn-sm > * { font-size: 14px; } .yzs-btn-icon-only > .anticon { display: flex; justify-content: center; } .yzs-btn-icon-only .anticon-loading { padding: 0 !important; } a.yzs-btn-icon-only { vertical-align: -1px; } a.yzs-btn-icon-only > .anticon { display: inline; } .yzs-btn-round { height: 32px; padding: 4px 16px; font-size: 14px; border-radius: 32px; } .yzs-btn-round.yzs-btn-lg { height: 40px; padding: 6.4px 20px; font-size: 16px; border-radius: 40px; } .yzs-btn-round.yzs-btn-sm { height: 24px; padding: 0px 12px; font-size: 14px; border-radius: 24px; } .yzs-btn-round.yzs-btn-icon-only { width: auto; } .yzs-btn-circle { min-width: 32px; padding-right: 0; padding-left: 0; text-align: center; border-radius: 50%; } .yzs-btn-circle.yzs-btn-lg { min-width: 40px; border-radius: 50%; } .yzs-btn-circle.yzs-btn-sm { min-width: 24px; border-radius: 50%; } .yzs-btn::before { position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; z-index: 1; display: none; background: #fff; border-radius: inherit; opacity: 0.35; transition: opacity 0.2s; content: ''; pointer-events: none; } .yzs-btn .anticon { transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .yzs-btn .anticon.anticon-plus > svg, .yzs-btn .anticon.anticon-minus > svg { shape-rendering: optimizespeed; } .yzs-btn.yzs-btn-loading { position: relative; cursor: default; } .yzs-btn.yzs-btn-loading::before { display: block; } .yzs-btn > .yzs-btn-loading-icon { transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .yzs-btn > .yzs-btn-loading-icon .anticon { padding-right: 8px; animation: none; } .yzs-btn > .yzs-btn-loading-icon .anticon svg { animation: loadingCircle 1s infinite linear; } .yzs-btn-group { position: relative; display: inline-flex; } .yzs-btn-group > .yzs-btn, .yzs-btn-group > span > .yzs-btn { position: relative; } .yzs-btn-group > .yzs-btn:hover, .yzs-btn-group > span > .yzs-btn:hover, .yzs-btn-group > .yzs-btn:focus, .yzs-btn-group > span > .yzs-btn:focus, .yzs-btn-group > .yzs-btn:active, .yzs-btn-group > span > .yzs-btn:active { z-index: 2; } .yzs-btn-group > .yzs-btn[disabled], .yzs-btn-group > span > .yzs-btn[disabled] { z-index: 0; } .yzs-btn-group .yzs-btn-icon-only { font-size: 14px; } .yzs-btn-group .yzs-btn + .yzs-btn, .yzs-btn + .yzs-btn-group, .yzs-btn-group span + .yzs-btn, .yzs-btn-group .yzs-btn + span, .yzs-btn-group > span + span, .yzs-btn-group + .yzs-btn, .yzs-btn-group + .yzs-btn-group { margin-left: -1px; } .yzs-btn-group .yzs-btn-primary + .yzs-btn:not(.yzs-btn-primary):not([disabled]) { border-left-color: transparent; } .yzs-btn-group .yzs-btn { border-radius: 0; } .yzs-btn-group > .yzs-btn:first-child, .yzs-btn-group > span:first-child > .yzs-btn { margin-left: 0; } .yzs-btn-group > .yzs-btn:only-child { border-radius: 2px; } .yzs-btn-group > span:only-child > .yzs-btn { border-radius: 2px; } .yzs-btn-group > .yzs-btn:first-child:not(:last-child), .yzs-btn-group > span:first-child:not(:last-child) > .yzs-btn { border-top-left-radius: 2px; border-bottom-left-radius: 2px; } .yzs-btn-group > .yzs-btn:last-child:not(:first-child), .yzs-btn-group > span:last-child:not(:first-child) > .yzs-btn { border-top-right-radius: 2px; border-bottom-right-radius: 2px; } .yzs-btn-group-sm > .yzs-btn:only-child { border-radius: 2px; } .yzs-btn-group-sm > span:only-child > .yzs-btn { border-radius: 2px; } .yzs-btn-group-sm > .yzs-btn:first-child:not(:last-child), .yzs-btn-group-sm > span:first-child:not(:last-child) > .yzs-btn { border-top-left-radius: 2px; border-bottom-left-radius: 2px; } .yzs-btn-group-sm > .yzs-btn:last-child:not(:first-child), .yzs-btn-group-sm > span:last-child:not(:first-child) > .yzs-btn { border-top-right-radius: 2px; border-bottom-right-radius: 2px; } .yzs-btn-group > .yzs-btn-group { float: left; } .yzs-btn-group > .yzs-btn-group:not(:first-child):not(:last-child) > .yzs-btn { border-radius: 0; } .yzs-btn-group > .yzs-btn-group:first-child:not(:last-child) > .yzs-btn:last-child { padding-right: 8px; border-top-right-radius: 0; border-bottom-right-radius: 0; } .yzs-btn-group > .yzs-btn-group:last-child:not(:first-child) > .yzs-btn:first-child { padding-left: 8px; border-top-left-radius: 0; border-bottom-left-radius: 0; } .yzs-btn-rtl.yzs-btn-group .yzs-btn + .yzs-btn, .yzs-btn-rtl.yzs-btn + .yzs-btn-group, .yzs-btn-rtl.yzs-btn-group span + .yzs-btn, .yzs-btn-rtl.yzs-btn-group .yzs-btn + span, .yzs-btn-rtl.yzs-btn-group > span + span, .yzs-btn-rtl.yzs-btn-group + .yzs-btn, .yzs-btn-rtl.yzs-btn-group + .yzs-btn-group, .yzs-btn-group-rtl.yzs-btn-group .yzs-btn + .yzs-btn, .yzs-btn-group-rtl.yzs-btn + .yzs-btn-group, .yzs-btn-group-rtl.yzs-btn-group span + .yzs-btn, .yzs-btn-group-rtl.yzs-btn-group .yzs-btn + span, .yzs-btn-group-rtl.yzs-btn-group > span + span, .yzs-btn-group-rtl.yzs-btn-group + .yzs-btn, .yzs-btn-group-rtl.yzs-btn-group + .yzs-btn-group { margin-right: -1px; margin-left: auto; } .yzs-btn-group.yzs-btn-group-rtl { direction: rtl; } .yzs-btn-group-rtl.yzs-btn-group > .yzs-btn:first-child:not(:last-child), .yzs-btn-group-rtl.yzs-btn-group > span:first-child:not(:last-child) > .yzs-btn { border-radius: 0 2px 2px 0; } .yzs-btn-group-rtl.yzs-btn-group > .yzs-btn:last-child:not(:first-child), .yzs-btn-group-rtl.yzs-btn-group > span:last-child:not(:first-child) > .yzs-btn { border-radius: 2px 0 0 2px; } .yzs-btn-group-rtl.yzs-btn-group-sm > .yzs-btn:first-child:not(:last-child), .yzs-btn-group-rtl.yzs-btn-group-sm > span:first-child:not(:last-child) > .yzs-btn { border-radius: 0 2px 2px 0; } .yzs-btn-group-rtl.yzs-btn-group-sm > .yzs-btn:last-child:not(:first-child), .yzs-btn-group-rtl.yzs-btn-group-sm > span:last-child:not(:first-child) > .yzs-btn { border-radius: 2px 0 0 2px; } .yzs-btn:focus > span, .yzs-btn:active > span { position: relative; } .yzs-btn > .anticon + span, .yzs-btn > span + .anticon { margin-left: 8px; } .yzs-btn.yzs-btn-background-ghost { color: #fff; border-color: #fff; } .yzs-btn.yzs-btn-background-ghost, .yzs-btn.yzs-btn-background-ghost:hover, .yzs-btn.yzs-btn-background-ghost:active, .yzs-btn.yzs-btn-background-ghost:focus { background: transparent; } .yzs-btn.yzs-btn-background-ghost:hover, .yzs-btn.yzs-btn-background-ghost:focus { color: var(--yzs-primary-color-hover); border-color: var(--yzs-primary-color-hover); } .yzs-btn.yzs-btn-background-ghost:active { color: var(--yzs-primary-color-active); border-color: var(--yzs-primary-color-active); } .yzs-btn.yzs-btn-background-ghost[disabled] { color: rgba(0, 0, 0, 0.25); background: transparent; border-color: #d9d9d9; } .yzs-btn-background-ghost.yzs-btn-primary { color: var(--yzs-primary-color); border-color: var(--yzs-primary-color); text-shadow: none; } .yzs-btn-background-ghost.yzs-btn-primary > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-primary > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-primary:hover, .yzs-btn-background-ghost.yzs-btn-primary:focus { color: var(--yzs-primary-color-hover); border-color: var(--yzs-primary-color-hover); background: transparent; } .yzs-btn-background-ghost.yzs-btn-primary:hover > a:only-child, .yzs-btn-background-ghost.yzs-btn-primary:focus > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-primary:hover > a:only-child::after, .yzs-btn-background-ghost.yzs-btn-primary:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-primary:active { color: var(--yzs-primary-color-active); border-color: var(--yzs-primary-color-active); background: transparent; } .yzs-btn-background-ghost.yzs-btn-primary:active > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-primary:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-primary[disabled], .yzs-btn-background-ghost.yzs-btn-primary[disabled]:hover, .yzs-btn-background-ghost.yzs-btn-primary[disabled]:focus, .yzs-btn-background-ghost.yzs-btn-primary[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn-background-ghost.yzs-btn-primary[disabled] > a:only-child, .yzs-btn-background-ghost.yzs-btn-primary[disabled]:hover > a:only-child, .yzs-btn-background-ghost.yzs-btn-primary[disabled]:focus > a:only-child, .yzs-btn-background-ghost.yzs-btn-primary[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-primary[disabled] > a:only-child::after, .yzs-btn-background-ghost.yzs-btn-primary[disabled]:hover > a:only-child::after, .yzs-btn-background-ghost.yzs-btn-primary[disabled]:focus > a:only-child::after, .yzs-btn-background-ghost.yzs-btn-primary[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-danger { color: var(--yzs-error-color); border-color: var(--yzs-error-color); text-shadow: none; } .yzs-btn-background-ghost.yzs-btn-danger > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-danger > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-danger:hover, .yzs-btn-background-ghost.yzs-btn-danger:focus { color: var(--yzs-error-color-hover); border-color: var(--yzs-error-color-hover); background: transparent; } .yzs-btn-background-ghost.yzs-btn-danger:hover > a:only-child, .yzs-btn-background-ghost.yzs-btn-danger:focus > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-danger:hover > a:only-child::after, .yzs-btn-background-ghost.yzs-btn-danger:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-danger:active { color: var(--yzs-error-color-active); border-color: var(--yzs-error-color-active); background: transparent; } .yzs-btn-background-ghost.yzs-btn-danger:active > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-danger:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-danger[disabled], .yzs-btn-background-ghost.yzs-btn-danger[disabled]:hover, .yzs-btn-background-ghost.yzs-btn-danger[disabled]:focus, .yzs-btn-background-ghost.yzs-btn-danger[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn-background-ghost.yzs-btn-danger[disabled] > a:only-child, .yzs-btn-background-ghost.yzs-btn-danger[disabled]:hover > a:only-child, .yzs-btn-background-ghost.yzs-btn-danger[disabled]:focus > a:only-child, .yzs-btn-background-ghost.yzs-btn-danger[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-danger[disabled] > a:only-child::after, .yzs-btn-background-ghost.yzs-btn-danger[disabled]:hover > a:only-child::after, .yzs-btn-background-ghost.yzs-btn-danger[disabled]:focus > a:only-child::after, .yzs-btn-background-ghost.yzs-btn-danger[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-dangerous { color: var(--yzs-error-color); border-color: var(--yzs-error-color); text-shadow: none; } .yzs-btn-background-ghost.yzs-btn-dangerous > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-dangerous > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-dangerous:hover, .yzs-btn-background-ghost.yzs-btn-dangerous:focus { color: var(--yzs-error-color-hover); border-color: var(--yzs-error-color-hover); background: transparent; } .yzs-btn-background-ghost.yzs-btn-dangerous:hover > a:only-child, .yzs-btn-background-ghost.yzs-btn-dangerous:focus > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-dangerous:hover > a:only-child::after, .yzs-btn-background-ghost.yzs-btn-dangerous:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-dangerous:active { color: var(--yzs-error-color-active); border-color: var(--yzs-error-color-active); background: transparent; } .yzs-btn-background-ghost.yzs-btn-dangerous:active > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-dangerous:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-dangerous[disabled], .yzs-btn-background-ghost.yzs-btn-dangerous[disabled]:hover, .yzs-btn-background-ghost.yzs-btn-dangerous[disabled]:focus, .yzs-btn-background-ghost.yzs-btn-dangerous[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn-background-ghost.yzs-btn-dangerous[disabled] > a:only-child, .yzs-btn-background-ghost.yzs-btn-dangerous[disabled]:hover > a:only-child, .yzs-btn-background-ghost.yzs-btn-dangerous[disabled]:focus > a:only-child, .yzs-btn-background-ghost.yzs-btn-dangerous[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-dangerous[disabled] > a:only-child::after, .yzs-btn-background-ghost.yzs-btn-dangerous[disabled]:hover > a:only-child::after, .yzs-btn-background-ghost.yzs-btn-dangerous[disabled]:focus > a:only-child::after, .yzs-btn-background-ghost.yzs-btn-dangerous[disabled]:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link { color: var(--yzs-error-color); border-color: transparent; text-shadow: none; } .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link:hover, .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link:focus { color: var(--yzs-error-color-active); border-color: transparent; background: transparent; } .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link:hover > a:only-child, .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link:focus > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link:hover > a:only-child::after, .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link:focus > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link:active { color: var(--yzs-error-color-active); border-color: transparent; background: transparent; } .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link:active > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link:active > a:only-child::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: transparent; content: ''; } .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link[disabled], .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link[disabled]:hover, .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link[disabled]:focus, .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link[disabled]:active { color: rgba(0, 0, 0, 0.25); border-color: #d9d9d9; background: #f5f5f5; text-shadow: none; box-shadow: none; } .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link[disabled] > a:only-child, .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link[disabled]:hover > a:only-child, .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link[disabled]:focus > a:only-child, .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link[disabled]:active > a:only-child { color: currentcolor; } .yzs-btn-background-ghost.yzs-btn-dangerous.yzs-btn-link[disabled] > a:only-child::after, .yzs