Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/components/_search-form.scss

Issue 29633564: Issue 5765 - Remove custom spacing units in help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Dec. 8, 2017, 9:55 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: static/scss/components/_search-form.scss
===================================================================
--- a/static/scss/components/_search-form.scss
+++ b/static/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;
}

Powered by Google App Engine
This is Rietveld