Compare commits
No commits in common. "e992a57d6e90a7118ed2f4c7f90cbc53c393b554" and "0b176d0beb76b5fe57c0a5789eb27351ff7d50b6" have entirely different histories.
e992a57d6e
...
0b176d0beb
|
|
@ -1,3 +1,13 @@
|
||||||
.contribution-conditions {
|
#nf-form-2-cont {
|
||||||
margin-top: -50px;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -72,9 +72,6 @@ body.front-end {
|
||||||
--gf-ctrl-desc-color-focus: white;
|
--gf-ctrl-desc-color-focus: white;
|
||||||
--gf-ctrl-desc-color-hover: white;
|
--gf-ctrl-desc-color-hover: white;
|
||||||
}
|
}
|
||||||
p {
|
|
||||||
@apply !pb-0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* input::placeholder {
|
/* input::placeholder {
|
||||||
color: red !important;
|
color: red !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user