Jack Mallers
8 years ago
2 changed files with 36 additions and 1 deletions
@ -0,0 +1,29 @@ |
|||
.search { |
|||
height: 75px; |
|||
padding: 2px; |
|||
border-bottom: 1px solid #EBEBEB; |
|||
|
|||
.input { |
|||
display: inline-block; |
|||
vertical-align: top; |
|||
height: 100%; |
|||
} |
|||
|
|||
.label { |
|||
width: 5%; |
|||
line-height: 70px; |
|||
font-size: 25px; |
|||
text-align: center; |
|||
cursor: pointer; |
|||
} |
|||
|
|||
.text { |
|||
width: 95%; |
|||
outline: 0; |
|||
padding: 0; |
|||
border: 0; |
|||
border-radius: 0; |
|||
height: 68px; |
|||
font-size: 18px; |
|||
} |
|||
} |
Loading…
Reference in new issue