Updated login page

This commit is contained in:
James Brooks
2016-06-01 10:49:30 +01:00
committed by James Brooks
parent c17ef87651
commit c63fedefe9
3 changed files with 45 additions and 66 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -1,23 +1,23 @@
body.login {
background: $sidebar-background-color;
background: $sidebar-background-color url("/img/login-background.png") center;
.form-bg {
border-radius: 10px;
margin: auto;
padding-top: 100px;
margin-top: 60px;
padding: 30px;
width: 320px;
height: 280px;
border: 1px solid rgba(0,0,0,.1);
box-shadow: 0 20px 30px rgba(0,0,0,.2);
background-color: white;
}
.logo {
margin-bottom: 10px;
}
margin-bottom: 30px;
p {
color: white;
text-align: center;
font-weight: 600;
font-size: 18px;
img {
margin: 0 auto;
}
}
.login-input {

File diff suppressed because one or more lines are too long