.vignette {
background-image: url(
);@include fill;
background-repeat: no-repeat;
background-size: 100% 100%;
z-index: 10000;
}
.scanlines {
@include fill;
z-index: 9999;
background: linear-gradient(
transparentize($screen-background, 1) 50%,
transparentize(darken($screen-background, 10), 0.75) 50%
),
linear-gradient(
90deg,
transparentize(#ff0000, 0.94),
transparentize(#00ff00, 0.98),
transparentize(#0000ff, 0.94)
);
background-size: 100% 2px, 3px 100%;
pointer-events: none;
}
Подробнее здесь: https://stackoverflow.com/questions/797 ... -using-css
Мобильная версия