@open-condo/ui 1.30.0 → 1.31.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.
package/dist/styles.css CHANGED
@@ -67,7 +67,7 @@
67
67
  box-sizing: border-box;
68
68
  margin: 0;
69
69
  padding: 0;
70
- color: rgba(0, 0, 0, 0.85);
70
+ color: #222222;
71
71
  font-size: 14px;
72
72
  font-variant: tabular-nums;
73
73
  line-height: 1.5715;
@@ -166,11 +166,11 @@
166
166
  .condo-alert-with-description .condo-alert-message {
167
167
  display: block;
168
168
  margin-bottom: 4px;
169
- color: rgba(0, 0, 0, 0.85);
169
+ color: #222222;
170
170
  font-size: 16px;
171
171
  }
172
172
  .condo-alert-message {
173
- color: rgba(0, 0, 0, 0.85);
173
+ color: #222222;
174
174
  }
175
175
  .condo-alert-with-description .condo-alert-description {
176
176
  display: block;
@@ -278,7 +278,7 @@
278
278
  padding: 4px 15px;
279
279
  font-size: 14px;
280
280
  border-radius: 2px;
281
- color: rgba(0, 0, 0, 0.85);
281
+ color: #222222;
282
282
  border-color: #d9d9d9;
283
283
  background: #fff;
284
284
  }
@@ -507,7 +507,7 @@
507
507
  border-left-color: #d9d9d9;
508
508
  }
509
509
  .condo-btn-ghost {
510
- color: rgba(0, 0, 0, 0.85);
510
+ color: #222222;
511
511
  border-color: #d9d9d9;
512
512
  background: transparent;
513
513
  }
@@ -589,7 +589,7 @@
589
589
  content: '';
590
590
  }
591
591
  .condo-btn-dashed {
592
- color: rgba(0, 0, 0, 0.85);
592
+ color: #222222;
593
593
  border-color: #d9d9d9;
594
594
  background: #fff;
595
595
  border-style: dashed;
@@ -875,7 +875,7 @@
875
875
  content: '';
876
876
  }
877
877
  .condo-btn-text {
878
- color: rgba(0, 0, 0, 0.85);
878
+ color: #222222;
879
879
  border-color: transparent;
880
880
  background: transparent;
881
881
  box-shadow: none;
@@ -959,12 +959,12 @@
959
959
  }
960
960
  .condo-btn-text:hover,
961
961
  .condo-btn-text:focus {
962
- color: rgba(0, 0, 0, 0.85);
962
+ color: #222222;
963
963
  background: rgba(0, 0, 0, 0.018);
964
964
  border-color: transparent;
965
965
  }
966
966
  .condo-btn-text:active {
967
- color: rgba(0, 0, 0, 0.85);
967
+ color: #222222;
968
968
  background: rgba(0, 0, 0, 0.028);
969
969
  border-color: transparent;
970
970
  }
