mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-13 00:28:45 -05:00
40 lines
528 B
CSS
40 lines
528 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%;
|
|
}
|