fixed app logo not appearing on login page
This commit is contained in:
parent
e80e59350f
commit
41143cdddf
|
@ -75,6 +75,10 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-logo :global(svg) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.input-wrapper {
|
.input-wrapper {
|
||||||
width: 360px;
|
width: 360px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
Loading…
Reference in a new issue