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;
|
||||
}
|
||||
&:hover {
|
||||
color: $white;
|
||||
background-color: darken($blue, 5%);
|
||||
& > .container > .hero-image > .hero-image-shadow:before {
|
||||
box-shadow: none;
|
||||
color: $white;
|
||||
background-color: darken($blue, 5%);
|
||||
& > .container > .hero-image > .hero-image-shadow:before {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue