From 09cb60e93aca0bced69639145bd6ebe0b370d9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 11 Apr 2016 08:25:36 +0200 Subject: [PATCH] Change condensed fonts in history tabs --- app/styles/modules/common/history.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/modules/common/history.scss b/app/styles/modules/common/history.scss index 5efc4295..aa1e114b 100644 --- a/app/styles/modules/common/history.scss +++ b/app/styles/modules/common/history.scss @@ -39,12 +39,11 @@ } } .history-tabs { - @extend %title; + @extend %light; border-bottom: 1px solid $whitish; border-top: 1px solid $whitish; margin-bottom: 0; li { - @extend %large; background: $white; border-right: 1px solid $whitish; display: inline-block; @@ -74,6 +73,7 @@ .add-comment { @include cursor-progress; @include clearfix; + margin-top: 1rem; &.active { .button-green { display: block;