mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-03 03:36:38 -05:00
* Initial * CSS lint * Test CI * Add 1v1, 2v2, and 3v3 Tags (#1771) * Initial * CSS lint * Test CI * Rename step --------- Co-authored-by: xi <104683822+ximk@users.noreply.github.com>
40 lines
515 B
CSS
40 lines
515 B
CSS
.u-edit__container {
|
|
display: flex;
|
|
width: 100%;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
gap: var(--s-6);
|
|
}
|
|
|
|
.u-edit__country-select {
|
|
max-width: 10rem;
|
|
}
|
|
|
|
.u-edit__in-game-name-text {
|
|
max-width: 8rem;
|
|
}
|
|
|
|
.u-edit__in-game-name-hashtag {
|
|
font-size: var(--fonts-lg);
|
|
}
|
|
|
|
.u-edit__in-game-name-discriminator {
|
|
width: 5rem;
|
|
}
|
|
|
|
.u-edit__sens-select {
|
|
width: 6rem;
|
|
}
|
|
|
|
.u-edit__weapon-pool {
|
|
width: 20rem;
|
|
}
|
|
|
|
.u-edit__bio-container {
|
|
width: 100%;
|
|
}
|
|
|
|
.u-edit__bio-container > textarea {
|
|
width: 100%;
|
|
}
|