began altering tabs appearance
This commit is contained in:
parent
7e54228386
commit
1e793575e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user