neue BenutzeraccounSeite mit dem Button Ausloggen

This commit is contained in:
2025-06-26 12:48:13 +02:00
parent b038312ae3
commit 5fb1133617
7 changed files with 51 additions and 10 deletions

View File

@@ -14,6 +14,7 @@
display: flex;
flex-direction: row;
align-items: center;
cursor: pointer;
}
.btn-primary {
@@ -34,6 +35,10 @@
aspect-ratio: 1/1;
}
.btn-form{
padding: 10px 20px;
}
.btn-login{
background-color: transparent;
}
@@ -41,3 +46,7 @@
.btn-user > span {
font-size: 28px;
}
.btn-logout{
background-color: red;
}