styled form imput funds ajuts
This commit is contained in:
parent
949d2cb7a6
commit
0b911426ae
|
@ -2069,15 +2069,18 @@ Add your custom styles in this file so it is easier to update the theme.
|
||||||
.edit-post-visual-editor__content-area .contactform-fund-info {
|
.edit-post-visual-editor__content-area .contactform-fund-info {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
column-count: 2;
|
column-count: 2;
|
||||||
|
column-gap: 2em;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-post-visual-editor__content-area .contactform-fund-info .contactform-descripcio textarea {
|
.edit-post-visual-editor__content-area .contactform-fund-info .contactform-descripcio textarea {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-height: 19rem;
|
min-height: 15.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-post-visual-editor__content-area .contactform-fund-options {
|
.edit-post-visual-editor__content-area .contactform-fund-options {
|
||||||
column-count: 4;
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-post-visual-editor__content-area .contactform-fund-options p {
|
.edit-post-visual-editor__content-area .contactform-fund-options p {
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -72,13 +72,16 @@
|
||||||
.contactform-fund-info {
|
.contactform-fund-info {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
column-count: 2;
|
column-count: 2;
|
||||||
|
column-gap: 2em;
|
||||||
|
width: 100%;
|
||||||
.contactform-descripcio textarea {
|
.contactform-descripcio textarea {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-height: 19rem;
|
min-height: 15.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.contactform-fund-options {
|
.contactform-fund-options {
|
||||||
column-count: 4;
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
p{
|
p{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1959,15 +1959,18 @@ textarea {
|
||||||
.contactform-fund-info {
|
.contactform-fund-info {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
column-count: 2;
|
column-count: 2;
|
||||||
|
column-gap: 2em;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contactform-fund-info .contactform-descripcio textarea {
|
.contactform-fund-info .contactform-descripcio textarea {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-height: 19rem;
|
min-height: 15.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contactform-fund-options {
|
.contactform-fund-options {
|
||||||
column-count: 4;
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contactform-fund-options p {
|
.contactform-fund-options p {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue