travis-web/assets/styles/left.sass
Piotr Sarnacki df9db80c42 A few improvements for tabs on repos list
* if user is logged out, the default tab should be 'recent'
* when user logs in, the tab is switched to 'my repositories'
* when user logs out, my repositories is hidden again and tab is
  switched to 'recent'
2013-04-30 02:45:16 +02:00

29 lines
667 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
.toggle-info
margin: 8px 20px 0 20px
display: inline-block
float: right
width: 14px
height: 14px
background-image: inline-image('ui/info.png')
cursor: pointer