began altering tabs appearance
This commit is contained in:
parent
7e54228386
commit
1e793575e0
|
@ -1,25 +1,24 @@
|
||||||
@import "_mixins/all"
|
@import "_mixins/all"
|
||||||
|
|
||||||
.tabs
|
.tabs
|
||||||
height: 29px
|
height: 30px
|
||||||
border-bottom: 1px solid #ccc
|
border-bottom: 2px solid #f5f5f6
|
||||||
|
|
||||||
li
|
li
|
||||||
display: inline-block
|
display: inline-block
|
||||||
height: 28px
|
height: 30px
|
||||||
margin-right: 10px
|
padding-right: 10px
|
||||||
vertical-align: top
|
vertical-align: top
|
||||||
background-color: $color-bg-tab
|
background-color: #f5f5f6
|
||||||
border: 1px solid $color-border-light
|
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background-color: $color-bg-tab-hover
|
background-color: #e1e8eb
|
||||||
|
|
||||||
.active
|
.active
|
||||||
background-color: $color-bg-tab-active
|
background-color: #d8e2e6
|
||||||
border-bottom-color: $color-bg-tab-active
|
border-bottom-color: #d8e2e6
|
||||||
|
|
||||||
h5
|
h5
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user