STYLE FIX text decoration for gfield description
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2900256443
commit
0b176d0beb
|
|
@ -161,6 +161,10 @@ body.front-end {
|
||||||
@apply !opacity-0;
|
@apply !opacity-0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.gfield_description a {
|
||||||
|
@apply underline underline-offset-8;
|
||||||
|
text-decoration-thickness: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
.gform_wrapper {
|
.gform_wrapper {
|
||||||
@apply mt-12;
|
@apply mt-12;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user