carhop__carhop-theme__DEV/resources/css/forms/form-infolettre.css
Antoine M 4f8099bfa9
All checks were successful
continuous-integration/drone/push Build is passing
STYLE FIX
2025-10-20 15:57:15 +02:00

23 lines
655 B
CSS

#page-infolettre form,
.subscribe-infolettre form {
@apply form-carhop form-carhop--dark !pt-20;
li.parsley-required {
@apply bg-white text-red-700 rounded-full px-4 py-2 w-fit font-medium text-base flex items-center mt-4;
&:before {
content: ' ';
@apply block border-none;
background-image: url('../resources/img/icons/carhop-attention-rouge.svg');
@apply bg-no-repeat bg-center bg-contain text-carhop-red-700 rounded-full text-3xl w-6 h-6;
margin-right: 0.5rem;
}
}
div:has(input[type='email']) {
@apply mt-6;
}
input[type='submit'] {
@apply !block !mt-12;
}
}