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:
Dnouv
2021-04-26 06:39:23 +05:30
committed by GitHub
parent b10f491de8
commit c75314c605
4 changed files with 48 additions and 4 deletions
+8 -2
View File
@@ -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' }
)