SPR-838: pixel breadcrumb home icon vs content toggle link

This commit is contained in:
Jana Deutschländer 2017-02-22 15:54:15 +01:00
commit 7b5bc581e7
2 changed files with 5 additions and 0 deletions

View file

@ -30,6 +30,10 @@
}
span.home {
margin-left: -.2rem; // reverse spacing in home icon --> content text and home icon aligned
.wide-content &{
margin-left: .4rem; //toggle link has position absolute, hover on home icon needs more space than left padding of breadcrumb
}
a {
.fontello();
.hide-text-show-before();

View file

@ -10,6 +10,7 @@
position: absolute;
top: 0px;
bottom: -1px;
width: 2rem;
left: -(@margin-default);
z-index: 1;
@media @screen_max-md{