Hide login button until required

This commit is contained in:
Andrew Miner
2015-04-30 08:53:10 -07:00
parent dda1c8e10d
commit 7869c8012d
+2
View File
@@ -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%));