From 88c21fcb6ab415cf7f3c1b59b7d9c394350cf4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 7 May 2015 09:59:08 +0200 Subject: [PATCH] Profile bar --- app/modules/profile/includes/profile-bar.jade | 22 +++++++------------ app/modules/profile/styles/profile-bar.scss | 14 +----------- 2 files changed, 9 insertions(+), 27 deletions(-) diff --git a/app/modules/profile/includes/profile-bar.jade b/app/modules/profile/includes/profile-bar.jade index fdae316e..a7a7aab3 100644 --- a/app/modules/profile/includes/profile-bar.jade +++ b/app/modules/profile/includes/profile-bar.jade @@ -28,20 +28,14 @@ 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 - - div.profile-organizations - h3 Organizations - div.profile-organizations-wrapper - div.organization - div.organization - div.organization - div.organization + // TODO Hide until organizations come + div.profile-organizations + h3 Organizations + div.profile-organizations-wrapper + div.organization + div.organization + div.organization + div.organization div.profile-quote span "Small minds talk about people, average minds discuss events, great minds discuss ideas" diff --git a/app/modules/profile/styles/profile-bar.scss b/app/modules/profile/styles/profile-bar.scss index 61c5d76d..96c74f91 100644 --- a/app/modules/profile/styles/profile-bar.scss +++ b/app/modules/profile/styles/profile-bar.scss @@ -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;