aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_search.sass
blob: 44b2a557d44818426cc9711bb1b0d3316738f6ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#search
  position: absolute
  left: $page-width + $sidebar-margin - $sidebar-width
  top: 30%
  form
    background: image-url("search_bg.png") no-repeat
    padding: 0
    height: 28px
    width: 218px
  #q
    background: none
    position: relative
    top: 1px
    width: 160px
    margin-left: 30px
    font-size: 15px
    border: none
    color: #aaaaaa
    &:focus
      outline: none