24 lines
412 B
CSS
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;
|
|
}
|
|
}
|