From 0ef841abd6fa68b4866b7d23db5daf89f08e0a3f Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Wed, 26 Nov 2025 10:17:43 -0700 Subject: [PATCH 1/2] style updates Signed-off-by: Kyle J. Davis --- sass/_email-form.scss | 65 ++++++++++++++++++++++++++++++ sass/css/styles.scss | 1 + templates/default.html | 8 +++- templates/includes/email-list.html | 16 ++++++++ 4 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 sass/_email-form.scss create mode 100644 templates/includes/email-list.html diff --git a/sass/_email-form.scss b/sass/_email-form.scss new file mode 100644 index 00000000..8c0736b6 --- /dev/null +++ b/sass/_email-form.scss @@ -0,0 +1,65 @@ +.footer-email-list { + margin-top: 2em; + margin-bottom: 1em; + text-align: left; + h2 { + margin-top: 0; + } + .footer-form { + div.field { + text-align: left; + } + .legal-consent-container, .hs-richtext { + text-align: left; + p { + max-width: none; + margin: auto; + } + } + input[type="submit"] { + background: none; + border: 1px solid white; + color: white; + padding: 0.5em 2em; + } + .actions { + text-align: left; + } + .hs_submit { + padding-top: 1em; + height: 100px; /* this is due to the floating captcha badge */ + } + .hs_recaptcha { + float: right; + opacity: 0.5; + min-height: 60px; + } + .hs-error-msgs { + list-style-type: none; + color: red; + padding-left: 0; + margin-top: 0; + li { + adding-left: 0; + } + } + + input[type="text"], + input[type="email"], + select { + background: none; + border: none; + border-bottom: 1px solid white; + color: white; + &::placeholder { + opacity: 1; + color: white; + } + width: 100%; + margin-bottom: 0.75em; + } + select { + color: white; + } + } +} \ No newline at end of file diff --git a/sass/css/styles.scss b/sass/css/styles.scss index 22cc19ec..8f7c1389 100755 --- a/sass/css/styles.scss +++ b/sass/css/styles.scss @@ -7,6 +7,7 @@ @import '../typography'; @import '../pygments'; @import '../valkey'; +@import '../email-form'; /* Styling for Markdown Tables */ table { diff --git a/templates/default.html b/templates/default.html index 439558f3..d09fc6fa 100644 --- a/templates/default.html +++ b/templates/default.html @@ -93,7 +93,6 @@ Connect - + + + diff --git a/templates/includes/email-list.html b/templates/includes/email-list.html index 367e4618..5c3d127c 100644 --- a/templates/includes/email-list.html +++ b/templates/includes/email-list.html @@ -1,7 +1,9 @@ -