fix: this css var has been renamed elsewhere

This commit is contained in:
Yohan Boniface 2024-06-21 14:07:48 +02:00
parent a1916ea15b
commit 6f38dcf4d7

View file

@ -70,7 +70,7 @@ hgroup > * {
margin-bottom: 0; margin-bottom: 0;
} }
hgroup { hgroup {
margin-bottom: var(--box-space); margin-bottom: var(--box-margin);
} }
hgroup > :not(:first-child):last-child { hgroup > :not(:first-child):last-child {
font-weight: normal; font-weight: normal;
@ -311,7 +311,7 @@ label {
width: 100%; width: 100%;
} }
label + label { label + label {
margin-top: var(--box-space); margin-top: var(--box-margin);
} }
.content label { .content label {
font-weight: bold; font-weight: bold;