began altering tabs appearance

This commit is contained in:
Justine Arreche 2014-12-09 14:18:45 +01:00
parent 7e54228386
commit 1e793575e0

View File

@ -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