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
+1
View File
@@ -17,6 +17,7 @@ All rights reserved.
@import 'inventory_table';
@import 'item';
@import 'item_page';
@import 'login_page';
@import 'minimal_recipe';
@import 'mod';
@import 'mod_pack';
+33
View File
@@ -0,0 +1,33 @@
/*
Crafting Guide - login_page.scss
Copyright (C) 2015 by Redwood Labs
All rights reserved.
*/
.view__login_page {
button {
outline: none;
}
h1 {
font-family: $font-family-header;
font-size: $font-size-x-large;
padding-top: 2em;
}
p {
margin-bottom: 1em;
}
.actions {
margin-top: 4em;
width: 100%;
text-align: center;
}
.read-more {
font-size: 75%;
}
}