added footer
This commit is contained in:
@@ -4,19 +4,16 @@
|
||||
|
||||
.background {
|
||||
background: $grey-dark;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
overflow-y: scroll;
|
||||
height:200vh;
|
||||
padding-bottom:200px;
|
||||
width:100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.login-panel {
|
||||
position:absolute;
|
||||
position:relative;
|
||||
width:50%;
|
||||
left:25%;
|
||||
margin:auto;
|
||||
text-align: left;
|
||||
top: 100px;
|
||||
box-shadow: 0 0 2.5rem 0 rgba(0,0,0,0.25);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user