@@ -2,168 +2,198 @@ body {
2
2
.el-button {
3
3
background-color : var (--el-button-bg-color , var (--el-color-white ));
4
4
@apply transition-all duration-100 shadow-button ;
5
+
5
6
span {
6
7
@apply px-1 .5 ;
7
8
}
9
+
8
10
& :hover {
9
11
@apply -translate-y-px ;
10
12
}
11
13
}
14
+
12
15
.el-button.el-button--large {
13
16
@apply h- [51px ] rounded-md font-semibold text-sm tracking-wide px- [11px ] #{!important } ;
14
17
}
18
+
15
19
.el-button.el-button--small {
16
20
@apply rounded text-xs font-semibold tracking-wide p-0 .5 py-3 .25 #{!important } ;
17
21
}
22
+
18
23
.el-button.el-button--default.el-button--small {
19
24
@apply rounded max-w-fit h- [25px ] #{!important } ;
20
25
}
21
26
22
27
.el-button.el-button--default.is-plain {
23
28
@apply bg-transparent text-dark border-dark shadow-none ;
29
+
24
30
& :hover {
25
31
@apply bg-dark text-white drop-shadow-lg ;
26
32
}
33
+
27
34
& :active {
28
35
@apply drop-shadow-none ;
29
36
}
30
37
}
31
38
32
39
.el-button.el-button--primary.is-plain {
33
40
@apply bg-transparent text-indigo-410 border-indigo-410 shadow-none #{!important } ;
41
+
34
42
& :hover {
35
43
@apply bg-indigo-410 text-white drop-shadow-lg #{!important } ;
36
44
}
45
+
37
46
& :active {
38
47
@apply drop-shadow-none #{!important } ;
39
48
}
40
49
}
41
50
42
51
.el-button.el-button--secondary.is-plain {
43
52
@apply bg-transparent text-secondary-text border-slate-50 shadow-none #{!important } ;
53
+
44
54
& :hover {
45
55
@apply bg-slate-50 text-black drop-shadow-md border-slate-50 #{!important } ;
46
56
}
57
+
47
58
& :active {
48
59
@apply drop-shadow-none bg-secondary #{!important } ;
49
60
}
50
61
}
51
62
52
63
.el-button.el-button--success.is-plain {
53
64
@apply bg-transparent text-success border-success shadow-none #{!important } ;
65
+
54
66
& :hover {
55
67
@apply bg-success text-white drop-shadow-lg border-success #{!important } ;
56
68
}
69
+
57
70
& :active {
58
71
@apply drop-shadow-none #{!important } ;
59
72
}
60
73
}
61
74
62
75
.el-button.el-button--warning.is-plain {
63
76
@apply bg-transparent text-warning border-warning shadow-none #{!important } ;
77
+
64
78
& :hover {
65
79
@apply bg-warning text-white drop-shadow-lg border-warning #{!important } ;
66
80
}
81
+
67
82
& :active {
68
83
@apply drop-shadow-none #{!important } ;
69
84
}
70
85
}
71
86
72
87
.el-button.el-button--info.is-plain {
73
88
@apply bg-transparent text-info border-info shadow-none #{!important } ;
89
+
74
90
& :hover {
75
91
@apply bg-info text-white drop-shadow-lg border-info #{!important } ;
76
92
}
93
+
77
94
& :active {
78
95
@apply drop-shadow-none #{!important } ;
79
96
}
80
97
}
81
98
82
99
.el-button.el-button--danger.is-plain {
83
100
@apply bg-transparent text-danger border-danger shadow-none #{!important } ;
101
+
84
102
& :hover {
85
103
@apply bg-danger text-white drop-shadow-lg border-danger #{!important } ;
86
104
}
105
+
87
106
& :active {
88
107
@apply drop-shadow-none #{!important } ;
89
108
}
90
109
}
91
110
92
111
.el-button.el-button--primary {
93
112
@apply bg-indigo-410 border border-indigo-410 text-white #{!important } ;
113
+
94
114
span {
95
115
@apply px-1 .25 ;
96
116
}
117
+
97
118
& :active {
98
119
@apply bg-primary-blue shadow-none #{!important } ;
99
120
}
100
121
}
101
122
102
123
.el-button.el-button--info {
103
124
@apply bg-info border border-info text-white #{!important } ;
125
+
104
126
& :active {
105
127
@apply bg-info-active shadow-none #{!important } ;
106
128
}
107
129
}
130
+
108
131
.el-button.el-button--info.active {
109
132
@apply bg-info-active #{!important } ;
110
133
}
111
134
112
135
.el-button.el-button--warning {
113
136
@apply bg-warning border border-warning text-white #{!important } ;
137
+
114
138
& :active {
115
139
@apply bg-warning-active shadow-none #{!important } ;
116
140
}
117
141
}
142
+
118
143
.el-button.el-button--warning.active {
119
144
@apply bg-warning-active #{!important } ;
120
145
}
121
146
122
147
.el-button.el-button--success {
123
148
@apply bg-success border border-success text-white #{!important } ;
149
+
124
150
& :active {
125
151
@apply bg-success-active shadow-none #{!important } ;
126
152
}
127
153
}
154
+
128
155
.el-button.el-button--success.active {
129
156
@apply bg-success-active #{!important } ;
130
157
}
131
158
132
159
.el-button.el-button--danger {
133
160
@apply bg-danger border border-danger text-white #{!important } ;
161
+
134
162
& :active {
135
163
@apply bg-danger-active shadow-none #{!important } ;
136
164
}
137
165
}
166
+
138
167
.el-button.el-button--danger.active {
139
168
@apply bg-danger-active #{!important } ;
140
169
}
141
170
142
171
.el-button.el-button--secondary {
143
172
@apply shadow-button ;
144
- @apply bg-secondary border border-secondary text-black #{!important } ;
173
+ @apply bg-secondary border border-secondary text-black #{!important } ;
174
+
145
175
& :hover {
146
176
@apply shadow-md #{!important } ;
147
177
}
178
+
148
179
& :active {
149
180
@apply shadow-none border-secondary bg-secondary-active #{!important } ;
150
181
}
151
182
}
183
+
152
184
.el-button.el-button--secondary.active {
153
185
@apply bg-secondary-active border-secondary-active #{!important } ;
154
186
}
155
187
156
188
.el-button.el-button--default {
157
189
@apply transition-all duration-100 bg-dark border border-dark text-white font-semibold h-10 .75 text-sm tracking-wide ;
190
+
158
191
span {
159
192
@apply px-1 .25 ;
160
193
}
194
+
161
195
& :active {
162
196
@apply bg-dark-120 shadow-none ;
163
197
}
164
198
}
165
- .el-button.el-button--secondary.active {
166
- @apply bg-dark- 120;
167
- }
168
-
169
- }
199
+ }
0 commit comments