mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 12:13:10 -05:00
42 lines
626 B
CSS
42 lines
626 B
CSS
.container {
|
|
max-width: 38rem;
|
|
}
|
|
|
|
.poolSelector {
|
|
padding-block: var(--s-3);
|
|
}
|
|
|
|
.tournamentMapListLink {
|
|
font-size: var(--font-2xs);
|
|
text-align: center;
|
|
}
|
|
|
|
.mapListCreator {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: var(--s-4);
|
|
}
|
|
|
|
.toggleContainer {
|
|
--label-margin: 0;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: var(--s-2);
|
|
}
|
|
|
|
.mapList {
|
|
font-size: var(--font-xs);
|
|
font-weight: var(--weight-semi);
|
|
margin-block-start: var(--s-4);
|
|
}
|
|
|
|
.modeAbbr {
|
|
color: var(--color-text-high);
|
|
font-weight: var(--weight-bold);
|
|
text-decoration: none;
|
|
}
|