fix styling on form

This commit is contained in:
Priansh Shah 2018-04-10 00:35:12 +00:00
parent 2835280ff3
commit 9a9c1ae02e

View file

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