@open-condo/ui 1.30.1 → 1.32.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;
@@ -3611,6 +3616,18 @@ span.condo-typography-ellipsis-single-line {
3611
3616
  transition-duration: 0.15s;
3612
3617
  transition-property: border-color;
3613
3618
  }
3619
+ .condo-card-active {
3620
+ background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
3621
+ border: 1px solid transparent;
3622
+ box-shadow: 0 4px 14px 0 rgba(76,209,117,0.30196);
3623
+ }
3624
+ .condo-card-active .condo-card-body {
3625
+ border: 0 solid transparent;
3626
+ }
3627
+ .condo-card-active .condo-card-head {
3628
+ border: 0 solid transparent;
3629
+ border-bottom: 1px solid #e1e5ed;
3630
+ }
3614
3631
  .condo-card-hoverable:hover {
3615
3632
  box-shadow: 0 4px 14px 0 rgba(178,185,217,0.4);
3616
3633
  }
@@ -3621,6 +3638,10 @@ span.condo-typography-ellipsis-single-line {
3621
3638
  .condo-card-hoverable:hover .condo-card-body {
3622
3639
  border-color: #fff;
3623
3640
  }
3641
+ .condo-card-active.condo-card-hoverable:hover {
3642
+ background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #2abb56 0%, #3996dd 100%) border-box;
3643
+ box-shadow: 0 4px 14px 0 rgba(76,209,117,0.30196);
3644
+ }
3624
3645
 
3625
3646
  .condo-control {
3626
3647
  width: 40px !important;
@@ -3663,7 +3684,7 @@ span.condo-typography-ellipsis-single-line {
3663
3684
  box-sizing: border-box;
3664
3685
  margin: 0;
3665
3686
  padding: 0;
3666
- color: rgba(0, 0, 0, 0.85);
3687
+ color: #222222;
3667
3688
  font-size: 14px;
3668
3689
  font-variant: tabular-nums;
3669
3690
  line-height: 1.5715;
@@ -4031,7 +4052,7 @@ span.condo-typography-ellipsis-single-line {
4031
4052
  box-sizing: border-box;
4032
4053
  margin: 0;
4033
4054
  padding: 0;
4034
- color: rgba(0, 0, 0, 0.85);
4055
+ color: #222222;
4035
4056
  font-size: 14px;
4036
4057
  font-variant: tabular-nums;
4037
4058
  line-height: 1.5715;
@@ -4160,7 +4181,7 @@ span.condo-typography-ellipsis-single-line {
4160
4181
  box-sizing: border-box;
4161
4182
  margin: 0;
4162
4183
  padding: 0;
4163
- color: rgba(0, 0, 0, 0.85);
4184
+ color: #222222;
4164
4185
  font-size: 14px;
4165
4186
  font-variant: tabular-nums;
4166
4187
  line-height: 1.5715;
@@ -4195,7 +4216,7 @@ span.condo-typography-ellipsis-single-line {
4195
4216
  box-sizing: border-box;
4196
4217
  margin: 0;
4197
4218
  padding: 0;
4198
- color: rgba(0, 0, 0, 0.85);
4219
+ color: #222222;
4199
4220
  font-size: 14px;
4200
4221
  font-variant: tabular-nums;
4201
4222
  line-height: 1.5715;
@@ -4260,28 +4281,6 @@ span.condo-typography-ellipsis-single-line {
4260
4281
  .condo-checkbox-wrapper .condo-checkbox-inner::after {
4261
4282
  transition: none;
4262
4283
  }
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
4284
  .condo-checkbox-wrapper .condo-checkbox-indeterminate > .condo-checkbox-inner::after {
4286
4285
  width: 12px;
4287
4286
  height: 4px;
@@ -4297,34 +4296,9 @@ span.condo-typography-ellipsis-single-line {
4297
4296
  border-radius: 3px;
4298
4297
  content: "";
4299
4298
  }
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
4299
  .condo-checkbox-wrapper .condo-checkbox-checked::after {
4313
4300
  border: none;
4314
4301
  }
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
4302
  .condo-checkbox-wrapper .condo-checkbox-checked > .condo-checkbox-inner {
4329
4303
  box-sizing: content-box;
4330
4304
  background: #d0d3e5 border-box;
@@ -4351,6 +4325,12 @@ span.condo-typography-ellipsis-single-line {
4351
4325
  transform: rotate(48deg) scale(1) translate(-50%, -50%);
4352
4326
  transition: none;
4353
4327
  }
4328
+ .condo-checkbox-wrapper .condo-checkbox-disabled > .condo-checkbox-inner {
4329
+ border-color: #e1e5ed !important;
4330
+ }
4331
+ .condo-checkbox-wrapper .condo-checkbox-disabled > .condo-checkbox-inner {
4332
+ background-color: #f2f4f6;
4333
+ }
4354
4334
  .condo-checkbox-wrapper .condo-checkbox-disabled.condo-checkbox-checked > .condo-checkbox-inner::before {
4355
4335
  background: #f2f4f6;
4356
4336
  }
@@ -4358,11 +4338,30 @@ span.condo-typography-ellipsis-single-line {
4358
4338
  border-color: #d0d3e5;
4359
4339
  border-image-source: none;
4360
4340
  }
4361
- .condo-checkbox-wrapper .condo-checkbox-disabled > .condo-checkbox-inner {
4362
- border-color: #e1e5ed !important;
4341
+ .condo-checkbox-wrapper .condo-checkbox-input:focus + .condo-checkbox-inner {
4342
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
4343
+ border-color: transparent;
4363
4344
  }
4364
- .condo-checkbox-wrapper .condo-checkbox-disabled > .condo-checkbox-inner {
4365
- background-color: #f2f4f6;
4345
+ .condo-checkbox-wrapper .condo-checkbox-input:focus + .condo-checkbox-inner::before {
4346
+ position: absolute;
4347
+ box-sizing: border-box;
4348
+ width: 100%;
4349
+ height: 100%;
4350
+ background: #fff border-box;
4351
+ border-radius: 3px;
4352
+ content: "";
4353
+ }
4354
+ .condo-checkbox-wrapper .condo-checkbox-indeterminate.condo-checkbox-disabled > .condo-checkbox-inner::after {
4355
+ background: #d0d3e5;
4356
+ }
4357
+ .condo-checkbox-wrapper .condo-checkbox-indeterminate.condo-checkbox-disabled > .condo-checkbox-inner::before {
4358
+ position: absolute;
4359
+ box-sizing: border-box;
4360
+ width: 100%;
4361
+ height: 100%;
4362
+ background: #fff border-box;
4363
+ border-radius: 3px;
4364
+ content: "";
4366
4365
  }
4367
4366
  .condo-checkbox-wrapper .condo-checkbox::after {
4368
4367
  position: absolute;
@@ -4373,25 +4372,47 @@ span.condo-typography-ellipsis-single-line {
4373
4372
  background-color: transparent;
4374
4373
  border-radius: 4px;
4375
4374
  visibility: visible;
4376
- content: '';
4375
+ content: "";
4377
4376
  }
4378
4377
  .condo-checkbox-wrapper:hover > .condo-checkbox > .condo-checkbox-inner {
4379
4378
  border-color: #707695;
4380
4379
  }
4381
- .condo-checkbox-wrapper:hover > .condo-checkbox::after {
4382
- visibility: visible;
4380
+ .condo-checkbox-wrapper:hover > .condo-checkbox-checked > .condo-checkbox-inner::before {
4381
+ border-radius: 3px;
4382
+ }
4383
+ .condo-checkbox-wrapper .condo-checkbox-indeterminate > .condo-checkbox-input:focus + .condo-checkbox-inner::before {
4384
+ position: absolute;
4385
+ box-sizing: border-box;
4386
+ width: 100%;
4387
+ height: 100%;
4388
+ background: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%) border-box;
4389
+ border-radius: 3px;
4390
+ content: "";
4383
4391
  }
4384
4392
  .condo-checkbox-wrapper:hover > .condo-checkbox-checked > .condo-checkbox-inner {
4385
4393
  background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
4386
4394
  border-color: transparent;
4387
4395
  }
4388
- .condo-checkbox-wrapper:hover > .condo-checkbox-checked > .condo-checkbox-inner::before {
4389
- border-radius: 3px;
4390
- }
4391
4396
  .condo-checkbox-wrapper:hover > .condo-checkbox-disabled > .condo-checkbox-inner {
4392
4397
  background: #f2f4f6 border-box;
4393
4398
  border-color: transparent;
4394
4399
  }
4400
+ .condo-checkbox-wrapper .condo-checkbox-checked > .condo-checkbox-input:focus + .condo-checkbox-inner {
4401
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
4402
+ border-color: transparent;
4403
+ }
4404
+ .condo-checkbox-wrapper .condo-checkbox-checked > .condo-checkbox-input:focus + .condo-checkbox-inner::before {
4405
+ position: absolute;
4406
+ box-sizing: border-box;
4407
+ width: 100%;
4408
+ height: 100%;
4409
+ background: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%) border-box;
4410
+ border-radius: 3px;
4411
+ content: "";
4412
+ }
4413
+ .condo-checkbox-wrapper:hover > .condo-checkbox::after {
4414
+ visibility: visible;
4415
+ }
4395
4416
 
4396
4417
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
4397
4418
  /* stylelint-disable no-duplicate-selectors */
@@ -4401,7 +4422,7 @@ span.condo-typography-ellipsis-single-line {
4401
4422
  box-sizing: border-box;
4402
4423
  margin: 0;
4403
4424
  padding: 0;
4404
- color: rgba(0, 0, 0, 0.85);
4425
+ color: #222222;
4405
4426
  font-size: 14px;
4406
4427
  font-variant: tabular-nums;
4407
4428
  line-height: 1.5715;
@@ -4447,7 +4468,7 @@ span.condo-typography-ellipsis-single-line {
4447
4468
  align-items: center;
4448
4469
  justify-content: space-between;
4449
4470
  padding: 12px 0;
4450
- color: rgba(0, 0, 0, 0.85);
4471
+ color: #222222;
4451
4472
  }
4452
4473
  .condo-list-item-meta {
4453
4474
  display: flex;
@@ -4461,16 +4482,16 @@ span.condo-typography-ellipsis-single-line {
4461
4482
  .condo-list-item-meta-content {
4462
4483
  flex: 1 0;
4463
4484
  width: 0;
4464
- color: rgba(0, 0, 0, 0.85);
4485
+ color: #222222;
4465
4486
  }
4466
4487
  .condo-list-item-meta-title {
4467
4488
  margin-bottom: 4px;
4468
- color: rgba(0, 0, 0, 0.85);
4489
+ color: #222222;
4469
4490
  font-size: 14px;
4470
4491
  line-height: 1.5715;
4471
4492
  }
4472
4493
  .condo-list-item-meta-title > a {
4473
- color: rgba(0, 0, 0, 0.85);
4494
+ color: #222222;
4474
4495
  transition: all 0.3s;
4475
4496
  }
4476
4497
  .condo-list-item-meta-title > a:hover {
@@ -4565,7 +4586,7 @@ span.condo-typography-ellipsis-single-line {
4565
4586
  }
4566
4587
  .condo-list-vertical .condo-list-item-meta-title {
4567
4588
  margin-bottom: 12px;
4568
- color: rgba(0, 0, 0, 0.85);
4589
+ color: #222222;
4569
4590
  font-size: 16px;
4570
4591
  line-height: 24px;
4571
4592
  }
@@ -4743,7 +4764,7 @@ span.condo-typography-ellipsis-single-line {
4743
4764
  box-sizing: border-box;
4744
4765
  margin: 0;
4745
4766
  padding: 0;
4746
- color: rgba(0, 0, 0, 0.85);
4767
+ color: #222222;
4747
4768
  font-size: 14px;
4748
4769
  font-variant: tabular-nums;
4749
4770
  line-height: 1.5715;
@@ -4765,7 +4786,7 @@ span.condo-typography-ellipsis-single-line {
4765
4786
  .condo-tag,
4766
4787
  .condo-tag a,
4767
4788
  .condo-tag a:hover {
4768
- color: rgba(0, 0, 0, 0.85);
4789
+ color: #222222;
4769
4790
  }
4770
4791
  .condo-tag > a:first-child:last-child {
4771
4792
  display: inline-block;
@@ -4780,7 +4801,7 @@ span.condo-typography-ellipsis-single-line {
4780
4801
  transition: all 0.3s;
4781
4802
  }
4782
4803
  .condo-tag-close-icon:hover {
4783
- color: rgba(0, 0, 0, 0.85);
4804
+ color: #222222;
4784
4805
  }
4785
4806
  .condo-tag-has-color {
4786
4807
  border-color: transparent;
@@ -5249,7 +5270,7 @@ span.condo-typography-ellipsis-single-line {
5249
5270
  box-sizing: border-box;
5250
5271
  margin: 0;
5251
5272
  padding: 0;
5252
- color: rgba(0, 0, 0, 0.85);
5273
+ color: #222222;
5253
5274
  font-size: 14px;
5254
5275
  font-variant: tabular-nums;
5255
5276
  line-height: 1.5715;
@@ -5301,7 +5322,7 @@ span.condo-typography-ellipsis-single-line {
5301
5322
  }
5302
5323
  .condo-modal-title {
5303
5324
  margin: 0;
5304
- color: rgba(0, 0, 0, 0.85);
5325
+ color: #222222;
5305
5326
  font-weight: 500;
5306
5327
  font-size: 16px;
5307
5328
  line-height: 22px;
@@ -5350,7 +5371,7 @@ span.condo-typography-ellipsis-single-line {
5350
5371
  }
5351
5372
  .condo-modal-header {
5352
5373
  padding: 16px 24px;
5353
- color: rgba(0, 0, 0, 0.85);
5374
+ color: #222222;
5354
5375
  background: #fff;
5355
5376
  border-bottom: 1px solid #f0f0f0;
5356
5377
  border-radius: 2px 2px 0 0;
@@ -5419,14 +5440,14 @@ span.condo-typography-ellipsis-single-line {
5419
5440
  .condo-modal-confirm-body .condo-modal-confirm-title {
5420
5441
  display: block;
5421
5442
  overflow: hidden;
5422
- color: rgba(0, 0, 0, 0.85);
5443
+ color: #222222;
5423
5444
  font-weight: 500;
5424
5445
  font-size: 16px;
5425
5446
  line-height: 1.4;
5426
5447
  }
5427
5448
  .condo-modal-confirm-body .condo-modal-confirm-content {
5428
5449
  margin-top: 8px;
5429
- color: rgba(0, 0, 0, 0.85);
5450
+ color: #222222;
5430
5451
  font-size: 14px;
5431
5452
  }
5432
5453
  .condo-modal-confirm-body > .anticon {
@@ -5550,8 +5571,8 @@ span.condo-typography-ellipsis-single-line {
5550
5571
  width: -moz-fit-content;
5551
5572
  width: fit-content;
5552
5573
  min-width: 100%;
5553
- overflow: hidden;
5554
5574
  padding: 1px;
5575
+ overflow: hidden;
5555
5576
  }
5556
5577
  .condo-modal-root .condo-modal .condo-modal-footer {
5557
5578
  padding: 19px 40px 20px;
@@ -5566,11 +5587,11 @@ span.condo-typography-ellipsis-single-line {
5566
5587
  }
5567
5588
  .condo-modal-root .condo-modal {
5568
5589
  position: absolute;
5569
- left: 0;
5570
- right: 0;
5571
- bottom: 0;
5572
5590
  top: auto;
5573
5591
  top: initial;
5592
+ right: 0;
5593
+ bottom: 0;
5594
+ left: 0;
5574
5595
  max-width: 100%;
5575
5596
  margin: 16px;
5576
5597
  }
@@ -5978,7 +5999,7 @@ span.condo-typography-ellipsis-single-line {
5978
5999
  box-sizing: border-box;
5979
6000
  margin: 0;
5980
6001
  padding: 0;
5981
- color: rgba(0, 0, 0, 0.85);
6002
+ color: #222222;
5982
6003
  font-size: 14px;
5983
6004
  font-variant: tabular-nums;
5984
6005
  line-height: 1.5715;
@@ -6154,7 +6175,7 @@ span.condo-typography-ellipsis-single-line {
6154
6175
  .condo-select-dropdown {
6155
6176
  margin: 0;
6156
6177
  padding: 0;
6157
- color: rgba(0, 0, 0, 0.85);
6178
+ color: #222222;
6158
6179
  font-variant: tabular-nums;
6159
6180
  line-height: 1.5715;
6160
6181
  list-style: none;
@@ -6202,7 +6223,7 @@ span.condo-typography-ellipsis-single-line {
6202
6223
  display: block;
6203
6224
  min-height: 32px;
6204
6225
  padding: 5px 12px;
6205
- color: rgba(0, 0, 0, 0.85);
6226
+ color: #222222;
6206
6227
  font-weight: normal;
6207
6228
  font-size: 14px;
6208
6229
  line-height: 22px;
@@ -6213,7 +6234,7 @@ span.condo-typography-ellipsis-single-line {
6213
6234
  display: block;
6214
6235
  min-height: 32px;
6215
6236
  padding: 5px 12px;
6216
- color: rgba(0, 0, 0, 0.85);
6237
+ color: #222222;
6217
6238
  font-weight: normal;
6218
6239
  font-size: 14px;
6219
6240
  line-height: 22px;
@@ -6241,7 +6262,7 @@ span.condo-typography-ellipsis-single-line {
6241
6262
  background-color: #f5f5f5;
6242
6263
  }
6243
6264
  .condo-select-item-option-selected:not(.condo-select-item-option-disabled) {
6244
- color: rgba(0, 0, 0, 0.85);
6265
+ color: #222222;
6245
6266
  font-weight: 600;
6246
6267
  background-color: #e6f7ff;
6247
6268
  }
@@ -6373,12 +6394,13 @@ span.condo-typography-ellipsis-single-line {
6373
6394
  padding-right: 0;
6374
6395
  padding-left: 21px;
6375
6396
  }
6397
+ .condo-select-dropdown .condo-select-item-empty .condo-typography {
6398
+ margin-left: 8px;
6399
+ color: #707695;
6400
+ }
6376
6401
  .condo-select {
6377
6402
  align-items: center;
6378
6403
  }
6379
- .condo-select:hover .condo-select-clear {
6380
- opacity: 1;
6381
- }
6382
6404
  .condo-select-fit-content {
6383
6405
  max-width: 100%;
6384
6406
  }
@@ -6401,9 +6423,6 @@ span.condo-typography-ellipsis-single-line {
6401
6423
  .condo-select-clear {
6402
6424
  background-color: #fff;
6403
6425
  }
6404
- .condo-select-disabled:not(.condo-select-customize-input) .condo-select-arrow {
6405
- color: #e1e5ed;
6406
- }
6407
6426
  .condo-select-open .condo-select-arrow {
6408
6427
  transform: translateY(-50%) rotate(180deg);
6409
6428
  }
@@ -6475,86 +6494,25 @@ span.condo-typography-ellipsis-single-line {
6475
6494
  white-space: nowrap;
6476
6495
  text-overflow: ellipsis;
6477
6496
  }
6478
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector {
6479
- height: inherit;
6480
- min-height: 48px;
6481
- padding-top: calc(4px - 1px);
6482
- padding-bottom: calc(4px - 1px);
6483
- }
6484
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item {
6485
- display: flex;
6486
- align-items: center;
6487
- justify-content: flex-start;
6488
- width: inherit;
6489
- height: 32px;
6490
- margin: 4px 8px 4px 0;
6491
- padding: 0 8px;
6492
- background-color: #f2f4f6;
6493
- border: none;
6494
- border-radius: 4px;
6495
- }
6496
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item .condo-select-selection-item-content {
6497
- display: inline-flex;
6498
- }
6499
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item .condo-select-selection-item-remove {
6500
- display: flex;
6501
- align-items: center;
6502
- color: #222;
6503
- }
6504
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item .condo-typography {
6505
- margin: 0;
6506
- font-weight: 400;
6507
- font-size: 14px;
6508
- font-family: "Open Sans", var(--condo-font-fallback);
6509
- line-height: 22px;
6510
- letter-spacing: -0.01em;
6511
- overflow: hidden;
6512
- color: #222;
6513
- white-space: pre;
6514
- text-overflow: ellipsis;
6515
- }
6516
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-overflow-item-suffix {
6517
- display: flex;
6518
- align-items: center;
6519
- height: 40px;
6520
- }
6521
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-placeholder {
6522
- left: 12px;
6523
- display: inline-block;
6524
- }
6525
- .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-search-mirror {
6526
- margin: 0;
6527
- font-weight: 400;
6528
- font-size: 16px;
6529
- font-family: "Open Sans", var(--condo-font-fallback);
6530
- line-height: 24px;
6531
- letter-spacing: -0.01em;
6532
- }
6533
- .condo-select:not(.condo-select-disabled):hover .condo-select-selector {
6534
- border-color: transparent;
6535
- }
6536
- .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 {
6537
- border-color: #707695;
6538
- }
6539
6497
  .condo-select-danger:not(.condo-select-customize-input) .condo-select-selector {
6540
- border-color: transparent;
6541
6498
  background: #ff3b30;
6499
+ border-color: transparent;
6542
6500
  }
6543
6501
  .condo-select-success:not(.condo-select-customize-input) .condo-select-selector {
6544
- border-color: transparent;
6545
6502
  background: #39ce66;
6503
+ border-color: transparent;
6546
6504
  }
6547
6505
  .condo-select-warning:not(.condo-select-customize-input) .condo-select-selector {
6548
- border-color: transparent;
6549
6506
  background: #ff9500;
6507
+ border-color: transparent;
6550
6508
  }
6551
6509
  .condo-select-info:not(.condo-select-customize-input) .condo-select-selector {
6552
- border-color: transparent;
6553
6510
  background: #2696f3;
6511
+ border-color: transparent;
6554
6512
  }
6555
6513
  .condo-select-secondary:not(.condo-select-customize-input) .condo-select-selector {
6556
- border-color: transparent;
6557
6514
  background: #707695;
6515
+ border-color: transparent;
6558
6516
  }
6559
6517
  .condo-select-danger .condo-select-arrow,
6560
6518
  .condo-select-warning .condo-select-arrow,
@@ -6568,6 +6526,9 @@ span.condo-typography-ellipsis-single-line {
6568
6526
  .condo-select-success .condo-select-clear {
6569
6527
  color: #fff;
6570
6528
  }
6529
+ .condo-select-disabled:not(.condo-select-customize-input) .condo-select-arrow {
6530
+ color: #e1e5ed;
6531
+ }
6571
6532
  .condo-select-danger .condo-select-clear {
6572
6533
  background-color: #ff3b30;
6573
6534
  }
@@ -6605,6 +6566,67 @@ span.condo-typography-ellipsis-single-line {
6605
6566
  .condo-select-success:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item > * {
6606
6567
  color: #fff;
6607
6568
  }
6569
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector {
6570
+ height: inherit;
6571
+ min-height: 48px;
6572
+ padding-top: calc(4px - 1px);
6573
+ padding-bottom: calc(4px - 1px);
6574
+ }
6575
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item {
6576
+ display: flex;
6577
+ align-items: center;
6578
+ justify-content: flex-start;
6579
+ width: inherit;
6580
+ height: 32px;
6581
+ margin: 4px 8px 4px 0;
6582
+ padding: 0 8px;
6583
+ background-color: #f2f4f6;
6584
+ border: none;
6585
+ border-radius: 4px;
6586
+ }
6587
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item .condo-select-selection-item-content {
6588
+ display: inline-flex;
6589
+ }
6590
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item .condo-select-selection-item-remove {
6591
+ display: flex;
6592
+ align-items: center;
6593
+ color: #222;
6594
+ }
6595
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item .condo-typography {
6596
+ margin: 0;
6597
+ font-weight: 400;
6598
+ font-size: 14px;
6599
+ font-family: "Open Sans", var(--condo-font-fallback);
6600
+ line-height: 22px;
6601
+ letter-spacing: -0.01em;
6602
+ overflow: hidden;
6603
+ color: #222;
6604
+ white-space: pre;
6605
+ text-overflow: ellipsis;
6606
+ }
6607
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-overflow-item-suffix {
6608
+ display: flex;
6609
+ align-items: center;
6610
+ height: 40px;
6611
+ }
6612
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-placeholder {
6613
+ left: 12px;
6614
+ display: inline-block;
6615
+ }
6616
+ .condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-search-mirror {
6617
+ margin: 0;
6618
+ font-weight: 400;
6619
+ font-size: 16px;
6620
+ font-family: "Open Sans", var(--condo-font-fallback);
6621
+ line-height: 24px;
6622
+ letter-spacing: -0.01em;
6623
+ }
6624
+ .condo-select:hover .condo-select-clear {
6625
+ opacity: 1;
6626
+ }
6627
+ .condo-select:not(.condo-select-disabled):hover .condo-select-selector {
6628
+ border-color: transparent;
6629
+ }
6608
6630
  .condo-select-disabled.condo-select:not(.condo-select-customize-input) .condo-select-selector,
6609
6631
  .condo-select-disabled.condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector {
6610
6632
  background: #fff;
@@ -6648,10 +6670,6 @@ span.condo-typography-ellipsis-single-line {
6648
6670
  padding: 20px;
6649
6671
  color: #707695;
6650
6672
  }
6651
- .condo-select-dropdown .condo-select-item-empty .condo-typography {
6652
- margin-left: 8px;
6653
- color: #707695;
6654
- }
6655
6673
  .condo-select-dropdown .condo-select-item-option-state {
6656
6674
  display: flex;
6657
6675
  align-items: center;
@@ -7037,7 +7055,7 @@ span.condo-typography-ellipsis-single-line {
7037
7055
  box-sizing: border-box;
7038
7056
  margin: 0;
7039
7057
  padding: 0;
7040
- color: rgba(0, 0, 0, 0.85);
7058
+ color: #222222;
7041
7059
  font-size: 14px;
7042
7060
  font-variant: tabular-nums;
7043
7061
  line-height: 1.5715;
@@ -7073,7 +7091,7 @@ span.condo-typography-ellipsis-single-line {
7073
7091
  margin: 0;
7074
7092
  padding: 5px 12px;
7075
7093
  overflow: hidden;
7076
- color: rgba(0, 0, 0, 0.85);
7094
+ color: #222222;
7077
7095
  font-weight: normal;
7078
7096
  font-size: 14px;
7079
7097
  line-height: 22px;
@@ -7172,7 +7190,7 @@ span.condo-typography-ellipsis-single-line {
7172
7190
  box-sizing: border-box;
7173
7191
  margin: 0;
7174
7192
  padding: 0;
7175
- color: rgba(0, 0, 0, 0.85);
7193
+ color: #222222;
7176
7194
  font-size: 14px;
7177
7195
  font-variant: tabular-nums;
7178
7196
  line-height: 1.5715;
@@ -7311,7 +7329,7 @@ span.condo-typography-ellipsis-single-line {
7311
7329
  transition: all 0.3s;
7312
7330
  }
7313
7331
  .condo-tabs-tab-remove:hover {
7314
- color: rgba(0, 0, 0, 0.85);
7332
+ color: #222222;
7315
7333
  }
7316
7334
  .condo-tabs-tab:hover {
7317
7335
  color: #222;
@@ -7429,7 +7447,7 @@ span.condo-typography-ellipsis-single-line {
7429
7447
  box-sizing: border-box;
7430
7448
  margin: 0;
7431
7449
  padding: 0;
7432
- color: rgba(0, 0, 0, 0.85);
7450
+ color: #222222;
7433
7451
  font-size: 14px;
7434
7452
  font-variant: tabular-nums;
7435
7453
  line-height: 1.5715;
@@ -7719,7 +7737,7 @@ span.condo-typography-ellipsis-single-line {
7719
7737
  box-sizing: border-box;
7720
7738
  margin: 0;
7721
7739
  padding: 0;
7722
- color: rgba(0, 0, 0, 0.85);
7740
+ color: #222222;
7723
7741
  font-size: 14px;
7724
7742
  font-variant: tabular-nums;
7725
7743
  line-height: 1.5715;
@@ -7738,7 +7756,7 @@ span.condo-typography-ellipsis-single-line {
7738
7756
  box-sizing: border-box;
7739
7757
  margin: 0;
7740
7758
  padding: 0;
7741
- color: rgba(0, 0, 0, 0.85);
7759
+ color: #222222;
7742
7760
  font-size: 14px;
7743
7761
  font-variant: tabular-nums;
7744
7762
  line-height: 1.5715;
@@ -7767,7 +7785,7 @@ span.condo-typography-ellipsis-single-line {
7767
7785
  box-sizing: border-box;
7768
7786
  margin: 0;
7769
7787
  padding: 0;
7770
- color: rgba(0, 0, 0, 0.85);
7788
+ color: #222222;
7771
7789
  font-size: 14px;
7772
7790
  font-variant: tabular-nums;
7773
7791
  line-height: 1.5715;
@@ -7886,7 +7904,7 @@ span.condo-radio + * {
7886
7904
  height: 32px;
7887
7905
  margin: 0;
7888
7906
  padding: 0 15px;
7889
- color: rgba(0, 0, 0, 0.85);
7907
+ color: #222222;
7890
7908
  font-size: 14px;
7891
7909
  line-height: 30px;
7892
7910
  background: #fff;
@@ -7897,7 +7915,7 @@ span.condo-radio + * {
7897
7915
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
7898
7916
  }
7899
7917
  .condo-radio-button-wrapper a {
7900
- color: rgba(0, 0, 0, 0.85);
7918
+ color: #222222;
7901
7919
  }
7902
7920
  .condo-radio-button-wrapper > .condo-radio-button {
7903
7921
  position: absolute;
@@ -8087,13 +8105,6 @@ span.condo-radio + * {
8087
8105
  .condo-radio-wrapper .condo-radio-input {
8088
8106
  margin: 0;
8089
8107
  }
8090
- .condo-radio-wrapper .condo-radio-input:focus + .condo-radio-inner {
8091
- border: double 1px transparent;
8092
- background-image: linear-gradient(white, white), linear-gradient(90deg, #4cd174 0%, #6db8f2 100%);
8093
- background-origin: border-box;
8094
- background-clip: content-box, border-box;
8095
- box-shadow: none;
8096
- }
8097
8108
  .condo-radio-wrapper .condo-radio-inner {
8098
8109
  box-sizing: content-box;
8099
8110
  border-color: #d0d3e5;
@@ -8116,13 +8127,6 @@ span.condo-radio + * {
8116
8127
  border-radius: 100%;
8117
8128
  transform: translate(-50%, -50%);
8118
8129
  }
8119
- .condo-radio-wrapper .condo-radio-checked > .condo-radio-input:focus + .condo-radio-inner {
8120
- border: double 1px transparent;
8121
- background-image: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%), linear-gradient(90deg, #2abb56 0%, #3996dd 100%);
8122
- background-origin: border-box;
8123
- background-clip: content-box, border-box;
8124
- box-shadow: none;
8125
- }
8126
8130
  .condo-radio-wrapper .condo-radio-disabled > .condo-radio-inner {
8127
8131
  background-color: #f2f4f6;
8128
8132
  border-color: #e1e5ed;
@@ -8131,16 +8135,30 @@ span.condo-radio + * {
8131
8135
  border-color: #707695;
8132
8136
  }
8133
8137
  .condo-radio-wrapper:hover > .condo-radio-checked > .condo-radio-inner {
8134
- border: double 1px transparent;
8135
8138
  background-image: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%), linear-gradient(90deg, #2abb56 0%, #3996dd 100%);
8136
- background-origin: border-box;
8137
8139
  background-clip: content-box, border-box;
8140
+ background-origin: border-box;
8141
+ border: double 1px transparent;
8138
8142
  box-shadow: none;
8139
8143
  }
8140
8144
  .condo-radio-wrapper:hover > .condo-radio-disabled > .condo-radio-inner {
8141
8145
  background: #f2f4f6 border-box;
8142
8146
  border-color: #d0d3e5;
8143
8147
  }
8148
+ .condo-radio-wrapper .condo-radio-input:focus + .condo-radio-inner {
8149
+ background-image: linear-gradient(white, white), linear-gradient(90deg, #4cd174 0%, #6db8f2 100%);
8150
+ background-clip: content-box, border-box;
8151
+ background-origin: border-box;
8152
+ border: double 1px transparent;
8153
+ box-shadow: none;
8154
+ }
8155
+ .condo-radio-wrapper .condo-radio-checked > .condo-radio-input:focus + .condo-radio-inner {
8156
+ background-image: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%), linear-gradient(90deg, #2abb56 0%, #3996dd 100%);
8157
+ background-clip: content-box, border-box;
8158
+ background-origin: border-box;
8159
+ border: double 1px transparent;
8160
+ box-shadow: none;
8161
+ }
8144
8162
  .condo-radio-group {
8145
8163
  display: flex;
8146
8164
  flex-direction: column;
@@ -8225,6 +8243,27 @@ span.condo-radio + * {
8225
8243
  position: fixed;
8226
8244
  z-index: 10;
8227
8245
  }
8246
+ .condo-affix-content-wrapper {
8247
+ height: -webkit-fit-content !important;
8248
+ height: -moz-fit-content !important;
8249
+ height: fit-content !important;
8250
+ }
8251
+ .condo-affix-content-wrapper {
8252
+ position: relative;
8253
+ right: 16px;
8254
+ box-sizing: border-box;
8255
+ width: calc(100% + 16px * 2);
8256
+ padding: 16px;
8257
+ transition: box-shadow 0.15s ease-out;
8258
+ }
8259
+ @media screen and (min-width: 0px ) and (max-width: 767px ) {
8260
+ .condo-affix-content-wrapper > .condo-space-item {
8261
+ width: 100%;
8262
+ }
8263
+ .condo-affix-content-wrapper > .condo-space-item > * {
8264
+ width: 100%;
8265
+ }
8266
+ }
8228
8267
  .condo-affix {
8229
8268
  height: auto !important;
8230
8269
  }
@@ -8255,25 +8294,4 @@ span.condo-radio + * {
8255
8294
  bottom: 24px !important;
8256
8295
  }
8257
8296
  }
8258
- .condo-affix-content-wrapper {
8259
- height: -webkit-fit-content !important;
8260
- height: -moz-fit-content !important;
8261
- height: fit-content !important;
8262
- }
8263
- .condo-affix-content-wrapper {
8264
- position: relative;
8265
- right: 16px;
8266
- box-sizing: border-box;
8267
- width: calc(100% + 16px * 2);
8268
- padding: 16px;
8269
- transition: box-shadow 0.15s ease-out;
8270
- }
8271
- @media screen and (min-width: 0px ) and (max-width: 767px ) {
8272
- .condo-affix-content-wrapper > .condo-space-item {
8273
- width: 100%;
8274
- }
8275
- .condo-affix-content-wrapper > .condo-space-item > * {
8276
- width: 100%;
8277
- }
8278
- }
8279
8297