Add first half of login process
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user