Hide login feature for now

This commit is contained in:
Andrew Miner
2015-04-02 11:06:42 -07:00
parent b8251cc480
commit b738eaad02
+2
View File
@@ -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%));