SPR-838: pixel breadcrumb home icon vs content toggle link
This commit is contained in:
parent
12ff9e2414
commit
7b5bc581e7
2 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
span.home {
|
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 {
|
a {
|
||||||
.fontello();
|
.fontello();
|
||||||
.hide-text-show-before();
|
.hide-text-show-before();
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
bottom: -1px;
|
bottom: -1px;
|
||||||
|
width: 2rem;
|
||||||
left: -(@margin-default);
|
left: -(@margin-default);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@media @screen_max-md{
|
@media @screen_max-md{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue