@gofynd/theme-template 2.0.2 → 2.0.3

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 (31) hide show
  1. package/dist/components/product-card/product-card.css +3 -0
  2. package/dist/components/product-card/product-card.js +1 -1
  3. package/dist/components/reasons-list/reason-item/reason-item.css +8 -0
  4. package/dist/components/reasons-list/reason-item/reason-item.js +1 -1
  5. package/dist/components/reasons-list/reasons-list.css +8 -0
  6. package/dist/components/reasons-list/reasons-list.js +1 -1
  7. package/dist/index.css +51 -1
  8. package/dist/index.js +1 -1
  9. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  10. package/dist/page-layouts/compare/compare.css +3 -0
  11. package/dist/page-layouts/compare/compare.js +1 -1
  12. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  13. package/dist/pages/cart/cart.js +1 -1
  14. package/dist/pages/cart/index.js +1 -1
  15. package/dist/pages/contact-us/contact-us.css +48 -1
  16. package/dist/pages/contact-us/contact-us.js +1 -1
  17. package/dist/pages/contact-us/index.css +48 -1
  18. package/dist/pages/contact-us/index.js +1 -1
  19. package/dist/pages/index.css +51 -1
  20. package/dist/pages/index.js +1 -1
  21. package/dist/pages/login/index.js +1 -1
  22. package/dist/pages/login/login.js +1 -1
  23. package/dist/pages/product-listing/index.css +3 -0
  24. package/dist/pages/product-listing/index.js +1 -1
  25. package/dist/pages/product-listing/product-listing.css +3 -0
  26. package/dist/pages/product-listing/product-listing.js +1 -1
  27. package/dist/pages/wishlist/index.css +3 -0
  28. package/dist/pages/wishlist/index.js +1 -1
  29. package/dist/pages/wishlist/wishlist.css +3 -0
  30. package/dist/pages/wishlist/wishlist.js +1 -1
  31. package/package.json +1 -1
@@ -369,6 +369,14 @@ h5,
369
369
  padding: 80px 0px;
370
370
  gap: 80px;
371
371
  }
372
+ .contact-us__contact_container___qEJcu.contact-us__reducedBottomGap___u9UlZ {
373
+ padding-bottom: 61px;
374
+ }
375
+ @media only screen and (max-width: 768px) {
376
+ .contact-us__contact_container___qEJcu.contact-us__reducedBottomGap___u9UlZ {
377
+ padding-bottom: 0;
378
+ }
379
+ }
372
380
  @media only screen and (min-width: 769px) {
373
381
  .contact-us__contact_container___qEJcu.contact-us__onImageContainer___O2nmX {
374
382
  flex-direction: column;
@@ -385,7 +393,7 @@ h5,
385
393
  flex-direction: column-reverse;
386
394
  width: 100%;
387
395
  padding: 32px 16px;
388
- gap: 48px;
396
+ gap: 24px;
389
397
  }
390
398
  }
391
399
  .contact-us__showDesktop___pnBd_ {
@@ -410,9 +418,48 @@ h5,
410
418
  gap: 24px;
411
419
  width: 50%;
412
420
  }
421
+ .contact-us__flex_item___zn3y0.contact-us__descriptionMargin___mEgpu {
422
+ max-width: 464px !important;
423
+ text-align: center;
424
+ margin: 0 auto;
425
+ padding-bottom: 40px;
426
+ }
427
+ .contact-us__flex_item___zn3y0.contact-us__descriptionMargin___mEgpu p {
428
+ margin-top: 0;
429
+ }
430
+ @media only screen and (max-width: 768px) {
431
+ .contact-us__flex_item___zn3y0.contact-us__descriptionMargin___mEgpu {
432
+ margin: unset;
433
+ padding: 0 16px;
434
+ padding-bottom: 32px;
435
+ }
436
+ }
437
+ @media only screen and (min-width: 769px) {
438
+ .contact-us__flex_item___zn3y0.contact-us__descriptionPaddingTop___xxwdi {
439
+ padding-top: 61px;
440
+ }
441
+ }
442
+ .contact-us__flex_item___zn3y0 .contact-us__description___stLxt {
443
+ color: var(--textBody, #3c3131);
444
+ font-size: 16px;
445
+ font-style: normal;
446
+ font-weight: 400;
447
+ line-height: 20px;
448
+ letter-spacing: -0.32px;
449
+ align-self: stretch;
450
+ margin-top: 12px;
451
+ }
452
+ @media only screen and (max-width: 768px) {
453
+ .contact-us__flex_item___zn3y0 .contact-us__description___stLxt {
454
+ font-size: 14px;
455
+ text-align: left;
456
+ }
457
+ }
413
458
  @media only screen and (max-width: 768px) {
414
459
  .contact-us__flex_item___zn3y0 {
415
460
  width: 100%;
461
+ flex-direction: column-reverse;
462
+ gap: 48px;
416
463
  }
417
464
  }
418
465
  .contact-us__flex_item___zn3y0 .contact-us__listItems___vBJur {