From 0bb4664921b1d51db5ef8f6bf6278d973d93615a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 26 Mar 2015 14:38:25 +0100 Subject: [PATCH] Minor style fixes --- app/partials/home/home-logged-in.jade | 4 +-- .../modules/profile/profile-contacts.jade | 2 +- .../modules/profile/profile-contacts.scss | 30 +++++++++---------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app/partials/home/home-logged-in.jade b/app/partials/home/home-logged-in.jade index 78f71368..f700c8d0 100644 --- a/app/partials/home/home-logged-in.jade +++ b/app/partials/home/home-logged-in.jade @@ -6,8 +6,8 @@ div.profile.centered include ../includes/modules/profile/profile-content-tabs div.content-wrapper div.content - include ../includes/modules/profile/profile-timeline + //clude ../includes/modules/profile/profile-timeline //include ../includes/modules/profile/profile-projects - //include ../includes/modules/profile/profile-contacts + include ../includes/modules/profile/profile-contacts //include ../includes/modules/profile/profile-favorites include ../includes/modules/profile/profile-sidebar diff --git a/app/partials/includes/modules/profile/profile-contacts.jade b/app/partials/includes/modules/profile/profile-contacts.jade index e4f79ef7..ed0bce30 100644 --- a/app/partials/includes/modules/profile/profile-contacts.jade +++ b/app/partials/includes/modules/profile/profile-contacts.jade @@ -18,7 +18,7 @@ section.profile-contacts span.position Back-end developer & Stakeholder span.location Madrid div.profile-project-stats - div.stat-comments(title="2 comments") + div.stat-projects(title="2 projects") span.icon.icon-project span.stat-num 2 div.stat-viewer(title="2 followers") diff --git a/app/styles/modules/profile/profile-contacts.scss b/app/styles/modules/profile/profile-contacts.scss index 2638f6fc..568ae0a0 100644 --- a/app/styles/modules/profile/profile-contacts.scss +++ b/app/styles/modules/profile/profile-contacts.scss @@ -2,24 +2,24 @@ border-top: 1px solid $whitish; display: flex; flex-direction: column; - .profile-contacts-filters { - align-self: center; - display: flex; - a { - border-bottom: 2px solid $white; - color: $gray-light; - display: inline-block; - padding: 1rem 1.5rem; - transition: all .2s linear; - &:hover, - &.active { - border-bottom: 2px solid $gray-light; - color: $green-taiga; - } +} + +.profile-contact-filters { + align-self: center; + display: flex; + a { + border-bottom: 2px solid $white; + color: $gray-light; + display: inline-block; + padding: 1rem 1.5rem; + transition: all .2s linear; + &:hover, + &.active { + border-bottom: 2px solid $gray-light; + color: $green-taiga; } } } - .profile-contact-single { border-bottom: 1px solid $whitish; display: flex;