add indicator for builds and jobs in tab bar

This commit is contained in:
Lisa Passing 2015-03-11 12:58:14 +01:00
parent 4425292f14
commit 2194052a35

View File

@ -32,8 +32,6 @@
.active a
font-weight: 600
@media #{$medium-up}
ul
@extend %inline-block
@ -41,6 +39,23 @@
float: left
padding-right: 2em
// todo: switch to icon
#tab_build
position: relative
padding-left: 1em
&:before
content: "\003E"
display: block
position: absolute
color: $grey4
left: -0.5em
width: .6em
height: 1em
font-size: 29px
line-height: 1
transform: scale(0.6, 1.6)
.tabbody
position: relative
.tabnav-sub