@gofynd/theme-template 2.0.1 → 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.
- package/dist/components/product-card/product-card.css +3 -0
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/reasons-list/reason-item/reason-item.css +8 -0
- package/dist/components/reasons-list/reason-item/reason-item.js +1 -1
- package/dist/components/reasons-list/reasons-list.css +8 -0
- package/dist/components/reasons-list/reasons-list.js +1 -1
- package/dist/index.css +51 -1
- package/dist/index.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/compare/compare.css +3 -0
- package/dist/page-layouts/compare/compare.js +1 -1
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +48 -1
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +48 -1
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/index.css +51 -1
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/product-listing/index.css +3 -0
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +3 -0
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/wishlist/index.css +3 -0
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.css +3 -0
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +1 -1
package/dist/pages/index.css
CHANGED
|
@@ -13737,6 +13737,9 @@ h5,
|
|
|
13737
13737
|
.product-card__productCard___VMIjd .product-card__productDescContainer___S8oiv .product-card__productDesc___nZT4A .product-card__productPrice--discount___x2AjF {
|
|
13738
13738
|
color: var(--saleDiscountText, #1c958f);
|
|
13739
13739
|
}
|
|
13740
|
+
.product-card__productCard___VMIjd .product-card__productDescContainer___S8oiv .product-card__productDesc___nZT4A .product-card__productPrice--textCenter___JrNcf {
|
|
13741
|
+
text-align: center;
|
|
13742
|
+
}
|
|
13740
13743
|
.product-card__productCard___VMIjd .product-card__productDescContainer___S8oiv .product-card__productDesc___nZT4A .product-card__productVariants___rZzJl {
|
|
13741
13744
|
margin-top: 8px;
|
|
13742
13745
|
display: flex;
|
|
@@ -39358,6 +39361,14 @@ h5,
|
|
|
39358
39361
|
padding: 80px 0px;
|
|
39359
39362
|
gap: 80px;
|
|
39360
39363
|
}
|
|
39364
|
+
.contact-us__contact_container___qEJcu.contact-us__reducedBottomGap___u9UlZ {
|
|
39365
|
+
padding-bottom: 61px;
|
|
39366
|
+
}
|
|
39367
|
+
@media only screen and (max-width: 768px) {
|
|
39368
|
+
.contact-us__contact_container___qEJcu.contact-us__reducedBottomGap___u9UlZ {
|
|
39369
|
+
padding-bottom: 0;
|
|
39370
|
+
}
|
|
39371
|
+
}
|
|
39361
39372
|
@media only screen and (min-width: 769px) {
|
|
39362
39373
|
.contact-us__contact_container___qEJcu.contact-us__onImageContainer___O2nmX {
|
|
39363
39374
|
flex-direction: column;
|
|
@@ -39374,7 +39385,7 @@ h5,
|
|
|
39374
39385
|
flex-direction: column-reverse;
|
|
39375
39386
|
width: 100%;
|
|
39376
39387
|
padding: 32px 16px;
|
|
39377
|
-
gap:
|
|
39388
|
+
gap: 24px;
|
|
39378
39389
|
}
|
|
39379
39390
|
}
|
|
39380
39391
|
.contact-us__showDesktop___pnBd_ {
|
|
@@ -39399,9 +39410,48 @@ h5,
|
|
|
39399
39410
|
gap: 24px;
|
|
39400
39411
|
width: 50%;
|
|
39401
39412
|
}
|
|
39413
|
+
.contact-us__flex_item___zn3y0.contact-us__descriptionMargin___mEgpu {
|
|
39414
|
+
max-width: 464px !important;
|
|
39415
|
+
text-align: center;
|
|
39416
|
+
margin: 0 auto;
|
|
39417
|
+
padding-bottom: 40px;
|
|
39418
|
+
}
|
|
39419
|
+
.contact-us__flex_item___zn3y0.contact-us__descriptionMargin___mEgpu p {
|
|
39420
|
+
margin-top: 0;
|
|
39421
|
+
}
|
|
39422
|
+
@media only screen and (max-width: 768px) {
|
|
39423
|
+
.contact-us__flex_item___zn3y0.contact-us__descriptionMargin___mEgpu {
|
|
39424
|
+
margin: unset;
|
|
39425
|
+
padding: 0 16px;
|
|
39426
|
+
padding-bottom: 32px;
|
|
39427
|
+
}
|
|
39428
|
+
}
|
|
39429
|
+
@media only screen and (min-width: 769px) {
|
|
39430
|
+
.contact-us__flex_item___zn3y0.contact-us__descriptionPaddingTop___xxwdi {
|
|
39431
|
+
padding-top: 61px;
|
|
39432
|
+
}
|
|
39433
|
+
}
|
|
39434
|
+
.contact-us__flex_item___zn3y0 .contact-us__description___stLxt {
|
|
39435
|
+
color: var(--textBody, #3c3131);
|
|
39436
|
+
font-size: 16px;
|
|
39437
|
+
font-style: normal;
|
|
39438
|
+
font-weight: 400;
|
|
39439
|
+
line-height: 20px;
|
|
39440
|
+
letter-spacing: -0.32px;
|
|
39441
|
+
align-self: stretch;
|
|
39442
|
+
margin-top: 12px;
|
|
39443
|
+
}
|
|
39444
|
+
@media only screen and (max-width: 768px) {
|
|
39445
|
+
.contact-us__flex_item___zn3y0 .contact-us__description___stLxt {
|
|
39446
|
+
font-size: 14px;
|
|
39447
|
+
text-align: left;
|
|
39448
|
+
}
|
|
39449
|
+
}
|
|
39402
39450
|
@media only screen and (max-width: 768px) {
|
|
39403
39451
|
.contact-us__flex_item___zn3y0 {
|
|
39404
39452
|
width: 100%;
|
|
39453
|
+
flex-direction: column-reverse;
|
|
39454
|
+
gap: 48px;
|
|
39405
39455
|
}
|
|
39406
39456
|
}
|
|
39407
39457
|
.contact-us__flex_item___zn3y0 .contact-us__listItems___vBJur {
|