Removed background-blend-mode because of FF performance
parent
4a21ff58cd
commit
7828495412
|
@ -99,8 +99,8 @@
|
||||||
.projects-nav-overlay {
|
.projects-nav-overlay {
|
||||||
@include transition (all 1s ease);
|
@include transition (all 1s ease);
|
||||||
@extend %background-taiga;
|
@extend %background-taiga;
|
||||||
background-blend-mode: multiply;
|
//background-blend-mode: multiply;
|
||||||
background-color: $green-taiga;
|
//background-color: $green-taiga;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
display: none;
|
display: none;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in New Issue