Updated login page
This commit is contained in:
committed by
James Brooks
parent
c17ef87651
commit
c63fedefe9
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
+10
-10
@@ -1,23 +1,23 @@
|
|||||||
body.login {
|
body.login {
|
||||||
background: $sidebar-background-color;
|
background: $sidebar-background-color url("/img/login-background.png") center;
|
||||||
|
|
||||||
.form-bg {
|
.form-bg {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding-top: 100px;
|
margin-top: 60px;
|
||||||
|
padding: 30px;
|
||||||
width: 320px;
|
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 {
|
.logo {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 30px;
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
img {
|
||||||
color: white;
|
margin: 0 auto;
|
||||||
text-align: center;
|
}
|
||||||
font-weight: 600;
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-input {
|
.login-input {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user