Fix bugs with new crafting algo

This commit is contained in:
Andrew Miner
2015-11-10 20:08:03 -08:00
parent 4e95ab998f
commit ff398b4a2f
23 changed files with 255 additions and 78 deletions
+35
View File
@@ -0,0 +1,35 @@
/*
Crafting Table - crafting_table.scss
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
*/
.view__craftsman_working .content {
align-items: center;
background: $color-white;
box-shadow: none;
display: flex;
flex-direction: column;
padding: 3em;
.waiting {
margin-bottom: 3em;
}
.message {
margin-bottom: 1em;
p {
font-family: $font-family-header;
font-size: $font-size-large;
}
}
.count {
p {
font-family: $font-family-header;
font-size: $font-size-normal;
}
}
}
+3 -2
View File
@@ -8,8 +8,9 @@ All rights reserved.
@import 'adsense';
@import 'browse_page';
@import 'crafting_grid';
@import 'craft_page';
@import 'crafting_table';
@import 'craft_page';
@import 'craftsman_working';
@import 'feedback';
@import 'full_recipe';
@import 'home_page';
@@ -27,8 +28,8 @@ All rights reserved.
@import 'mod_pack';
@import 'mod_page';
@import 'mod_selector';
@import 'stack';
@import 'slot';
@import 'stack';
@import 'step';
@import 'tutorial';
@import 'video';