22 lines
631 B
CSS
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;
|
|
}
|
|
}
|