diy-template-components 3.0.1 → 3.0.2

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.js CHANGED
@@ -6996,7 +6996,8 @@ const useTeamStyles = createUseStyles(theme => {
6996
6996
  marginTop: '16px',
6997
6997
  background: 'rgba(22, 118, 243, 1)',
6998
6998
  borderRadius: '0px 6px 6px 0px',
6999
- padding: '2px 16px'
6999
+ padding: '2px 16px',
7000
+ zIndex: 2
7000
7001
  },
7001
7002
  starTagText: {
7002
7003
  color: 'white',
@@ -9528,15 +9529,15 @@ const useTilesStyles = createUseStyles(theme => {
9528
9529
  lineHeight: '46px',
9529
9530
  color: '#7D8592',
9530
9531
  marginBottom: theme.spacing.margin.tiny,
9531
- textAlign: 'center',
9532
- '@media screen and (max-width: 767px)': {
9533
- lineHeight: '16px'
9534
- }
9532
+ textAlign: 'center'
9535
9533
  },
9536
9534
  '@media screen and (max-width: 767px)': {
9537
9535
  tileDiv: {
9538
9536
  width: '100%'
9539
9537
  },
9538
+ headerTitle: {
9539
+ lineHeight: '16px'
9540
+ },
9540
9541
  row: {
9541
9542
  marginTop: '24px',
9542
9543
  display: 'grid',