icons + button zum AdminPanel

This commit is contained in:
2025-06-16 12:56:41 +02:00
parent ec08e7a74a
commit 837e666af9
2 changed files with 20 additions and 1 deletions

View File

@@ -6,4 +6,21 @@
font-size: var(--font-size-text);
border-radius: 3px;
text-decoration: none;
}
.btn-user {
border-radius: 9999px;
color: var(--brand-primary);
background-color: var(--brand-white);
display: flex;
flex-direction: row;
justify-content: center;
justify-items: center;
align-items: center;
width: fit-content;
aspect-ratio: 1/1;
}
.btn-user > span {
font-size: 28px;
}