Skip to content

Commit

Permalink
localized-landing-pages: UI request addressed in forms and citation b…
Browse files Browse the repository at this point in the history
…oxes
  • Loading branch information
gauravaxl committed Apr 2, 2024
1 parent 39436b9 commit 3b5b4fd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docroot/themes/custom/mauticorg_base/dist/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5058,6 +5058,11 @@ hr {
border: 0;
background-color: transparent;
box-shadow: none;
width: 100%;
}

.localized-page .localized-container.contact-form__wrappar .mauticform-innerform .mauticform-page-wrapper {
width: 100%;
}

.localized-page .localized-container.contact-form__wrappar .mauticform-innerform .mauticform-required {
Expand Down Expand Up @@ -5516,11 +5521,13 @@ hr {
border: none;
box-shadow: none;
margin-bottom: 0;
width: 100%;
}

.localized-page .newsletter-form__container .mauticform_wrapper .mauticform-innerform .mauticform-page-wrapper {
display: -webkit-box !important;
display: flex !important;
width: 100%;
}

@media (max-width: 767px) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
border: 0;
background-color: transparent;
box-shadow: none;
width: 100%;

.mauticform-page-wrapper {
width: 100%;
}

.mauticform-required {
margin-bottom: 18px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@
border: none;
box-shadow: none;
margin-bottom: 0;
width: 100%;

.mauticform-page-wrapper {
display: flex !important; // Overridding JS display block of mautic form
width: 100%;

@include breakpoint($upto-tablet) {
display: block !important;
Expand Down

0 comments on commit 3b5b4fd

Please sign in to comment.