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