From 3405d2fa38f0917d047952597ab3bca5ea0e37fa Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Wed, 11 Mar 2015 11:43:34 +0100 Subject: [PATCH] fix small style things that Justine ponted out --- app/styles/app/_mixins/vars.sass | 1 + app/styles/app/layouts/buildheader.sass | 6 ++++-- app/styles/app/modules/tabs.sass | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/styles/app/_mixins/vars.sass b/app/styles/app/_mixins/vars.sass index c43a3cf0..99512456 100644 --- a/app/styles/app/_mixins/vars.sass +++ b/app/styles/app/_mixins/vars.sass @@ -1,5 +1,6 @@ $font-size-m: 16px +$font-size-sm: 14px $line-height-m: 1.3 // colors diff --git a/app/styles/app/layouts/buildheader.sass b/app/styles/app/layouts/buildheader.sass index b4256b64..aa938ce6 100644 --- a/app/styles/app/layouts/buildheader.sass +++ b/app/styles/app/layouts/buildheader.sass @@ -14,8 +14,10 @@ margin: 0 font-weight: 400 font-size: 35px - a:hover - text-decoration: underline + a + color: $grey3 + &:hover + text-decoration: underline .repo-header-icons line-height: 1 diff --git a/app/styles/app/modules/tabs.sass b/app/styles/app/modules/tabs.sass index 7c1278f6..6fecbe34 100644 --- a/app/styles/app/modules/tabs.sass +++ b/app/styles/app/modules/tabs.sass @@ -1,6 +1,7 @@ .tabnav color: $grey2 + font-size: $font-size-sm ul @include resetul width: 100% @@ -24,7 +25,7 @@ content: "" position: absolute left: 0 - bottom: -3px + bottom: -0.25em width: 100% height: 2px background-color: $teal2