irrisponsibly massive commit
This commit is contained in:
19
source/sass/themes/classic/partials/_search.scss
Normal file
19
source/sass/themes/classic/partials/_search.scss
Normal file
@ -0,0 +1,19 @@
|
||||
#search {
|
||||
position: absolute;
|
||||
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; } } }
|
||||
Reference in New Issue
Block a user