From 41096af1c10aa5a3298aede330c257fce12ae30b Mon Sep 17 00:00:00 2001 From: Lawrence Elitzer <5624305+elitzer2@users.noreply.github.com> Date: Mon, 31 Aug 2020 19:24:39 -0500 Subject: [PATCH] Add styling to subscription button to make it appaer as it did before --- client/static/subscription/form-input-style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/client/static/subscription/form-input-style.css b/client/static/subscription/form-input-style.css index c73c17ff..0e302dc7 100644 --- a/client/static/subscription/form-input-style.css +++ b/client/static/subscription/form-input-style.css @@ -44,6 +44,16 @@ label { margin-left: .3em; } +form button { + background: #2D3E4F; + color: white; + font-size: 16px; + font-weight: normal; + padding: 16px 24px; + border: none; + border-radius: 6px; + cursor: pointer; +} /* --- Inputs ------------- */