From 7876d27db8b330f3c5e306f1c2e657a8b0df8819 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Wed, 18 May 2016 10:48:10 -0500 Subject: Move fade out div --- app/assets/stylesheets/framework/nav.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss index fe3a2aa26be..9f5f2f81b8c 100644 --- a/app/assets/stylesheets/framework/nav.scss +++ b/app/assets/stylesheets/framework/nav.scss @@ -259,10 +259,10 @@ .fade-out { opacity: 1; position: absolute; - bottom: 10px; + bottom: 16px; right: 0; width: 43px; - height: 35px; + height: 30px; -webkit-transform: translateZ(0); 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%); -- cgit v1.2.1