Profile bar

stable
Xavier Julián 2015-05-07 09:59:08 +02:00 committed by Juanfran
parent b52b1fdcd3
commit 88c21fcb6a
2 changed files with 9 additions and 27 deletions

View File

@ -28,20 +28,14 @@ section.profile-bar
div.stat div.stat
span.stat-number 34 span.stat-number 34
span.stat-name contacts span.stat-name contacts
// These badges are not defined yet in UX. Please ask // TODO Hide until organizations come
div.profile-badges div.profile-organizations
div.badge h3 Organizations
div.badge div.profile-organizations-wrapper
div.badge div.organization
div.badge div.organization
div.organization
div.profile-organizations div.organization
h3 Organizations
div.profile-organizations-wrapper
div.organization
div.organization
div.organization
div.organization
div.profile-quote div.profile-quote
span "Small minds talk about people, average minds discuss events, great minds discuss ideas" span "Small minds talk about people, average minds discuss events, great minds discuss ideas"

View File

@ -126,18 +126,6 @@
display: block; display: block;
} }
} }
.profile-badges {
display: flex;
justify-content: space-between;
margin-bottom: 1rem;
.badge {
background: $gray-light;
border-radius: 5px;
height: 45px;
margin-right: .2rem;
width: 45px;
}
}
.profile-organizations { .profile-organizations {
border-bottom: 1px solid $whitish; border-bottom: 1px solid $whitish;
@ -163,7 +151,7 @@
.profile-quote { .profile-quote {
@extend %title; @extend %title;
@extend %xlarge; @extend %larger;
background: url('/images/quote.png') no-repeat top left; background: url('/images/quote.png') no-repeat top left;
line-height: 1.2; line-height: 1.2;
padding: .5rem; padding: .5rem;