Merge pull request #12441 from grafana/12430_fix

Fix footer CSS issue
This commit is contained in:
Marcus Efraimsson 2018-06-28 14:25:08 +02:00 committed by GitHub
commit ab458061e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,9 +45,11 @@
}
@include media-breakpoint-up(md) {
.footer {
bottom: $spacer;
position: absolute;
padding: 5rem 0 1rem 0;
.login-page {
.footer {
bottom: $spacer;
position: absolute;
padding: 5rem 0 1rem 0;
}
}
}