mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
* More global css * Migrate 404.tsx * Header.tsx partial * links.tsx * 500.tsx * AbilityIcon.tsx * BuildStats.tsx progress * about.tsx * admin.tsx * Adjust button border * Stylelint
21 lines
397 B
CSS
21 lines
397 B
CSS
.container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: var(--space-1);
|
|
background-color: var(--secondary-bg-color);
|
|
font-weight: bold;
|
|
justify-self: center;
|
|
}
|
|
|
|
.leftIconsContainer {
|
|
display: flex;
|
|
width: 6rem;
|
|
align-items: center;
|
|
padding: 0 var(--space-2);
|
|
|
|
@media screen and (min-width: var(--media-xl)) {
|
|
width: 13rem;
|
|
}
|
|
}
|