Hide login button until required
This commit is contained in:
@@ -57,6 +57,8 @@ All rights reserved.
|
|||||||
position: absolute; bottom: 5em; height: 3.2em; width: 100%;
|
position: absolute; bottom: 5em; height: 3.2em; width: 100%;
|
||||||
|
|
||||||
.login {
|
.login {
|
||||||
|
display: none; // Just until there's a feature which needs it.
|
||||||
|
|
||||||
position: absolute; top: 50%; right: 2em;
|
position: absolute; top: 50%; right: 2em;
|
||||||
@include transform(translateY(-50%));
|
@include transform(translateY(-50%));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user