icons + button zum AdminPanel
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user