mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-23 21:22:04 -05:00
23 lines
378 B
CSS
23 lines
378 B
CSS
.badges {
|
|
width: max-content;
|
|
padding: var(--s-2);
|
|
border-radius: var(--radius-box);
|
|
background-color: var(--color-bg-badge);
|
|
font-size: var(--font-sm);
|
|
font-weight: var(--weight-semi);
|
|
}
|
|
|
|
:global(html.light) .badges {
|
|
color: var(--color-text-inverse);
|
|
}
|
|
|
|
.dayLabel {
|
|
margin: 0;
|
|
}
|
|
|
|
.avatarPreview {
|
|
width: 124px;
|
|
height: 124px;
|
|
border-radius: var(--radius-avatar);
|
|
}
|