13 lines
200 B
CSS
13 lines
200 B
CSS
|
body {
|
||
|
padding: 0 4px;
|
||
|
}
|
||
|
|
||
|
nextjs-portal {
|
||
|
position: absolute;
|
||
|
}
|
||
|
|
||
|
:where(body) :where(.form-flex) > :where(.form-flex-choice, label) > :where(*) {
|
||
|
/* TODO: Fix in bluelib */
|
||
|
align-items: center;
|
||
|
}
|