Add first half of login process

This commit is contained in:
Andrew Miner
2015-03-30 18:39:37 -07:00
parent d1826c257b
commit 764f835698
17 changed files with 263 additions and 17 deletions
+12
View File
@@ -55,6 +55,18 @@ All rights reserved.
.divider {
background: $color-brick-dark url('/images/stone_brick.png');
position: absolute; bottom: 5em; height: 3.2em; width: 100%;
.login {
position: absolute; top: 50%; right: 2em;
@include transform(translateY(-50%));
a {
color: $color-text-light;
font-family: $font-family-normal;
font-size: $font-size-normal;
font-weight: bold;
}
}
}
.navBar {