1
0
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:
Fredrik Oseberg 2021-10-20 13:18:33 +02:00
parent 37d04b56ba
commit 73861b0f2e
2 changed files with 7 additions and 7 deletions

View File

@ -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',

View File

@ -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>