This commit is contained in:
Bastian Wagner
2024-09-11 10:42:54 +02:00
parent 110a4b89c6
commit 561ce15dd6
8 changed files with 94 additions and 2 deletions

View File

@@ -16,6 +16,10 @@ html, body {
background-image: url("assets/icons/user.svg");
}
.logout {
background-image: url("assets/icons/logout.svg");
}
.flex-row{
display: flex;
flex-direction: row;