diff --git a/app/views/form.server.view.pug b/app/views/form.server.view.pug index 61bfffe8..0a11e449 100644 --- a/app/views/form.server.view.pug +++ b/app/views/form.server.view.pug @@ -35,6 +35,28 @@ html(lang='en', xmlns='http://www.w3.org/1999/xhtml') background: url('/static/dist/page-loader.gif') 50% 35% no-repeat rgb(249,249,249); background-size: 50px 50px; } + body { + font-family: 'Raleway' !important; + } + label.btn-default { + font-size: 14pt !important; + width: 10% !important; + padding-right: 30px; + background: none !important; + color: rgba(0,0,0,0.3) !important; + border-color: rgba(0,0,0,0.3) !important; + } + label.btn-default:hover, label.btn-default:visited, label.btn-default:active { + color: #000 !important; + background: none !important; + border-color: #000 !important; + font-weight: 400 !important; + } + .navbar { display: none !important; } + #submit_field { + height: auto !important; padding-bottom: 2% !important; + } + // Fav Icon link(href='/static/modules/core/img/brand/favicon.ico', rel='shortcut icon', type='image/x-icon') diff --git a/app/views/verification.email.view.pug b/app/views/verification.email.view.pug index fb225507..2810481d 100644 --- a/app/views/verification.email.view.pug +++ b/app/views/verification.email.view.pug @@ -30,7 +30,7 @@ html p a(href='http://${URL}')=__('VERIFICATION_EMAIL_LINK_TEXT') p=__('VERIFICATION_EMAIL_PARAGRAPH_2') - a(href='mailto:team@tellform.com') + a(href='mailto:hello@earlybird.camp') | team@tellform.com p=__('EMAIL_SIGNATURE') td(width='36')