Änderungen von templates und Hinzufügen von Validation

This commit is contained in:
2025-06-25 10:55:39 +02:00
parent 1204c89ca3
commit e659535923
6 changed files with 115 additions and 30 deletions

View File

@@ -1,3 +1,10 @@
.buttons-container{
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
}
.btn{
background: var(--brand-primary);
color: var(--brand-white);
@@ -21,6 +28,10 @@
aspect-ratio: 1/1;
}
.btn-login{
background-color: transparent;
}
.btn-user > span {
font-size: 28px;
}