Commit 7876d27d authored by Annabel Dunstone's avatar Annabel Dunstone

Move fade out div

parent e8fcd464
...@@ -259,10 +259,10 @@ ...@@ -259,10 +259,10 @@
.fade-out { .fade-out {
opacity: 1; opacity: 1;
position: absolute; position: absolute;
bottom: 10px; bottom: 16px;
right: 0; right: 0;
width: 43px; width: 43px;
height: 35px; height: 30px;
-webkit-transform: translateZ(0); -webkit-transform: translateZ(0);
background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0.4), $background-color 45%); background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0.4), $background-color 45%);
background: -o-linear-gradient(left, rgba(250, 250, 250, 0.4), $background-color 45%); background: -o-linear-gradient(left, rgba(250, 250, 250, 0.4), $background-color 45%);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment