Change pataje icon direction and position
This commit is contained in:
@@ -106,11 +106,13 @@ const useStyles = makeStyles(theme => ({
|
||||
}
|
||||
},
|
||||
pataje: {
|
||||
position: 'absolute',
|
||||
top: '140px',
|
||||
left: '10px',
|
||||
position: 'fixed',
|
||||
top: '85px',
|
||||
left: '110px',
|
||||
zIndex: 999,
|
||||
[theme.breakpoints.up('sm')]: {
|
||||
left: '275px'
|
||||
top: '88px',
|
||||
left: '340px'
|
||||
}
|
||||
}
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user