zhangmeng
2024-04-19 e3ba120cb766a17e098e58d11c39ffc600a3070c
commit | author | age
e3ba12 1 .u-primary-light {
Z 2     color: $u-primary-light;
3 }
4
5 .u-warning-light {
6     color: $u-warning-light;
7 }
8
9 .u-success-light {
10     color: $u-success-light;
11 }
12
13 .u-error-light {
14     color: $u-error-light;
15 }
16
17 .u-info-light {
18     color: $u-info-light;
19 }
20
21 .u-primary-light-bg {
22     background-color: $u-primary-light;
23 }
24
25 .u-warning-light-bg {
26     background-color: $u-warning-light;
27 }
28
29 .u-success-light-bg {
30     background-color: $u-success-light;
31 }
32
33 .u-error-light-bg {
34     background-color: $u-error-light;
35 }
36
37 .u-info-light-bg {
38     background-color: $u-info-light;
39 }
40
41 .u-primary-dark {
42     color: $u-primary-dark;
43 }
44
45 .u-warning-dark {
46     color: $u-warning-dark;
47 }
48
49 .u-success-dark {
50     color: $u-success-dark;
51 }
52
53 .u-error-dark {
54     color: $u-error-dark;
55 }
56
57 .u-info-dark {
58     color: $u-info-dark;
59 }
60
61 .u-primary-dark-bg {
62     background-color: $u-primary-dark;
63 }
64
65 .u-warning-dark-bg {
66     background-color: $u-warning-dark;
67 }
68
69 .u-success-dark-bg {
70     background-color: $u-success-dark;
71 }
72
73 .u-error-dark-bg {
74     background-color: $u-error-dark;
75 }
76
77 .u-info-dark-bg {
78     background-color: $u-info-dark;
79 }
80
81 .u-primary-disabled {
82     color: $u-primary-disabled;
83 }
84
85 .u-warning-disabled {
86     color: $u-warning-disabled;
87 }
88
89 .u-success-disabled {
90     color: $u-success-disabled;
91 }
92
93 .u-error-disabled {
94     color: $u-error-disabled;
95 }
96
97 .u-info-disabled {
98     color: $u-info-disabled;
99 }
100
101 .u-primary {
102     color: $u-primary;
103 }
104
105 .u-warning {
106     color: $u-warning;
107 }
108
109 .u-success {
110     color: $u-success;
111 }
112
113 .u-error {
114     color: $u-error;
115 }
116
117 .u-info {
118     color: $u-info;
119 }
120
121 .u-primary-bg {
122     background-color: $u-primary;
123 }
124
125 .u-warning-bg {
126     background-color: $u-warning;
127 }
128
129 .u-success-bg {
130     background-color: $u-success;
131 }
132
133 .u-error-bg {
134     background-color: $u-error;
135 }
136
137 .u-info-bg {
138     background-color: $u-info;
139 }
140
141 .u-main-color {
142     color: $u-main-color;
143 }
144
145 .u-content-color {
146     color: $u-content-color;
147 }
148
149 .u-tips-color {
150     color: $u-tips-color;
151 }
152
153 .u-light-color {
154     color: $u-light-color;
155 }