This commit is contained in:
benjamin melançon 2018-12-14 14:45:37 -05:00
parent 32fb3146f7
commit 82fef06480

View file

@ -61,10 +61,11 @@
transition: all .3s linear; transition: all .3s linear;
} }
&:hover { &:hover {
color: $white; color: $white;
background-color: darken($blue, 5%); background-color: darken($blue, 5%);
& > .container > .hero-image > .hero-image-shadow:before { & > .container > .hero-image > .hero-image-shadow:before {
box-shadow: none; box-shadow: none;
}
} }
} }