mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-22 10:21:06 +00:00
make things a lot prettier
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
}
|
||||
|
||||
#search__input {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
font: 1em $font-family;
|
||||
padding: .5em;
|
||||
@ -17,4 +18,17 @@
|
||||
|
||||
#search button[type="submit"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
::-webkit-input-placeholder {
|
||||
color: $muted-text-color;
|
||||
}
|
||||
::-moz-placeholder {
|
||||
color: $muted-text-color;
|
||||
}
|
||||
:-ms-input-placeholder {
|
||||
color: $muted-text-color;
|
||||
}
|
||||
:-moz-placeholder {
|
||||
color: $muted-text-color;
|
||||
}
|
Reference in New Issue
Block a user