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

@@ -60,4 +60,20 @@
align-items: flex-start;
gap: 32px;
justify-content: center;
}
.logout{
width: 32px;
height: 32px;
cursor: pointer;
background-color: transparent;
background-position: center;
background-size: 20px;
background-repeat: no-repeat;
border-radius: 4px;
transition: all 0.2s ease-in-out;
&:hover {
background-color: #ccc;
}
}