mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
24 lines
252 B
CSS
24 lines
252 B
CSS
.login {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 80px;
|
|
}
|
|
|
|
.login form {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.icon {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.header {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.header h1 {
|
|
margin: 12px 0;
|
|
}
|