Restructure static files into a single directory
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
Crafting Guide - craft_page.scss
|
||||
|
||||
Copyright (c) 2014-2015 by Redwood Labs
|
||||
All rights reserved.
|
||||
*/
|
||||
|
||||
.view__craft_page {
|
||||
|
||||
& > div {
|
||||
display: inline-block;
|
||||
margin-top: 2em;
|
||||
padding: 0 2em;
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.view__inventory { width: 50%; height: 30em; }
|
||||
|
||||
.view__crafting_table { width: 50%; height: 30em; }
|
||||
|
||||
.want label {
|
||||
position: absolute; top: 50%; left: 0.5em;
|
||||
@include transform(translateY(-50%));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user