@open-condo/ui 1.30.1 → 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/components/Typography/constants.d.ts +1 -1
- package/dist/components/Typography/constants.d.ts.map +1 -1
- package/dist/components/Typography/paragraph.d.ts +1 -1
- package/dist/components/Typography/text.d.ts +1 -1
- package/dist/components/Typography/title.d.ts +2 -2
- package/dist/components/Typography/title.d.ts.map +1 -1
- package/dist/index.js +7 -4
- package/dist/style-vars/variables.css +1 -1
- package/dist/style-vars/variables.less +1 -1
- package/dist/styles.css +225 -223
- package/dist/styles.min.css +2 -2
- package/package.json +1 -1
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:
|
|
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:
|
|
169
|
+
color: #222222;
|
|
170
170
|
font-size: 16px;
|
|
171
171
|
}
|
|
172
172
|
.condo-alert-message {
|
|
173
|
-
color:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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-
|
|
4362
|
-
|
|
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-
|
|
4365
|
-
|
|
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::
|
|
4382
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
4469
|
+
color: #222222;
|
|
4465
4470
|
}
|
|
4466
4471
|
.condo-list-item-meta-title {
|
|
4467
4472
|
margin-bottom: 4px;
|
|
4468
|
-
color:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
4788
|
+
color: #222222;
|
|
4784
4789
|
}
|
|
4785
4790
|
.condo-tag-has-color {
|
|
4786
4791
|
border-color: transparent;
|
|
@@ -5249,7 +5254,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
5249
5254
|
box-sizing: border-box;
|
|
5250
5255
|
margin: 0;
|
|
5251
5256
|
padding: 0;
|
|
5252
|
-
color:
|
|
5257
|
+
color: #222222;
|
|
5253
5258
|
font-size: 14px;
|
|
5254
5259
|
font-variant: tabular-nums;
|
|
5255
5260
|
line-height: 1.5715;
|
|
@@ -5301,7 +5306,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
5301
5306
|
}
|
|
5302
5307
|
.condo-modal-title {
|
|
5303
5308
|
margin: 0;
|
|
5304
|
-
color:
|
|
5309
|
+
color: #222222;
|
|
5305
5310
|
font-weight: 500;
|
|
5306
5311
|
font-size: 16px;
|
|
5307
5312
|
line-height: 22px;
|
|
@@ -5350,7 +5355,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
5350
5355
|
}
|
|
5351
5356
|
.condo-modal-header {
|
|
5352
5357
|
padding: 16px 24px;
|
|
5353
|
-
color:
|
|
5358
|
+
color: #222222;
|
|
5354
5359
|
background: #fff;
|
|
5355
5360
|
border-bottom: 1px solid #f0f0f0;
|
|
5356
5361
|
border-radius: 2px 2px 0 0;
|
|
@@ -5419,14 +5424,14 @@ span.condo-typography-ellipsis-single-line {
|
|
|
5419
5424
|
.condo-modal-confirm-body .condo-modal-confirm-title {
|
|
5420
5425
|
display: block;
|
|
5421
5426
|
overflow: hidden;
|
|
5422
|
-
color:
|
|
5427
|
+
color: #222222;
|
|
5423
5428
|
font-weight: 500;
|
|
5424
5429
|
font-size: 16px;
|
|
5425
5430
|
line-height: 1.4;
|
|
5426
5431
|
}
|
|
5427
5432
|
.condo-modal-confirm-body .condo-modal-confirm-content {
|
|
5428
5433
|
margin-top: 8px;
|
|
5429
|
-
color:
|
|
5434
|
+
color: #222222;
|
|
5430
5435
|
font-size: 14px;
|
|
5431
5436
|
}
|
|
5432
5437
|
.condo-modal-confirm-body > .anticon {
|
|
@@ -5550,8 +5555,8 @@ span.condo-typography-ellipsis-single-line {
|
|
|
5550
5555
|
width: -moz-fit-content;
|
|
5551
5556
|
width: fit-content;
|
|
5552
5557
|
min-width: 100%;
|
|
5553
|
-
overflow: hidden;
|
|
5554
5558
|
padding: 1px;
|
|
5559
|
+
overflow: hidden;
|
|
5555
5560
|
}
|
|
5556
5561
|
.condo-modal-root .condo-modal .condo-modal-footer {
|
|
5557
5562
|
padding: 19px 40px 20px;
|
|
@@ -5566,11 +5571,11 @@ span.condo-typography-ellipsis-single-line {
|
|
|
5566
5571
|
}
|
|
5567
5572
|
.condo-modal-root .condo-modal {
|
|
5568
5573
|
position: absolute;
|
|
5569
|
-
left: 0;
|
|
5570
|
-
right: 0;
|
|
5571
|
-
bottom: 0;
|
|
5572
5574
|
top: auto;
|
|
5573
5575
|
top: initial;
|
|
5576
|
+
right: 0;
|
|
5577
|
+
bottom: 0;
|
|
5578
|
+
left: 0;
|
|
5574
5579
|
max-width: 100%;
|
|
5575
5580
|
margin: 16px;
|
|
5576
5581
|
}
|
|
@@ -5978,7 +5983,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
5978
5983
|
box-sizing: border-box;
|
|
5979
5984
|
margin: 0;
|
|
5980
5985
|
padding: 0;
|
|
5981
|
-
color:
|
|
5986
|
+
color: #222222;
|
|
5982
5987
|
font-size: 14px;
|
|
5983
5988
|
font-variant: tabular-nums;
|
|
5984
5989
|
line-height: 1.5715;
|
|
@@ -6154,7 +6159,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
6154
6159
|
.condo-select-dropdown {
|
|
6155
6160
|
margin: 0;
|
|
6156
6161
|
padding: 0;
|
|
6157
|
-
color:
|
|
6162
|
+
color: #222222;
|
|
6158
6163
|
font-variant: tabular-nums;
|
|
6159
6164
|
line-height: 1.5715;
|
|
6160
6165
|
list-style: none;
|
|
@@ -6202,7 +6207,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
6202
6207
|
display: block;
|
|
6203
6208
|
min-height: 32px;
|
|
6204
6209
|
padding: 5px 12px;
|
|
6205
|
-
color:
|
|
6210
|
+
color: #222222;
|
|
6206
6211
|
font-weight: normal;
|
|
6207
6212
|
font-size: 14px;
|
|
6208
6213
|
line-height: 22px;
|
|
@@ -6213,7 +6218,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
6213
6218
|
display: block;
|
|
6214
6219
|
min-height: 32px;
|
|
6215
6220
|
padding: 5px 12px;
|
|
6216
|
-
color:
|
|
6221
|
+
color: #222222;
|
|
6217
6222
|
font-weight: normal;
|
|
6218
6223
|
font-size: 14px;
|
|
6219
6224
|
line-height: 22px;
|
|
@@ -6241,7 +6246,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
6241
6246
|
background-color: #f5f5f5;
|
|
6242
6247
|
}
|
|
6243
6248
|
.condo-select-item-option-selected:not(.condo-select-item-option-disabled) {
|
|
6244
|
-
color:
|
|
6249
|
+
color: #222222;
|
|
6245
6250
|
font-weight: 600;
|
|
6246
6251
|
background-color: #e6f7ff;
|
|
6247
6252
|
}
|
|
@@ -6373,12 +6378,13 @@ span.condo-typography-ellipsis-single-line {
|
|
|
6373
6378
|
padding-right: 0;
|
|
6374
6379
|
padding-left: 21px;
|
|
6375
6380
|
}
|
|
6381
|
+
.condo-select-dropdown .condo-select-item-empty .condo-typography {
|
|
6382
|
+
margin-left: 8px;
|
|
6383
|
+
color: #707695;
|
|
6384
|
+
}
|
|
6376
6385
|
.condo-select {
|
|
6377
6386
|
align-items: center;
|
|
6378
6387
|
}
|
|
6379
|
-
.condo-select:hover .condo-select-clear {
|
|
6380
|
-
opacity: 1;
|
|
6381
|
-
}
|
|
6382
6388
|
.condo-select-fit-content {
|
|
6383
6389
|
max-width: 100%;
|
|
6384
6390
|
}
|
|
@@ -6401,9 +6407,6 @@ span.condo-typography-ellipsis-single-line {
|
|
|
6401
6407
|
.condo-select-clear {
|
|
6402
6408
|
background-color: #fff;
|
|
6403
6409
|
}
|
|
6404
|
-
.condo-select-disabled:not(.condo-select-customize-input) .condo-select-arrow {
|
|
6405
|
-
color: #e1e5ed;
|
|
6406
|
-
}
|
|
6407
6410
|
.condo-select-open .condo-select-arrow {
|
|
6408
6411
|
transform: translateY(-50%) rotate(180deg);
|
|
6409
6412
|
}
|
|
@@ -6475,86 +6478,25 @@ span.condo-typography-ellipsis-single-line {
|
|
|
6475
6478
|
white-space: nowrap;
|
|
6476
6479
|
text-overflow: ellipsis;
|
|
6477
6480
|
}
|
|
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
6481
|
.condo-select-danger:not(.condo-select-customize-input) .condo-select-selector {
|
|
6540
|
-
border-color: transparent;
|
|
6541
6482
|
background: #ff3b30;
|
|
6483
|
+
border-color: transparent;
|
|
6542
6484
|
}
|
|
6543
6485
|
.condo-select-success:not(.condo-select-customize-input) .condo-select-selector {
|
|
6544
|
-
border-color: transparent;
|
|
6545
6486
|
background: #39ce66;
|
|
6487
|
+
border-color: transparent;
|
|
6546
6488
|
}
|
|
6547
6489
|
.condo-select-warning:not(.condo-select-customize-input) .condo-select-selector {
|
|
6548
|
-
border-color: transparent;
|
|
6549
6490
|
background: #ff9500;
|
|
6491
|
+
border-color: transparent;
|
|
6550
6492
|
}
|
|
6551
6493
|
.condo-select-info:not(.condo-select-customize-input) .condo-select-selector {
|
|
6552
|
-
border-color: transparent;
|
|
6553
6494
|
background: #2696f3;
|
|
6495
|
+
border-color: transparent;
|
|
6554
6496
|
}
|
|
6555
6497
|
.condo-select-secondary:not(.condo-select-customize-input) .condo-select-selector {
|
|
6556
|
-
border-color: transparent;
|
|
6557
6498
|
background: #707695;
|
|
6499
|
+
border-color: transparent;
|
|
6558
6500
|
}
|
|
6559
6501
|
.condo-select-danger .condo-select-arrow,
|
|
6560
6502
|
.condo-select-warning .condo-select-arrow,
|
|
@@ -6568,6 +6510,9 @@ span.condo-typography-ellipsis-single-line {
|
|
|
6568
6510
|
.condo-select-success .condo-select-clear {
|
|
6569
6511
|
color: #fff;
|
|
6570
6512
|
}
|
|
6513
|
+
.condo-select-disabled:not(.condo-select-customize-input) .condo-select-arrow {
|
|
6514
|
+
color: #e1e5ed;
|
|
6515
|
+
}
|
|
6571
6516
|
.condo-select-danger .condo-select-clear {
|
|
6572
6517
|
background-color: #ff3b30;
|
|
6573
6518
|
}
|
|
@@ -6605,6 +6550,67 @@ span.condo-typography-ellipsis-single-line {
|
|
|
6605
6550
|
.condo-select-success:not(.condo-select-customize-input) .condo-select-selector .condo-select-selection-item > * {
|
|
6606
6551
|
color: #fff;
|
|
6607
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
|
+
}
|
|
6608
6614
|
.condo-select-disabled.condo-select:not(.condo-select-customize-input) .condo-select-selector,
|
|
6609
6615
|
.condo-select-disabled.condo-select.condo-select-multiple:not(.condo-select-customize-input) .condo-select-selector {
|
|
6610
6616
|
background: #fff;
|
|
@@ -6648,10 +6654,6 @@ span.condo-typography-ellipsis-single-line {
|
|
|
6648
6654
|
padding: 20px;
|
|
6649
6655
|
color: #707695;
|
|
6650
6656
|
}
|
|
6651
|
-
.condo-select-dropdown .condo-select-item-empty .condo-typography {
|
|
6652
|
-
margin-left: 8px;
|
|
6653
|
-
color: #707695;
|
|
6654
|
-
}
|
|
6655
6657
|
.condo-select-dropdown .condo-select-item-option-state {
|
|
6656
6658
|
display: flex;
|
|
6657
6659
|
align-items: center;
|
|
@@ -7037,7 +7039,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
7037
7039
|
box-sizing: border-box;
|
|
7038
7040
|
margin: 0;
|
|
7039
7041
|
padding: 0;
|
|
7040
|
-
color:
|
|
7042
|
+
color: #222222;
|
|
7041
7043
|
font-size: 14px;
|
|
7042
7044
|
font-variant: tabular-nums;
|
|
7043
7045
|
line-height: 1.5715;
|
|
@@ -7073,7 +7075,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
7073
7075
|
margin: 0;
|
|
7074
7076
|
padding: 5px 12px;
|
|
7075
7077
|
overflow: hidden;
|
|
7076
|
-
color:
|
|
7078
|
+
color: #222222;
|
|
7077
7079
|
font-weight: normal;
|
|
7078
7080
|
font-size: 14px;
|
|
7079
7081
|
line-height: 22px;
|
|
@@ -7172,7 +7174,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
7172
7174
|
box-sizing: border-box;
|
|
7173
7175
|
margin: 0;
|
|
7174
7176
|
padding: 0;
|
|
7175
|
-
color:
|
|
7177
|
+
color: #222222;
|
|
7176
7178
|
font-size: 14px;
|
|
7177
7179
|
font-variant: tabular-nums;
|
|
7178
7180
|
line-height: 1.5715;
|
|
@@ -7311,7 +7313,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
7311
7313
|
transition: all 0.3s;
|
|
7312
7314
|
}
|
|
7313
7315
|
.condo-tabs-tab-remove:hover {
|
|
7314
|
-
color:
|
|
7316
|
+
color: #222222;
|
|
7315
7317
|
}
|
|
7316
7318
|
.condo-tabs-tab:hover {
|
|
7317
7319
|
color: #222;
|
|
@@ -7429,7 +7431,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
7429
7431
|
box-sizing: border-box;
|
|
7430
7432
|
margin: 0;
|
|
7431
7433
|
padding: 0;
|
|
7432
|
-
color:
|
|
7434
|
+
color: #222222;
|
|
7433
7435
|
font-size: 14px;
|
|
7434
7436
|
font-variant: tabular-nums;
|
|
7435
7437
|
line-height: 1.5715;
|
|
@@ -7719,7 +7721,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
7719
7721
|
box-sizing: border-box;
|
|
7720
7722
|
margin: 0;
|
|
7721
7723
|
padding: 0;
|
|
7722
|
-
color:
|
|
7724
|
+
color: #222222;
|
|
7723
7725
|
font-size: 14px;
|
|
7724
7726
|
font-variant: tabular-nums;
|
|
7725
7727
|
line-height: 1.5715;
|
|
@@ -7738,7 +7740,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
7738
7740
|
box-sizing: border-box;
|
|
7739
7741
|
margin: 0;
|
|
7740
7742
|
padding: 0;
|
|
7741
|
-
color:
|
|
7743
|
+
color: #222222;
|
|
7742
7744
|
font-size: 14px;
|
|
7743
7745
|
font-variant: tabular-nums;
|
|
7744
7746
|
line-height: 1.5715;
|
|
@@ -7767,7 +7769,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
7767
7769
|
box-sizing: border-box;
|
|
7768
7770
|
margin: 0;
|
|
7769
7771
|
padding: 0;
|
|
7770
|
-
color:
|
|
7772
|
+
color: #222222;
|
|
7771
7773
|
font-size: 14px;
|
|
7772
7774
|
font-variant: tabular-nums;
|
|
7773
7775
|
line-height: 1.5715;
|
|
@@ -7886,7 +7888,7 @@ span.condo-radio + * {
|
|
|
7886
7888
|
height: 32px;
|
|
7887
7889
|
margin: 0;
|
|
7888
7890
|
padding: 0 15px;
|
|
7889
|
-
color:
|
|
7891
|
+
color: #222222;
|
|
7890
7892
|
font-size: 14px;
|
|
7891
7893
|
line-height: 30px;
|
|
7892
7894
|
background: #fff;
|
|
@@ -7897,7 +7899,7 @@ span.condo-radio + * {
|
|
|
7897
7899
|
transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
|
|
7898
7900
|
}
|
|
7899
7901
|
.condo-radio-button-wrapper a {
|
|
7900
|
-
color:
|
|
7902
|
+
color: #222222;
|
|
7901
7903
|
}
|
|
7902
7904
|
.condo-radio-button-wrapper > .condo-radio-button {
|
|
7903
7905
|
position: absolute;
|
|
@@ -8087,13 +8089,6 @@ span.condo-radio + * {
|
|
|
8087
8089
|
.condo-radio-wrapper .condo-radio-input {
|
|
8088
8090
|
margin: 0;
|
|
8089
8091
|
}
|
|
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
8092
|
.condo-radio-wrapper .condo-radio-inner {
|
|
8098
8093
|
box-sizing: content-box;
|
|
8099
8094
|
border-color: #d0d3e5;
|
|
@@ -8116,13 +8111,6 @@ span.condo-radio + * {
|
|
|
8116
8111
|
border-radius: 100%;
|
|
8117
8112
|
transform: translate(-50%, -50%);
|
|
8118
8113
|
}
|
|
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
8114
|
.condo-radio-wrapper .condo-radio-disabled > .condo-radio-inner {
|
|
8127
8115
|
background-color: #f2f4f6;
|
|
8128
8116
|
border-color: #e1e5ed;
|
|
@@ -8131,16 +8119,30 @@ span.condo-radio + * {
|
|
|
8131
8119
|
border-color: #707695;
|
|
8132
8120
|
}
|
|
8133
8121
|
.condo-radio-wrapper:hover > .condo-radio-checked > .condo-radio-inner {
|
|
8134
|
-
border: double 1px transparent;
|
|
8135
8122
|
background-image: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%), linear-gradient(90deg, #2abb56 0%, #3996dd 100%);
|
|
8136
|
-
background-origin: border-box;
|
|
8137
8123
|
background-clip: content-box, border-box;
|
|
8124
|
+
background-origin: border-box;
|
|
8125
|
+
border: double 1px transparent;
|
|
8138
8126
|
box-shadow: none;
|
|
8139
8127
|
}
|
|
8140
8128
|
.condo-radio-wrapper:hover > .condo-radio-disabled > .condo-radio-inner {
|
|
8141
8129
|
background: #f2f4f6 border-box;
|
|
8142
8130
|
border-color: #d0d3e5;
|
|
8143
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
|
+
}
|
|
8144
8146
|
.condo-radio-group {
|
|
8145
8147
|
display: flex;
|
|
8146
8148
|
flex-direction: column;
|
|
@@ -8225,6 +8227,27 @@ span.condo-radio + * {
|
|
|
8225
8227
|
position: fixed;
|
|
8226
8228
|
z-index: 10;
|
|
8227
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
|
+
}
|
|
8228
8251
|
.condo-affix {
|
|
8229
8252
|
height: auto !important;
|
|
8230
8253
|
}
|
|
@@ -8255,25 +8278,4 @@ span.condo-radio + * {
|
|
|
8255
8278
|
bottom: 24px !important;
|
|
8256
8279
|
}
|
|
8257
8280
|
}
|
|
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
8281
|
|