@gofynd/theme-template 3.2.25 → 3.2.27
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/address-form/address-form.css +1 -1
- package/dist/components/address-form/form-input-selector.css +1 -1
- package/dist/components/address-form/v2/address-form.css +1 -1
- package/dist/components/core/fy-input/fy-input.css +1 -1
- package/dist/components/date-picker/fy-date-picker/fy-date-picker.css +0 -1
- package/dist/components/date-picker/fy-date-picker/fy-date-picker.js +1 -1
- package/dist/components/filter-modal/filter-modal.css +1 -1
- package/dist/components/form-builder/form-builder.css +1 -1
- package/dist/components/index.css +1 -1
- package/dist/components/location-modal/location-modal.css +1 -1
- package/dist/components/range-slider/range-slider.css +1 -1
- package/dist/index.css +6 -6
- package/dist/index.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +1 -1
- package/dist/page-layouts/compare/compare.css +1 -1
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +1 -1
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +1 -1
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +1 -1
- package/dist/page-layouts/plp/Components/size-guide/size-guide.css +1 -0
- package/dist/page-layouts/single-checkout/address/single-address-header.css +1 -0
- package/dist/page-layouts/single-checkout/address/single-address-header.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.css +2 -1
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +3 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
- package/dist/pages/cart/cart.css +1 -1
- package/dist/pages/cart/index.css +1 -1
- package/dist/pages/checkout/checkout.css +5 -2
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +5 -2
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +1 -5
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +1 -5
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/index.css +6 -6
- package/dist/pages/index.js +1 -1
- package/dist/pages/order/index.css +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +1 -1
- package/dist/pages/order/order-tracking.css +1 -1
- package/dist/pages/product-listing/index.css +2 -1
- package/dist/pages/product-listing/product-listing.css +2 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +1 -1
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +1 -1
- package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.css +1 -2
- package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.js +1 -1
- package/dist/pages/profile/email/email.css +1 -1
- package/dist/pages/profile/email/index.css +1 -1
- package/dist/pages/profile/index.css +1 -1
- package/dist/pages/profile/phone/index.css +1 -1
- package/dist/pages/profile/phone/phone.css +1 -1
- package/dist/pages/profile/profile-details.css +1 -1
- package/dist/pages/wishlist/index.css +2 -1
- package/dist/pages/wishlist/wishlist.css +2 -1
- package/package.json +1 -1
|
@@ -490,12 +490,8 @@ h5,
|
|
|
490
490
|
.contact-us__flex_item___zn3y0 .contact-us__form_row___pPufV {
|
|
491
491
|
width: 100%;
|
|
492
492
|
}
|
|
493
|
-
.contact-us__flex_item___zn3y0 .contact-us__form_row___pPufV .contact-us__lableText___fZHMc {
|
|
494
|
-
background-color: var(--pageBackground, #f8f8f8);
|
|
495
|
-
}
|
|
496
493
|
.contact-us__flex_item___zn3y0 .contact-us__form_row___pPufV .contact-us__inputPlaceholder___ZxiQM {
|
|
497
494
|
padding: 16px;
|
|
498
|
-
background-color: var(--themeAccentL5, #fff);
|
|
499
495
|
}
|
|
500
496
|
.contact-us__flex_item___zn3y0 .contact-us__form_row___pPufV .contact-us__inputPlaceholder___ZxiQM input::placeholder {
|
|
501
497
|
color: var(--textSecondary, #9c9c9c);
|
|
@@ -901,7 +897,7 @@ h5,
|
|
|
901
897
|
position: absolute;
|
|
902
898
|
transform: translateY(-50%) scale(0.9);
|
|
903
899
|
z-index: 1;
|
|
904
|
-
background: #
|
|
900
|
+
background: var(--pageBackground, #f8f8f8);
|
|
905
901
|
padding: 0 0.3rem;
|
|
906
902
|
margin: 0 0.5rem;
|
|
907
903
|
font-size: 0.8rem;
|