Complete the login feature

This commit is contained in:
Andrew Miner
2015-04-01 13:31:07 -07:00
parent 764f835698
commit ad897b80c0
10 changed files with 253 additions and 60 deletions
+7
View File
@@ -66,6 +66,13 @@ All rights reserved.
font-size: $font-size-normal;
font-weight: bold;
}
.name {
color: $color-text-light;
font-family: $font-family-normal;
font-size: $font-size-normal;
margin-right: 2em;
}
}
}