@open-condo/ui 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2309 @@
1
+ @font-face {
2
+ font-family: 'Open Sans';
3
+ font-style: italic;
4
+ font-weight: 400;
5
+ font-stretch: normal;
6
+ font-display: swap;
7
+ src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
8
+ }
9
+ @font-face {
10
+ font-family: 'Open Sans';
11
+ font-style: italic;
12
+ font-weight: 600;
13
+ font-stretch: normal;
14
+ font-display: swap;
15
+ src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVc.ttf) format('truetype');
16
+ }
17
+ @font-face {
18
+ font-family: 'Open Sans';
19
+ font-style: italic;
20
+ font-weight: 700;
21
+ font-stretch: normal;
22
+ font-display: swap;
23
+ src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
24
+ }
25
+ @font-face {
26
+ font-family: 'Open Sans';
27
+ font-style: normal;
28
+ font-weight: 400;
29
+ font-stretch: normal;
30
+ font-display: swap;
31
+ src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
32
+ }
33
+ @font-face {
34
+ font-family: 'Open Sans';
35
+ font-style: normal;
36
+ font-weight: 600;
37
+ font-stretch: normal;
38
+ font-display: swap;
39
+ src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
40
+ }
41
+ @font-face {
42
+ font-family: 'Open Sans';
43
+ font-style: normal;
44
+ font-weight: 700;
45
+ font-stretch: normal;
46
+ font-display: swap;
47
+ src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
48
+ }
49
+
50
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
51
+ /* stylelint-disable no-duplicate-selectors */
52
+ /* stylelint-disable */
53
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
54
+ .condo-btn {
55
+ line-height: 1.5715;
56
+ position: relative;
57
+ display: inline-block;
58
+ font-weight: 400;
59
+ white-space: nowrap;
60
+ text-align: center;
61
+ background-image: none;
62
+ border: 1px solid transparent;
63
+ box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
64
+ cursor: pointer;
65
+ transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
66
+ -webkit-user-select: none;
67
+ -moz-user-select: none;
68
+ -ms-user-select: none;
69
+ user-select: none;
70
+ touch-action: manipulation;
71
+ height: 32px;
72
+ padding: 4px 15px;
73
+ font-size: 14px;
74
+ border-radius: 2px;
75
+ color: rgba(0, 0, 0, 0.85);
76
+ border-color: #d9d9d9;
77
+ background: #fff;
78
+ }
79
+ .condo-btn > .anticon {
80
+ line-height: 1;
81
+ }
82
+ .condo-btn,
83
+ .condo-btn:active,
84
+ .condo-btn:focus {
85
+ outline: 0;
86
+ }
87
+ .condo-btn:not([disabled]):hover {
88
+ text-decoration: none;
89
+ }
90
+ .condo-btn:not([disabled]):active {
91
+ outline: 0;
92
+ box-shadow: none;
93
+ }
94
+ .condo-btn[disabled] {
95
+ cursor: not-allowed;
96
+ }
97
+ .condo-btn[disabled] > * {
98
+ pointer-events: none;
99
+ }
100
+ .condo-btn-lg {
101
+ height: 40px;
102
+ padding: 6.4px 15px;
103
+ font-size: 16px;
104
+ border-radius: 2px;
105
+ }
106
+ .condo-btn-sm {
107
+ height: 24px;
108
+ padding: 0px 7px;
109
+ font-size: 14px;
110
+ border-radius: 2px;
111
+ }
112
+ .condo-btn > a:only-child {
113
+ color: currentcolor;
114
+ }
115
+ .condo-btn > a:only-child::after {
116
+ position: absolute;
117
+ top: 0;
118
+ right: 0;
119
+ bottom: 0;
120
+ left: 0;
121
+ background: transparent;
122
+ content: '';
123
+ }
124
+ .condo-btn:hover,
125
+ .condo-btn:focus {
126
+ color: #40a9ff;
127
+ border-color: #40a9ff;
128
+ background: #fff;
129
+ }
130
+ .condo-btn:hover > a:only-child,
131
+ .condo-btn:focus > a:only-child {
132
+ color: currentcolor;
133
+ }
134
+ .condo-btn:hover > a:only-child::after,
135
+ .condo-btn:focus > a:only-child::after {
136
+ position: absolute;
137
+ top: 0;
138
+ right: 0;
139
+ bottom: 0;
140
+ left: 0;
141
+ background: transparent;
142
+ content: '';
143
+ }
144
+ .condo-btn:active {
145
+ color: #096dd9;
146
+ border-color: #096dd9;
147
+ background: #fff;
148
+ }
149
+ .condo-btn:active > a:only-child {
150
+ color: currentcolor;
151
+ }
152
+ .condo-btn:active > a:only-child::after {
153
+ position: absolute;
154
+ top: 0;
155
+ right: 0;
156
+ bottom: 0;
157
+ left: 0;
158
+ background: transparent;
159
+ content: '';
160
+ }
161
+ .condo-btn[disabled],
162
+ .condo-btn[disabled]:hover,
163
+ .condo-btn[disabled]:focus,
164
+ .condo-btn[disabled]:active {
165
+ color: rgba(0, 0, 0, 0.25);
166
+ border-color: #d9d9d9;
167
+ background: #f5f5f5;
168
+ text-shadow: none;
169
+ box-shadow: none;
170
+ }
171
+ .condo-btn[disabled] > a:only-child,
172
+ .condo-btn[disabled]:hover > a:only-child,
173
+ .condo-btn[disabled]:focus > a:only-child,
174
+ .condo-btn[disabled]:active > a:only-child {
175
+ color: currentcolor;
176
+ }
177
+ .condo-btn[disabled] > a:only-child::after,
178
+ .condo-btn[disabled]:hover > a:only-child::after,
179
+ .condo-btn[disabled]:focus > a:only-child::after,
180
+ .condo-btn[disabled]:active > a:only-child::after {
181
+ position: absolute;
182
+ top: 0;
183
+ right: 0;
184
+ bottom: 0;
185
+ left: 0;
186
+ background: transparent;
187
+ content: '';
188
+ }
189
+ .condo-btn:hover,
190
+ .condo-btn:focus,
191
+ .condo-btn:active {
192
+ text-decoration: none;
193
+ background: #fff;
194
+ }
195
+ .condo-btn > span {
196
+ display: inline-block;
197
+ }
198
+ .condo-btn-primary {
199
+ color: #fff;
200
+ border-color: #1890ff;
201
+ background: #1890ff;
202
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
203
+ box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
204
+ }
205
+ .condo-btn-primary > a:only-child {
206
+ color: currentcolor;
207
+ }
208
+ .condo-btn-primary > a:only-child::after {
209
+ position: absolute;
210
+ top: 0;
211
+ right: 0;
212
+ bottom: 0;
213
+ left: 0;
214
+ background: transparent;
215
+ content: '';
216
+ }
217
+ .condo-btn-primary:hover,
218
+ .condo-btn-primary:focus {
219
+ color: #fff;
220
+ border-color: #40a9ff;
221
+ background: #40a9ff;
222
+ }
223
+ .condo-btn-primary:hover > a:only-child,
224
+ .condo-btn-primary:focus > a:only-child {
225
+ color: currentcolor;
226
+ }
227
+ .condo-btn-primary:hover > a:only-child::after,
228
+ .condo-btn-primary:focus > a:only-child::after {
229
+ position: absolute;
230
+ top: 0;
231
+ right: 0;
232
+ bottom: 0;
233
+ left: 0;
234
+ background: transparent;
235
+ content: '';
236
+ }
237
+ .condo-btn-primary:active {
238
+ color: #fff;
239
+ border-color: #096dd9;
240
+ background: #096dd9;
241
+ }
242
+ .condo-btn-primary:active > a:only-child {
243
+ color: currentcolor;
244
+ }
245
+ .condo-btn-primary:active > a:only-child::after {
246
+ position: absolute;
247
+ top: 0;
248
+ right: 0;
249
+ bottom: 0;
250
+ left: 0;
251
+ background: transparent;
252
+ content: '';
253
+ }
254
+ .condo-btn-primary[disabled],
255
+ .condo-btn-primary[disabled]:hover,
256
+ .condo-btn-primary[disabled]:focus,
257
+ .condo-btn-primary[disabled]:active {
258
+ color: rgba(0, 0, 0, 0.25);
259
+ border-color: #d9d9d9;
260
+ background: #f5f5f5;
261
+ text-shadow: none;
262
+ box-shadow: none;
263
+ }
264
+ .condo-btn-primary[disabled] > a:only-child,
265
+ .condo-btn-primary[disabled]:hover > a:only-child,
266
+ .condo-btn-primary[disabled]:focus > a:only-child,
267
+ .condo-btn-primary[disabled]:active > a:only-child {
268
+ color: currentcolor;
269
+ }
270
+ .condo-btn-primary[disabled] > a:only-child::after,
271
+ .condo-btn-primary[disabled]:hover > a:only-child::after,
272
+ .condo-btn-primary[disabled]:focus > a:only-child::after,
273
+ .condo-btn-primary[disabled]:active > a:only-child::after {
274
+ position: absolute;
275
+ top: 0;
276
+ right: 0;
277
+ bottom: 0;
278
+ left: 0;
279
+ background: transparent;
280
+ content: '';
281
+ }
282
+ .condo-btn-group .condo-btn-primary:not(:first-child):not(:last-child) {
283
+ border-right-color: #40a9ff;
284
+ border-left-color: #40a9ff;
285
+ }
286
+ .condo-btn-group .condo-btn-primary:not(:first-child):not(:last-child):disabled {
287
+ border-color: #d9d9d9;
288
+ }
289
+ .condo-btn-group .condo-btn-primary:first-child:not(:last-child) {
290
+ border-right-color: #40a9ff;
291
+ }
292
+ .condo-btn-group .condo-btn-primary:first-child:not(:last-child)[disabled] {
293
+ border-right-color: #d9d9d9;
294
+ }
295
+ .condo-btn-group .condo-btn-primary:last-child:not(:first-child),
296
+ .condo-btn-group .condo-btn-primary + .condo-btn-primary {
297
+ border-left-color: #40a9ff;
298
+ }
299
+ .condo-btn-group .condo-btn-primary:last-child:not(:first-child)[disabled],
300
+ .condo-btn-group .condo-btn-primary + .condo-btn-primary[disabled] {
301
+ border-left-color: #d9d9d9;
302
+ }
303
+ .condo-btn-ghost {
304
+ color: rgba(0, 0, 0, 0.85);
305
+ border-color: #d9d9d9;
306
+ background: transparent;
307
+ }
308
+ .condo-btn-ghost > a:only-child {
309
+ color: currentcolor;
310
+ }
311
+ .condo-btn-ghost > a:only-child::after {
312
+ position: absolute;
313
+ top: 0;
314
+ right: 0;
315
+ bottom: 0;
316
+ left: 0;
317
+ background: transparent;
318
+ content: '';
319
+ }
320
+ .condo-btn-ghost:hover,
321
+ .condo-btn-ghost:focus {
322
+ color: #40a9ff;
323
+ border-color: #40a9ff;
324
+ background: transparent;
325
+ }
326
+ .condo-btn-ghost:hover > a:only-child,
327
+ .condo-btn-ghost:focus > a:only-child {
328
+ color: currentcolor;
329
+ }
330
+ .condo-btn-ghost:hover > a:only-child::after,
331
+ .condo-btn-ghost:focus > a:only-child::after {
332
+ position: absolute;
333
+ top: 0;
334
+ right: 0;
335
+ bottom: 0;
336
+ left: 0;
337
+ background: transparent;
338
+ content: '';
339
+ }
340
+ .condo-btn-ghost:active {
341
+ color: #096dd9;
342
+ border-color: #096dd9;
343
+ background: transparent;
344
+ }
345
+ .condo-btn-ghost:active > a:only-child {
346
+ color: currentcolor;
347
+ }
348
+ .condo-btn-ghost:active > a:only-child::after {
349
+ position: absolute;
350
+ top: 0;
351
+ right: 0;
352
+ bottom: 0;
353
+ left: 0;
354
+ background: transparent;
355
+ content: '';
356
+ }
357
+ .condo-btn-ghost[disabled],
358
+ .condo-btn-ghost[disabled]:hover,
359
+ .condo-btn-ghost[disabled]:focus,
360
+ .condo-btn-ghost[disabled]:active {
361
+ color: rgba(0, 0, 0, 0.25);
362
+ border-color: #d9d9d9;
363
+ background: #f5f5f5;
364
+ text-shadow: none;
365
+ box-shadow: none;
366
+ }
367
+ .condo-btn-ghost[disabled] > a:only-child,
368
+ .condo-btn-ghost[disabled]:hover > a:only-child,
369
+ .condo-btn-ghost[disabled]:focus > a:only-child,
370
+ .condo-btn-ghost[disabled]:active > a:only-child {
371
+ color: currentcolor;
372
+ }
373
+ .condo-btn-ghost[disabled] > a:only-child::after,
374
+ .condo-btn-ghost[disabled]:hover > a:only-child::after,
375
+ .condo-btn-ghost[disabled]:focus > a:only-child::after,
376
+ .condo-btn-ghost[disabled]:active > a:only-child::after {
377
+ position: absolute;
378
+ top: 0;
379
+ right: 0;
380
+ bottom: 0;
381
+ left: 0;
382
+ background: transparent;
383
+ content: '';
384
+ }
385
+ .condo-btn-dashed {
386
+ color: rgba(0, 0, 0, 0.85);
387
+ border-color: #d9d9d9;
388
+ background: #fff;
389
+ border-style: dashed;
390
+ }
391
+ .condo-btn-dashed > a:only-child {
392
+ color: currentcolor;
393
+ }
394
+ .condo-btn-dashed > a:only-child::after {
395
+ position: absolute;
396
+ top: 0;
397
+ right: 0;
398
+ bottom: 0;
399
+ left: 0;
400
+ background: transparent;
401
+ content: '';
402
+ }
403
+ .condo-btn-dashed:hover,
404
+ .condo-btn-dashed:focus {
405
+ color: #40a9ff;
406
+ border-color: #40a9ff;
407
+ background: #fff;
408
+ }
409
+ .condo-btn-dashed:hover > a:only-child,
410
+ .condo-btn-dashed:focus > a:only-child {
411
+ color: currentcolor;
412
+ }
413
+ .condo-btn-dashed:hover > a:only-child::after,
414
+ .condo-btn-dashed:focus > a:only-child::after {
415
+ position: absolute;
416
+ top: 0;
417
+ right: 0;
418
+ bottom: 0;
419
+ left: 0;
420
+ background: transparent;
421
+ content: '';
422
+ }
423
+ .condo-btn-dashed:active {
424
+ color: #096dd9;
425
+ border-color: #096dd9;
426
+ background: #fff;
427
+ }
428
+ .condo-btn-dashed:active > a:only-child {
429
+ color: currentcolor;
430
+ }
431
+ .condo-btn-dashed:active > a:only-child::after {
432
+ position: absolute;
433
+ top: 0;
434
+ right: 0;
435
+ bottom: 0;
436
+ left: 0;
437
+ background: transparent;
438
+ content: '';
439
+ }
440
+ .condo-btn-dashed[disabled],
441
+ .condo-btn-dashed[disabled]:hover,
442
+ .condo-btn-dashed[disabled]:focus,
443
+ .condo-btn-dashed[disabled]:active {
444
+ color: rgba(0, 0, 0, 0.25);
445
+ border-color: #d9d9d9;
446
+ background: #f5f5f5;
447
+ text-shadow: none;
448
+ box-shadow: none;
449
+ }
450
+ .condo-btn-dashed[disabled] > a:only-child,
451
+ .condo-btn-dashed[disabled]:hover > a:only-child,
452
+ .condo-btn-dashed[disabled]:focus > a:only-child,
453
+ .condo-btn-dashed[disabled]:active > a:only-child {
454
+ color: currentcolor;
455
+ }
456
+ .condo-btn-dashed[disabled] > a:only-child::after,
457
+ .condo-btn-dashed[disabled]:hover > a:only-child::after,
458
+ .condo-btn-dashed[disabled]:focus > a:only-child::after,
459
+ .condo-btn-dashed[disabled]:active > a:only-child::after {
460
+ position: absolute;
461
+ top: 0;
462
+ right: 0;
463
+ bottom: 0;
464
+ left: 0;
465
+ background: transparent;
466
+ content: '';
467
+ }
468
+ .condo-btn-danger {
469
+ color: #fff;
470
+ border-color: #ff4d4f;
471
+ background: #ff4d4f;
472
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
473
+ box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
474
+ }
475
+ .condo-btn-danger > a:only-child {
476
+ color: currentcolor;
477
+ }
478
+ .condo-btn-danger > a:only-child::after {
479
+ position: absolute;
480
+ top: 0;
481
+ right: 0;
482
+ bottom: 0;
483
+ left: 0;
484
+ background: transparent;
485
+ content: '';
486
+ }
487
+ .condo-btn-danger:hover,
488
+ .condo-btn-danger:focus {
489
+ color: #fff;
490
+ border-color: #ff7875;
491
+ background: #ff7875;
492
+ }
493
+ .condo-btn-danger:hover > a:only-child,
494
+ .condo-btn-danger:focus > a:only-child {
495
+ color: currentcolor;
496
+ }
497
+ .condo-btn-danger:hover > a:only-child::after,
498
+ .condo-btn-danger:focus > a:only-child::after {
499
+ position: absolute;
500
+ top: 0;
501
+ right: 0;
502
+ bottom: 0;
503
+ left: 0;
504
+ background: transparent;
505
+ content: '';
506
+ }
507
+ .condo-btn-danger:active {
508
+ color: #fff;
509
+ border-color: #d9363e;
510
+ background: #d9363e;
511
+ }
512
+ .condo-btn-danger:active > a:only-child {
513
+ color: currentcolor;
514
+ }
515
+ .condo-btn-danger:active > a:only-child::after {
516
+ position: absolute;
517
+ top: 0;
518
+ right: 0;
519
+ bottom: 0;
520
+ left: 0;
521
+ background: transparent;
522
+ content: '';
523
+ }
524
+ .condo-btn-danger[disabled],
525
+ .condo-btn-danger[disabled]:hover,
526
+ .condo-btn-danger[disabled]:focus,
527
+ .condo-btn-danger[disabled]:active {
528
+ color: rgba(0, 0, 0, 0.25);
529
+ border-color: #d9d9d9;
530
+ background: #f5f5f5;
531
+ text-shadow: none;
532
+ box-shadow: none;
533
+ }
534
+ .condo-btn-danger[disabled] > a:only-child,
535
+ .condo-btn-danger[disabled]:hover > a:only-child,
536
+ .condo-btn-danger[disabled]:focus > a:only-child,
537
+ .condo-btn-danger[disabled]:active > a:only-child {
538
+ color: currentcolor;
539
+ }
540
+ .condo-btn-danger[disabled] > a:only-child::after,
541
+ .condo-btn-danger[disabled]:hover > a:only-child::after,
542
+ .condo-btn-danger[disabled]:focus > a:only-child::after,
543
+ .condo-btn-danger[disabled]:active > a:only-child::after {
544
+ position: absolute;
545
+ top: 0;
546
+ right: 0;
547
+ bottom: 0;
548
+ left: 0;
549
+ background: transparent;
550
+ content: '';
551
+ }
552
+ .condo-btn-link {
553
+ color: #1890ff;
554
+ border-color: transparent;
555
+ background: transparent;
556
+ box-shadow: none;
557
+ }
558
+ .condo-btn-link > a:only-child {
559
+ color: currentcolor;
560
+ }
561
+ .condo-btn-link > a:only-child::after {
562
+ position: absolute;
563
+ top: 0;
564
+ right: 0;
565
+ bottom: 0;
566
+ left: 0;
567
+ background: transparent;
568
+ content: '';
569
+ }
570
+ .condo-btn-link:hover,
571
+ .condo-btn-link:focus {
572
+ color: #40a9ff;
573
+ border-color: #40a9ff;
574
+ background: transparent;
575
+ }
576
+ .condo-btn-link:hover > a:only-child,
577
+ .condo-btn-link:focus > a:only-child {
578
+ color: currentcolor;
579
+ }
580
+ .condo-btn-link:hover > a:only-child::after,
581
+ .condo-btn-link:focus > a:only-child::after {
582
+ position: absolute;
583
+ top: 0;
584
+ right: 0;
585
+ bottom: 0;
586
+ left: 0;
587
+ background: transparent;
588
+ content: '';
589
+ }
590
+ .condo-btn-link:active {
591
+ color: #096dd9;
592
+ border-color: #096dd9;
593
+ background: transparent;
594
+ }
595
+ .condo-btn-link:active > a:only-child {
596
+ color: currentcolor;
597
+ }
598
+ .condo-btn-link:active > a:only-child::after {
599
+ position: absolute;
600
+ top: 0;
601
+ right: 0;
602
+ bottom: 0;
603
+ left: 0;
604
+ background: transparent;
605
+ content: '';
606
+ }
607
+ .condo-btn-link[disabled],
608
+ .condo-btn-link[disabled]:hover,
609
+ .condo-btn-link[disabled]:focus,
610
+ .condo-btn-link[disabled]:active {
611
+ color: rgba(0, 0, 0, 0.25);
612
+ border-color: #d9d9d9;
613
+ background: #f5f5f5;
614
+ text-shadow: none;
615
+ box-shadow: none;
616
+ }
617
+ .condo-btn-link[disabled] > a:only-child,
618
+ .condo-btn-link[disabled]:hover > a:only-child,
619
+ .condo-btn-link[disabled]:focus > a:only-child,
620
+ .condo-btn-link[disabled]:active > a:only-child {
621
+ color: currentcolor;
622
+ }
623
+ .condo-btn-link[disabled] > a:only-child::after,
624
+ .condo-btn-link[disabled]:hover > a:only-child::after,
625
+ .condo-btn-link[disabled]:focus > a:only-child::after,
626
+ .condo-btn-link[disabled]:active > a:only-child::after {
627
+ position: absolute;
628
+ top: 0;
629
+ right: 0;
630
+ bottom: 0;
631
+ left: 0;
632
+ background: transparent;
633
+ content: '';
634
+ }
635
+ .condo-btn-link:hover {
636
+ background: transparent;
637
+ }
638
+ .condo-btn-link:hover,
639
+ .condo-btn-link:focus,
640
+ .condo-btn-link:active {
641
+ border-color: transparent;
642
+ }
643
+ .condo-btn-link[disabled],
644
+ .condo-btn-link[disabled]:hover,
645
+ .condo-btn-link[disabled]:focus,
646
+ .condo-btn-link[disabled]:active {
647
+ color: rgba(0, 0, 0, 0.25);
648
+ border-color: transparent;
649
+ background: transparent;
650
+ text-shadow: none;
651
+ box-shadow: none;
652
+ }
653
+ .condo-btn-link[disabled] > a:only-child,
654
+ .condo-btn-link[disabled]:hover > a:only-child,
655
+ .condo-btn-link[disabled]:focus > a:only-child,
656
+ .condo-btn-link[disabled]:active > a:only-child {
657
+ color: currentcolor;
658
+ }
659
+ .condo-btn-link[disabled] > a:only-child::after,
660
+ .condo-btn-link[disabled]:hover > a:only-child::after,
661
+ .condo-btn-link[disabled]:focus > a:only-child::after,
662
+ .condo-btn-link[disabled]:active > a:only-child::after {
663
+ position: absolute;
664
+ top: 0;
665
+ right: 0;
666
+ bottom: 0;
667
+ left: 0;
668
+ background: transparent;
669
+ content: '';
670
+ }
671
+ .condo-btn-text {
672
+ color: rgba(0, 0, 0, 0.85);
673
+ border-color: transparent;
674
+ background: transparent;
675
+ box-shadow: none;
676
+ }
677
+ .condo-btn-text > a:only-child {
678
+ color: currentcolor;
679
+ }
680
+ .condo-btn-text > a:only-child::after {
681
+ position: absolute;
682
+ top: 0;
683
+ right: 0;
684
+ bottom: 0;
685
+ left: 0;
686
+ background: transparent;
687
+ content: '';
688
+ }
689
+ .condo-btn-text:hover,
690
+ .condo-btn-text:focus {
691
+ color: #40a9ff;
692
+ border-color: #40a9ff;
693
+ background: transparent;
694
+ }
695
+ .condo-btn-text:hover > a:only-child,
696
+ .condo-btn-text:focus > a:only-child {
697
+ color: currentcolor;
698
+ }
699
+ .condo-btn-text:hover > a:only-child::after,
700
+ .condo-btn-text:focus > a:only-child::after {
701
+ position: absolute;
702
+ top: 0;
703
+ right: 0;
704
+ bottom: 0;
705
+ left: 0;
706
+ background: transparent;
707
+ content: '';
708
+ }
709
+ .condo-btn-text:active {
710
+ color: #096dd9;
711
+ border-color: #096dd9;
712
+ background: transparent;
713
+ }
714
+ .condo-btn-text:active > a:only-child {
715
+ color: currentcolor;
716
+ }
717
+ .condo-btn-text:active > a:only-child::after {
718
+ position: absolute;
719
+ top: 0;
720
+ right: 0;
721
+ bottom: 0;
722
+ left: 0;
723
+ background: transparent;
724
+ content: '';
725
+ }
726
+ .condo-btn-text[disabled],
727
+ .condo-btn-text[disabled]:hover,
728
+ .condo-btn-text[disabled]:focus,
729
+ .condo-btn-text[disabled]:active {
730
+ color: rgba(0, 0, 0, 0.25);
731
+ border-color: #d9d9d9;
732
+ background: #f5f5f5;
733
+ text-shadow: none;
734
+ box-shadow: none;
735
+ }
736
+ .condo-btn-text[disabled] > a:only-child,
737
+ .condo-btn-text[disabled]:hover > a:only-child,
738
+ .condo-btn-text[disabled]:focus > a:only-child,
739
+ .condo-btn-text[disabled]:active > a:only-child {
740
+ color: currentcolor;
741
+ }
742
+ .condo-btn-text[disabled] > a:only-child::after,
743
+ .condo-btn-text[disabled]:hover > a:only-child::after,
744
+ .condo-btn-text[disabled]:focus > a:only-child::after,
745
+ .condo-btn-text[disabled]:active > a:only-child::after {
746
+ position: absolute;
747
+ top: 0;
748
+ right: 0;
749
+ bottom: 0;
750
+ left: 0;
751
+ background: transparent;
752
+ content: '';
753
+ }
754
+ .condo-btn-text:hover,
755
+ .condo-btn-text:focus {
756
+ color: rgba(0, 0, 0, 0.85);
757
+ background: rgba(0, 0, 0, 0.018);
758
+ border-color: transparent;
759
+ }
760
+ .condo-btn-text:active {
761
+ color: rgba(0, 0, 0, 0.85);
762
+ background: rgba(0, 0, 0, 0.028);
763
+ border-color: transparent;
764
+ }
765
+ .condo-btn-text[disabled],
766
+ .condo-btn-text[disabled]:hover,
767
+ .condo-btn-text[disabled]:focus,
768
+ .condo-btn-text[disabled]:active {
769
+ color: rgba(0, 0, 0, 0.25);
770
+ border-color: transparent;
771
+ background: transparent;
772
+ text-shadow: none;
773
+ box-shadow: none;
774
+ }
775
+ .condo-btn-text[disabled] > a:only-child,
776
+ .condo-btn-text[disabled]:hover > a:only-child,
777
+ .condo-btn-text[disabled]:focus > a:only-child,
778
+ .condo-btn-text[disabled]:active > a:only-child {
779
+ color: currentcolor;
780
+ }
781
+ .condo-btn-text[disabled] > a:only-child::after,
782
+ .condo-btn-text[disabled]:hover > a:only-child::after,
783
+ .condo-btn-text[disabled]:focus > a:only-child::after,
784
+ .condo-btn-text[disabled]:active > a:only-child::after {
785
+ position: absolute;
786
+ top: 0;
787
+ right: 0;
788
+ bottom: 0;
789
+ left: 0;
790
+ background: transparent;
791
+ content: '';
792
+ }
793
+ .condo-btn-dangerous {
794
+ color: #ff4d4f;
795
+ border-color: #ff4d4f;
796
+ background: #fff;
797
+ }
798
+ .condo-btn-dangerous > a:only-child {
799
+ color: currentcolor;
800
+ }
801
+ .condo-btn-dangerous > a:only-child::after {
802
+ position: absolute;
803
+ top: 0;
804
+ right: 0;
805
+ bottom: 0;
806
+ left: 0;
807
+ background: transparent;
808
+ content: '';
809
+ }
810
+ .condo-btn-dangerous:hover,
811
+ .condo-btn-dangerous:focus {
812
+ color: #ff7875;
813
+ border-color: #ff7875;
814
+ background: #fff;
815
+ }
816
+ .condo-btn-dangerous:hover > a:only-child,
817
+ .condo-btn-dangerous:focus > a:only-child {
818
+ color: currentcolor;
819
+ }
820
+ .condo-btn-dangerous:hover > a:only-child::after,
821
+ .condo-btn-dangerous:focus > a:only-child::after {
822
+ position: absolute;
823
+ top: 0;
824
+ right: 0;
825
+ bottom: 0;
826
+ left: 0;
827
+ background: transparent;
828
+ content: '';
829
+ }
830
+ .condo-btn-dangerous:active {
831
+ color: #d9363e;
832
+ border-color: #d9363e;
833
+ background: #fff;
834
+ }
835
+ .condo-btn-dangerous:active > a:only-child {
836
+ color: currentcolor;
837
+ }
838
+ .condo-btn-dangerous:active > a:only-child::after {
839
+ position: absolute;
840
+ top: 0;
841
+ right: 0;
842
+ bottom: 0;
843
+ left: 0;
844
+ background: transparent;
845
+ content: '';
846
+ }
847
+ .condo-btn-dangerous[disabled],
848
+ .condo-btn-dangerous[disabled]:hover,
849
+ .condo-btn-dangerous[disabled]:focus,
850
+ .condo-btn-dangerous[disabled]:active {
851
+ color: rgba(0, 0, 0, 0.25);
852
+ border-color: #d9d9d9;
853
+ background: #f5f5f5;
854
+ text-shadow: none;
855
+ box-shadow: none;
856
+ }
857
+ .condo-btn-dangerous[disabled] > a:only-child,
858
+ .condo-btn-dangerous[disabled]:hover > a:only-child,
859
+ .condo-btn-dangerous[disabled]:focus > a:only-child,
860
+ .condo-btn-dangerous[disabled]:active > a:only-child {
861
+ color: currentcolor;
862
+ }
863
+ .condo-btn-dangerous[disabled] > a:only-child::after,
864
+ .condo-btn-dangerous[disabled]:hover > a:only-child::after,
865
+ .condo-btn-dangerous[disabled]:focus > a:only-child::after,
866
+ .condo-btn-dangerous[disabled]:active > a:only-child::after {
867
+ position: absolute;
868
+ top: 0;
869
+ right: 0;
870
+ bottom: 0;
871
+ left: 0;
872
+ background: transparent;
873
+ content: '';
874
+ }
875
+ .condo-btn-dangerous.condo-btn-primary {
876
+ color: #fff;
877
+ border-color: #ff4d4f;
878
+ background: #ff4d4f;
879
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
880
+ box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
881
+ }
882
+ .condo-btn-dangerous.condo-btn-primary > a:only-child {
883
+ color: currentcolor;
884
+ }
885
+ .condo-btn-dangerous.condo-btn-primary > a:only-child::after {
886
+ position: absolute;
887
+ top: 0;
888
+ right: 0;
889
+ bottom: 0;
890
+ left: 0;
891
+ background: transparent;
892
+ content: '';
893
+ }
894
+ .condo-btn-dangerous.condo-btn-primary:hover,
895
+ .condo-btn-dangerous.condo-btn-primary:focus {
896
+ color: #fff;
897
+ border-color: #ff7875;
898
+ background: #ff7875;
899
+ }
900
+ .condo-btn-dangerous.condo-btn-primary:hover > a:only-child,
901
+ .condo-btn-dangerous.condo-btn-primary:focus > a:only-child {
902
+ color: currentcolor;
903
+ }
904
+ .condo-btn-dangerous.condo-btn-primary:hover > a:only-child::after,
905
+ .condo-btn-dangerous.condo-btn-primary:focus > a:only-child::after {
906
+ position: absolute;
907
+ top: 0;
908
+ right: 0;
909
+ bottom: 0;
910
+ left: 0;
911
+ background: transparent;
912
+ content: '';
913
+ }
914
+ .condo-btn-dangerous.condo-btn-primary:active {
915
+ color: #fff;
916
+ border-color: #d9363e;
917
+ background: #d9363e;
918
+ }
919
+ .condo-btn-dangerous.condo-btn-primary:active > a:only-child {
920
+ color: currentcolor;
921
+ }
922
+ .condo-btn-dangerous.condo-btn-primary:active > a:only-child::after {
923
+ position: absolute;
924
+ top: 0;
925
+ right: 0;
926
+ bottom: 0;
927
+ left: 0;
928
+ background: transparent;
929
+ content: '';
930
+ }
931
+ .condo-btn-dangerous.condo-btn-primary[disabled],
932
+ .condo-btn-dangerous.condo-btn-primary[disabled]:hover,
933
+ .condo-btn-dangerous.condo-btn-primary[disabled]:focus,
934
+ .condo-btn-dangerous.condo-btn-primary[disabled]:active {
935
+ color: rgba(0, 0, 0, 0.25);
936
+ border-color: #d9d9d9;
937
+ background: #f5f5f5;
938
+ text-shadow: none;
939
+ box-shadow: none;
940
+ }
941
+ .condo-btn-dangerous.condo-btn-primary[disabled] > a:only-child,
942
+ .condo-btn-dangerous.condo-btn-primary[disabled]:hover > a:only-child,
943
+ .condo-btn-dangerous.condo-btn-primary[disabled]:focus > a:only-child,
944
+ .condo-btn-dangerous.condo-btn-primary[disabled]:active > a:only-child {
945
+ color: currentcolor;
946
+ }
947
+ .condo-btn-dangerous.condo-btn-primary[disabled] > a:only-child::after,
948
+ .condo-btn-dangerous.condo-btn-primary[disabled]:hover > a:only-child::after,
949
+ .condo-btn-dangerous.condo-btn-primary[disabled]:focus > a:only-child::after,
950
+ .condo-btn-dangerous.condo-btn-primary[disabled]:active > a:only-child::after {
951
+ position: absolute;
952
+ top: 0;
953
+ right: 0;
954
+ bottom: 0;
955
+ left: 0;
956
+ background: transparent;
957
+ content: '';
958
+ }
959
+ .condo-btn-dangerous.condo-btn-link {
960
+ color: #ff4d4f;
961
+ border-color: transparent;
962
+ background: transparent;
963
+ box-shadow: none;
964
+ }
965
+ .condo-btn-dangerous.condo-btn-link > a:only-child {
966
+ color: currentcolor;
967
+ }
968
+ .condo-btn-dangerous.condo-btn-link > a:only-child::after {
969
+ position: absolute;
970
+ top: 0;
971
+ right: 0;
972
+ bottom: 0;
973
+ left: 0;
974
+ background: transparent;
975
+ content: '';
976
+ }
977
+ .condo-btn-dangerous.condo-btn-link:hover,
978
+ .condo-btn-dangerous.condo-btn-link:focus {
979
+ color: #40a9ff;
980
+ border-color: #40a9ff;
981
+ background: transparent;
982
+ }
983
+ .condo-btn-dangerous.condo-btn-link:hover > a:only-child,
984
+ .condo-btn-dangerous.condo-btn-link:focus > a:only-child {
985
+ color: currentcolor;
986
+ }
987
+ .condo-btn-dangerous.condo-btn-link:hover > a:only-child::after,
988
+ .condo-btn-dangerous.condo-btn-link:focus > a:only-child::after {
989
+ position: absolute;
990
+ top: 0;
991
+ right: 0;
992
+ bottom: 0;
993
+ left: 0;
994
+ background: transparent;
995
+ content: '';
996
+ }
997
+ .condo-btn-dangerous.condo-btn-link:active {
998
+ color: #096dd9;
999
+ border-color: #096dd9;
1000
+ background: transparent;
1001
+ }
1002
+ .condo-btn-dangerous.condo-btn-link:active > a:only-child {
1003
+ color: currentcolor;
1004
+ }
1005
+ .condo-btn-dangerous.condo-btn-link:active > a:only-child::after {
1006
+ position: absolute;
1007
+ top: 0;
1008
+ right: 0;
1009
+ bottom: 0;
1010
+ left: 0;
1011
+ background: transparent;
1012
+ content: '';
1013
+ }
1014
+ .condo-btn-dangerous.condo-btn-link[disabled],
1015
+ .condo-btn-dangerous.condo-btn-link[disabled]:hover,
1016
+ .condo-btn-dangerous.condo-btn-link[disabled]:focus,
1017
+ .condo-btn-dangerous.condo-btn-link[disabled]:active {
1018
+ color: rgba(0, 0, 0, 0.25);
1019
+ border-color: #d9d9d9;
1020
+ background: #f5f5f5;
1021
+ text-shadow: none;
1022
+ box-shadow: none;
1023
+ }
1024
+ .condo-btn-dangerous.condo-btn-link[disabled] > a:only-child,
1025
+ .condo-btn-dangerous.condo-btn-link[disabled]:hover > a:only-child,
1026
+ .condo-btn-dangerous.condo-btn-link[disabled]:focus > a:only-child,
1027
+ .condo-btn-dangerous.condo-btn-link[disabled]:active > a:only-child {
1028
+ color: currentcolor;
1029
+ }
1030
+ .condo-btn-dangerous.condo-btn-link[disabled] > a:only-child::after,
1031
+ .condo-btn-dangerous.condo-btn-link[disabled]:hover > a:only-child::after,
1032
+ .condo-btn-dangerous.condo-btn-link[disabled]:focus > a:only-child::after,
1033
+ .condo-btn-dangerous.condo-btn-link[disabled]:active > a:only-child::after {
1034
+ position: absolute;
1035
+ top: 0;
1036
+ right: 0;
1037
+ bottom: 0;
1038
+ left: 0;
1039
+ background: transparent;
1040
+ content: '';
1041
+ }
1042
+ .condo-btn-dangerous.condo-btn-link:hover,
1043
+ .condo-btn-dangerous.condo-btn-link:focus {
1044
+ color: #ff7875;
1045
+ border-color: transparent;
1046
+ background: transparent;
1047
+ }
1048
+ .condo-btn-dangerous.condo-btn-link:hover > a:only-child,
1049
+ .condo-btn-dangerous.condo-btn-link:focus > a:only-child {
1050
+ color: currentcolor;
1051
+ }
1052
+ .condo-btn-dangerous.condo-btn-link:hover > a:only-child::after,
1053
+ .condo-btn-dangerous.condo-btn-link:focus > a:only-child::after {
1054
+ position: absolute;
1055
+ top: 0;
1056
+ right: 0;
1057
+ bottom: 0;
1058
+ left: 0;
1059
+ background: transparent;
1060
+ content: '';
1061
+ }
1062
+ .condo-btn-dangerous.condo-btn-link:active {
1063
+ color: #d9363e;
1064
+ border-color: transparent;
1065
+ background: transparent;
1066
+ }
1067
+ .condo-btn-dangerous.condo-btn-link:active > a:only-child {
1068
+ color: currentcolor;
1069
+ }
1070
+ .condo-btn-dangerous.condo-btn-link:active > a:only-child::after {
1071
+ position: absolute;
1072
+ top: 0;
1073
+ right: 0;
1074
+ bottom: 0;
1075
+ left: 0;
1076
+ background: transparent;
1077
+ content: '';
1078
+ }
1079
+ .condo-btn-dangerous.condo-btn-link[disabled],
1080
+ .condo-btn-dangerous.condo-btn-link[disabled]:hover,
1081
+ .condo-btn-dangerous.condo-btn-link[disabled]:focus,
1082
+ .condo-btn-dangerous.condo-btn-link[disabled]:active {
1083
+ color: rgba(0, 0, 0, 0.25);
1084
+ border-color: transparent;
1085
+ background: transparent;
1086
+ text-shadow: none;
1087
+ box-shadow: none;
1088
+ }
1089
+ .condo-btn-dangerous.condo-btn-link[disabled] > a:only-child,
1090
+ .condo-btn-dangerous.condo-btn-link[disabled]:hover > a:only-child,
1091
+ .condo-btn-dangerous.condo-btn-link[disabled]:focus > a:only-child,
1092
+ .condo-btn-dangerous.condo-btn-link[disabled]:active > a:only-child {
1093
+ color: currentcolor;
1094
+ }
1095
+ .condo-btn-dangerous.condo-btn-link[disabled] > a:only-child::after,
1096
+ .condo-btn-dangerous.condo-btn-link[disabled]:hover > a:only-child::after,
1097
+ .condo-btn-dangerous.condo-btn-link[disabled]:focus > a:only-child::after,
1098
+ .condo-btn-dangerous.condo-btn-link[disabled]:active > a:only-child::after {
1099
+ position: absolute;
1100
+ top: 0;
1101
+ right: 0;
1102
+ bottom: 0;
1103
+ left: 0;
1104
+ background: transparent;
1105
+ content: '';
1106
+ }
1107
+ .condo-btn-dangerous.condo-btn-text {
1108
+ color: #ff4d4f;
1109
+ border-color: transparent;
1110
+ background: transparent;
1111
+ box-shadow: none;
1112
+ }
1113
+ .condo-btn-dangerous.condo-btn-text > a:only-child {
1114
+ color: currentcolor;
1115
+ }
1116
+ .condo-btn-dangerous.condo-btn-text > a:only-child::after {
1117
+ position: absolute;
1118
+ top: 0;
1119
+ right: 0;
1120
+ bottom: 0;
1121
+ left: 0;
1122
+ background: transparent;
1123
+ content: '';
1124
+ }
1125
+ .condo-btn-dangerous.condo-btn-text:hover,
1126
+ .condo-btn-dangerous.condo-btn-text:focus {
1127
+ color: #40a9ff;
1128
+ border-color: #40a9ff;
1129
+ background: transparent;
1130
+ }
1131
+ .condo-btn-dangerous.condo-btn-text:hover > a:only-child,
1132
+ .condo-btn-dangerous.condo-btn-text:focus > a:only-child {
1133
+ color: currentcolor;
1134
+ }
1135
+ .condo-btn-dangerous.condo-btn-text:hover > a:only-child::after,
1136
+ .condo-btn-dangerous.condo-btn-text:focus > a:only-child::after {
1137
+ position: absolute;
1138
+ top: 0;
1139
+ right: 0;
1140
+ bottom: 0;
1141
+ left: 0;
1142
+ background: transparent;
1143
+ content: '';
1144
+ }
1145
+ .condo-btn-dangerous.condo-btn-text:active {
1146
+ color: #096dd9;
1147
+ border-color: #096dd9;
1148
+ background: transparent;
1149
+ }
1150
+ .condo-btn-dangerous.condo-btn-text:active > a:only-child {
1151
+ color: currentcolor;
1152
+ }
1153
+ .condo-btn-dangerous.condo-btn-text:active > a:only-child::after {
1154
+ position: absolute;
1155
+ top: 0;
1156
+ right: 0;
1157
+ bottom: 0;
1158
+ left: 0;
1159
+ background: transparent;
1160
+ content: '';
1161
+ }
1162
+ .condo-btn-dangerous.condo-btn-text[disabled],
1163
+ .condo-btn-dangerous.condo-btn-text[disabled]:hover,
1164
+ .condo-btn-dangerous.condo-btn-text[disabled]:focus,
1165
+ .condo-btn-dangerous.condo-btn-text[disabled]:active {
1166
+ color: rgba(0, 0, 0, 0.25);
1167
+ border-color: #d9d9d9;
1168
+ background: #f5f5f5;
1169
+ text-shadow: none;
1170
+ box-shadow: none;
1171
+ }
1172
+ .condo-btn-dangerous.condo-btn-text[disabled] > a:only-child,
1173
+ .condo-btn-dangerous.condo-btn-text[disabled]:hover > a:only-child,
1174
+ .condo-btn-dangerous.condo-btn-text[disabled]:focus > a:only-child,
1175
+ .condo-btn-dangerous.condo-btn-text[disabled]:active > a:only-child {
1176
+ color: currentcolor;
1177
+ }
1178
+ .condo-btn-dangerous.condo-btn-text[disabled] > a:only-child::after,
1179
+ .condo-btn-dangerous.condo-btn-text[disabled]:hover > a:only-child::after,
1180
+ .condo-btn-dangerous.condo-btn-text[disabled]:focus > a:only-child::after,
1181
+ .condo-btn-dangerous.condo-btn-text[disabled]:active > a:only-child::after {
1182
+ position: absolute;
1183
+ top: 0;
1184
+ right: 0;
1185
+ bottom: 0;
1186
+ left: 0;
1187
+ background: transparent;
1188
+ content: '';
1189
+ }
1190
+ .condo-btn-dangerous.condo-btn-text:hover,
1191
+ .condo-btn-dangerous.condo-btn-text:focus {
1192
+ color: #ff7875;
1193
+ border-color: transparent;
1194
+ background: rgba(0, 0, 0, 0.018);
1195
+ }
1196
+ .condo-btn-dangerous.condo-btn-text:hover > a:only-child,
1197
+ .condo-btn-dangerous.condo-btn-text:focus > a:only-child {
1198
+ color: currentcolor;
1199
+ }
1200
+ .condo-btn-dangerous.condo-btn-text:hover > a:only-child::after,
1201
+ .condo-btn-dangerous.condo-btn-text:focus > a:only-child::after {
1202
+ position: absolute;
1203
+ top: 0;
1204
+ right: 0;
1205
+ bottom: 0;
1206
+ left: 0;
1207
+ background: transparent;
1208
+ content: '';
1209
+ }
1210
+ .condo-btn-dangerous.condo-btn-text:active {
1211
+ color: #d9363e;
1212
+ border-color: transparent;
1213
+ background: rgba(0, 0, 0, 0.028);
1214
+ }
1215
+ .condo-btn-dangerous.condo-btn-text:active > a:only-child {
1216
+ color: currentcolor;
1217
+ }
1218
+ .condo-btn-dangerous.condo-btn-text:active > a:only-child::after {
1219
+ position: absolute;
1220
+ top: 0;
1221
+ right: 0;
1222
+ bottom: 0;
1223
+ left: 0;
1224
+ background: transparent;
1225
+ content: '';
1226
+ }
1227
+ .condo-btn-dangerous.condo-btn-text[disabled],
1228
+ .condo-btn-dangerous.condo-btn-text[disabled]:hover,
1229
+ .condo-btn-dangerous.condo-btn-text[disabled]:focus,
1230
+ .condo-btn-dangerous.condo-btn-text[disabled]:active {
1231
+ color: rgba(0, 0, 0, 0.25);
1232
+ border-color: transparent;
1233
+ background: transparent;
1234
+ text-shadow: none;
1235
+ box-shadow: none;
1236
+ }
1237
+ .condo-btn-dangerous.condo-btn-text[disabled] > a:only-child,
1238
+ .condo-btn-dangerous.condo-btn-text[disabled]:hover > a:only-child,
1239
+ .condo-btn-dangerous.condo-btn-text[disabled]:focus > a:only-child,
1240
+ .condo-btn-dangerous.condo-btn-text[disabled]:active > a:only-child {
1241
+ color: currentcolor;
1242
+ }
1243
+ .condo-btn-dangerous.condo-btn-text[disabled] > a:only-child::after,
1244
+ .condo-btn-dangerous.condo-btn-text[disabled]:hover > a:only-child::after,
1245
+ .condo-btn-dangerous.condo-btn-text[disabled]:focus > a:only-child::after,
1246
+ .condo-btn-dangerous.condo-btn-text[disabled]:active > a:only-child::after {
1247
+ position: absolute;
1248
+ top: 0;
1249
+ right: 0;
1250
+ bottom: 0;
1251
+ left: 0;
1252
+ background: transparent;
1253
+ content: '';
1254
+ }
1255
+ .condo-btn-icon-only {
1256
+ width: 32px;
1257
+ height: 32px;
1258
+ padding: 2.4px 0;
1259
+ font-size: 16px;
1260
+ border-radius: 2px;
1261
+ vertical-align: -3px;
1262
+ }
1263
+ .condo-btn-icon-only > * {
1264
+ font-size: 16px;
1265
+ }
1266
+ .condo-btn-icon-only.condo-btn-lg {
1267
+ width: 40px;
1268
+ height: 40px;
1269
+ padding: 4.9px 0;
1270
+ font-size: 18px;
1271
+ border-radius: 2px;
1272
+ }
1273
+ .condo-btn-icon-only.condo-btn-lg > * {
1274
+ font-size: 18px;
1275
+ }
1276
+ .condo-btn-icon-only.condo-btn-sm {
1277
+ width: 24px;
1278
+ height: 24px;
1279
+ padding: 0px 0;
1280
+ font-size: 14px;
1281
+ border-radius: 2px;
1282
+ }
1283
+ .condo-btn-icon-only.condo-btn-sm > * {
1284
+ font-size: 14px;
1285
+ }
1286
+ .condo-btn-icon-only > .anticon {
1287
+ display: flex;
1288
+ justify-content: center;
1289
+ }
1290
+ .condo-btn-icon-only .anticon-loading {
1291
+ padding: 0 !important;
1292
+ }
1293
+ a.condo-btn-icon-only {
1294
+ vertical-align: -1px;
1295
+ }
1296
+ a.condo-btn-icon-only > .anticon {
1297
+ display: inline;
1298
+ }
1299
+ .condo-btn-round {
1300
+ height: 32px;
1301
+ padding: 4px 16px;
1302
+ font-size: 14px;
1303
+ border-radius: 32px;
1304
+ }
1305
+ .condo-btn-round.condo-btn-lg {
1306
+ height: 40px;
1307
+ padding: 6.4px 20px;
1308
+ font-size: 16px;
1309
+ border-radius: 40px;
1310
+ }
1311
+ .condo-btn-round.condo-btn-sm {
1312
+ height: 24px;
1313
+ padding: 0px 12px;
1314
+ font-size: 14px;
1315
+ border-radius: 24px;
1316
+ }
1317
+ .condo-btn-round.condo-btn-icon-only {
1318
+ width: auto;
1319
+ }
1320
+ .condo-btn-circle {
1321
+ min-width: 32px;
1322
+ padding-right: 0;
1323
+ padding-left: 0;
1324
+ text-align: center;
1325
+ border-radius: 50%;
1326
+ }
1327
+ .condo-btn-circle.condo-btn-lg {
1328
+ min-width: 40px;
1329
+ border-radius: 50%;
1330
+ }
1331
+ .condo-btn-circle.condo-btn-sm {
1332
+ min-width: 24px;
1333
+ border-radius: 50%;
1334
+ }
1335
+ .condo-btn::before {
1336
+ position: absolute;
1337
+ top: -1px;
1338
+ right: -1px;
1339
+ bottom: -1px;
1340
+ left: -1px;
1341
+ z-index: 1;
1342
+ display: none;
1343
+ background: #fff;
1344
+ border-radius: inherit;
1345
+ opacity: 0.35;
1346
+ transition: opacity 0.2s;
1347
+ content: '';
1348
+ pointer-events: none;
1349
+ }
1350
+ .condo-btn .anticon {
1351
+ transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
1352
+ }
1353
+ .condo-btn .anticon.anticon-plus > svg,
1354
+ .condo-btn .anticon.anticon-minus > svg {
1355
+ shape-rendering: optimizespeed;
1356
+ }
1357
+ .condo-btn.condo-btn-loading {
1358
+ position: relative;
1359
+ cursor: default;
1360
+ }
1361
+ .condo-btn.condo-btn-loading::before {
1362
+ display: block;
1363
+ }
1364
+ .condo-btn > .condo-btn-loading-icon {
1365
+ 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);
1366
+ }
1367
+ .condo-btn > .condo-btn-loading-icon .anticon {
1368
+ padding-right: 8px;
1369
+ -webkit-animation: none;
1370
+ animation: none;
1371
+ }
1372
+ .condo-btn > .condo-btn-loading-icon .anticon svg {
1373
+ -webkit-animation: loadingCircle 1s infinite linear;
1374
+ animation: loadingCircle 1s infinite linear;
1375
+ }
1376
+ .condo-btn-group {
1377
+ position: relative;
1378
+ display: inline-flex;
1379
+ }
1380
+ .condo-btn-group > .condo-btn,
1381
+ .condo-btn-group > span > .condo-btn {
1382
+ position: relative;
1383
+ }
1384
+ .condo-btn-group > .condo-btn:hover,
1385
+ .condo-btn-group > span > .condo-btn:hover,
1386
+ .condo-btn-group > .condo-btn:focus,
1387
+ .condo-btn-group > span > .condo-btn:focus,
1388
+ .condo-btn-group > .condo-btn:active,
1389
+ .condo-btn-group > span > .condo-btn:active {
1390
+ z-index: 2;
1391
+ }
1392
+ .condo-btn-group > .condo-btn[disabled],
1393
+ .condo-btn-group > span > .condo-btn[disabled] {
1394
+ z-index: 0;
1395
+ }
1396
+ .condo-btn-group .condo-btn-icon-only {
1397
+ font-size: 14px;
1398
+ }
1399
+ .condo-btn-group .condo-btn + .condo-btn,
1400
+ .condo-btn + .condo-btn-group,
1401
+ .condo-btn-group span + .condo-btn,
1402
+ .condo-btn-group .condo-btn + span,
1403
+ .condo-btn-group > span + span,
1404
+ .condo-btn-group + .condo-btn,
1405
+ .condo-btn-group + .condo-btn-group {
1406
+ margin-left: -1px;
1407
+ }
1408
+ .condo-btn-group .condo-btn-primary + .condo-btn:not(.condo-btn-primary):not([disabled]) {
1409
+ border-left-color: transparent;
1410
+ }
1411
+ .condo-btn-group .condo-btn {
1412
+ border-radius: 0;
1413
+ }
1414
+ .condo-btn-group > .condo-btn:first-child,
1415
+ .condo-btn-group > span:first-child > .condo-btn {
1416
+ margin-left: 0;
1417
+ }
1418
+ .condo-btn-group > .condo-btn:only-child {
1419
+ border-radius: 2px;
1420
+ }
1421
+ .condo-btn-group > span:only-child > .condo-btn {
1422
+ border-radius: 2px;
1423
+ }
1424
+ .condo-btn-group > .condo-btn:first-child:not(:last-child),
1425
+ .condo-btn-group > span:first-child:not(:last-child) > .condo-btn {
1426
+ border-top-left-radius: 2px;
1427
+ border-bottom-left-radius: 2px;
1428
+ }
1429
+ .condo-btn-group > .condo-btn:last-child:not(:first-child),
1430
+ .condo-btn-group > span:last-child:not(:first-child) > .condo-btn {
1431
+ border-top-right-radius: 2px;
1432
+ border-bottom-right-radius: 2px;
1433
+ }
1434
+ .condo-btn-group-sm > .condo-btn:only-child {
1435
+ border-radius: 2px;
1436
+ }
1437
+ .condo-btn-group-sm > span:only-child > .condo-btn {
1438
+ border-radius: 2px;
1439
+ }
1440
+ .condo-btn-group-sm > .condo-btn:first-child:not(:last-child),
1441
+ .condo-btn-group-sm > span:first-child:not(:last-child) > .condo-btn {
1442
+ border-top-left-radius: 2px;
1443
+ border-bottom-left-radius: 2px;
1444
+ }
1445
+ .condo-btn-group-sm > .condo-btn:last-child:not(:first-child),
1446
+ .condo-btn-group-sm > span:last-child:not(:first-child) > .condo-btn {
1447
+ border-top-right-radius: 2px;
1448
+ border-bottom-right-radius: 2px;
1449
+ }
1450
+ .condo-btn-group > .condo-btn-group {
1451
+ float: left;
1452
+ }
1453
+ .condo-btn-group > .condo-btn-group:not(:first-child):not(:last-child) > .condo-btn {
1454
+ border-radius: 0;
1455
+ }
1456
+ .condo-btn-group > .condo-btn-group:first-child:not(:last-child) > .condo-btn:last-child {
1457
+ padding-right: 8px;
1458
+ border-top-right-radius: 0;
1459
+ border-bottom-right-radius: 0;
1460
+ }
1461
+ .condo-btn-group > .condo-btn-group:last-child:not(:first-child) > .condo-btn:first-child {
1462
+ padding-left: 8px;
1463
+ border-top-left-radius: 0;
1464
+ border-bottom-left-radius: 0;
1465
+ }
1466
+ .condo-btn-rtl.condo-btn-group .condo-btn + .condo-btn,
1467
+ .condo-btn-rtl.condo-btn + .condo-btn-group,
1468
+ .condo-btn-rtl.condo-btn-group span + .condo-btn,
1469
+ .condo-btn-rtl.condo-btn-group .condo-btn + span,
1470
+ .condo-btn-rtl.condo-btn-group > span + span,
1471
+ .condo-btn-rtl.condo-btn-group + .condo-btn,
1472
+ .condo-btn-rtl.condo-btn-group + .condo-btn-group,
1473
+ .condo-btn-group-rtl.condo-btn-group .condo-btn + .condo-btn,
1474
+ .condo-btn-group-rtl.condo-btn + .condo-btn-group,
1475
+ .condo-btn-group-rtl.condo-btn-group span + .condo-btn,
1476
+ .condo-btn-group-rtl.condo-btn-group .condo-btn + span,
1477
+ .condo-btn-group-rtl.condo-btn-group > span + span,
1478
+ .condo-btn-group-rtl.condo-btn-group + .condo-btn,
1479
+ .condo-btn-group-rtl.condo-btn-group + .condo-btn-group {
1480
+ margin-right: -1px;
1481
+ margin-left: auto;
1482
+ }
1483
+ .condo-btn-group.condo-btn-group-rtl {
1484
+ direction: rtl;
1485
+ }
1486
+ .condo-btn-group-rtl.condo-btn-group > .condo-btn:first-child:not(:last-child),
1487
+ .condo-btn-group-rtl.condo-btn-group > span:first-child:not(:last-child) > .condo-btn {
1488
+ border-radius: 0 2px 2px 0;
1489
+ }
1490
+ .condo-btn-group-rtl.condo-btn-group > .condo-btn:last-child:not(:first-child),
1491
+ .condo-btn-group-rtl.condo-btn-group > span:last-child:not(:first-child) > .condo-btn {
1492
+ border-radius: 2px 0 0 2px;
1493
+ }
1494
+ .condo-btn-group-rtl.condo-btn-group-sm > .condo-btn:first-child:not(:last-child),
1495
+ .condo-btn-group-rtl.condo-btn-group-sm > span:first-child:not(:last-child) > .condo-btn {
1496
+ border-radius: 0 2px 2px 0;
1497
+ }
1498
+ .condo-btn-group-rtl.condo-btn-group-sm > .condo-btn:last-child:not(:first-child),
1499
+ .condo-btn-group-rtl.condo-btn-group-sm > span:last-child:not(:first-child) > .condo-btn {
1500
+ border-radius: 2px 0 0 2px;
1501
+ }
1502
+ .condo-btn:focus > span,
1503
+ .condo-btn:active > span {
1504
+ position: relative;
1505
+ }
1506
+ .condo-btn > .anticon + span,
1507
+ .condo-btn > span + .anticon {
1508
+ margin-left: 8px;
1509
+ }
1510
+ .condo-btn.condo-btn-background-ghost {
1511
+ color: #fff;
1512
+ border-color: #fff;
1513
+ }
1514
+ .condo-btn.condo-btn-background-ghost,
1515
+ .condo-btn.condo-btn-background-ghost:hover,
1516
+ .condo-btn.condo-btn-background-ghost:active,
1517
+ .condo-btn.condo-btn-background-ghost:focus {
1518
+ background: transparent;
1519
+ }
1520
+ .condo-btn.condo-btn-background-ghost:hover,
1521
+ .condo-btn.condo-btn-background-ghost:focus {
1522
+ color: #40a9ff;
1523
+ border-color: #40a9ff;
1524
+ }
1525
+ .condo-btn.condo-btn-background-ghost:active {
1526
+ color: #096dd9;
1527
+ border-color: #096dd9;
1528
+ }
1529
+ .condo-btn.condo-btn-background-ghost[disabled] {
1530
+ color: rgba(0, 0, 0, 0.25);
1531
+ background: transparent;
1532
+ border-color: #d9d9d9;
1533
+ }
1534
+ .condo-btn-background-ghost.condo-btn-primary {
1535
+ color: #1890ff;
1536
+ border-color: #1890ff;
1537
+ text-shadow: none;
1538
+ }
1539
+ .condo-btn-background-ghost.condo-btn-primary > a:only-child {
1540
+ color: currentcolor;
1541
+ }
1542
+ .condo-btn-background-ghost.condo-btn-primary > a:only-child::after {
1543
+ position: absolute;
1544
+ top: 0;
1545
+ right: 0;
1546
+ bottom: 0;
1547
+ left: 0;
1548
+ background: transparent;
1549
+ content: '';
1550
+ }
1551
+ .condo-btn-background-ghost.condo-btn-primary:hover,
1552
+ .condo-btn-background-ghost.condo-btn-primary:focus {
1553
+ color: #40a9ff;
1554
+ border-color: #40a9ff;
1555
+ }
1556
+ .condo-btn-background-ghost.condo-btn-primary:hover > a:only-child,
1557
+ .condo-btn-background-ghost.condo-btn-primary:focus > a:only-child {
1558
+ color: currentcolor;
1559
+ }
1560
+ .condo-btn-background-ghost.condo-btn-primary:hover > a:only-child::after,
1561
+ .condo-btn-background-ghost.condo-btn-primary:focus > a:only-child::after {
1562
+ position: absolute;
1563
+ top: 0;
1564
+ right: 0;
1565
+ bottom: 0;
1566
+ left: 0;
1567
+ background: transparent;
1568
+ content: '';
1569
+ }
1570
+ .condo-btn-background-ghost.condo-btn-primary:active {
1571
+ color: #096dd9;
1572
+ border-color: #096dd9;
1573
+ }
1574
+ .condo-btn-background-ghost.condo-btn-primary:active > a:only-child {
1575
+ color: currentcolor;
1576
+ }
1577
+ .condo-btn-background-ghost.condo-btn-primary:active > a:only-child::after {
1578
+ position: absolute;
1579
+ top: 0;
1580
+ right: 0;
1581
+ bottom: 0;
1582
+ left: 0;
1583
+ background: transparent;
1584
+ content: '';
1585
+ }
1586
+ .condo-btn-background-ghost.condo-btn-primary[disabled],
1587
+ .condo-btn-background-ghost.condo-btn-primary[disabled]:hover,
1588
+ .condo-btn-background-ghost.condo-btn-primary[disabled]:focus,
1589
+ .condo-btn-background-ghost.condo-btn-primary[disabled]:active {
1590
+ color: rgba(0, 0, 0, 0.25);
1591
+ border-color: #d9d9d9;
1592
+ background: #f5f5f5;
1593
+ text-shadow: none;
1594
+ box-shadow: none;
1595
+ }
1596
+ .condo-btn-background-ghost.condo-btn-primary[disabled] > a:only-child,
1597
+ .condo-btn-background-ghost.condo-btn-primary[disabled]:hover > a:only-child,
1598
+ .condo-btn-background-ghost.condo-btn-primary[disabled]:focus > a:only-child,
1599
+ .condo-btn-background-ghost.condo-btn-primary[disabled]:active > a:only-child {
1600
+ color: currentcolor;
1601
+ }
1602
+ .condo-btn-background-ghost.condo-btn-primary[disabled] > a:only-child::after,
1603
+ .condo-btn-background-ghost.condo-btn-primary[disabled]:hover > a:only-child::after,
1604
+ .condo-btn-background-ghost.condo-btn-primary[disabled]:focus > a:only-child::after,
1605
+ .condo-btn-background-ghost.condo-btn-primary[disabled]:active > a:only-child::after {
1606
+ position: absolute;
1607
+ top: 0;
1608
+ right: 0;
1609
+ bottom: 0;
1610
+ left: 0;
1611
+ background: transparent;
1612
+ content: '';
1613
+ }
1614
+ .condo-btn-background-ghost.condo-btn-danger {
1615
+ color: #ff4d4f;
1616
+ border-color: #ff4d4f;
1617
+ text-shadow: none;
1618
+ }
1619
+ .condo-btn-background-ghost.condo-btn-danger > a:only-child {
1620
+ color: currentcolor;
1621
+ }
1622
+ .condo-btn-background-ghost.condo-btn-danger > a:only-child::after {
1623
+ position: absolute;
1624
+ top: 0;
1625
+ right: 0;
1626
+ bottom: 0;
1627
+ left: 0;
1628
+ background: transparent;
1629
+ content: '';
1630
+ }
1631
+ .condo-btn-background-ghost.condo-btn-danger:hover,
1632
+ .condo-btn-background-ghost.condo-btn-danger:focus {
1633
+ color: #ff7875;
1634
+ border-color: #ff7875;
1635
+ }
1636
+ .condo-btn-background-ghost.condo-btn-danger:hover > a:only-child,
1637
+ .condo-btn-background-ghost.condo-btn-danger:focus > a:only-child {
1638
+ color: currentcolor;
1639
+ }
1640
+ .condo-btn-background-ghost.condo-btn-danger:hover > a:only-child::after,
1641
+ .condo-btn-background-ghost.condo-btn-danger:focus > a:only-child::after {
1642
+ position: absolute;
1643
+ top: 0;
1644
+ right: 0;
1645
+ bottom: 0;
1646
+ left: 0;
1647
+ background: transparent;
1648
+ content: '';
1649
+ }
1650
+ .condo-btn-background-ghost.condo-btn-danger:active {
1651
+ color: #d9363e;
1652
+ border-color: #d9363e;
1653
+ }
1654
+ .condo-btn-background-ghost.condo-btn-danger:active > a:only-child {
1655
+ color: currentcolor;
1656
+ }
1657
+ .condo-btn-background-ghost.condo-btn-danger:active > a:only-child::after {
1658
+ position: absolute;
1659
+ top: 0;
1660
+ right: 0;
1661
+ bottom: 0;
1662
+ left: 0;
1663
+ background: transparent;
1664
+ content: '';
1665
+ }
1666
+ .condo-btn-background-ghost.condo-btn-danger[disabled],
1667
+ .condo-btn-background-ghost.condo-btn-danger[disabled]:hover,
1668
+ .condo-btn-background-ghost.condo-btn-danger[disabled]:focus,
1669
+ .condo-btn-background-ghost.condo-btn-danger[disabled]:active {
1670
+ color: rgba(0, 0, 0, 0.25);
1671
+ border-color: #d9d9d9;
1672
+ background: #f5f5f5;
1673
+ text-shadow: none;
1674
+ box-shadow: none;
1675
+ }
1676
+ .condo-btn-background-ghost.condo-btn-danger[disabled] > a:only-child,
1677
+ .condo-btn-background-ghost.condo-btn-danger[disabled]:hover > a:only-child,
1678
+ .condo-btn-background-ghost.condo-btn-danger[disabled]:focus > a:only-child,
1679
+ .condo-btn-background-ghost.condo-btn-danger[disabled]:active > a:only-child {
1680
+ color: currentcolor;
1681
+ }
1682
+ .condo-btn-background-ghost.condo-btn-danger[disabled] > a:only-child::after,
1683
+ .condo-btn-background-ghost.condo-btn-danger[disabled]:hover > a:only-child::after,
1684
+ .condo-btn-background-ghost.condo-btn-danger[disabled]:focus > a:only-child::after,
1685
+ .condo-btn-background-ghost.condo-btn-danger[disabled]:active > a:only-child::after {
1686
+ position: absolute;
1687
+ top: 0;
1688
+ right: 0;
1689
+ bottom: 0;
1690
+ left: 0;
1691
+ background: transparent;
1692
+ content: '';
1693
+ }
1694
+ .condo-btn-background-ghost.condo-btn-dangerous {
1695
+ color: #ff4d4f;
1696
+ border-color: #ff4d4f;
1697
+ text-shadow: none;
1698
+ }
1699
+ .condo-btn-background-ghost.condo-btn-dangerous > a:only-child {
1700
+ color: currentcolor;
1701
+ }
1702
+ .condo-btn-background-ghost.condo-btn-dangerous > a:only-child::after {
1703
+ position: absolute;
1704
+ top: 0;
1705
+ right: 0;
1706
+ bottom: 0;
1707
+ left: 0;
1708
+ background: transparent;
1709
+ content: '';
1710
+ }
1711
+ .condo-btn-background-ghost.condo-btn-dangerous:hover,
1712
+ .condo-btn-background-ghost.condo-btn-dangerous:focus {
1713
+ color: #ff7875;
1714
+ border-color: #ff7875;
1715
+ }
1716
+ .condo-btn-background-ghost.condo-btn-dangerous:hover > a:only-child,
1717
+ .condo-btn-background-ghost.condo-btn-dangerous:focus > a:only-child {
1718
+ color: currentcolor;
1719
+ }
1720
+ .condo-btn-background-ghost.condo-btn-dangerous:hover > a:only-child::after,
1721
+ .condo-btn-background-ghost.condo-btn-dangerous:focus > a:only-child::after {
1722
+ position: absolute;
1723
+ top: 0;
1724
+ right: 0;
1725
+ bottom: 0;
1726
+ left: 0;
1727
+ background: transparent;
1728
+ content: '';
1729
+ }
1730
+ .condo-btn-background-ghost.condo-btn-dangerous:active {
1731
+ color: #d9363e;
1732
+ border-color: #d9363e;
1733
+ }
1734
+ .condo-btn-background-ghost.condo-btn-dangerous:active > a:only-child {
1735
+ color: currentcolor;
1736
+ }
1737
+ .condo-btn-background-ghost.condo-btn-dangerous:active > a:only-child::after {
1738
+ position: absolute;
1739
+ top: 0;
1740
+ right: 0;
1741
+ bottom: 0;
1742
+ left: 0;
1743
+ background: transparent;
1744
+ content: '';
1745
+ }
1746
+ .condo-btn-background-ghost.condo-btn-dangerous[disabled],
1747
+ .condo-btn-background-ghost.condo-btn-dangerous[disabled]:hover,
1748
+ .condo-btn-background-ghost.condo-btn-dangerous[disabled]:focus,
1749
+ .condo-btn-background-ghost.condo-btn-dangerous[disabled]:active {
1750
+ color: rgba(0, 0, 0, 0.25);
1751
+ border-color: #d9d9d9;
1752
+ background: #f5f5f5;
1753
+ text-shadow: none;
1754
+ box-shadow: none;
1755
+ }
1756
+ .condo-btn-background-ghost.condo-btn-dangerous[disabled] > a:only-child,
1757
+ .condo-btn-background-ghost.condo-btn-dangerous[disabled]:hover > a:only-child,
1758
+ .condo-btn-background-ghost.condo-btn-dangerous[disabled]:focus > a:only-child,
1759
+ .condo-btn-background-ghost.condo-btn-dangerous[disabled]:active > a:only-child {
1760
+ color: currentcolor;
1761
+ }
1762
+ .condo-btn-background-ghost.condo-btn-dangerous[disabled] > a:only-child::after,
1763
+ .condo-btn-background-ghost.condo-btn-dangerous[disabled]:hover > a:only-child::after,
1764
+ .condo-btn-background-ghost.condo-btn-dangerous[disabled]:focus > a:only-child::after,
1765
+ .condo-btn-background-ghost.condo-btn-dangerous[disabled]:active > a:only-child::after {
1766
+ position: absolute;
1767
+ top: 0;
1768
+ right: 0;
1769
+ bottom: 0;
1770
+ left: 0;
1771
+ background: transparent;
1772
+ content: '';
1773
+ }
1774
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link {
1775
+ color: #ff4d4f;
1776
+ border-color: transparent;
1777
+ text-shadow: none;
1778
+ }
1779
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link > a:only-child {
1780
+ color: currentcolor;
1781
+ }
1782
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link > a:only-child::after {
1783
+ position: absolute;
1784
+ top: 0;
1785
+ right: 0;
1786
+ bottom: 0;
1787
+ left: 0;
1788
+ background: transparent;
1789
+ content: '';
1790
+ }
1791
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link:hover,
1792
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link:focus {
1793
+ color: #ff7875;
1794
+ border-color: transparent;
1795
+ }
1796
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link:hover > a:only-child,
1797
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link:focus > a:only-child {
1798
+ color: currentcolor;
1799
+ }
1800
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link:hover > a:only-child::after,
1801
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link:focus > a:only-child::after {
1802
+ position: absolute;
1803
+ top: 0;
1804
+ right: 0;
1805
+ bottom: 0;
1806
+ left: 0;
1807
+ background: transparent;
1808
+ content: '';
1809
+ }
1810
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link:active {
1811
+ color: #d9363e;
1812
+ border-color: transparent;
1813
+ }
1814
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link:active > a:only-child {
1815
+ color: currentcolor;
1816
+ }
1817
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link:active > a:only-child::after {
1818
+ position: absolute;
1819
+ top: 0;
1820
+ right: 0;
1821
+ bottom: 0;
1822
+ left: 0;
1823
+ background: transparent;
1824
+ content: '';
1825
+ }
1826
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link[disabled],
1827
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link[disabled]:hover,
1828
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link[disabled]:focus,
1829
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link[disabled]:active {
1830
+ color: rgba(0, 0, 0, 0.25);
1831
+ border-color: #d9d9d9;
1832
+ background: #f5f5f5;
1833
+ text-shadow: none;
1834
+ box-shadow: none;
1835
+ }
1836
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link[disabled] > a:only-child,
1837
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link[disabled]:hover > a:only-child,
1838
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link[disabled]:focus > a:only-child,
1839
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link[disabled]:active > a:only-child {
1840
+ color: currentcolor;
1841
+ }
1842
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link[disabled] > a:only-child::after,
1843
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link[disabled]:hover > a:only-child::after,
1844
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link[disabled]:focus > a:only-child::after,
1845
+ .condo-btn-background-ghost.condo-btn-dangerous.condo-btn-link[disabled]:active > a:only-child::after {
1846
+ position: absolute;
1847
+ top: 0;
1848
+ right: 0;
1849
+ bottom: 0;
1850
+ left: 0;
1851
+ background: transparent;
1852
+ content: '';
1853
+ }
1854
+ .condo-btn-two-chinese-chars::first-letter {
1855
+ letter-spacing: 0.34em;
1856
+ }
1857
+ .condo-btn-two-chinese-chars > *:not(.anticon) {
1858
+ margin-right: -0.34em;
1859
+ letter-spacing: 0.34em;
1860
+ }
1861
+ .condo-btn.condo-btn-block {
1862
+ width: 100%;
1863
+ }
1864
+ .condo-btn:empty {
1865
+ display: inline-block;
1866
+ width: 0;
1867
+ visibility: hidden;
1868
+ content: '\a0';
1869
+ }
1870
+ a.condo-btn {
1871
+ padding-top: 0.01px !important;
1872
+ }
1873
+ a.condo-btn {
1874
+ line-height: 30px;
1875
+ }
1876
+ a.condo-btn-disabled {
1877
+ cursor: not-allowed;
1878
+ }
1879
+ a.condo-btn-disabled > * {
1880
+ pointer-events: none;
1881
+ }
1882
+ a.condo-btn-disabled,
1883
+ a.condo-btn-disabled:hover,
1884
+ a.condo-btn-disabled:focus,
1885
+ a.condo-btn-disabled:active {
1886
+ color: rgba(0, 0, 0, 0.25);
1887
+ border-color: transparent;
1888
+ background: transparent;
1889
+ text-shadow: none;
1890
+ box-shadow: none;
1891
+ }
1892
+ a.condo-btn-disabled > a:only-child,
1893
+ a.condo-btn-disabled:hover > a:only-child,
1894
+ a.condo-btn-disabled:focus > a:only-child,
1895
+ a.condo-btn-disabled:active > a:only-child {
1896
+ color: currentcolor;
1897
+ }
1898
+ a.condo-btn-disabled > a:only-child::after,
1899
+ a.condo-btn-disabled:hover > a:only-child::after,
1900
+ a.condo-btn-disabled:focus > a:only-child::after,
1901
+ a.condo-btn-disabled:active > a:only-child::after {
1902
+ position: absolute;
1903
+ top: 0;
1904
+ right: 0;
1905
+ bottom: 0;
1906
+ left: 0;
1907
+ background: transparent;
1908
+ content: '';
1909
+ }
1910
+ a.condo-btn-lg {
1911
+ line-height: 38px;
1912
+ }
1913
+ a.condo-btn-sm {
1914
+ line-height: 22px;
1915
+ }
1916
+ .condo-btn-rtl {
1917
+ direction: rtl;
1918
+ }
1919
+ .condo-btn-group-rtl.condo-btn-group .condo-btn-primary:last-child:not(:first-child),
1920
+ .condo-btn-group-rtl.condo-btn-group .condo-btn-primary + .condo-btn-primary {
1921
+ border-right-color: #40a9ff;
1922
+ border-left-color: #d9d9d9;
1923
+ }
1924
+ .condo-btn-group-rtl.condo-btn-group .condo-btn-primary:last-child:not(:first-child)[disabled],
1925
+ .condo-btn-group-rtl.condo-btn-group .condo-btn-primary + .condo-btn-primary[disabled] {
1926
+ border-right-color: #d9d9d9;
1927
+ border-left-color: #40a9ff;
1928
+ }
1929
+ .condo-btn-rtl.condo-btn > .condo-btn-loading-icon .anticon {
1930
+ padding-right: 0;
1931
+ padding-left: 8px;
1932
+ }
1933
+ .condo-btn-rtl.condo-btn > .anticon + span,
1934
+ .condo-btn-rtl.condo-btn > span + .anticon {
1935
+ margin-right: 8px;
1936
+ margin-left: 0;
1937
+ }
1938
+ .condo-btn {
1939
+ font-weight: 600;
1940
+ font-size: 16px;
1941
+ font-family: "Open Sans", sans-serif;
1942
+ line-height: 24px;
1943
+ letter-spacing: -0.01em;
1944
+ position: relative;
1945
+ text-shadow: none;
1946
+ border-radius: 8px;
1947
+ box-shadow: none;
1948
+ transition: none;
1949
+ }
1950
+ .condo-btn span {
1951
+ position: relative;
1952
+ z-index: 1;
1953
+ }
1954
+ .condo-btn span + span {
1955
+ margin-left: 8px;
1956
+ }
1957
+ .condo-btn.focus-visible::after {
1958
+ box-sizing: border-box;
1959
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
1960
+ border: 2px solid transparent;
1961
+ opacity: 1;
1962
+ -webkit-mask: linear-gradient(#111 0, #111 0) padding-box, linear-gradient(#fff 0, #fff 0);
1963
+ mask: linear-gradient(#111 0, #111 0) padding-box, linear-gradient(#fff 0, #fff 0);
1964
+ -webkit-mask: linear-gradient(#111 0 0) padding-box, linear-gradient(#fff 0 0);
1965
+ mask: linear-gradient(#111 0 0) padding-box, linear-gradient(#fff 0 0);
1966
+ -webkit-mask-composite: xor;
1967
+ mask-composite: exclude;
1968
+ }
1969
+ .condo-btn.focus-visible::after {
1970
+ box-sizing: border-box;
1971
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
1972
+ border: 2px solid transparent;
1973
+ opacity: 1;
1974
+ -webkit-mask: linear-gradient(#111 0, #111 0) padding-box, linear-gradient(#fff 0, #fff 0);
1975
+ mask: linear-gradient(#111 0, #111 0) padding-box, linear-gradient(#fff 0, #fff 0);
1976
+ -webkit-mask: linear-gradient(#111 0, #111 0) padding-box, linear-gradient(#fff 0, #fff 0);
1977
+ mask: linear-gradient(#111 0, #111 0) padding-box, linear-gradient(#fff 0, #fff 0);
1978
+ -webkit-mask: linear-gradient(#111 0 0) padding-box, linear-gradient(#fff 0 0);
1979
+ mask: linear-gradient(#111 0 0) padding-box, linear-gradient(#fff 0 0);
1980
+ -webkit-mask-composite: xor;
1981
+ mask-composite: exclude;
1982
+ }
1983
+ .condo-btn:focus-visible::after {
1984
+ box-sizing: border-box;
1985
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
1986
+ border: 2px solid transparent;
1987
+ opacity: 1;
1988
+ -webkit-mask: linear-gradient(#111 0, #111 0) padding-box, linear-gradient(#fff 0, #fff 0);
1989
+ mask: linear-gradient(#111 0, #111 0) padding-box, linear-gradient(#fff 0, #fff 0);
1990
+ -webkit-mask: linear-gradient(#111 0 0) padding-box, linear-gradient(#fff 0 0);
1991
+ mask: linear-gradient(#111 0 0) padding-box, linear-gradient(#fff 0 0);
1992
+ -webkit-mask-composite: xor;
1993
+ mask-composite: exclude;
1994
+ }
1995
+ .condo-btn-primary:focus::after {
1996
+ position: absolute;
1997
+ top: -2px;
1998
+ right: -2px;
1999
+ bottom: -2px;
2000
+ left: -2px;
2001
+ display: block;
2002
+ border-radius: inherit;
2003
+ content: "";
2004
+ border-radius: 10px;
2005
+ }
2006
+ .condo-btn-secondary:focus::after {
2007
+ position: absolute;
2008
+ top: -3px;
2009
+ right: -3px;
2010
+ bottom: -3px;
2011
+ left: -3px;
2012
+ display: block;
2013
+ border-radius: inherit;
2014
+ content: "";
2015
+ border-radius: 10px;
2016
+ }
2017
+ .condo-btn-primary {
2018
+ box-sizing: border-box;
2019
+ height: 48px;
2020
+ padding: 12px 20px;
2021
+ line-height: 24px;
2022
+ border-width: 0;
2023
+ color: #fff;
2024
+ background: #222;
2025
+ transition-property: background-color;
2026
+ }
2027
+ .condo-btn-primary > .condo-btn-text {
2028
+ color: #fff;
2029
+ }
2030
+ .condo-btn-primary::before {
2031
+ position: absolute;
2032
+ top: 0;
2033
+ right: 0;
2034
+ bottom: 0;
2035
+ left: 0;
2036
+ display: block;
2037
+ border-radius: inherit;
2038
+ content: "";
2039
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%);
2040
+ opacity: 0;
2041
+ transition: opacity 0.15s ease-in-out;
2042
+ }
2043
+ .condo-btn-primary:focus {
2044
+ background: #222;
2045
+ }
2046
+ .condo-btn-primary:hover {
2047
+ background: #222;
2048
+ }
2049
+ .condo-btn-primary:hover::before {
2050
+ opacity: 1;
2051
+ }
2052
+ .condo-btn-primary:active {
2053
+ background: #222;
2054
+ }
2055
+ .condo-btn-primary:active::before {
2056
+ opacity: 0.9;
2057
+ }
2058
+ .condo-btn-primary.condo-btn-dangerous {
2059
+ background: #ff3b30;
2060
+ transition: background 0.15s ease-in-out;
2061
+ }
2062
+ .condo-btn-primary.condo-btn-dangerous:focus {
2063
+ background: #ff3b30;
2064
+ }
2065
+ .condo-btn-primary.condo-btn-dangerous:hover {
2066
+ background: #ec0000;
2067
+ }
2068
+ .condo-btn-primary.condo-btn-dangerous:active {
2069
+ background: #ff3b30;
2070
+ }
2071
+ .condo-btn-primary.condo-btn-dangerous::before {
2072
+ opacity: 0;
2073
+ }
2074
+ .condo-btn-primary:disabled,
2075
+ .condo-btn-primary:disabled:hover,
2076
+ .condo-btn-primary:disabled:active,
2077
+ .condo-btn-primary:disabled:focus,
2078
+ .condo-btn-primary.condo-btn-dangerous:disabled,
2079
+ .condo-btn-primary.condo-btn-dangerous:disabled:hover,
2080
+ .condo-btn-primary.condo-btn-dangerous:disabled:active,
2081
+ .condo-btn-primary.condo-btn-dangerous:disabled:focus {
2082
+ color: #fff;
2083
+ background: #222;
2084
+ opacity: 0.5;
2085
+ }
2086
+ .condo-btn-primary:disabled::before,
2087
+ .condo-btn-primary:disabled:hover::before,
2088
+ .condo-btn-primary:disabled:active::before,
2089
+ .condo-btn-primary:disabled:focus::before,
2090
+ .condo-btn-primary.condo-btn-dangerous:disabled::before,
2091
+ .condo-btn-primary.condo-btn-dangerous:disabled:hover::before,
2092
+ .condo-btn-primary.condo-btn-dangerous:disabled:active::before,
2093
+ .condo-btn-primary.condo-btn-dangerous:disabled:focus::before {
2094
+ opacity: 0;
2095
+ }
2096
+ .condo-btn-secondary {
2097
+ box-sizing: border-box;
2098
+ height: 48px;
2099
+ padding: 11px 19px;
2100
+ line-height: 24px;
2101
+ border-width: 1px;
2102
+ color: #222;
2103
+ border: 1px solid #707695;
2104
+ }
2105
+ .condo-btn-secondary > .condo-btn-icon {
2106
+ color: #222;
2107
+ transition: color 0.15s ease-out;
2108
+ }
2109
+ .condo-btn-secondary > .condo-btn-icon svg {
2110
+ fill: currentcolor;
2111
+ }
2112
+ .condo-btn-secondary > .condo-btn-text {
2113
+ background: transparent;
2114
+ }
2115
+ .condo-btn-secondary,
2116
+ .condo-btn-secondary:focus {
2117
+ background: transparent;
2118
+ border: 1px solid #707695;
2119
+ }
2120
+ .condo-btn-secondary:not(.condo-btn-dangerous) > .condo-btn-text {
2121
+ position: relative;
2122
+ color: #222;
2123
+ }
2124
+ .condo-btn-secondary:not(.condo-btn-dangerous) > .condo-btn-text::before {
2125
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%);
2126
+ position: absolute;
2127
+ top: 0;
2128
+ right: 0;
2129
+ bottom: 0;
2130
+ left: 0;
2131
+ display: block;
2132
+ border-radius: inherit;
2133
+ content: "";
2134
+ -webkit-background-clip: text;
2135
+ -webkit-text-fill-color: transparent;
2136
+ opacity: 0;
2137
+ transition: opacity 0.15s ease-out;
2138
+ content: attr(data-before);
2139
+ }
2140
+ .condo-btn-secondary:hover > .condo-btn-text::before {
2141
+ opacity: 1;
2142
+ }
2143
+ .condo-btn-secondary:active > .condo-btn-text::before {
2144
+ opacity: 0.8;
2145
+ }
2146
+ .condo-btn-secondary:hover {
2147
+ background: transparent;
2148
+ }
2149
+ .condo-btn-secondary:hover > .condo-btn-icon {
2150
+ color: #39ce66;
2151
+ transition: color 0.15s ease-out;
2152
+ }
2153
+ .condo-btn-secondary:hover > .condo-btn-icon svg {
2154
+ fill: currentcolor;
2155
+ }
2156
+ .condo-btn-secondary:active {
2157
+ background: transparent;
2158
+ }
2159
+ .condo-btn-secondary:active > .condo-btn-icon {
2160
+ color: #00b538;
2161
+ transition: color 0.15s ease-out;
2162
+ }
2163
+ .condo-btn-secondary:active > .condo-btn-icon svg {
2164
+ fill: currentcolor;
2165
+ }
2166
+ .condo-btn-secondary.condo-btn-dangerous {
2167
+ border: 1px solid #ff3b30;
2168
+ }
2169
+ .condo-btn-secondary.condo-btn-dangerous > .condo-btn-icon {
2170
+ color: #ff3b30;
2171
+ transition: color 0.15s ease-out;
2172
+ }
2173
+ .condo-btn-secondary.condo-btn-dangerous > .condo-btn-icon svg {
2174
+ fill: currentcolor;
2175
+ }
2176
+ .condo-btn-secondary.condo-btn-dangerous > .condo-btn-text {
2177
+ color: #ff3b30;
2178
+ transition: color 0.15s ease-out;
2179
+ }
2180
+ .condo-btn-secondary.condo-btn-dangerous:hover > .condo-btn-icon {
2181
+ color: #ec0000;
2182
+ transition: color 0.15s ease-out;
2183
+ }
2184
+ .condo-btn-secondary.condo-btn-dangerous:hover > .condo-btn-icon svg {
2185
+ fill: currentcolor;
2186
+ }
2187
+ .condo-btn-secondary.condo-btn-dangerous:hover > .condo-btn-text {
2188
+ color: #ec0000;
2189
+ transition: color 0.15s ease-out;
2190
+ }
2191
+ .condo-btn-secondary.condo-btn-dangerous:active > .condo-btn-icon {
2192
+ color: #ff3b30;
2193
+ transition: color 0.15s ease-out;
2194
+ }
2195
+ .condo-btn-secondary.condo-btn-dangerous:active > .condo-btn-icon svg {
2196
+ fill: currentcolor;
2197
+ }
2198
+ .condo-btn-secondary.condo-btn-dangerous:active > .condo-btn-text {
2199
+ color: #ff3b30;
2200
+ transition: color 0.15s ease-out;
2201
+ }
2202
+ .condo-btn-secondary.condo-btn-dangerous::before,
2203
+ .condo-btn-secondary.condo-btn-dangerous:focus::before {
2204
+ background: #ff3b30 border-box;
2205
+ }
2206
+ .condo-btn-secondary.condo-btn-dangerous:hover::before {
2207
+ background: #ec0000 border-box;
2208
+ }
2209
+ .condo-btn-secondary.condo-btn-dangerous:active::before {
2210
+ background: #ff3b30 border-box;
2211
+ }
2212
+ .condo-btn-secondary::before {
2213
+ position: absolute;
2214
+ top: -1px;
2215
+ right: -1px;
2216
+ bottom: -1px;
2217
+ left: -1px;
2218
+ display: block;
2219
+ border-radius: inherit;
2220
+ content: "";
2221
+ box-sizing: border-box;
2222
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
2223
+ border: 1px solid transparent;
2224
+ opacity: 0;
2225
+ -webkit-mask: linear-gradient(#111 0, #111 0) padding-box, linear-gradient(#fff 0, #fff 0);
2226
+ mask: linear-gradient(#111 0, #111 0) padding-box, linear-gradient(#fff 0, #fff 0);
2227
+ -webkit-mask: linear-gradient(#111 0 0) padding-box, linear-gradient(#fff 0 0);
2228
+ mask: linear-gradient(#111 0 0) padding-box, linear-gradient(#fff 0 0);
2229
+ -webkit-mask-composite: xor;
2230
+ mask-composite: exclude;
2231
+ transition: opacity 0.15s ease-out;
2232
+ }
2233
+ .condo-btn-secondary::before,
2234
+ .condo-btn-secondary:focus::before {
2235
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
2236
+ }
2237
+ .condo-btn-secondary:hover::before {
2238
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
2239
+ opacity: 1;
2240
+ }
2241
+ .condo-btn-secondary:active::before {
2242
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
2243
+ opacity: 0.9;
2244
+ }
2245
+ .condo-btn-secondary:disabled,
2246
+ .condo-btn-secondary:disabled:hover,
2247
+ .condo-btn-secondary:disabled:active,
2248
+ .condo-btn-secondary:disabled:focus,
2249
+ .condo-btn-secondary.condo-btn-dangerous:disabled,
2250
+ .condo-btn-secondary.condo-btn-dangerous:disabled:hover,
2251
+ .condo-btn-secondary.condo-btn-dangerous:disabled:active,
2252
+ .condo-btn-secondary.condo-btn-dangerous:disabled:focus {
2253
+ background: transparent;
2254
+ border: 1px solid #707695;
2255
+ opacity: 0.5;
2256
+ }
2257
+ .condo-btn-secondary:disabled > .condo-btn-icon,
2258
+ .condo-btn-secondary:disabled:hover > .condo-btn-icon,
2259
+ .condo-btn-secondary:disabled:active > .condo-btn-icon,
2260
+ .condo-btn-secondary:disabled:focus > .condo-btn-icon,
2261
+ .condo-btn-secondary.condo-btn-dangerous:disabled > .condo-btn-icon,
2262
+ .condo-btn-secondary.condo-btn-dangerous:disabled:hover > .condo-btn-icon,
2263
+ .condo-btn-secondary.condo-btn-dangerous:disabled:active > .condo-btn-icon,
2264
+ .condo-btn-secondary.condo-btn-dangerous:disabled:focus > .condo-btn-icon {
2265
+ color: #222;
2266
+ transition: color 0.15s ease-out;
2267
+ }
2268
+ .condo-btn-secondary:disabled > .condo-btn-icon svg,
2269
+ .condo-btn-secondary:disabled:hover > .condo-btn-icon svg,
2270
+ .condo-btn-secondary:disabled:active > .condo-btn-icon svg,
2271
+ .condo-btn-secondary:disabled:focus > .condo-btn-icon svg,
2272
+ .condo-btn-secondary.condo-btn-dangerous:disabled > .condo-btn-icon svg,
2273
+ .condo-btn-secondary.condo-btn-dangerous:disabled:hover > .condo-btn-icon svg,
2274
+ .condo-btn-secondary.condo-btn-dangerous:disabled:active > .condo-btn-icon svg,
2275
+ .condo-btn-secondary.condo-btn-dangerous:disabled:focus > .condo-btn-icon svg {
2276
+ fill: currentcolor;
2277
+ }
2278
+ .condo-btn-secondary:disabled > .condo-btn-text,
2279
+ .condo-btn-secondary:disabled:hover > .condo-btn-text,
2280
+ .condo-btn-secondary:disabled:active > .condo-btn-text,
2281
+ .condo-btn-secondary:disabled:focus > .condo-btn-text,
2282
+ .condo-btn-secondary.condo-btn-dangerous:disabled > .condo-btn-text,
2283
+ .condo-btn-secondary.condo-btn-dangerous:disabled:hover > .condo-btn-text,
2284
+ .condo-btn-secondary.condo-btn-dangerous:disabled:active > .condo-btn-text,
2285
+ .condo-btn-secondary.condo-btn-dangerous:disabled:focus > .condo-btn-text {
2286
+ color: #222;
2287
+ transition: color 0.15s ease-out;
2288
+ }
2289
+ .condo-btn-secondary:disabled > .condo-btn-text::before,
2290
+ .condo-btn-secondary:disabled:hover > .condo-btn-text::before,
2291
+ .condo-btn-secondary:disabled:active > .condo-btn-text::before,
2292
+ .condo-btn-secondary:disabled:focus > .condo-btn-text::before,
2293
+ .condo-btn-secondary.condo-btn-dangerous:disabled > .condo-btn-text::before,
2294
+ .condo-btn-secondary.condo-btn-dangerous:disabled:hover > .condo-btn-text::before,
2295
+ .condo-btn-secondary.condo-btn-dangerous:disabled:active > .condo-btn-text::before,
2296
+ .condo-btn-secondary.condo-btn-dangerous:disabled:focus > .condo-btn-text::before {
2297
+ opacity: 0;
2298
+ }
2299
+ .condo-btn-secondary:disabled::before,
2300
+ .condo-btn-secondary:disabled:hover::before,
2301
+ .condo-btn-secondary:disabled:active::before,
2302
+ .condo-btn-secondary:disabled:focus::before,
2303
+ .condo-btn-secondary.condo-btn-dangerous:disabled::before,
2304
+ .condo-btn-secondary.condo-btn-dangerous:disabled:hover::before,
2305
+ .condo-btn-secondary.condo-btn-dangerous:disabled:active::before,
2306
+ .condo-btn-secondary.condo-btn-dangerous:disabled:focus::before {
2307
+ opacity: 0;
2308
+ }
2309
+