From 9a9c1ae02ec7176c8a38f0556f2f92732d43b077 Mon Sep 17 00:00:00 2001 From: Priansh Shah Date: Tue, 10 Apr 2018 00:35:12 +0000 Subject: [PATCH] fix styling on form --- app/views/form.server.view.pug | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/views/form.server.view.pug b/app/views/form.server.view.pug index e91d7406..d1c26b02 100644 --- a/app/views/form.server.view.pug +++ b/app/views/form.server.view.pug @@ -3,6 +3,8 @@ html(lang='en', xmlns='http://www.w3.org/1999/xhtml') head title=title // General META + link(rel='stylesheet', type='text/css', href='https://fonts.googleapis.com/css?family=Raleway') + meta(charset='utf-8') meta(http-equiv='Content-type', content='text/html;charset=UTF-8') meta(http-equiv='X-UA-Compatible', content='IE=edge,chrome=1') @@ -59,6 +61,15 @@ html(lang='en', xmlns='http://www.w3.org/1999/xhtml') #submit_field { height: auto !important; padding-bottom: 2% !important; } + #submit_field > div.text-left { + background-color: #f8f8f8 !important; + color: #755 !important; + margin-top: 12px; + text-align: center !important; + } + #submit_field > button { + background-color: #755 !important; + } // Fav Icon link(href='/static/modules/core/img/brand/favicon.ico', rel='shortcut icon', type='image/x-icon')