fix css issues
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user