fix tab height and full-height left bar
This commit is contained in:
parent
4a401dc8cb
commit
a34826d904
|
@ -20,6 +20,7 @@
|
||||||
min-height: 100%
|
min-height: 100%
|
||||||
|
|
||||||
#left
|
#left
|
||||||
|
min-height: 100%
|
||||||
padding: 0 0 110px 0
|
padding: 0 0 110px 0
|
||||||
background-color: #fbfbfa
|
background-color: #fbfbfa
|
||||||
border-right: 1px solid $color-border-normal
|
border-right: 1px solid $color-border-normal
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
|
|
||||||
|
|
||||||
#left
|
#left
|
||||||
|
|
||||||
.tabs
|
.tabs
|
||||||
margin: -28px 20px 0 15px
|
margin: -28px 20px 0 15px
|
||||||
|
|
||||||
|
@ -63,14 +64,19 @@
|
||||||
#tab_new.display
|
#tab_new.display
|
||||||
display: inline-block
|
display: inline-block
|
||||||
|
|
||||||
|
@media #{$medium-up}
|
||||||
|
.tab
|
||||||
|
min-height: 100vh
|
||||||
|
|
||||||
#main
|
#main
|
||||||
.tabs
|
.tabs
|
||||||
border-bottom: 3px solid #f5f5f6
|
border-bottom: 3px solid #f5f5f6
|
||||||
|
|
||||||
li
|
li
|
||||||
height: 30px
|
height: 29px
|
||||||
background-color: #f5f5f6
|
background-color: #f5f5f6
|
||||||
margin-right: 0
|
margin-right: 0
|
||||||
|
overflow: hidden
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background-color: #e1e8eb
|
background-color: #e1e8eb
|
||||||
|
@ -90,7 +96,6 @@
|
||||||
|
|
||||||
.tab
|
.tab
|
||||||
margin-top: 15px
|
margin-top: 15px
|
||||||
|
|
||||||
ul.navigation
|
ul.navigation
|
||||||
height: 40px
|
height: 40px
|
||||||
line-height: 40px
|
line-height: 40px
|
||||||
|
|
Loading…
Reference in New Issue
Block a user