styled form imput funds ajuts

This commit is contained in:
jorge-vitrubio 2023-01-18 10:20:03 +01:00
parent 949d2cb7a6
commit 0b911426ae
6 changed files with 18 additions and 9 deletions

View File

@ -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 {
display: inline-block;
column-count: 2;
column-gap: 2em;
width: 100%;
}
.edit-post-visual-editor__content-area .contactform-fund-info .contactform-descripcio textarea {
display: inline-block;
min-height: 19rem;
min-height: 15.5em;
}
.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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -72,13 +72,16 @@
.contactform-fund-info {
display: inline-block;
column-count: 2;
column-gap: 2em;
width: 100%;
.contactform-descripcio textarea {
display: inline-block;
min-height: 19rem;
min-height: 15.5em;
}
}
.contactform-fund-options {
column-count: 4;
display: flex;
justify-content: space-between;
p{
display: inline-block;
}

View File

@ -1959,15 +1959,18 @@ textarea {
.contactform-fund-info {
display: inline-block;
column-count: 2;
column-gap: 2em;
width: 100%;
}
.contactform-fund-info .contactform-descripcio textarea {
display: inline-block;
min-height: 19rem;
min-height: 15.5em;
}
.contactform-fund-options {
column-count: 4;
display: flex;
justify-content: space-between;
}
.contactform-fund-options p {

File diff suppressed because one or more lines are too long