client: fix build and gradient

This commit is contained in:
Matteo Pagliazzi
2017-06-28 10:53:35 +02:00
parent 207b1e91ca
commit 06de1670b4
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@
bottom: 0px;
left: -0px;
height: 42px;
background-image: linear-gradient(to bottom, rgba(52, 49, 58, 0), #34313a);
background-image: linear-gradient(to bottom, rgba($gray-10, 0), rgba($gray-10, 0.24));
width: 100%;
}