added footer

This commit is contained in:
Leon Noe Jovan
2023-01-17 19:09:18 +01:00
parent 2868cf3548
commit 3d0f272d5e
17 changed files with 571 additions and 22 deletions

View File

@@ -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);
}