diy-template-components 2.0.69 → 2.0.70
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/build/index.es.js +7 -0
- package/build/index.es.js.map +1 -1
- package/build/index.js +7 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -358,6 +358,13 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
358
358
|
originalPrice: {
|
|
359
359
|
color: '#FFFFFF',
|
|
360
360
|
textDecoration: 'line-through'
|
|
361
|
+
},
|
|
362
|
+
BottomSheetContainer: {
|
|
363
|
+
position: 'fixed',
|
|
364
|
+
bottom: 0,
|
|
365
|
+
left: 0,
|
|
366
|
+
width: '100%',
|
|
367
|
+
zIndex: '2'
|
|
361
368
|
}
|
|
362
369
|
},
|
|
363
370
|
mobileAppNameClass: {
|