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

Unified Diff: static/src/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: Fixed issues with rebase Created Dec. 11, 2017, 4:37 p.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
« no previous file with comments | « static/src/scss/components/_pre-icon.scss ('k') | static/src/scss/content/_typography.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « static/src/scss/components/_pre-icon.scss ('k') | static/src/scss/content/_typography.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld