mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-01 15:25:05 -05:00
* Initial * wip * AnyWeapon * del * wip * import stuff * gearselect * brand images * wip * wip * art * Remove old * Fix tournament map pool link * Simplify GearSelect * convert to todo
36 lines
390 B
CSS
36 lines
390 B
CSS
.container {
|
|
display: flex;
|
|
width: 100%;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
gap: var(--s-6);
|
|
}
|
|
|
|
.inGameNameText {
|
|
max-width: 8rem;
|
|
}
|
|
|
|
.inGameNameHashtag {
|
|
font-size: var(--fonts-lg);
|
|
}
|
|
|
|
.inGameNameDiscriminator {
|
|
width: 5rem;
|
|
}
|
|
|
|
.sensSelect {
|
|
width: 6rem;
|
|
}
|
|
|
|
.weaponPool {
|
|
width: 20rem;
|
|
}
|
|
|
|
.bioContainer {
|
|
width: 100%;
|
|
}
|
|
|
|
.bioContainer > textarea {
|
|
width: 100%;
|
|
}
|