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.js
CHANGED
|
@@ -6558,7 +6558,8 @@ const useTeamStyles = createUseStyles(theme => {
|
|
|
6558
6558
|
},
|
|
6559
6559
|
imageContainer: {
|
|
6560
6560
|
minWidth: '100%',
|
|
6561
|
-
position: 'relative'
|
|
6561
|
+
position: 'relative',
|
|
6562
|
+
height: '208px'
|
|
6562
6563
|
},
|
|
6563
6564
|
image: {
|
|
6564
6565
|
width: '100%',
|
|
@@ -6591,7 +6592,7 @@ const useTeamStyles = createUseStyles(theme => {
|
|
|
6591
6592
|
fontSize: '14px',
|
|
6592
6593
|
lineHeight: '18px',
|
|
6593
6594
|
color: theme?.palette?.font?.primary,
|
|
6594
|
-
fontWeight: '
|
|
6595
|
+
fontWeight: '400',
|
|
6595
6596
|
textOverflow: 'ellipsis',
|
|
6596
6597
|
overflow: 'hidden',
|
|
6597
6598
|
display: '-webkit-box',
|
|
@@ -9741,7 +9742,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9741
9742
|
},
|
|
9742
9743
|
imageContainer: {
|
|
9743
9744
|
width: '240px',
|
|
9744
|
-
height: '240px'
|
|
9745
|
+
height: '240px',
|
|
9746
|
+
position: 'relative'
|
|
9745
9747
|
// borderRadius: '16px',
|
|
9746
9748
|
// border: '1px solid var(--stroke, #D8E0F0)',
|
|
9747
9749
|
},
|
|
@@ -9820,6 +9822,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9820
9822
|
fontWeight: '600'
|
|
9821
9823
|
},
|
|
9822
9824
|
instAbout: {
|
|
9825
|
+
fontFamily: theme?.typography?.fontFamily,
|
|
9826
|
+
lineHeight: '22px',
|
|
9823
9827
|
fontSize: '14px',
|
|
9824
9828
|
fontStyle: 'normal',
|
|
9825
9829
|
fontWeight: '400',
|