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

Unified Diff: static/scss/components/_breadcrumb.scss

Issue 29588588: Issue 5848 - Fix vertical alignment on .heading-icon images in help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Rewrite .has-pre-icon Created Oct. 30, 2017, 9:44 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/_breadcrumb.scss
===================================================================
--- a/static/scss/components/_breadcrumb.scss
+++ b/static/scss/components/_breadcrumb.scss
@@ -64,12 +64,13 @@
content: none;
}
.breadcrumb li a
{
color: $gray-dark;
}
-.breadcrumb .heading-icon
+.breadcrumb .pre-icon
{
- height: 1.2em;
+ margin-top: -0.5em;
+ background-size: 1.1em;
}

Powered by Google App Engine
This is Rietveld