display user circles

This commit is contained in:
Chneemann 2024-04-08 07:48:05 +02:00
parent 3b13e30b11
commit ae3067d8ce

View file

@ -61,6 +61,29 @@ p {
position: relative; position: relative;
} }
.assigned-badget {
display: flex;
margin-top: 6px;
}
.circle {
display: flex;
justify-content: center;
align-items: center;
width: 30px;
min-width: 30px;
height: 30px;
border-radius: 100%;
border: 2px solid var(--white);
margin-right: 6px;
.initials {
font-size: 12px;
font-weight: 400;
color: var(--white);
text-shadow: 1px 1px 2px var(--black);
}
}
/*------------- MIDDLE -------------*/ /*------------- MIDDLE -------------*/
.middle-spacer { .middle-spacer {