24 lines
No EOL
393 B
CSS
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;
|
|
} |