Enhanced Mobile Login Screen (#953)
* Enhanced Mobile Login Screen * Removed duplicate line of code * Add support for desktop * Remove conflict * Reset button style * Change Login
This commit is contained in:
@@ -33,14 +33,17 @@ const useStyles = makeStyles(
|
||||
card: {
|
||||
minWidth: 300,
|
||||
marginTop: '6em',
|
||||
overflow: 'visible',
|
||||
},
|
||||
avatar: {
|
||||
margin: '1em',
|
||||
display: 'flex',
|
||||
justifyContent: 'center',
|
||||
marginTop: '-3em',
|
||||
},
|
||||
icon: {
|
||||
width: '40px',
|
||||
backgroundColor: 'transparent',
|
||||
width: '6.3em',
|
||||
},
|
||||
systemName: {
|
||||
marginTop: '1em',
|
||||
@@ -65,7 +68,10 @@ const useStyles = makeStyles(
|
||||
actions: {
|
||||
padding: '0 1em 1em 1em',
|
||||
},
|
||||
systemNameLink: {},
|
||||
button: {},
|
||||
systemNameLink: {
|
||||
textDecoration: 'none',
|
||||
},
|
||||
}),
|
||||
{ name: 'NDLogin' }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user