From 1e793575e09d4a3db9811305387ecaca8c70157d Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Tue, 9 Dec 2014 14:18:45 +0100 Subject: [PATCH] began altering tabs appearance --- assets/styles/tabs.sass | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/assets/styles/tabs.sass b/assets/styles/tabs.sass index d62aac2e..12031cd2 100644 --- a/assets/styles/tabs.sass +++ b/assets/styles/tabs.sass @@ -1,25 +1,24 @@ @import "_mixins/all" .tabs - height: 29px - border-bottom: 1px solid #ccc + height: 30px + border-bottom: 2px solid #f5f5f6 li display: inline-block - height: 28px - margin-right: 10px + height: 30px + padding-right: 10px vertical-align: top - background-color: $color-bg-tab - border: 1px solid $color-border-light + background-color: #f5f5f6 white-space: nowrap cursor: pointer &:hover - background-color: $color-bg-tab-hover + background-color: #e1e8eb .active - background-color: $color-bg-tab-active - border-bottom-color: $color-bg-tab-active + background-color: #d8e2e6 + border-bottom-color: #d8e2e6 h5 margin: 0