allow to customize footer on login screen

This commit is contained in:
2019-12-06 16:01:24 +01:00
parent 92c8fe5b0d
commit d6354da24e
3 changed files with 14 additions and 7 deletions

View File

@@ -17,6 +17,10 @@ body {
position: relative;
height: 90%;
padding-top: 10%;
footer.footer {
position: absolute;
bottom: 0;
}
}
#content:before {
@@ -63,10 +67,10 @@ button {
p.forgot-password-link {
text-align: center;
a {
font-weight: 300;
color: #fff;
text-decoration: none;
}
}
}