sendou.ink/app/styles/calendar-new.css
Kalle 68aa12414a
New front page (#1938)
* 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
2024-10-20 09:01:22 +03:00

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%;
}