mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
16 lines
198 B
CSS
16 lines
198 B
CSS
.login {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 80px;
|
|
}
|
|
|
|
.login form {
|
|
width: 300px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.icon {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
}
|