@gofynd/theme-template 3.1.2 → 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/order-shipment/order-shipment.css +10 -0
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/index.css +10 -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/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/index.css +10 -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/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -11750,6 +11750,16 @@ h5,
|
|
|
11750
11750
|
.accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ .accordion__accordionContent___vRpqI li {
|
|
11751
11751
|
margin-bottom: 4px;
|
|
11752
11752
|
}
|
|
11753
|
+
.accordion__accordionContentImages___cgp_Q {
|
|
11754
|
+
display: flex;
|
|
11755
|
+
flex-wrap: wrap;
|
|
11756
|
+
align-items: center;
|
|
11757
|
+
gap: 8px;
|
|
11758
|
+
}
|
|
11759
|
+
.accordion__accordionContentImageItem____FBCe {
|
|
11760
|
+
display: flex;
|
|
11761
|
+
align-items: center;
|
|
11762
|
+
}
|
|
11753
11763
|
.accordion__accordionContentImg___lbTPr {
|
|
11754
11764
|
border-radius: 50%;
|
|
11755
11765
|
width: 16px;
|