2014-12-09 06:32:29 -08:00
|
|
|
.profile--img {
|
|
|
|
min-height: 80px;
|
|
|
|
min-width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
width: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile--displayname {
|
|
|
|
margin-top: -2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile--username {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile--admin {
|
|
|
|
color: $brand-danger;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile--text {
|
|
|
|
margin-bottom: 2px;
|
2014-12-12 15:55:00 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.profile--header {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 40vh;
|
|
|
|
background-color: darken($navbar-inverse-bg, 10%);
|
|
|
|
background-size: cover;
|
2014-12-09 06:32:29 -08:00
|
|
|
}
|