mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-14 06:50:38 -05:00
15 lines
251 B
CSS
15 lines
251 B
CSS
.play-layout__link-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-block-end: var(--s-2);
|
|
}
|
|
|
|
.play-layout__link {
|
|
font-size: var(--fonts-xs);
|
|
font-weight: var(--body);
|
|
}
|
|
|
|
.play-layout__link.active {
|
|
visibility: hidden;
|
|
}
|