diy-template-components 2.0.35 → 2.0.37
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 -3
- package/build/index.es.js.map +1 -1
- package/build/index.js +7 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -6542,7 +6542,8 @@ const useTeamStyles = createUseStyles(theme => {
|
|
|
6542
6542
|
},
|
|
6543
6543
|
imageContainer: {
|
|
6544
6544
|
minWidth: '100%',
|
|
6545
|
-
position: 'relative'
|
|
6545
|
+
position: 'relative',
|
|
6546
|
+
height: '208px'
|
|
6546
6547
|
},
|
|
6547
6548
|
image: {
|
|
6548
6549
|
width: '100%',
|
|
@@ -6575,7 +6576,7 @@ const useTeamStyles = createUseStyles(theme => {
|
|
|
6575
6576
|
fontSize: '14px',
|
|
6576
6577
|
lineHeight: '18px',
|
|
6577
6578
|
color: theme?.palette?.font?.primary,
|
|
6578
|
-
fontWeight: '
|
|
6579
|
+
fontWeight: '400',
|
|
6579
6580
|
textOverflow: 'ellipsis',
|
|
6580
6581
|
overflow: 'hidden',
|
|
6581
6582
|
display: '-webkit-box',
|
|
@@ -9725,7 +9726,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9725
9726
|
},
|
|
9726
9727
|
imageContainer: {
|
|
9727
9728
|
width: '240px',
|
|
9728
|
-
height: '240px'
|
|
9729
|
+
height: '240px',
|
|
9730
|
+
position: 'relative'
|
|
9729
9731
|
// borderRadius: '16px',
|
|
9730
9732
|
// border: '1px solid var(--stroke, #D8E0F0)',
|
|
9731
9733
|
},
|
|
@@ -9804,6 +9806,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9804
9806
|
fontWeight: '600'
|
|
9805
9807
|
},
|
|
9806
9808
|
instAbout: {
|
|
9809
|
+
fontFamily: theme?.typography?.fontFamily,
|
|
9810
|
+
lineHeight: '22px',
|
|
9807
9811
|
fontSize: '14px',
|
|
9808
9812
|
fontStyle: 'normal',
|
|
9809
9813
|
fontWeight: '400',
|