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:
parent
bb07fbde76
commit
297723d0bc
@ -96,7 +96,6 @@ aio-shell.folder-tutorial mat-toolbar.mat-toolbar {
|
|||||||
.nav-link.home img {
|
.nav-link.home img {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: -21px;
|
margin-top: -21px;
|
||||||
margin-right: 20px;
|
|
||||||
top: 12px;
|
top: 12px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
||||||
@ -144,6 +143,10 @@ aio-top-menu {
|
|||||||
padding: 24px 16px;
|
padding: 24px 16px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
&.home{
|
||||||
|
margin-right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
background: rgba($white, 0.15);
|
background: rgba($white, 0.15);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user