mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-08 01:15:49 +02:00
fix: reset border radius on mobile
This commit is contained in:
parent
70c5cd7045
commit
413818f6b4
@ -17,6 +17,7 @@ export const useStyles = makeStyles(theme => ({
|
|||||||
width: '40%',
|
width: '40%',
|
||||||
borderRadius: '3px',
|
borderRadius: '3px',
|
||||||
[theme.breakpoints.down('sm')]: {
|
[theme.breakpoints.down('sm')]: {
|
||||||
|
borderRadius: '0',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
minHeight: 'auto',
|
minHeight: 'auto',
|
||||||
},
|
},
|
||||||
@ -29,6 +30,7 @@ export const useStyles = makeStyles(theme => ({
|
|||||||
backgroundColor: '#fff',
|
backgroundColor: '#fff',
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
[theme.breakpoints.down('sm')]: {
|
[theme.breakpoints.down('sm')]: {
|
||||||
|
borderRadius: '0',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
position: 'static',
|
position: 'static',
|
||||||
minHeight: 'auto',
|
minHeight: 'auto',
|
||||||
|
Loading…
Reference in New Issue
Block a user