diy-template-components 3.0.1 → 3.0.3

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
@@ -2278,7 +2278,7 @@ function Footer({
2278
2278
  alignSelf: 'start',
2279
2279
  marginBottom: '10px'
2280
2280
  }
2281
- }, "\xA9\uFE0F LEAVERAGE CONSULTANTS PRIVATE LIMITED") : null);
2281
+ }, "\xA9\uFE0F Leaverage Consultants Private Limited") : null);
2282
2282
  }
2283
2283
 
2284
2284
  const borderRadius = {
@@ -6982,7 +6982,8 @@ const useTeamStyles = createUseStyles(theme => {
6982
6982
  marginTop: '16px',
6983
6983
  background: 'rgba(22, 118, 243, 1)',
6984
6984
  borderRadius: '0px 6px 6px 0px',
6985
- padding: '2px 16px'
6985
+ padding: '2px 16px',
6986
+ zIndex: 2
6986
6987
  },
6987
6988
  starTagText: {
6988
6989
  color: 'white',
@@ -9514,15 +9515,15 @@ const useTilesStyles = createUseStyles(theme => {
9514
9515
  lineHeight: '46px',
9515
9516
  color: '#7D8592',
9516
9517
  marginBottom: theme.spacing.margin.tiny,
9517
- textAlign: 'center',
9518
- '@media screen and (max-width: 767px)': {
9519
- lineHeight: '16px'
9520
- }
9518
+ textAlign: 'center'
9521
9519
  },
9522
9520
  '@media screen and (max-width: 767px)': {
9523
9521
  tileDiv: {
9524
9522
  width: '100%'
9525
9523
  },
9524
+ headerTitle: {
9525
+ lineHeight: '16px'
9526
+ },
9526
9527
  row: {
9527
9528
  marginTop: '24px',
9528
9529
  display: 'grid',