summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-18 10:48:10 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-25 17:14:28 -0500
commit7876d27db8b330f3c5e306f1c2e657a8b0df8819 (patch)
treecfe089fabeb4743e205f253348075841edc0fc2e
parente8fcd4641a2ef67df2e94b7f161c1a061cd5eb77 (diff)
downloadgitlab-ce-7876d27db8b330f3c5e306f1c2e657a8b0df8819.tar.gz
Move fade out div
-rw-r--r--app/assets/stylesheets/framework/nav.scss4
1 files changed, 2 insertions, 2 deletions
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%);