updated header titles on login/signup
updated button icon on login page
This commit is contained in:
@ -89,7 +89,6 @@ p {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Forms
|
||||
// -------------------------
|
||||
|
||||
@ -111,7 +110,6 @@ p {
|
||||
.alert {
|
||||
color: #fff;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
// border-radius: 0;
|
||||
}
|
||||
|
||||
// Navbar
|
||||
@ -131,10 +129,6 @@ p {
|
||||
border: 0;
|
||||
box-shadow: 0 1px 5px rgba(0,0,0,.15);
|
||||
|
||||
.navbar-brand {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.navbar-nav {
|
||||
> li > a {
|
||||
transition: color .4s cubic-bezier(.24,.45,.46,.92);
|
||||
|
@ -1,8 +1,9 @@
|
||||
extends ../layout
|
||||
|
||||
block content
|
||||
.page-header
|
||||
h3 Sign in
|
||||
form(method='POST')
|
||||
legend Sign In
|
||||
input(type='hidden', name='_csrf', value=_csrf)
|
||||
.col-sm-8.col-sm-offset-2
|
||||
.form-group
|
||||
@ -13,7 +14,7 @@ block content
|
||||
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
||||
.form-group
|
||||
button.btn.btn-primary(type='submit')
|
||||
span.ion-log-in
|
||||
span.ion-android-hand
|
||||
| Login
|
||||
a.btn.btn-link(href='/forgot') Forgot your password?
|
||||
hr
|
||||
|
@ -1,9 +1,10 @@
|
||||
extends ../layout
|
||||
|
||||
block content
|
||||
.page-header
|
||||
h3 Sign up
|
||||
form.form-horizontal(id='signup-form', method='POST')
|
||||
input(type='hidden', name='_csrf', value=_csrf)
|
||||
legend Signup
|
||||
.form-group
|
||||
label.col-sm-3.control-label(for='email') Email
|
||||
.col-sm-7
|
||||
|
Reference in New Issue
Block a user