_sass/hydeout/_search.scss in jekyll-theme-hydeout-4.0.2 vs _sass/hydeout/_search.scss in jekyll-theme-hydeout-4.1.0
- old
+ new
@@ -1,16 +1,17 @@
.search-row {
- display: flex;
border: 1px solid $border-color;
border-radius: $border-radius;
+ display: flex;
padding: 2px;
input {
border: 0;
}
input + input { margin-left: 2px; }
- input[type="text"], input[type="search"] {
+ input[type='text'],
+ input[type='search'] {
flex-grow: 1;
}
-}
\ No newline at end of file
+}