ui-kit-ck-consultant 0.5.316 → 0.6.1
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/index.css +25 -25
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -182,19 +182,15 @@
|
|
182
182
|
|
183
183
|
._Dv_TK,
|
184
184
|
._3v07V {
|
185
|
+
display: flex;
|
186
|
+
width: 100%;
|
187
|
+
min-height: 50px;
|
188
|
+
border-radius: 8px;
|
189
|
+
cursor: pointer;
|
190
|
+
transition: 0.4s;
|
185
191
|
background-color: var(--primary-color);
|
186
192
|
border: 2px solid var(--primary-color);
|
187
|
-
|
188
|
-
cursor: pointer;
|
189
|
-
border-radius: 7px;
|
190
|
-
border-style: none;
|
191
|
-
display: inline-flex;
|
192
|
-
margin: 0;
|
193
|
-
justify-content: center;
|
194
|
-
align-items: center;
|
195
|
-
transition: background-color 0.3s ease;
|
196
|
-
border: 0.7px solid transparent;
|
197
|
-
height: 36px;
|
193
|
+
padding: 0 30px;
|
198
194
|
}
|
199
195
|
|
200
196
|
/* start - color button */
|
@@ -286,7 +282,6 @@
|
|
286
282
|
color: var(--white);
|
287
283
|
font-size: 12px;
|
288
284
|
font-weight: bold;
|
289
|
-
margin: auto 16px;
|
290
285
|
}
|
291
286
|
._3v07V > span {
|
292
287
|
color: var(--primary-color);
|
@@ -335,16 +330,17 @@
|
|
335
330
|
|
336
331
|
._23Afl > span {
|
337
332
|
white-space: nowrap;
|
338
|
-
margin: auto
|
333
|
+
margin: auto 20px;
|
339
334
|
}
|
340
335
|
|
341
336
|
._2WmL- {
|
342
337
|
display: flex;
|
343
|
-
width:
|
344
|
-
min-height:
|
338
|
+
width: 40px;
|
339
|
+
min-height: 40px;
|
340
|
+
height: calc(100% - 6px);
|
345
341
|
background-color: rgba(0, 0, 0, 0.1);
|
346
342
|
color: var(--white);
|
347
|
-
font-size:
|
343
|
+
font-size: 18px;
|
348
344
|
cursor: pointer;
|
349
345
|
transition: 0.4s;
|
350
346
|
margin: 3px;
|
@@ -456,19 +452,21 @@
|
|
456
452
|
._1svtJ > span {
|
457
453
|
display: inline-block;
|
458
454
|
font-size: 14px;
|
455
|
+
font-weight: bold;
|
459
456
|
color: var(--black);
|
460
|
-
margin-bottom:
|
457
|
+
margin-bottom: 8px;
|
461
458
|
}
|
462
459
|
|
463
460
|
._1Fq5R {
|
461
|
+
height: 50px;
|
464
462
|
width: 100%;
|
465
|
-
border: solid
|
463
|
+
border: solid 2px var(--gray);
|
466
464
|
border-radius: 8px;
|
467
465
|
color: var(--black);
|
468
466
|
font-size: 14px;
|
467
|
+
padding: 0 20px;
|
469
468
|
transition: 0.6s;
|
470
469
|
opacity: 1;
|
471
|
-
padding: 5px 10px;
|
472
470
|
}
|
473
471
|
._1Fq5R::-moz-placeholder, ._1XBGF::-moz-placeholder {
|
474
472
|
color: var(--gray);
|
@@ -646,18 +644,19 @@
|
|
646
644
|
font-size: 14px;
|
647
645
|
font-weight: bold;
|
648
646
|
color: var(--black);
|
649
|
-
margin-bottom:
|
647
|
+
margin-bottom: 8px;
|
650
648
|
}
|
651
649
|
|
652
650
|
._6hnFm {
|
651
|
+
height: 50px;
|
653
652
|
width: 100%;
|
654
|
-
border: solid
|
653
|
+
border: solid 2px var(--gray);
|
655
654
|
border-radius: 8px;
|
656
655
|
color: var(--black);
|
657
656
|
font-size: 14px;
|
657
|
+
padding: 0 20px;
|
658
658
|
transition: 0.6s;
|
659
659
|
opacity: 1;
|
660
|
-
padding: 5px 10px;
|
661
660
|
}
|
662
661
|
._6hnFm::-moz-placeholder {
|
663
662
|
color: var(--gray);
|
@@ -692,19 +691,20 @@
|
|
692
691
|
font-size: 14px;
|
693
692
|
font-weight: bold;
|
694
693
|
color: var(--black);
|
695
|
-
margin-bottom:
|
694
|
+
margin-bottom: 8px;
|
696
695
|
}
|
697
696
|
|
698
697
|
._3BzwZ {
|
699
698
|
display: flex;
|
699
|
+
height: 50px;
|
700
700
|
width: 100%;
|
701
|
-
border: solid
|
701
|
+
border: solid 2px var(--gray);
|
702
702
|
border-radius: 8px;
|
703
703
|
color: var(--black);
|
704
704
|
font-size: 14px;
|
705
|
+
padding: 0 20px;
|
705
706
|
transition: 0.6s;
|
706
707
|
opacity: 1;
|
707
|
-
padding: 5px 10px;
|
708
708
|
background-color: var(--white);
|
709
709
|
-webkit-touch-callout: none;
|
710
710
|
-webkit-user-select: none;
|