carhop__carhop-theme__DEV/resources/css/forms/form-infolettre.css
Antoine M 849628020b
All checks were successful
continuous-integration/drone/push Build is passing
STYLE Refining aspect
2025-10-20 15:15:56 +02:00

22 lines
631 B
CSS

.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;
}
}