add profile header display

This commit is contained in:
pixeldesu 2014-12-13 00:55:00 +01:00
parent 8743a21371
commit aa1686121a
2 changed files with 10 additions and 0 deletions

View File

@ -24,4 +24,13 @@
.profile--text {
margin-bottom: 2px;
}
.profile--header {
position: absolute;
z-index: 0;
width: 100%;
height: 40vh;
background-color: darken($navbar-inverse-bg, 10%);
background-size: cover;
}

View File

@ -1,3 +1,4 @@
.profile--header
.container.j2-page
.col-md-3.col-xs-12.col-sm-3
= render 'user/profile_info'