1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Improve login component logo styles

This commit is contained in:
Andrew Kingston 2020-10-15 16:37:50 +01:00
parent edb8cc2f52
commit 6866653032

View file

@ -91,16 +91,20 @@
.content {
display: flex;
flex-direction: column;
align-items: center;
align-items: stretch;
justify-content: center;
}
.logo-container {
margin-bottom: 10px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.logo-container > img {
height: 80px;
max-height: 80px;
max-width: 200px;
margin-bottom: 20px;
}
@ -137,7 +141,7 @@
.form-root {
display: flex;
flex-direction: column;
align-items: center;
align-items: stretch;
width: 300px;
}
@ -186,4 +190,8 @@
border-color: #393c44;
color: #393c44;
}
h2 {
text-align: center;
}
</style>