mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-22 23:21:52 -05:00
* Initial * Progress * Recent winners * Add button * Progress * Mobile nav initial * UI tweaks * Overflow * AnythingAdder links to places * Remove color for tournament showcase * Adjust SQ top banner based on if season is on right or not * Tournament participant count fixed * Log out * todo * Progress * Nav complete * Done? * Fix lint * Translate settings
31 lines
472 B
CSS
31 lines
472 B
CSS
.calendar-new__container {
|
|
max-width: 38rem;
|
|
}
|
|
|
|
.calendar-new__select {
|
|
max-width: 16rem;
|
|
}
|
|
|
|
.calendar-new__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);
|
|
}
|
|
|
|
.calendar-new__day-label {
|
|
margin: 0;
|
|
}
|
|
|
|
.calendar-new__range-input {
|
|
width: 4.25rem;
|
|
}
|
|
|
|
.calendar-new__avatar-preview {
|
|
width: 124px;
|
|
height: 124px;
|
|
border-radius: 100%;
|
|
}
|