diy-template-components 2.0.37 → 2.0.38
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 +14 -7
- package/build/index.es.js.map +1 -1
- package/build/index.js +14 -7
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -9694,19 +9694,22 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9694
9694
|
alignSelf: 'center',
|
|
9695
9695
|
color: 'var(--Black, #0A1629)',
|
|
9696
9696
|
fontSize: '24px',
|
|
9697
|
-
fontWeight: '400'
|
|
9697
|
+
fontWeight: '400',
|
|
9698
|
+
fontFamily: theme?.typography?.fontFamily
|
|
9698
9699
|
},
|
|
9699
9700
|
metaChild: {
|
|
9700
9701
|
fontSize: '16px',
|
|
9701
9702
|
fontStyle: 'normal',
|
|
9702
|
-
fontWeight: '400'
|
|
9703
|
+
fontWeight: '400',
|
|
9704
|
+
fontFamily: theme?.typography?.fontFamily
|
|
9703
9705
|
},
|
|
9704
9706
|
aboutInstWrapper: {
|
|
9705
9707
|
padding: '64px 128px',
|
|
9706
9708
|
display: 'flex',
|
|
9707
9709
|
justifyContent: 'center',
|
|
9708
9710
|
flexDirection: 'column',
|
|
9709
|
-
background: '#FFF'
|
|
9711
|
+
background: '#FFF',
|
|
9712
|
+
fontFamily: theme?.typography?.fontFamily
|
|
9710
9713
|
},
|
|
9711
9714
|
abtoutInstText: {
|
|
9712
9715
|
color: theme?.palette?.font?.secondary,
|
|
@@ -9769,7 +9772,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9769
9772
|
// gap: '24px'
|
|
9770
9773
|
display: 'flex',
|
|
9771
9774
|
gap: '24px',
|
|
9772
|
-
flex: 1
|
|
9775
|
+
flex: 1,
|
|
9776
|
+
lineHeight: 'normal'
|
|
9773
9777
|
},
|
|
9774
9778
|
card: {
|
|
9775
9779
|
padding: '24px',
|
|
@@ -9787,7 +9791,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9787
9791
|
infoDetails: {
|
|
9788
9792
|
display: 'flex',
|
|
9789
9793
|
flexDirection: 'Column',
|
|
9790
|
-
gap: '4px'
|
|
9794
|
+
gap: '4px',
|
|
9795
|
+
lineHeight: 'normal'
|
|
9791
9796
|
},
|
|
9792
9797
|
infoContent: {
|
|
9793
9798
|
display: 'flex',
|
|
@@ -9846,7 +9851,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9846
9851
|
},
|
|
9847
9852
|
cardWrapper: {
|
|
9848
9853
|
flexDirection: 'column',
|
|
9849
|
-
gap: '8px'
|
|
9854
|
+
gap: '8px',
|
|
9855
|
+
lineHeight: 'normal'
|
|
9850
9856
|
},
|
|
9851
9857
|
aboutInstWrapper: {
|
|
9852
9858
|
padding: '16px'
|
|
@@ -9864,7 +9870,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9864
9870
|
padding: '16px'
|
|
9865
9871
|
},
|
|
9866
9872
|
infoDetails: {
|
|
9867
|
-
gap: '8px'
|
|
9873
|
+
gap: '8px',
|
|
9874
|
+
lineHeight: 'normal'
|
|
9868
9875
|
},
|
|
9869
9876
|
metaInfo: {
|
|
9870
9877
|
gap: '8px'
|