Add FAQ chip to login screen

This commit is contained in:
2026-02-06 21:06:01 +01:00
parent e7e24dd774
commit 0edd51c326
2 changed files with 13 additions and 6 deletions

View File

@@ -22,6 +22,11 @@
justify-content: space-between;
gap: 12px;
}
.auth-actions {
display: flex;
align-items: center;
gap: 10px;
}
input[readonly].readonly {
background: #f7f3eb;