ui-kit-ck-consultant 0.5.314 → 0.5.316

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