Add ability to craft multipl items at once
* Remove the old crafting table view * Complete UI/UX of the inventory view
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ label {
|
||||
.view__header {
|
||||
background: $color-brick-light url('/images/stone_brick_light.png');
|
||||
position: relative; height: 10em;
|
||||
margin: 5em 0 2em 0;
|
||||
margin-top: 5em;
|
||||
|
||||
h1 { position: relative; top: -3em; left: -3em; }
|
||||
|
||||
|
||||
@@ -6,8 +6,10 @@ All rights reserved.
|
||||
*/
|
||||
|
||||
.view__item_page {
|
||||
|
||||
& > div {
|
||||
display: inline-block;
|
||||
margin-top: 2em;
|
||||
padding: 0 2em;
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
@@ -15,5 +17,5 @@ All rights reserved.
|
||||
|
||||
.view__inventory { width: 50%; height: 26em; }
|
||||
|
||||
.view__crafting_table, .view__mod_pack { margin-top: 2em; width: 100%; }
|
||||
.view__mod_pack { margin-top: 2em; width: 100%; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user