diy-template-components 1.0.54 → 1.0.56
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 +4 -4
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -6607,7 +6607,7 @@ const useSectionStyles$1 = createUseStyles(theme => ({
|
|
|
6607
6607
|
// alignItems: 'flex-start',
|
|
6608
6608
|
},
|
|
6609
6609
|
|
|
6610
|
-
|
|
6610
|
+
leftContainerForm: {
|
|
6611
6611
|
width: '65%',
|
|
6612
6612
|
display: 'flex',
|
|
6613
6613
|
flexDirection: 'column'
|
|
@@ -6677,7 +6677,7 @@ const useSectionStyles$1 = createUseStyles(theme => ({
|
|
|
6677
6677
|
flexDirection: 'column',
|
|
6678
6678
|
marginTop: '8px'
|
|
6679
6679
|
},
|
|
6680
|
-
|
|
6680
|
+
leftContainerForm: {
|
|
6681
6681
|
width: '100%'
|
|
6682
6682
|
// padding: '0 16ox'
|
|
6683
6683
|
},
|
|
@@ -6797,7 +6797,7 @@ function FormEnquiry({
|
|
|
6797
6797
|
}, /*#__PURE__*/React.createElement("div", {
|
|
6798
6798
|
className: classes.contentContainer
|
|
6799
6799
|
}, /*#__PURE__*/React.createElement("div", {
|
|
6800
|
-
className: classes.
|
|
6800
|
+
className: classes.leftContainerForm
|
|
6801
6801
|
}, /*#__PURE__*/React.createElement("h2", {
|
|
6802
6802
|
className: classes.title
|
|
6803
6803
|
}, /*#__PURE__*/React.createElement("span", {
|
|
@@ -7031,7 +7031,7 @@ const useSectionStyles = createUseStyles(theme => ({
|
|
|
7031
7031
|
},
|
|
7032
7032
|
leftContainer: {
|
|
7033
7033
|
display: 'flex',
|
|
7034
|
-
flexDirection: 'column',
|
|
7034
|
+
// flexDirection: 'column',
|
|
7035
7035
|
flex: 1
|
|
7036
7036
|
// justifyContent: 'space-between',
|
|
7037
7037
|
// flex: 1
|