travis-web/assets/styles/left.sass
Josh Kalderimis 55a58f275d remove the (i) from the top right of the tabs
the (i) is a miscommunication as it looks like it is to give information about the tabs instead of pop down descriptions underneath each of the repos in the recent and 'my repos' lists.
2013-05-10 19:54:52 +02:00

20 lines
477 B
Sass

@import "_mixins/all.sass"
#left
#search_box
height: 87px
padding: 30px 20px 0 20px
background-color: $color-bg-dark
input[type=text]
height: 28px
width: 100%
padding: 0 0 0 10px
color: $color-text
font-size: $font-size-small
@include box-sizing(border-box)
border: 1px solid $color-border-light
@include border-radius(4px)
background: $color-bg-input inline-image('ui/search.png') no-repeat right 8px