mirror of
https://github.com/wassname/talk.git
synced 2026-08-16 11:29:31 +08:00
* chore: reorganize account * chore: reorganize install * chore: reorganize auth files * chore: reorganize admin files * fix: graphql naming * chore: adapt account routing
16 lines
331 B
CSS
16 lines
331 B
CSS
.bar {
|
|
height: calc(6 * var(--mini-unit));
|
|
background-color: var(--palette-text-primary);
|
|
}
|
|
|
|
.centered {
|
|
max-width: calc(70 * var(--mini-unit));
|
|
margin: 10% auto;
|
|
padding: 0 calc(0.5 * var(--mini-unit));
|
|
box-sizing: border-box;
|
|
|
|
@media (min-width: $breakpoints-xs) {
|
|
max-width: calc(42 * var(--mini-unit));
|
|
}
|
|
}
|