mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: metrics styling
This commit is contained in:
parent
37d04b56ba
commit
73861b0f2e
@ -13,12 +13,12 @@ export const useStyles = makeStyles(theme => ({
|
|||||||
border: `1px solid ${theme.palette.grey[300]}`,
|
border: `1px solid ${theme.palette.grey[300]}`,
|
||||||
margin: '1rem',
|
margin: '1rem',
|
||||||
width: '30%',
|
width: '30%',
|
||||||
[theme.breakpoints.down(1000)]: {
|
},
|
||||||
width: '50%',
|
[theme.breakpoints.down(1000)]: {
|
||||||
},
|
environmentMetrics: { width: '60%' },
|
||||||
[theme.breakpoints.down(750)]: {
|
},
|
||||||
width: '100%',
|
[theme.breakpoints.down(750)]: {
|
||||||
},
|
environmentMetrics: { width: '100%' },
|
||||||
},
|
},
|
||||||
secondaryContent: {
|
secondaryContent: {
|
||||||
marginTop: '1rem',
|
marginTop: '1rem',
|
||||||
|
@ -118,7 +118,7 @@ const FeatureEnvironmentMetrics = ({
|
|||||||
width: '60px',
|
width: '60px',
|
||||||
marginLeft: '1rem',
|
marginLeft: '1rem',
|
||||||
...primaryStyles,
|
...primaryStyles,
|
||||||
transform: 'scale(1.7)',
|
transform: 'scale(1.6)',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user