parent
7623d74607
commit
b4bbdb4ce2
|
@ -93,7 +93,12 @@ aio-shell.folder-tutorial mat-toolbar.mat-toolbar {
|
||||||
|
|
||||||
|
|
||||||
// HOME NAV-LINK
|
// HOME NAV-LINK
|
||||||
.nav-link.home img {
|
.nav-link.home {
|
||||||
|
cursor: pointer;
|
||||||
|
margin: 0 16px 0 0;
|
||||||
|
padding: 21px 0;
|
||||||
|
|
||||||
|
img {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: -21px;
|
margin-top: -21px;
|
||||||
top: 12px;
|
top: 12px;
|
||||||
|
@ -104,6 +109,7 @@ aio-shell.folder-tutorial mat-toolbar.mat-toolbar {
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -143,10 +149,6 @@ 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…
Reference in New Issue