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')