FEATURE Special style for the form contributions
This commit is contained in:
parent
0662b0a37b
commit
e0ea4b23de
13
resources/css/forms/form_contributions.css
Normal file
13
resources/css/forms/form_contributions.css
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
#nf-form-2-cont {
|
||||||
|
nf-fields-wrap {
|
||||||
|
@apply grid gap-4 grid-cols-2;
|
||||||
|
}
|
||||||
|
|
||||||
|
nf-field {
|
||||||
|
@apply block col-span-2;
|
||||||
|
&:nth-child(1),
|
||||||
|
&:nth-child(2) {
|
||||||
|
@apply col-span-2 lg:col-span-1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user