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