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

Unified Diff: static/src/scss/components/_breadcrumb.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/_article.scss ('k') | static/src/scss/components/_browser-select.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/src/scss/components/_breadcrumb.scss
===================================================================
--- a/static/src/scss/components/_breadcrumb.scss
+++ b/static/src/scss/components/_breadcrumb.scss
@@ -40,31 +40,31 @@
{
float: right;
padding: 0.25em 0 0.25em 2em;
}
.breadcrumb li:after
{
position: absolute;
- top: 0.45em; /* Half height of li:after (1em / 2) minus 0.05em */
- right: 0.5em; /* Quarter space between li (2em / 4) */
- width: 1em;
- height: 1em;
+ top: $x-small-space - 0.05em; /* Half height of li:after minus 0.05em */
+ right: $x-small-space; /* Quarter space between li */
+ width: $small-space;
+ height: $small-space;
background-image: url(/dist/img/png/arrow-icon-right-gray.png);
background-repeat: no-repeat;
background-position: center;
background-size: 0.6em 0.9em;
content: "";
}
[dir="rtl"] .breadcrumb li:after
{
right: auto;
- left: $lg / 4;
+ left: $small-space;
background-image: url(/dist/img/png/arrow-icon-left-gray.png);
}
.breadcrumb li:last-child:after
{
content: none;
}
« no previous file with comments | « static/src/scss/components/_article.scss ('k') | static/src/scss/components/_browser-select.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld