Retrospring/app/assets/stylesheets/scss/user.scss

47 lines
755 B
SCSS
Raw Normal View History

.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;
}
.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;
}