Skip to content
Snippets Groups Projects
Commit 39a92da0 authored by Pierre-Louis BERTRAND's avatar Pierre-Louis BERTRAND
Browse files

improve hover effect for navbar

parent ea72e3c4
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ nav { ...@@ -12,6 +12,7 @@ nav {
img { img {
margin-left: 20px; margin-left: 20px;
height: 60px; height: 60px;
transition: .3s;
&:hover { &:hover {
transform: scale(1.1); transform: scale(1.1);
...@@ -33,6 +34,7 @@ nav { ...@@ -33,6 +34,7 @@ nav {
.mat-list-base .mat-list-item { .mat-list-base .mat-list-item {
font-size: large; font-size: large;
color: theme.$white; color: theme.$white;
transition: .3s;
&:hover { &:hover {
transform: scale(1.2); transform: scale(1.2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment