_sass/geolexica_home.scss in jekyll-geolexica-1.7.0 vs _sass/geolexica_home.scss in jekyll-geolexica-1.8.0

- old
+ new

@@ -49,9 +49,24 @@ input.search-string { margin-right: 1em; margin-left: -.5em; } + button.clear-search { + line-height: 1; + border: none; + border-radius: 5px; + z-index: 10; + + // Below ensures refine controls won’t shift + // whether or not clear button is displayed, + // and displays the clear button on top of input field. + margin-left: -3em; + width: 1.5em; + height: 1.5em; + margin-right: 1.5em; + } + .refine { display: flex; flex-flow: row wrap; align-items: center;