33 lines
533 B
Sass
33 lines
533 B
Sass
@import "compass"
|
|
|
|
header
|
|
form#lug_search
|
|
top: 6em
|
|
right: 2em
|
|
position: absolute
|
|
font-size: x-large
|
|
h2
|
|
margin: 0
|
|
font-size: x-large
|
|
font-style: normal
|
|
label
|
|
display: none
|
|
input
|
|
border: solid thin #258
|
|
|
|
img.favicon
|
|
max-height: 2em
|
|
vertical-align: middle
|
|
@include border-radius(3px)
|
|
|
|
button.search
|
|
color: #258
|
|
border: none
|
|
cursor: pointer
|
|
font-size: x-large
|
|
margin-top: 0.2em
|
|
margin-left: -1.3em
|
|
background-color: transparent
|
|
&:hover
|
|
color: #2E97FF
|