mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-21 19:06:38 -05:00
27 lines
361 B
CSS
27 lines
361 B
CSS
.container {
|
|
max-width: 38rem;
|
|
}
|
|
|
|
.select {
|
|
max-width: 16rem;
|
|
}
|
|
|
|
.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);
|
|
}
|
|
|
|
.dayLabel {
|
|
margin: 0;
|
|
}
|
|
|
|
.avatarPreview {
|
|
width: 124px;
|
|
height: 124px;
|
|
border-radius: 100%;
|
|
}
|