
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.
20 lines
477 B
Sass
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
|
|
|