From 56e8734a277c74e1663b6f74c6fc026211571c15 Mon Sep 17 00:00:00 2001 From: PCoder Date: Mon, 17 Jul 2017 02:12:12 +0530 Subject: [PATCH] font-weight -> 300 and outline none to the submit button in payment page --- hosting/static/hosting/css/landing-page.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css index b3e908a9..23189492 100644 --- a/hosting/static/hosting/css/landing-page.css +++ b/hosting/static/hosting/css/landing-page.css @@ -515,10 +515,11 @@ a.unlink:hover { } .stripe-payment-btn { + outline: none; width: auto; float: right; font-style: normal; - font-weight: bold; + font-weight: 300; position: absolute; right: 0; }