fix(aio): add right-margin to `.home` link (#24207)

PR Close #24207
This commit is contained in:
George Kalpakas 2018-05-30 18:15:49 +03:00 committed by Victor Berchet
parent 7623d74607
commit b4bbdb4ce2
1 changed files with 14 additions and 12 deletions

View File

@ -93,7 +93,12 @@ aio-shell.folder-tutorial mat-toolbar.mat-toolbar {
// HOME NAV-LINK
.nav-link.home img {
.nav-link.home {
cursor: pointer;
margin: 0 16px 0 0;
padding: 21px 0;
img {
position: relative;
margin-top: -21px;
top: 12px;
@ -104,6 +109,7 @@ aio-shell.folder-tutorial mat-toolbar.mat-toolbar {
transform: scale(1.1);
}
}
}
}
@ -143,10 +149,6 @@ aio-top-menu {
padding: 24px 16px;
cursor: pointer;
&.home{
margin-right: 20px;
}
&:focus {
background: rgba($white, 0.15);
border-radius: 4px;