carhop__carhop-theme__DEV/resources/css/forms/form-contributions.css
Antoine M 4cd32a44cc
All checks were successful
continuous-integration/drone/push Build is passing
STYLE MAJOR CHANGE Reducing font-size and paddings everywhere
2025-10-08 15:51:47 +02:00

24 lines
412 B
CSS

.contribution-conditions {
/* margin-top: -30px !important; */
margin-bottom: 20px !important;
a {
@apply underlined-link underlined-link--white;
}
.gfield_description {
@apply !text-lg !font-light;
@apply max-w-3xl pb-4;
}
.gchoice {
@apply items-center;
}
}
.paper-file {
@apply !mt-8 !mb-6;
.gfield_description {
@apply pt-4 opacity-90;
}
}