| Index: static/src/scss/components/_search-form.scss |
| =================================================================== |
| --- a/static/src/scss/components/_search-form.scss |
| +++ b/static/src/scss/components/_search-form.scss |
| @@ -28,23 +28,23 @@ |
| html[dir="rtl"] #product-website-link |
| { |
| float: left; |
| } |
| #product-website-link img |
| { |
| - height: 1em; |
| - margin-left: 0.5em; |
| + height: $small-space; |
| + margin-left: $x-small-space; |
| } |
| html[dir="rtl"] #product-website-link img |
| { |
| - margin-right: 0.5em; |
| + margin-right: $x-small-space; |
| margin-left: 0; |
| } |
| .navbar-collapse.open #product-website-link, |
| .no-js #product-website-link |
| { |
| float: none; |
| @@ -114,21 +114,21 @@ |
| { |
| position: absolute; |
| top: 0; |
| right: 0; |
| width: $search-form-height; |
| height: 100%; |
| border: 0; |
| background-color: transparent; |
| - font-size: 1em; |
| + font-size: $small-space; |
| } |
| html[dir="rtl"] #search-form button |
| { |
| right: auto; |
| left: 0; |
| } |
| #search-form button img |
| { |
| - height: 1em; |
| + height: $small-space; |
| } |