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,13 +28,7 @@ section.profile-bar
div.stat
span.stat-number 34
span.stat-name contacts
// These badges are not defined yet in UX. Please ask
div.profile-badges
div.badge
div.badge
div.badge
div.badge
// TODO Hide until organizations come
div.profile-organizations
h3 Organizations
div.profile-organizations-wrapper

View File

@ -126,18 +126,6 @@
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 {
border-bottom: 1px solid $whitish;
@ -163,7 +151,7 @@
.profile-quote {
@extend %title;
@extend %xlarge;
@extend %larger;
background: url('/images/quote.png') no-repeat top left;
line-height: 1.2;
padding: .5rem;