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

Unified Diff: static/src/scss/layout/_header.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/layout/_footer.scss ('k') | static/src/scss/layout/_navbar.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/src/scss/layout/_header.scss
===================================================================
--- a/static/src/scss/layout/_header.scss
+++ b/static/src/scss/layout/_header.scss
@@ -23,43 +23,43 @@
min-height: $site-header-height;
font-size: $small-font;
line-height: $site-header-content-line-height;
}
#site-title
{
float: left;
- margin-right: $xl;
+ margin-right: $large-space;
}
html[dir="rtl"] #site-title
{
float: right;
margin-right: 0;
- margin-left: $xl;
+ margin-left: $large-space;
}
#site-title img
{
- height: $lg;
+ height: $medium-space;
vertical-align: middle;
}
.toggle-navbar-collapse
{
width: $site-header-content-line-height;
float: right;
line-height: $site-header-content-line-height;
text-align: right;
cursor: pointer;
img
{
- width: $md;
+ width: $small-space;
vertical-align: middle;
}
}
html[dir="rtl"] .toggle-navbar-collapse
{
float: left;
}
« no previous file with comments | « static/src/scss/layout/_footer.scss ('k') | static/src/scss/layout/_navbar.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld