STYLE FIX
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-20 15:57:15 +02:00
parent 2f031c6450
commit 4f8099bfa9
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#page-infolettre form,
.subscribe-infolettre form {
@apply form-carhop form-carhop--dark !pt-20;
li.parsley-required {

View File

@ -47,3 +47,7 @@
}
}
}
form:not(:has(.gfield)) {
@apply form-carhop;
}