Ringing background change to gradient
This commit is contained in:
parent
c602839e06
commit
dc6e8f99d8
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue