This commit is contained in:
2025-06-18 10:52:17 +02:00
5 changed files with 118 additions and 2 deletions

View File

@@ -6,5 +6,21 @@
font-size: var(--font-size-text);
border-radius: 3px;
text-decoration: none;
cursor: pointer;
}
.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;
}