mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 21:34:28 -05:00
21 lines
320 B
CSS
21 lines
320 B
CSS
.settings {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: var(--s-4);
|
|
align-items: flex-end;
|
|
padding: var(--s-4);
|
|
background: var(--color-bg-high);
|
|
border-radius: var(--rounded);
|
|
margin-bottom: var(--s-6);
|
|
}
|
|
|
|
.settingGroup {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--s-2);
|
|
}
|
|
|
|
.teamCountInput {
|
|
width: 5rem;
|
|
}
|