1
0

Revert "fix styling on form"

This reverts commit 9a9c1ae02e.
This commit is contained in:
Priansh Shah 2018-04-24 23:05:46 +03:00
parent 0f2cf42ceb
commit 9715088e86

View File

@ -3,8 +3,6 @@ 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,15 +57,6 @@ 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;
}
=======
>>>>>>> parent of 45f8fe7a... fix form styling