From f76bc7f4db81c1509cfdee0a79ebf16acc13f241 Mon Sep 17 00:00:00 2001 From: tsmitty11 Date: Mon, 22 May 2023 12:53:45 +0200 Subject: [PATCH] form button is same height on all pages --- src/static/css/homepage.css | 52 +++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 4d5ad0f..b311aaa 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -93,3 +93,55 @@ mark{ .flex.column { flex-direction: column; } + +.subscribe-collapse{ + display:none; +} + +.klaviyo-form-WxjYGS{ + border: none !important; + padding: 0px !important; +} + +.form-container{ + border: 1px solid #949494; + border-radius: 5px !important; + height: 50px; +} + +#email{ + width:100%; + height: 100% !important; + background-color: #1a1a1a; + border:none !important; + color: white; + font-family: "inter", sans-serif; + border-radius: 5px; +} +#email-btn{ + text-transform: uppercase !important; +} +.email-send{ + text-transform: uppercase !important; + width:20% !important; + border-radius: 3px; + height: 100% !important; +} +#email_62853377{ + background-color: #1a1a1a !important; + border-radius: 0px !important; + text-align: center !important; + border-color: #949494 !important; + color: #ffffff !important; +} +#email_62853377:hover{ + border-color: #949494 !important; +} +#email_62853377:focus{ + box-shadow:none !important; +} +.go3894874857{ + height: 50px !important; + border-radius: 0px !important; + font-family: "inter", sans-serif !important; +}