From 7869c8012d6047771dd84c1b75263cc37d0145ba Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Thu, 30 Apr 2015 08:53:10 -0700 Subject: [PATCH] Hide login button until required --- src/scss/views.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scss/views.scss b/src/scss/views.scss index 0ab6b691d..be9588c28 100644 --- a/src/scss/views.scss +++ b/src/scss/views.scss @@ -57,6 +57,8 @@ All rights reserved. position: absolute; bottom: 5em; height: 3.2em; width: 100%; .login { + display: none; // Just until there's a feature which needs it. + position: absolute; top: 50%; right: 2em; @include transform(translateY(-50%));