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%; height: 100%;
position: fixed; position: fixed;
z-index: $overlayZ; z-index: $overlayZ;
//background: linear-gradient(transparent, #000); background: linear-gradient(transparent, #000);
background: $defaultBackground; /* Old browsers */
opacity: 0.8; opacity: 0.8;
&__content { &__content {