Add basic support for displaying multiblock steps

This commit is contained in:
Andrew Miner
2015-11-22 22:33:15 -08:00
parent 8cdd130064
commit 7dbfd25ef3
12 changed files with 342 additions and 42 deletions
+26
View File
@@ -0,0 +1,26 @@
/*
Crafting Guide - mod.scss
Copyright (C) 2015 by Redwood Labs
All rights reserved.
*/
.view__multiblock_viewer {
display: flex;
flex-direction: column;
.view__multiblock_viewer {
flex: 0 1 100%;
}
.buttons {
display: flex;
flex: 0 0 auto;
margin: 1em 25% 0 25%;
.button {
flex: 50%;
margin: 1em;
}
}
}