diy-template-components 1.1.5 → 1.1.7

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 CHANGED
@@ -5610,7 +5610,7 @@ const useFaqListStyles = createUseStyles(theme => ({
5610
5610
  backgroundColor: theme?.colors?.white
5611
5611
  },
5612
5612
  basicCardContainer: {
5613
- borderBottom: `1px solid #D3D3D3`,
5613
+ borderBottom: `1px solid #D8E0F0`,
5614
5614
  padding: `${theme.spacing.padding.tiny}px`
5615
5615
  },
5616
5616
  innerContainer: {
@@ -7594,8 +7594,8 @@ const useWebinarPromotionPage = createUseStyles(theme => {
7594
7594
  },
7595
7595
  offerText: {
7596
7596
  textAlign: 'center',
7597
- color: theme?.colors?.font1,
7598
- marginBottom: '5%'
7597
+ color: theme?.colors?.lightblack,
7598
+ marginBottom: '5% !important'
7599
7599
  },
7600
7600
  offerPrice: {
7601
7601
  fontSize: theme.typography.fontSize.h5,
@@ -8134,7 +8134,7 @@ const useCoursePromotionPage = createUseStyles(theme => {
8134
8134
  display: 'flex',
8135
8135
  flexDirection: 'column',
8136
8136
  alignItems: 'flex-start',
8137
- gap: '0px'
8137
+ gap: '20px'
8138
8138
  },
8139
8139
  videoDetailsHeading: {
8140
8140
  fontSize: theme.typography.fontSize.h3,
@@ -8163,7 +8163,7 @@ const useCoursePromotionPage = createUseStyles(theme => {
8163
8163
  padding: '10px 10px 23px 40px',
8164
8164
  wordWrap: 'break-word',
8165
8165
  position: 'relative',
8166
- fontSize: theme.typography.fontSize.subHead,
8166
+ fontSize: '18px',
8167
8167
  transform: 'rotate(180deg)',
8168
8168
  clipPath: 'polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 10px), 15px calc(50% - 10px/2))'
8169
8169
  // marginBottom: '16px'
@@ -8180,7 +8180,7 @@ const useCoursePromotionPage = createUseStyles(theme => {
8180
8180
  courseEmblem: {
8181
8181
  background: '#F0F4F8',
8182
8182
  fontSize: theme.typography.fontSize.body,
8183
- borderRadius: '2.00337px',
8183
+ borderRadius: '4px',
8184
8184
  padding: '8px',
8185
8185
  display: 'flex',
8186
8186
  alignItems: 'center',