Fix typo
This commit is contained in:
parent
32fb3146f7
commit
82fef06480
1 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue