refactor(aio): move right margin from `.home` image to `.home` anchor (#23624)

This makes the outline of `.home` symmetric.

PR Close #23624
This commit is contained in:
Ardeshir81 2018-05-02 17:36:16 +04:30 committed by Igor Minar
parent bb07fbde76
commit 297723d0bc
1 changed files with 4 additions and 1 deletions

View File

@ -96,7 +96,6 @@ aio-shell.folder-tutorial mat-toolbar.mat-toolbar {
.nav-link.home img {
position: relative;
margin-top: -21px;
margin-right: 20px;
top: 12px;
height: 40px;
@ -144,6 +143,10 @@ aio-top-menu {
padding: 24px 16px;
cursor: pointer;
&.home{
margin-right: 20px;
}
&:focus {
background: rgba($white, 0.15);
border-radius: 4px;