add profile header display
This commit is contained in:
parent
8743a21371
commit
aa1686121a
|
@ -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;
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
.profile--header
|
||||
.container.j2-page
|
||||
.col-md-3.col-xs-12.col-sm-3
|
||||
= render 'user/profile_info'
|
||||
|
|
Loading…
Reference in New Issue