fix css issues

This commit is contained in:
2026-04-27 23:21:19 +02:00
parent e1aacf2707
commit 5dffcf8cd2
5 changed files with 19 additions and 24 deletions

View File

@@ -25,21 +25,11 @@ p.error {
}
}
button {
font-size: 18px;
}
.btn-login {
margin-bottom: 40px;
}
.btn-password {
margin-bottom: 20px;
color: var(--text-soft);
}
.btn-user {
color: var(--text-soft);
.buttons {
display: flex;
flex-direction: column;
gap: var(--gap-l);
margin-top: var(--gap-l);
}
.frame {