yzsd
Version:
a niubi UI component
47 lines (46 loc) • 1.94 kB
CSS
/* 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;
}