From d799bf727c827c8ea379f59a86bc27f09b6b32c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 7 May 2015 12:36:12 +0200 Subject: [PATCH] User statistics --- app/modules/profile/styles/profile-bar.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/modules/profile/styles/profile-bar.scss b/app/modules/profile/styles/profile-bar.scss index 96c74f91..80ce4f43 100644 --- a/app/modules/profile/styles/profile-bar.scss +++ b/app/modules/profile/styles/profile-bar.scss @@ -105,24 +105,26 @@ } } .profile-stats { - background: $whitish; - border-radius: 5px; + border-bottom: 1px solid $whitish; + border-top: 1px solid $whitish; + color: $gray; display: flex; justify-content: space-between; margin-bottom: 1rem; - padding: .5rem 1rem; + padding: 1rem .5rem; .stat { padding: 0 .2rem; text-align: center; } .stat-number { @extend %xlarge; - @extend %title; + @extend %bold; display: block; line-height: 1; } .stat-name { @extend %title; + @extend %small; display: block; } }