Fix aspect ratio of login icon
This commit is contained in:
parent
f1bd736b20
commit
0d409e37e2
2 changed files with 2 additions and 0 deletions
|
|
@ -346,6 +346,7 @@ export default {
|
|||
icon: {
|
||||
backgroundColor: 'transparent',
|
||||
width: '100px',
|
||||
height: '100px',
|
||||
},
|
||||
card: {
|
||||
minWidth: 300,
|
||||
|
|
|
|||
|
|
@ -267,6 +267,7 @@ export default {
|
|||
icon: {
|
||||
backgroundColor: 'inherit',
|
||||
width: '5em',
|
||||
height: '5em',
|
||||
},
|
||||
card: {
|
||||
background: 'none',
|
||||
|
|
|
|||
Loading…
Reference in a new issue