Skip to content

Commit

Permalink
update styles for events
Browse files Browse the repository at this point in the history
  • Loading branch information
learyjk committed Nov 12, 2024
1 parent 5f8e426 commit 126f56f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/utils/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,15 @@ textarea {
.contact-form .mktoFormRow .mktoRequiredField .mktoAsterix {
float: right !important;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
width: 24px !important;
}

.mktoFormRow {
margin-top: 0.75rem !important;
}
}

/*** CUSTOM STYLES ***/
Expand Down Expand Up @@ -278,3 +287,17 @@ textarea {
.newsletter-form .mktoButtonRow .mktoButtonWrap .mktoButton {
width: 100%;
}

.mktoLogicalField label {
display: none;
}

.marketo-events-form .mktoFormRow .mktoLogicalField > label {
display: none;
}

.marketo-events-form .mktoFormRow .mktoFieldWrap:has(.mktoLogicalField) {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}

0 comments on commit 126f56f

Please sign in to comment.