Pretty up the login page to match everywhere else

This commit is contained in:
Danielle McLean 2017-10-09 20:30:50 +11:00
parent 400c9ca8b4
commit 3b58b57cc5
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
3 changed files with 19 additions and 7 deletions

View file

@ -1,3 +1,14 @@
body > main
display: flex
align-items: center
justify-content: center
.form-control
background-color: #1d1f21
color: #c9cacc
&:focus
background-color: #404449
color: #c9cacc
.input-group-addon
background-color: #000
color: #fff
width: 2.4rem