@gofynd/theme-template 3.1.1 → 3.1.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/accordion/accordion.css +10 -0
- package/dist/components/accordion/accordion.js +1 -1
- package/dist/components/filter-modal/filter-modal.css +5 -0
- package/dist/components/filter-modal/filter-modal.js +1 -1
- package/dist/components/order-shipment/order-shipment.css +10 -0
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/range-slider/range-slider.css +5 -0
- package/dist/components/range-slider/range-slider.js +1 -1
- package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
- package/dist/index.css +15 -0
- package/dist/index.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-item.css +10 -0
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/compare/compare.js +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +5 -0
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +5 -0
- package/dist/page-layouts/plp/Components/filter-list/filter-list.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/pages/blog/blog.js +1 -1
- package/dist/pages/blog/index.js +1 -1
- package/dist/pages/cart/cart.css +10 -0
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +10 -0
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/index.css +15 -0
- package/dist/pages/index.js +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +10 -0
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +5 -0
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +5 -0
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +1 -1
package/dist/pages/index.css
CHANGED
|
@@ -9041,6 +9041,16 @@ h5,
|
|
|
9041
9041
|
.accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ .accordion__accordionContent___vRpqI li {
|
|
9042
9042
|
margin-bottom: 4px;
|
|
9043
9043
|
}
|
|
9044
|
+
.accordion__accordionContentImages___cgp_Q {
|
|
9045
|
+
display: flex;
|
|
9046
|
+
flex-wrap: wrap;
|
|
9047
|
+
align-items: center;
|
|
9048
|
+
gap: 8px;
|
|
9049
|
+
}
|
|
9050
|
+
.accordion__accordionContentImageItem____FBCe {
|
|
9051
|
+
display: flex;
|
|
9052
|
+
align-items: center;
|
|
9053
|
+
}
|
|
9044
9054
|
.accordion__accordionContentImg___lbTPr {
|
|
9045
9055
|
border-radius: 50%;
|
|
9046
9056
|
width: 16px;
|
|
@@ -16183,6 +16193,11 @@ h5,
|
|
|
16183
16193
|
margin-bottom: 20px;
|
|
16184
16194
|
}
|
|
16185
16195
|
}
|
|
16196
|
+
.range-slider__CustomRangeSlider___Uo_rw .range-slider__postfix___lbLy1 {
|
|
16197
|
+
margin-left: 4px;
|
|
16198
|
+
font-size: 14px;
|
|
16199
|
+
color: var(--textBody, #3c3131);
|
|
16200
|
+
}
|
|
16186
16201
|
.range-slider__CustomRangeSlider___Uo_rw .range-slider__inputContainer___pyXpE {
|
|
16187
16202
|
display: flex;
|
|
16188
16203
|
justify-content: space-between;
|