fix: sidemenu profile main text is now username instead of name

This commit is contained in:
Torkel Ödegaard
2017-12-15 13:03:07 +01:00
parent 7bec195599
commit fdf4bad1b7
3 changed files with 11 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
color: $footer-link-color;
padding: 5rem 0 1rem 0;
font-size: $font-size-sm;
position: relative;
width: 98%; /* was causing horiz scrollbars - need to examine */
a {
@@ -36,3 +37,10 @@
}
}
}
.login-page {
.footer {
position: absolute;
bottom: $spacer;
}
}