39 lines
665 B
CSS
39 lines
665 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;
|
|
}
|
|
}
|
|
|
|
#field_2_16 {
|
|
@apply mt-6;
|
|
.ginput_container_checkbox {
|
|
.gfield_checkbox {
|
|
@apply flex !flex-row flex-wrap gap-y-4;
|
|
.gchoice {
|
|
@apply items-center;
|
|
}
|
|
}
|
|
.gchoice {
|
|
@apply w-fit;
|
|
}
|
|
}
|
|
}
|