ui-kit-ck-consultant 0.5.314 → 0.5.315

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 +20 -17
  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,20 @@
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;
469
+ padding: 20px;
468
470
  transition: 0.6s;
469
471
  opacity: 1;
472
+ padding: 5px 10px;
470
473
  }
471
474
  ._1Fq5R::-moz-placeholder, ._1XBGF::-moz-placeholder {
472
475
  color: var(--gray);
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.315",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "Noah LANFRIT",
6
6
  "license": "MIT",