Ringing background change to gradient

This commit is contained in:
yanas 2016-09-13 16:30:07 -05:00
parent c602839e06
commit dc6e8f99d8
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
height: 100%;
position: fixed;
z-index: $overlayZ;
//background: linear-gradient(transparent, #000);
background: $defaultBackground; /* Old browsers */
background: linear-gradient(transparent, #000);
opacity: 0.8;
&__content {