diy-template-components 0.2.58 → 0.2.60
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 -11
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -11
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -6955,11 +6955,6 @@ const useWebinarPromotionPage = createUseStyles(theme => {
|
|
|
6955
6955
|
clipPath: 'polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 10px), 15px calc(50% - 10px/2))',
|
|
6956
6956
|
marginBottom: '16px'
|
|
6957
6957
|
},
|
|
6958
|
-
'@media screen and (max-width: 1024px)': {
|
|
6959
|
-
bannerContainer: {
|
|
6960
|
-
width: '400px'
|
|
6961
|
-
}
|
|
6962
|
-
},
|
|
6963
6958
|
bannerContainerText: {
|
|
6964
6959
|
transform: 'rotate(180deg)'
|
|
6965
6960
|
},
|
|
@@ -7389,11 +7384,6 @@ const useCoursePromotionPage = createUseStyles(theme => {
|
|
|
7389
7384
|
clipPath: 'polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 10px), 15px calc(50% - 10px/2))',
|
|
7390
7385
|
marginBottom: '16px'
|
|
7391
7386
|
},
|
|
7392
|
-
'@media screen and (max-width: 1024px)': {
|
|
7393
|
-
bannerContainer: {
|
|
7394
|
-
width: '400px'
|
|
7395
|
-
}
|
|
7396
|
-
},
|
|
7397
7387
|
bannerContainerText: {
|
|
7398
7388
|
transform: 'rotate(180deg)'
|
|
7399
7389
|
},
|
|
@@ -7414,9 +7404,11 @@ const useCoursePromotionPage = createUseStyles(theme => {
|
|
|
7414
7404
|
},
|
|
7415
7405
|
courseDetailsTags: {
|
|
7416
7406
|
marginTop: '16px',
|
|
7417
|
-
display: 'flex'
|
|
7407
|
+
display: 'flex',
|
|
7408
|
+
flexWrap: 'wrap'
|
|
7418
7409
|
},
|
|
7419
7410
|
courseDetailTag: {
|
|
7411
|
+
marginTop: '5px',
|
|
7420
7412
|
display: 'flex',
|
|
7421
7413
|
alignItems: 'center',
|
|
7422
7414
|
marginRight: '20px',
|
|
@@ -7431,6 +7423,7 @@ const useCoursePromotionPage = createUseStyles(theme => {
|
|
|
7431
7423
|
lineHeight: '24px',
|
|
7432
7424
|
wordBreak: 'break-word',
|
|
7433
7425
|
color: theme.palette.font.primary,
|
|
7426
|
+
whiteSpace: 'pre-wrap',
|
|
7434
7427
|
margin: '10px 0 20px'
|
|
7435
7428
|
},
|
|
7436
7429
|
courseDetailViewFullDetails: {
|