mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-05 20:56:13 -05:00
31 lines
385 B
CSS
31 lines
385 B
CSS
.container {
|
|
max-width: 38rem;
|
|
}
|
|
|
|
.select {
|
|
max-width: 16rem;
|
|
}
|
|
|
|
.badges {
|
|
width: max-content;
|
|
padding: var(--s-2);
|
|
border-radius: var(--rounded);
|
|
background-color: var(--bg-badge);
|
|
font-size: var(--fonts-sm);
|
|
font-weight: var(--semi-bold);
|
|
}
|
|
|
|
.dayLabel {
|
|
margin: 0;
|
|
}
|
|
|
|
.rangeInput {
|
|
width: 4.25rem;
|
|
}
|
|
|
|
.avatarPreview {
|
|
width: 124px;
|
|
height: 124px;
|
|
border-radius: 100%;
|
|
}
|