@@ -2679,7 +2679,7 @@ a.condo-btn-secondary {
2679
2679
  box-sizing: border-box;
2680
2680
  margin: 0;
2681
2681
  padding: 0;
2682
- color: rgba(0, 0, 0, 0.85);
2682
+ color: #222222;
2683
2683
  font-size: 14px;
2684
2684
  font-variant: tabular-nums;
2685
2685
  line-height: 1.5715;
@@ -2947,7 +2947,6 @@ a.condo-btn-secondary {
2947
2947
  text-align: right;
2948
2948
  }
2949
2949
  .condo-typography {
2950
- color: #222;
2951
2950
  word-break: break-word;
2952
2951
  }
2953
2952
  .condo-typography-break-spaces {
@@ -2978,6 +2977,9 @@ a.condo-btn-secondary {
2978
2977
  line-height: 20px;
2979
2978
  letter-spacing: -0.01em;
2980
2979
  }
2980
+ .condo-typography-primary {
2981
+ color: #222;
2982
+ }
2981
2983
  .condo-typography-secondary {
2982
2984
  color: #707695;
2983
2985
  }
@@ -2996,6 +2998,9 @@ a.condo-btn-secondary {
2996
2998
  .condo-typography-danger {
2997
2999
  color: #ff3b30;
2998
3000
  }
3001
+ .condo-typography-inherit {
3002
+ color: inherit;
3003
+ }
2999
3004
  .condo-typography-disabled {
3000
3005
  cursor: not-allowed;
3001
3006
  opacity: 0.5;
@@ -3307,7 +3312,7 @@ span.condo-typography-ellipsis-single-line {
3307
3312
  box-sizing: border-box;
3308
3313
  margin: 0;
3309
3314
  padding: 0;
3310
- color: rgba(0, 0, 0, 0.85);
3315
+ color: #222222;
3311
3316
  font-size: 14px;
3312
3317
  font-variant: tabular-nums;
3313
3318
  line-height: 1.5715;
@@ -3335,7 +3340,7 @@ span.condo-typography-ellipsis-single-line {
3335
3340
  min-height: 48px;
3336
3341
  margin-bottom: -1px;
3337
3342
  padding: 0 24px;
3338
- color: rgba(0, 0, 0, 0.85);
3343
+ color: #222222;
3339
3344
  font-weight: 500;
3340
3345
  font-size: 16px;
3341
3346
  background: transparent;
@@ -3372,7 +3377,7 @@ span.condo-typography-ellipsis-single-line {
3372
3377
  .condo-card-head .condo-tabs-top {
3373
3378
  clear: both;
3374
3379
  margin-bottom: -17px;
3375
- color: rgba(0, 0, 0, 0.85);
3380
+ color: #222222;
3376
3381
  font-weight: normal;
3377
3382
  font-size: 14px;
3378
3383
  }
@@ -3382,7 +3387,7 @@ span.condo-typography-ellipsis-single-line {
3382
3387
  .condo-card-extra {
3383
3388
  margin-left: auto;
3384
3389
  padding: 16px 0;
3385
- color: rgba(0, 0, 0, 0.85);
3390
+ color: #222222;
3386
3391
  font-weight: normal;
3387
3392
  font-size: 14px;
3388
3393
  }
@@ -3541,7 +3546,7 @@ span.condo-typography-ellipsis-single-line {
3541
3546
  }
3542
3547
  .condo-card-meta-title {
3543
3548
  overflow: hidden;
3544
- color: rgba(0, 0, 0, 0.85);
3549
+ color: #222222;
3545
3550
  font-weight: 500;
3546
3551
  font-size: 16px;
3547
3552
  white-space: nowrap;
@@ -3663,7 +3668,7 @@ span.condo-typography-ellipsis-single-line {
3663
3668
  box-sizing: border-box;
3664
3669
  margin: 0;
3665
3670
  padding: 0;
3666
- color: rgba(0, 0, 0, 0.85);
3671
+ color: #222222;
3667
3672
  font-size: 14px;
3668
3673
  font-variant: tabular-nums;
3669
3674
  line-height: 1.5715;
@@ -4031,7 +4036,7 @@ span.condo-typography-ellipsis-single-line {
4031
4036
  box-sizing: border-box;
4032
4037
  margin: 0;
4033
4038
  padding: 0;
4034
- color: rgba(0, 0, 0, 0.85);
4039
+ color: #222222;
4035
4040
  font-size: 14px;
4036
4041
  font-variant: tabular-nums;
4037
4042
  line-height: 1.5715;
@@ -4160,7 +4165,7 @@ span.condo-typography-ellipsis-single-line {
4160
4165
  box-sizing: border-box;
4161
4166
  margin: 0;
4162
4167
  padding: 0;
4163
- color: rgba(0, 0, 0, 0.85);
4168
+ color: #222222;
4164
4169
  font-size: 14px;
4165
4170
  font-variant: tabular-nums;
4166
4171
  line-height: 1.5715;
@@ -4195,7 +4200,7 @@ span.condo-typography-ellipsis-single-line {
4195
4200
  box-sizing: border-box;
4196
4201
  margin: 0;
4197
4202
  padding: 0;
4198
- color: rgba(0, 0, 0, 0.85);
4203
+ color: #222222;
4199
4204
  font-size: 14px;
4200
4205
  font-variant: tabular-nums;
4201
4206
  line-height: 1.5715;
@@ -4260,28 +4265,6 @@ span.condo-typography-ellipsis-single-line {
4260
4265
  .condo-checkbox-wrapper .condo-checkbox-inner::after {
4261
4266
  transition: none;
4262
4267
  }
4263
- .condo-checkbox-wrapper .condo-checkbox-input:focus + .condo-checkbox-inner {
4264
- background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
4265
- border-color: transparent;
4266
- }
4267
- .condo-checkbox-wrapper .condo-checkbox-input:focus + .condo-checkbox-inner::before {
4268
- position: absolute;
4269
- box-sizing: border-box;
4270
- width: 100%;
4271
- height: 100%;
4272
- background: #fff border-box;
4273
- border-radius: 3px;
4274
- content: "";
4275
- }
4276
- .condo-checkbox-wrapper .condo-checkbox-indeterminate > .condo-checkbox-input:focus + .condo-checkbox-inner::before {
4277
- position: absolute;
4278
- box-sizing: border-box;
4279
- width: 100%;
4280
- height: 100%;
4281
- background: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%) border-box;
4282
- border-radius: 3px;
4283
- content: "";
4284
- }
4285
4268
  .condo-checkbox-wrapper .condo-checkbox-indeterminate > .condo-checkbox-inner::after {
4286
4269
  width: 12px;
4287
4270
  height: 4px;
@@ -4297,34 +4280,9 @@ span.condo-typography-ellipsis-single-line {
4297
4280
  border-radius: 3px;
4298
4281
  content: "";
4299
4282
  }
4300
- .condo-checkbox-wrapper .condo-checkbox-indeterminate.condo-checkbox-disabled > .condo-checkbox-inner::after {
4301
- background: #d0d3e5;
4302
- }
4303
- .condo-checkbox-wrapper .condo-checkbox-indeterminate.condo-checkbox-disabled > .condo-checkbox-inner::before {
4304
- position: absolute;
4305
- box-sizing: border-box;
4306
- width: 100%;
4307
- height: 100%;
4308
- background: #fff border-box;
4309
- border-radius: 3px;
4310
- content: "";
4311
- }
4312
4283
  .condo-checkbox-wrapper .condo-checkbox-checked::after {
4313
4284
  border: none;
4314
4285
  }
4315
- .condo-checkbox-wrapper .condo-checkbox-checked > .condo-checkbox-input:focus + .condo-checkbox-inner {
4316
- background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
4317
- border-color: transparent;
4318
- }
4319
- .condo-checkbox-wrapper .condo-checkbox-checked > .condo-checkbox-input:focus + .condo-checkbox-inner::before {
4320
- position: absolute;
4321
- box-sizing: border-box;
4322
- width: 100%;
4323
- height: 100%;
4324
- background: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%) border-box;
4325
- border-radius: 3px;
4326
- content: "";
4327
- }
4328
4286
  .condo-checkbox-wrapper .condo-checkbox-checked > .condo-checkbox-inner {
4329
4287
  box-sizing: content-box;
4330
4288
  background: #d0d3e5 border-box;
@@ -4351,6 +4309,12 @@ span.condo-typography-ellipsis-single-line {
4351
4309
  transform: rotate(48deg) scale(1) translate(-50%, -50%);
4352
4310
  transition: none;
4353
4311
  }
4312
+ .condo-checkbox-wrapper .condo-checkbox-disabled > .condo-checkbox-inner {
4313
+ border-color: #e1e5ed !important;
4314
+ }
4315
+ .condo-checkbox-wrapper .condo-checkbox-disabled > .condo-checkbox-inner {
4316
+ background-color: #f2f4f6;
4317
+ }
4354
4318
  .condo-checkbox-wrapper .condo-checkbox-disabled.condo-checkbox-checked > .condo-checkbox-inner::before {
4355
4319
  background: #f2f4f6;
4356
4320
  }
@@ -4358,11 +4322,30 @@ span.condo-typography-ellipsis-single-line {
4358
4322
  border-color: #d0d3e5;
4359
4323
  border-image-source: none;
4360
4324
  }
4361
- .condo-checkbox-wrapper .condo-checkbox-disabled > .condo-checkbox-inner {
4362
- border-color: #e1e5ed !important;
4325
+ .condo-checkbox-wrapper .condo-checkbox-input:focus + .condo-checkbox-inner {
4326
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
4327
+ border-color: transparent;
4363
4328
  }
4364
- .condo-checkbox-wrapper .condo-checkbox-disabled > .condo-checkbox-inner {
4365
- background-color: #f2f4f6;
4329
+ .condo-checkbox-wrapper .condo-checkbox-input:focus + .condo-checkbox-inner::before {
4330
+ position: absolute;
4331
+ box-sizing: border-box;
4332
+ width: 100%;
4333
+ height: 100%;
4334
+ background: #fff border-box;
4335
+ border-radius: 3px;
4336
+ content: "";
4337
+ }
4338
+ .condo-checkbox-wrapper .condo-checkbox-indeterminate.condo-checkbox-disabled > .condo-checkbox-inner::after {
4339
+ background: #d0d3e5;
4340
+ }
4341
+ .condo-checkbox-wrapper .condo-checkbox-indeterminate.condo-checkbox-disabled > .condo-checkbox-inner::before {
4342
+ position: absolute;
4343
+ box-sizing: border-box;
4344
+ width: 100%;
4345
+ height: 100%;
4346
+ background: #fff border-box;
4347
+ border-radius: 3px;
4348
+ content: "";
4366
4349
  }
4367
4350
  .condo-checkbox-wrapper .condo-checkbox::after {
4368
4351
  position: absolute;
@@ -4373,25 +4356,47 @@ span.condo-typography-ellipsis-single-line {
4373
4356
  background-color: transparent;
4374
4357
  border-radius: 4px;
4375
4358
  visibility: visible;
4376
- content: '';
4359
+ content: "";
4377
4360
  }
4378
4361
  .condo-checkbox-wrapper:hover > .condo-checkbox > .condo-checkbox-inner {
4379
4362
  border-color: #707695;
4380
4363
  }
4381
- .condo-checkbox-wrapper:hover > .condo-checkbox::after {
4382
- visibility: visible;
4364
+ .condo-checkbox-wrapper:hover > .condo-checkbox-checked > .condo-checkbox-inner::before {
4365
+ border-radius: 3px;
4366
+ }
4367
+ .condo-checkbox-wrapper .condo-checkbox-indeterminate > .condo-checkbox-input:focus + .condo-checkbox-inner::before {
4368
+ position: absolute;
4369
+ box-sizing: border-box;
4370
+ width: 100%;
4371
+ height: 100%;
4372
+ background: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%) border-box;
4373
+ border-radius: 3px;
4374
+ content: "";
4383
4375
  }
4384
4376
  .condo-checkbox-wrapper:hover > .condo-checkbox-checked > .condo-checkbox-inner {
4385
4377
  background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
4386
4378
  border-color: transparent;
4387
4379
  }
4388
- .condo-checkbox-wrapper:hover > .condo-checkbox-checked > .condo-checkbox-inner::before {
4389
- border-radius: 3px;
4390
- }
4391
4380
  .condo-checkbox-wrapper:hover > .condo-checkbox-disabled > .condo-checkbox-inner {
4392
4381
  background: #f2f4f6 border-box;
4393
4382
  border-color: transparent;
4394
4383
  }
4384
+ .condo-checkbox-wrapper .condo-checkbox-checked > .condo-checkbox-input:focus + .condo-checkbox-inner {
4385
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
4386
+ border-color: transparent;
4387
+ }
4388
+ .condo-checkbox-wrapper .condo-checkbox-checked > .condo-checkbox-input:focus + .condo-checkbox-inner::before {
4389
+ position: absolute;
4390
+ box-sizing: border-box;
4391
+ width: 100%;
4392
+ height: 100%;
4393
+ background: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%) border-box;
4394
+ border-radius: 3px;
4395
+ content: "";
4396
+ }
4397
+ .condo-checkbox-wrapper:hover > .condo-checkbox::after {
4398
+ visibility: visible;
4399
+ }
4395
4400
 
4396
4401
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
4397
4402
  /* stylelint-disable no-duplicate-selectors */
@@ -4401,7 +4406,7 @@ span.condo-typography-ellipsis-single-line {
4401
4406
  box-sizing: border-box;
4402
4407
  margin: 0;
4403
4408
  padding: 0;
4404
- color: rgba(0, 0, 0, 0.85);
4409
+ color: #222222;
4405
4410
  font-size: 14px;
4406
4411
  font-variant: tabular-nums;
4407
4412
  line-height: 1.5715;
@@ -4447,7 +4452,7 @@ span.condo-typography-ellipsis-single-line {
4447
4452
  align-items: center;
4448
4453
  justify-content: space-between;
4449
4454
  padding: 12px 0;
4450
- color: rgba(0, 0, 0, 0.85);
4455
+ color: #222222;
4451
4456
  }
4452
4457
  .condo-list-item-meta {
4453
4458
  display: flex;
@@ -4461,16 +4466,16 @@ span.condo-typography-ellipsis-single-line {
4461
4466
  .condo-list-item-meta-content {
4462
4467
  flex: 1 0;
4463
4468
  width: 0;
4464
- color: rgba(0, 0, 0, 0.85);
4469
+ color: #222222;
4465
4470
  }
4466
4471
  .condo-list-item-meta-title {
4467
4472
  margin-bottom: 4px;
4468
- color: rgba(0, 0, 0, 0.85);
4473
+ color: #222222;
4469
4474
  font-size: 14px;
4470
4475
  line-height: 1.5715;
4471
4476
  }
4472
4477
  .condo-list-item-meta-title > a {
4473
- color: rgba(0, 0, 0, 0.85);
4478
+ color: #222222;
4474
4479
  transition: all 0.3s;
4475
4480
  }
4476
4481
  .condo-list-item-meta-title > a:hover {
@@ -4565,7 +4570,7 @@ span.condo-typography-ellipsis-single-line {
4565
4570
  }
4566
4571
  .condo-list-vertical .condo-list-item-meta-title {
4567
4572
  margin-bottom: 12px;
4568
- color: rgba(0, 0, 0, 0.85);
4573
+ color: #222222;
4569
4574
  font-size: 16px;
4570
4575
  line-height: 24px;
4571
4576
  }
@@ -4743,7 +4748,7 @@ span.condo-typography-ellipsis-single-line {
4743
4748
  box-sizing: border-box;
4744
4749
  margin: 0;
4745
4750
  padding: 0;
4746
- color: rgba(0, 0, 0, 0.85);
4751
+ color: #222222;
4747
4752
  font-size: 14px;
4748
4753
  font-variant: tabular-nums;
4749
4754
  line-height: 1.5715;
@@ -4765,7 +4770,7 @@ span.condo-typography-ellipsis-single-line {
4765
4770
  .condo-tag,
4766
4771
  .condo-tag a,
4767
4772
  .condo-tag a:hover {
4768
- color: rgba(0, 0, 0, 0.85);
4773
+ color: #222222;
4769
4774
  }
4770
4775
  .condo-tag > a:first-child:last-child {
4771
4776
  display: inline-block;
@@ -4780,7 +4785,7 @@ span.condo-typography-ellipsis-single-line {
4780
4785
  transition: all 0.3s;
4781
4786
  }
4782
4787
  .condo-tag-close-icon:hover {
4783
- color: rgba(0, 0, 0, 0.85);
4788
+ color: #222222;
4784
4789
  }
4785
4790
  .condo-tag-has-color {
4786
4791
  border-color: transparent;
@@ -5075,6 +5080,7 @@ span.condo-typography-ellipsis-single-line {
5075
5080
  margin-top: 0.5em;
5076
5081
  }
5077
5082
  .condo-markdown table {
5083
+ width: 100%;
5078
5084
  text-align: left;
5079
5085
  border: 1px solid #e1e5ed;
5080
5086
  border-radius: 8px;
@@ -5248,7 +5254,7 @@ span.condo-typography-ellipsis-single-line {
5248
5254
  box-sizing: border-box;
5249
5255
  margin: 0;
5250
5256
  padding: 0;
5251
- color: rgba(0, 0, 0, 0.85);
5257
+ color: #222222;
5252
5258
  font-size: 14px;
5253
5259
  font-variant: tabular-nums;
5254
5260
  line-height: 1.5715;
@@ -5300,7 +5306,7 @@ span.condo-typography-ellipsis-single-line {
5300
5306
  }
5301
5307
  .condo-modal-title {
5302
5308
  margin: 0;
5303
- color: rgba(0, 0, 0, 0.85);
5309
+ color: #222222;
5304
5310
  font-weight: 500;
5305
5311
  font-size: 16px;
5306
5312
  line-height: 22px;
@@ -5349,7 +5355,7 @@ span.condo-typography-ellipsis-single-line {
5349
5355
  }
5350
5356
  .condo-modal-header {
5351
5357
  padding: 16px 24px;
5352
- color: rgba(0, 0, 0, 0.85);
5358
+ color: #222222;
5353
5359
  background: #fff;
5354
5360
  border-bottom: 1px solid #f0f0f0;
5355
5361
  border-radius: 2px 2px 0 0;
@@ -5418,14 +5424,14 @@ span.condo-typography-ellipsis-single-line {
5418
5424
  .condo-modal-confirm-body .condo-modal-confirm-title {
5419
5425
  display: block;
5420
5426
  overflow: hidden;
5421
- color: rgba(0, 0, 0, 0.85);
5427
+ color: #222222;
5422
5428
  font-weight: 500;
5423
5429
  font-size: 16px;
5424
5430
  line-height: 1.4;
5425
5431
  }
5426
5432
  .condo-modal-confirm-body .condo-modal-confirm-content {
5427
5433
  margin-top: 8px;
5428
- color: rgba(0, 0, 0, 0.85);
5434
+ color: #222222;
5429
5435
  font-size: 14px;
5430
5436
  }
5431
5437
  .condo-modal-confirm-body > .anticon {
@@ -5549,8 +5555,8 @@ span.condo-typography-ellipsis-single-line {
5549
5555
  width: -moz-fit-content;
5550
5556
  width: fit-content;
5551
5557
  min-width: 100%;
5552
- overflow: hidden;
5553
5558
  padding: 1px;
5559
+ overflow: hidden;
5554
5560
  }
5555
5561
  .condo-modal-root .condo-modal .condo-modal-footer {
5556
5562
  padding: 19px 40px 20px;
@@ -5565,11 +5571,11 @@ span.condo-typography-ellipsis-single-line {
5565
5571
  }
5566
5572
  .condo-modal-root .condo-modal {
5567
5573
  position: absolute;
5568
- left: 0;
5569
- right: 0;
5570
- bottom: 0;
5571
5574
  top: auto;
5572
5575
  top: initial;
5576
+ right: 0;
5577
+ bottom: 0;
5578
+ left: 0;
5573
5579
  max-width: 100%;
5574
5580
  margin: 16px;
5575
5581
  }
@@ -5977,7 +5983,7 @@ span.condo-typography-ellipsis-single-line {
5977
5983
  box-sizing: border-box;
5978
5984
  margin: 0;
5979
5985
  padding: 0;
5980
- color: rgba(0, 0, 0, 0.85);
5986
+ color: #222222;
5981
5987
  font-size: 14px;
5982
5988
  font-variant: tabular-nums;
5983
5989
  line-height: 1.5715;
@@ -6153,7 +6159,7 @@ span.condo-typography-ellipsis-single-line {
6153
6159
  .condo-select-dropdown {
6154
6160
  margin: 0;
6155
6161
  padding: 0;
6156
- color: rgba(0, 0, 0, 0.85);
6162
+ color: #222222;
6157
6163
  font-variant: tabular-nums;
6158
6164
  line-height: 1.5715;
6159
6165
  list-style: none;
@@ -6201,7 +6207,7 @@ span.condo-typography-ellipsis-single-line {
6201
6207
  display: block;
6202
6208
  min-height: 32px;
6203
6209
  padding: 5px 12px;
6204
- color: rgba(0, 0, 0, 0.85);
6210
+ color: #222222;
6205
6211
  font-weight: normal;
6206
6212
  font-size: 14px;
6207
6213
  line-height: 22px;
@@ -6212,7 +6218,7 @@ span.condo-typography-ellipsis-single-line {
6212
6218
  display: block;
6213
6219
  min-height: 32px;
6214
6220
  padding: 5px 12px;
6215
- color: rgba(0, 0, 0, 0.85);
6221
+ color: #222222;
6216
6222
  font-weight: normal;
6217
6223
  font-size: 14px;
6218
6224
  line-height: 22px;
@@ -6240,7 +6246,7 @@ span.condo-typography-ellipsis-single-line {
6240
6246
  background-color: #f5f5f5;
6241
6247
  }
6242
6248
  .condo-select-item-option-selected:not(.condo-select-item-option-disabled) {
6243
- color: rgba(0, 0, 0, 0.85);
6249
+ color: #222222;
6244
6250
  font-weight: 600;
6245
6251
  background-color: #e6f7ff;
6246
6252
  }
@@ -6372,12 +6378,13 @@ span.condo-typography-ellipsis-single-line {
6372
6378
  padding-right: 0;
6373
6379
  padding-left: 21px;
6374
6380
  }
6381
+ .condo-select-dropdown .condo-select-item-empty .condo-typography {
6382
+ margin-left: 8px;
6383
+ color: #707695;
6384
+ }
6375
6385
  .condo-select {
6376
6386
  align-items: center;
6377
6387
  }
6378
- .condo-select:hover .condo-select-clear {
6379
- opacity: 1;
6380
- }
6381
6388
  .condo-select-fit-content {
6382
6389
  max-width: 100%;
6383
6390
  }
@@ -6400,9 +6407,6 @@ span.condo-typography-ellipsis-single-line {
6400
6407
  .condo-select-clear {
6401
6408
  background-color: #fff;
6402
6409
  }
6403
- .condo-select-disabled:not(.condo-select-customize-input) .condo-select-arrow {
6404
- color: #e1e5ed;
6405
- }
6406
6410
  .condo-select-open .condo-select-arrow {
6407
6411
  transform: translateY(-50%) rotate(180deg);
6408
6412
  }
@@ -6474,86 +6478,25 @@ span.condo-typography-ellipsis-single-line {
6474
6478
  white-space: nowrap;
6475
6479
  text-overflow: ellipsis;
6476
6480
  }
6477
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector {
6478
- height: inherit;
6479
- min-height: 48px;
6480
- padding-top: calc(4px - 1px);
6481
- padding-bottom: calc(4px - 1px);
6482
- }
6483
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item {
6484
- display: flex;
6485
- align-items: center;
6486
- justify-content: flex-start;
6487
- width: inherit;
6488
- height: 32px;
6489
- margin: 4px 8px 4px 0;
6490
- padding: 0 8px;
6491
- background-color: #f2f4f6;
6492
- border: none;
6493
- border-radius: 4px;
6494
- }
6495
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item .condo-select-selection-item-content {
6496
- display: inline-flex;
6497
- }
6498
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item .condo-select-selection-item-remove {
6499
- display: flex;
6500
- align-items: center;
6501
- color: #222;
6502
- }
6503
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item .condo-typography {
6504
- margin: 0;
6505
- font-weight: 400;
6506
- font-size: 14px;
6507
- font-family: "Open Sans", var(--condo-font-fallback);
6508
- line-height: 22px;
6509
- letter-spacing: -0.01em;
6510
- overflow: hidden;
6511
- color: #222;
6512
- white-space: pre;
6513
- text-overflow: ellipsis;
6514
- }
6515
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-overflow-item-suffix {
6516
- display: flex;
6517
- align-items: center;
6518
- height: 40px;
6519
- }
6520
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-placeholder {
6521
- left: 12px;
6522
- display: inline-block;
6523
- }
6524
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-search-mirror {
6525
- margin: 0;
6526
- font-weight: 400;
6527
- font-size: 16px;
6528
- font-family: "Open Sans", var(--condo-font-fallback);
6529
- line-height: 24px;
6530
- letter-spacing: -0.01em;
6531
- }
6532
- .condo-select:not(.condo-select-disabled):hover .condo-select-selector {
6533
- border-color: transparent;
6534
- }
6535
- .condo-select:not(.condo-select-disabled):hover:not(.condo-select-success):not(.condo-select-warning):not(.condo-select-secondary):not(.condo-select-danger):not(.condo-select-info) .condo-select-selector {
6536
- border-color: #707695;
6537
- }
6538
6481
  .condo-select-danger:not(.condo-select-customize-input) .condo-select-selector {
6539
- border-color: transparent;
6540
6482
  background: #ff3b30;
6483
+ border-color: transparent;
6541
6484
  }
6542
6485
  .condo-select-success:not(.condo-select-customize-input) .condo-select-selector {
6543
- border-color: transparent;
6544
6486
  background: #39ce66;
6487
+ border-color: transparent;
6545
6488
  }
6546
6489
  .condo-select-warning:not(.condo-select-customize-input) .condo-select-selector {
6547
- border-color: transparent;
6548
6490
  background: #ff9500;
6491
+ border-color: transparent;
6549
6492
  }
6550
6493
  .condo-select-info:not(.condo-select-customize-input) .condo-select-selector {
6551
- border-color: transparent;
6552
6494
  background: #2696f3;
6495
+ border-color: transparent;
6553
6496
  }
6554
6497
  .condo-select-secondary:not(.condo-select-customize-input) .condo-select-selector {
6555
- border-color: transparent;
6556
6498
  background: #707695;
6499
+ border-color: transparent;
6557
6500
  }
6558
6501
  .condo-select-danger .condo-select-arrow,
6559
6502
  .condo-select-warning .condo-select-arrow,
@@ -6567,6 +6510,9 @@ span.condo-typography-ellipsis-single-line {
6567
6510
  .condo-select-success .condo-select-clear {
6568
6511
  color: #fff;
6569
6512
  }
6513
+ .condo-select-disabled:not(.condo-select-customize-input) .condo-select-arrow {
6514
+ color: #e1e5ed;
6515
+ }
6570
6516
  .condo-select-danger .condo-select-clear {
6571
6517
  background-color: #ff3b30;
6572
6518
  }
@@ -6604,6 +6550,67 @@ span.condo-typography-ellipsis-single-line {
6604
6550
  .condo-select-success:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item > * {
6605
6551
  color: #fff;
6606
6552
  }
6553
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector {
6554
+ height: inherit;
6555
+ min-height: 48px;
6556
+ padding-top: calc(4px - 1px);
6557
+ padding-bottom: calc(4px - 1px);
6558
+ }
6559
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item {
6560
+ display: flex;
6561
+ align-items: center;
6562
+ justify-content: flex-start;
6563
+ width: inherit;
6564
+ height: 32px;
6565
+ margin: 4px 8px 4px 0;
6566
+ padding: 0 8px;
6567
+ background-color: #f2f4f6;
6568
+ border: none;
6569
+ border-radius: 4px;
6570
+ }
6571
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item .condo-select-selection-item-content {
6572
+ display: inline-flex;
6573
+ }
6574
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item .condo-select-selection-item-remove {
6575
+ display: flex;
6576
+ align-items: center;
6577
+ color: #222;
6578
+ }
6579
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item .condo-typography {
6580
+ margin: 0;
6581
+ font-weight: 400;
6582
+ font-size: 14px;
6583
+ font-family: "Open Sans", var(--condo-font-fallback);
6584
+ line-height: 22px;
6585
+ letter-spacing: -0.01em;
6586
+ overflow: hidden;
6587
+ color: #222;
6588
+ white-space: pre;
6589
+ text-overflow: ellipsis;
6590
+ }
6591
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-overflow-item-suffix {
6592
+ display: flex;
6593
+ align-items: center;
6594
+ height: 40px;
6595
+ }
6596
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-placeholder {
6597
+ left: 12px;
6598
+ display: inline-block;
6599
+ }
6600
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-search-mirror {
6601
+ margin: 0;
6602
+ font-weight: 400;
6603
+ font-size: 16px;
6604
+ font-family: "Open Sans", var(--condo-font-fallback);
6605
+ line-height: 24px;
6606
+ letter-spacing: -0.01em;
6607
+ }
6608
+ .condo-select:hover .condo-select-clear {
6609
+ opacity: 1;
6610
+ }
6611
+ .condo-select:not(.condo-select-disabled):hover .condo-select-selector {
6612
+ border-color: transparent;
6613
+ }
6607
6614
  .condo-select-disabled.condo-select:not(.condo-select-customize-input) .condo-select-selector,
6608
6615
  .condo-select-disabled.condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector {
6609
6616
  background: #fff;
@@ -6647,10 +6654,6 @@ span.condo-typography-ellipsis-single-line {
6647
6654
  padding: 20px;
6648
6655
  color: #707695;
6649
6656
  }
6650
- .condo-select-dropdown .condo-select-item-empty .condo-typography {
6651
- margin-left: 8px;
6652
- color: #707695;
6653
- }
6654
6657
  .condo-select-dropdown .condo-select-item-option-state {
6655
6658
  display: flex;
6656
6659
  align-items: center;
@@ -7036,7 +7039,7 @@ span.condo-typography-ellipsis-single-line {
7036
7039
  box-sizing: border-box;
7037
7040
  margin: 0;
7038
7041
  padding: 0;
7039
- color: rgba(0, 0, 0, 0.85);
7042
+ color: #222222;
7040
7043
  font-size: 14px;
7041
7044
  font-variant: tabular-nums;
7042
7045
  line-height: 1.5715;
@@ -7072,7 +7075,7 @@ span.condo-typography-ellipsis-single-line {
7072
7075
  margin: 0;
7073
7076
  padding: 5px 12px;
7074
7077
  overflow: hidden;
7075
- color: rgba(0, 0, 0, 0.85);
7078
+ color: #222222;
7076
7079
  font-weight: normal;
7077
7080
  font-size: 14px;
7078
7081
  line-height: 22px;
@@ -7171,7 +7174,7 @@ span.condo-typography-ellipsis-single-line {
7171
7174
  box-sizing: border-box;
7172
7175
  margin: 0;
7173
7176
  padding: 0;
7174
- color: rgba(0, 0, 0, 0.85);
7177
+ color: #222222;
7175
7178
  font-size: 14px;
7176
7179
  font-variant: tabular-nums;
7177
7180
  line-height: 1.5715;
@@ -7310,7 +7313,7 @@ span.condo-typography-ellipsis-single-line {
7310
7313
  transition: all 0.3s;
7311
7314
  }
7312
7315
  .condo-tabs-tab-remove:hover {
7313
- color: rgba(0, 0, 0, 0.85);
7316
+ color: #222222;
7314
7317
  }
7315
7318
  .condo-tabs-tab:hover {
7316
7319
  color: #222;
@@ -7428,7 +7431,7 @@ span.condo-typography-ellipsis-single-line {
7428
7431
  box-sizing: border-box;
7429
7432
  margin: 0;
7430
7433
  padding: 0;
7431
- color: rgba(0, 0, 0, 0.85);
7434
+ color: #222222;
7432
7435
  font-size: 14px;
7433
7436
  font-variant: tabular-nums;
7434
7437
  line-height: 1.5715;
@@ -7718,7 +7721,7 @@ span.condo-typography-ellipsis-single-line {
7718
7721
  box-sizing: border-box;
7719
7722
  margin: 0;
7720
7723
  padding: 0;
7721
- color: rgba(0, 0, 0, 0.85);
7724
+ color: #222222;
7722
7725
  font-size: 14px;
7723
7726
  font-variant: tabular-nums;
7724
7727
  line-height: 1.5715;
@@ -7737,7 +7740,7 @@ span.condo-typography-ellipsis-single-line {
7737
7740
  box-sizing: border-box;
7738
7741
  margin: 0;
7739
7742
  padding: 0;
7740
- color: rgba(0, 0, 0, 0.85);
7743
+ color: #222222;
7741
7744
  font-size: 14px;
7742
7745
  font-variant: tabular-nums;
7743
7746
  line-height: 1.5715;
@@ -7766,7 +7769,7 @@ span.condo-typography-ellipsis-single-line {
7766
7769
  box-sizing: border-box;
7767
7770
  margin: 0;
7768
7771
  padding: 0;
7769
- color: rgba(0, 0, 0, 0.85);
7772
+ color: #222222;
7770
7773
  font-size: 14px;
7771
7774
  font-variant: tabular-nums;
7772
7775
  line-height: 1.5715;
@@ -7885,7 +7888,7 @@ span.condo-radio + * {
7885
7888
  height: 32px;
7886
7889
  margin: 0;
7887
7890
  padding: 0 15px;
7888
- color: rgba(0, 0, 0, 0.85);
7891
+ color: #222222;
7889
7892
  font-size: 14px;
7890
7893
  line-height: 30px;
7891
7894
  background: #fff;
@@ -7896,7 +7899,7 @@ span.condo-radio + * {
7896
7899
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
7897
7900
  }
7898
7901
  .condo-radio-button-wrapper a {
7899
- color: rgba(0, 0, 0, 0.85);
7902
+ color: #222222;
7900
7903
  }
7901
7904
  .condo-radio-button-wrapper > .condo-radio-button {
7902
7905
  position: absolute;
@@ -8086,13 +8089,6 @@ span.condo-radio + * {
8086
8089
  .condo-radio-wrapper .condo-radio-input {
8087
8090
  margin: 0;
8088
8091
  }
8089
- .condo-radio-wrapper .condo-radio-input:focus + .condo-radio-inner {
8090
- border: double 1px transparent;
8091
- background-image: linear-gradient(white, white), linear-gradient(90deg, #4cd174 0%, #6db8f2 100%);
8092
- background-origin: border-box;
8093
- background-clip: content-box, border-box;
8094
- box-shadow: none;
8095
- }
8096
8092
  .condo-radio-wrapper .condo-radio-inner {
8097
8093
  box-sizing: content-box;
8098
8094
  border-color: #d0d3e5;
@@ -8115,13 +8111,6 @@ span.condo-radio + * {
8115
8111
  border-radius: 100%;
8116
8112
  transform: translate(-50%, -50%);
8117
8113
  }
8118
- .condo-radio-wrapper .condo-radio-checked > .condo-radio-input:focus + .condo-radio-inner {
8119
- border: double 1px transparent;
8120
- background-image: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%), linear-gradient(90deg, #2abb56 0%, #3996dd 100%);
8121
- background-origin: border-box;
8122
- background-clip: content-box, border-box;
8123
- box-shadow: none;
8124
- }
8125
8114
  .condo-radio-wrapper .condo-radio-disabled > .condo-radio-inner {
8126
8115
  background-color: #f2f4f6;
8127
8116
  border-color: #e1e5ed;
@@ -8130,16 +8119,30 @@ span.condo-radio + * {
8130
8119
  border-color: #707695;
8131
8120
  }
8132
8121
  .condo-radio-wrapper:hover > .condo-radio-checked > .condo-radio-inner {
8133
- border: double 1px transparent;
8134
8122
  background-image: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%), linear-gradient(90deg, #2abb56 0%, #3996dd 100%);
8135
- background-origin: border-box;
8136
8123
  background-clip: content-box, border-box;
8124
+ background-origin: border-box;
8125
+ border: double 1px transparent;
8137
8126
  box-shadow: none;
8138
8127
  }
8139
8128
  .condo-radio-wrapper:hover > .condo-radio-disabled > .condo-radio-inner {
8140
8129
  background: #f2f4f6 border-box;
8141
8130
  border-color: #d0d3e5;
8142
8131
  }
8132
+ .condo-radio-wrapper .condo-radio-input:focus + .condo-radio-inner {
8133
+ background-image: linear-gradient(white, white), linear-gradient(90deg, #4cd174 0%, #6db8f2 100%);
8134
+ background-clip: content-box, border-box;
8135
+ background-origin: border-box;
8136
+ border: double 1px transparent;
8137
+ box-shadow: none;
8138
+ }
8139
+ .condo-radio-wrapper .condo-radio-checked > .condo-radio-input:focus + .condo-radio-inner {
8140
+ background-image: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%), linear-gradient(90deg, #2abb56 0%, #3996dd 100%);
8141
+ background-clip: content-box, border-box;
8142
+ background-origin: border-box;
8143
+ border: double 1px transparent;
8144
+ box-shadow: none;
8145
+ }
8143
8146
  .condo-radio-group {
8144
8147
  display: flex;
8145
8148
  flex-direction: column;
@@ -8224,6 +8227,27 @@ span.condo-radio + * {
8224
8227
  position: fixed;
8225
8228
  z-index: 10;
8226
8229
  }
8230
+ .condo-affix-content-wrapper {
8231
+ height: -webkit-fit-content !important;
8232
+ height: -moz-fit-content !important;
8233
+ height: fit-content !important;
8234
+ }
8235
+ .condo-affix-content-wrapper {
8236
+ position: relative;
8237
+ right: 16px;
8238
+ box-sizing: border-box;
8239
+ width: calc(100% + 16px * 2);
8240
+ padding: 16px;
8241
+ transition: box-shadow 0.15s ease-out;
8242
+ }
8243
+ @media screen and (min-width: 0px ) and (max-width: 767px ) {
8244
+ .condo-affix-content-wrapper > .condo-space-item {
8245
+ width: 100%;
8246
+ }
8247
+ .condo-affix-content-wrapper > .condo-space-item > * {
8248
+ width: 100%;
8249
+ }
8250
+ }
8227
8251
  .condo-affix {
8228
8252
  height: auto !important;
8229
8253
  }
@@ -8254,25 +8278,4 @@ span.condo-radio + * {
8254
8278
  bottom: 24px !important;
8255
8279
  }
8256
8280
  }
8257
- .condo-affix-content-wrapper {
8258
- height: -webkit-fit-content !important;
8259
- height: -moz-fit-content !important;
8260
- height: fit-content !important;
8261
- }
8262
- .condo-affix-content-wrapper {
8263
- position: relative;
8264
- right: 16px;
8265
- box-sizing: border-box;
8266
- width: calc(100% + 16px * 2);
8267
- padding: 16px;
8268
- transition: box-shadow 0.15s ease-out;
8269
- }
8270
- @media screen and (min-width: 0px ) and (max-width: 767px ) {
8271
- .condo-affix-content-wrapper > .condo-space-item {
8272
- width: 100%;
8273
- }
8274
- .condo-affix-content-wrapper > .condo-space-item > * {
8275
- width: 100%;
8276
- }
8277
- }
8278
8281