Compare commits

...

2 Commits

Author SHA1 Message Date
Antoine M
e992a57d6e STYLE Less margin for contribution conditions
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-07 11:57:28 +02:00
Antoine M
b3c33fb6c7 STYLE Adjust padding 2025-10-07 11:57:14 +02:00
2 changed files with 5 additions and 12 deletions

View File

@ -1,13 +1,3 @@
#nf-form-2-cont {
nf-fields-wrap {
@apply grid gap-4 grid-cols-2;
}
nf-field {
@apply block col-span-2;
&:nth-child(1),
&:nth-child(2) {
@apply col-span-2 lg:col-span-1;
}
}
.contribution-conditions {
margin-top: -50px;
}

View File

@ -72,6 +72,9 @@ body.front-end {
--gf-ctrl-desc-color-focus: white;
--gf-ctrl-desc-color-hover: white;
}
p {
@apply !pb-0;
}
/* input::placeholder {
color: red !important;