mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
40 lines
432 B
CSS
40 lines
432 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;
|
|
}
|
|
|
|
.seperator {
|
|
margin-left: var(--s-4);
|
|
}
|
|
|
|
.weaponPool {
|
|
width: 20rem;
|
|
}
|
|
|
|
.bioContainer {
|
|
width: 100%;
|
|
}
|
|
|
|
.bioContainer > textarea {
|
|
width: 100%;
|
|
}
|