From bdf9be9b46863b873ca857934b4864fdc4148be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 12 May 2015 14:25:27 +0200 Subject: [PATCH] Improve profile bar design hyerarchy --- app/modules/profile/styles/profile-bar.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app/modules/profile/styles/profile-bar.scss b/app/modules/profile/styles/profile-bar.scss index 15d5d1bb..e9a8d490 100644 --- a/app/modules/profile/styles/profile-bar.scss +++ b/app/modules/profile/styles/profile-bar.scss @@ -79,20 +79,17 @@ } } } - h1, - h2 { - @extend %bold; - @extend %small; - } h1 { + @extend %bold; @extend %xlarge; line-height: 1; margin-bottom: 0; text-transform: none; } h2 { - @extend %large; - color: $gray-light; + @extend %light; + @extend %larger; + color: $gray; line-height: 1.2; margin-bottom: 1rem; }