mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
32 lines
342 B
CSS
32 lines
342 B
CSS
.login {
|
|
width: 300px;
|
|
margin: auto;
|
|
transform: translateY(-25%);
|
|
}
|
|
|
|
.form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.title {
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
margin: 30px 0;
|
|
}
|
|
|
|
.icon {
|
|
width: 100%;
|
|
}
|
|
|
|
.icon svg {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|
|
.button {
|
|
flex: 1;
|
|
justify-content: center;
|
|
}
|