1
Fork 0
holycow/holycow_frontend/src/app/layout.css
2024-11-30 18:51:19 +01:00

24 lines
No EOL
393 B
CSS

body {
padding: 0 4px;
}
nextjs-portal {
position: absolute;
}
hr {
margin: 0.5em 0;
}
.separator-lightest {
border-color: hsl(var(--bhsl-current-hue) var(--bhsl-current-saturation) var(--bhsl-current-lightness) / .05);
}
:where(body) :where(.form-flex) > :where(.form-flex-choice, label) > :where(*) {
/* TODO: Fix in bluelib */
align-items: center;
}
.fof {
text-align: center;
}