From b738eaad023f6508144fb4dc423c4744ee8cab7e Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Thu, 2 Apr 2015 11:06:42 -0700 Subject: [PATCH] Hide login feature for now --- src/scss/views.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scss/views.scss b/src/scss/views.scss index 4af1215e7..7a48fea5c 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; // Temporarily disable until there's a feature which needs it + position: absolute; top: 50%; right: 2em; @include transform(translateY(-50%));