From 126f56f6898caa2e3f7e528b5d1b92cc7e95f159 Mon Sep 17 00:00:00 2001 From: Keegan Leary Date: Tue, 12 Nov 2024 13:19:54 -0800 Subject: [PATCH] update styles for events --- src/utils/styles.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/utils/styles.css b/src/utils/styles.css index f82e90a..e255217 100644 --- a/src/utils/styles.css +++ b/src/utils/styles.css @@ -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 ***/ @@ -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; +}