Pretty up the login page to match everywhere else
This commit is contained in:
parent
400c9ca8b4
commit
3b58b57cc5
3 changed files with 19 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue