zz-shopify-components 0.35.1-beta.7 → 0.35.1-beta.8

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.
@@ -311,51 +311,52 @@ body.zz-dialog-open {
311
311
  .zz-btn.zz-btn-default.zz-btn-black {
312
312
  background: transparent;
313
313
  color: #2D2D2D;
314
- border: 1.5px solid #2D2D2D;
314
+ border: 1px solid #2D2D2D;
315
315
  }
316
316
 
317
317
  .zz-btn.zz-btn-default.zz-btn-white {
318
318
  background: transparent;
319
319
  color: #fff;
320
- border: 1.5px solid #FFFFFF4D;
320
+ border: 1px solid #FFFFFF;
321
+ font-weight: 400;
321
322
  }
322
323
 
323
324
  .zz-btn.zz-btn-default.zz-btn-orange {
324
325
  background: transparent;
325
326
  color: #FC6C0F;
326
- border: 1.5px solid #FC6C0F;
327
+ border: 1px solid #FC6C0F;
327
328
  }
328
329
 
329
330
  .zz-btn.zz-btn-default.zz-btn-yellow {
330
331
  background: transparent;
331
332
  color: #000;
332
- border: 1.5px solid #FFEB00;
333
+ border: 1px solid #FFEB00;
333
334
  }
334
335
 
335
336
  .zz-btn.zz-btn-default.zz-btn-blue {
336
337
  background: transparent;
337
338
  color: #378DDD;
338
- border: 1.5px solid #378DDD;
339
+ border: 1px solid #378DDD;
339
340
  }
340
341
 
341
342
  .zz-btn.zz-btn-round.zz-btn-black {
342
343
  background: transparent;
343
344
  color: #2D2D2D;
344
- border: 1.5px solid #2D2D2D;
345
+ border: 1px solid #2D2D2D;
345
346
  border-radius: 30px;
346
347
  }
347
348
 
348
349
  .zz-btn.zz-btn-round.zz-btn-white {
349
350
  background: transparent;
350
351
  color: #fff;
351
- border: 1.5px solid #FFFFFF4D;
352
+ border: 1px solid #FFFFFF4D;
352
353
  border-radius: 30px;
353
354
  }
354
355
 
355
356
  .zz-btn.zz-btn-round.zz-btn-orange {
356
357
  background: transparent;
357
358
  color: #ff9900;
358
- border: 1.5px solid #ff9900;
359
+ border: 1px solid #ff9900;
359
360
  border-radius: 30px;
360
361
  }
361
362
 
@@ -408,6 +409,11 @@ body.zz-dialog-open {
408
409
  font-size: 14px;
409
410
  }
410
411
 
412
+ .zz-btn.zz-btn-large.zz-btn-default {
413
+ padding: 0px 1.6rem;
414
+
415
+ }
416
+
411
417
  @media (min-width: 1024px) {
412
418
  .zz-btn {
413
419
  height: 40px;
@@ -434,6 +440,10 @@ body.zz-dialog-open {
434
440
  .zz-btn-link.zz-btn-link-large {
435
441
  font-size: 16px;
436
442
  }
443
+
444
+ .zz-btn.zz-btn-large.zz-btn-default {
445
+ padding: 0px 30px;
446
+ }
437
447
  }
438
448
 
439
449
  .zz-video-btn.zz-btn.zz-btn-white {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zz-shopify-components",
3
- "version": "0.35.1-beta.7",
3
+ "version": "0.35.1-beta.8",
4
4
  "description": "Reusable Shopify components for theme projects",
5
5
  "keywords": [
6
6
  "shopify",