Add styling to include the search icon in big input searches for Hubs and Producers

This commit is contained in:
summerscope
2014-05-29 12:00:16 +10:00
parent 4f1c7345c5
commit c81631118d
2 changed files with 21 additions and 3 deletions

View File

@@ -1,6 +1,19 @@
@import mixins
#active-table-search
input
font-size: 2em
@include big-input
position: relative
i.ofn-i_020-search
position: absolute
left: 26px
top: 12px
font-size: 1.6em
z-index: 999
color: #b2b2b2
input[type="text"]
font-size: 2em
@include csstrans
@include big-input
padding-left: 44px

View File

@@ -12,9 +12,14 @@
border: 1px solid #999
font-size: 18px
@extend .avenir
box-shadow: 0
padding: 0.75em 1em
height: auto
margin-bottom: 1em
background: rgba(255,255,255,0.65)
&:active, &:hover, &:focus
background: rgba(255,255,255,1)
border-color: #888
@mixin disabled
color: $disabled-bright