inspec/www/source/stylesheets/_search.scss
Maggie Walker c351d27334 Remove Google Custom Search and replace with Swiftype (#1992)
Since Google Custom Search is EOL-ing, we are replacing it with
Swiftype. This adds the necessary markup and JS to make that happen,
as well as some CSS overrides to make it fit with the styling on
the site.

Signed-off-by: Maggie Walker <magwalk@gmail.com>
2017-07-05 17:56:54 -04:00

9 lines
No EOL
175 B
SCSS

// styles for search on docs
#docs-search {
width: 100%;
height: 2.4375rem;
padding: .5rem;
margin-bottom: 1rem;
box-sizing: border-box;
background: transparent;
}