added stop padding to search_box and repo for breathing room under topbar
This commit is contained in:
parent
2882119d33
commit
bd5d62264a
|
@ -3,8 +3,8 @@
|
|||
#left
|
||||
#search_box
|
||||
height: 87px
|
||||
padding: 30px 20px 0 20px
|
||||
background-color: $color-bg-dark
|
||||
padding: 50px 20px 0 20px
|
||||
background-color: #e7f0f2
|
||||
|
||||
input[type=text]
|
||||
height: 28px
|
||||
|
@ -13,7 +13,6 @@
|
|||
color: $color-text
|
||||
font-size: $font-size-small
|
||||
@include box-sizing(border-box)
|
||||
border: 1px solid $color-border-light
|
||||
@include border-radius(4px)
|
||||
border: 0
|
||||
background: $color-bg-input inline-image('ui/search.png') no-repeat right 8px
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
position: relative
|
||||
width: 100%
|
||||
overflow-x: hidden
|
||||
padding-right: 10px
|
||||
padding: 15px 0 0 10px
|
||||
|
||||
h3
|
||||
display: inline-block
|
||||
|
|
Loading…
Reference in New Issue
Block a user