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-19 14:33:42 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.profile--panel .panel-heading {
|
|
|
|
color: $brand-primary;
|
|
|
|
border-bottom: 2px solid $brand-primary;
|
|
|
|
background-color: #fff;
|
|
|
|
text-transform: uppercase;
|
2014-12-19 14:41:15 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.profile--panel .panel-body {
|
|
|
|
padding-top: 0px;
|
2014-12-20 05:37:14 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.inbox--panel .panel-heading {
|
|
|
|
color: $brand-info;
|
|
|
|
border-bottom: 2px solid $brand-info;
|
|
|
|
background-color: #fff;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.warning--panel .panel-heading {
|
|
|
|
color: $brand-danger;
|
|
|
|
border-bottom: 2px solid $brand-danger;
|
|
|
|
background-color: #fff;
|
|
|
|
text-transform: uppercase;
|
2014-12-09 06:32:29 -08:00
|
|
|
}
|