login: fix layout issues

This commit is contained in:
Marcus Efraimsson
2018-06-26 14:34:06 +02:00
parent bd805544c5
commit 9f02927761
2 changed files with 27 additions and 17 deletions

View File

@@ -25,7 +25,7 @@
display: inline-block;
padding-right: 2px;
&::after {
content: " | ";
content: ' | ';
padding-left: 2px;
}
}
@@ -33,14 +33,21 @@
li:last-child {
&::after {
padding-left: 0;
content: "";
content: '';
}
}
}
.login-page {
.footer {
position: absolute;
bottom: $spacer;
padding: 1rem 0 1rem 0;
}
}
@include media-breakpoint-up(md) {
.footer {
bottom: $spacer;
position: absolute;
padding: 5rem 0 1rem 0;
}
}