Display images for each item referenced
This commit is contained in:
@@ -7,17 +7,6 @@ All rights reserved.
|
||||
|
||||
.view__crafting_table {
|
||||
|
||||
.quantity {
|
||||
border-radius: 0.75em;
|
||||
background: $color-ice;
|
||||
color: $color-table-background;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
min-width: 3em;
|
||||
margin-right: 0.5em;
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
.recipe_selector {
|
||||
background: $color-table-background;
|
||||
padding: 1em;
|
||||
@@ -39,10 +28,6 @@ All rights reserved.
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
li {
|
||||
margin: 0.25em 0;
|
||||
}
|
||||
|
||||
table { background: $color-table-background; width: 100%; }
|
||||
|
||||
td {
|
||||
|
||||
@@ -7,3 +7,4 @@ All rights reserved.
|
||||
|
||||
@import 'crafting_table';
|
||||
@import 'mod_pack';
|
||||
@import 'stack';
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
Crafting Guide - stack.scss
|
||||
|
||||
Copyright (c) 2014 by Redwood Labs
|
||||
All rights reserved.
|
||||
*/
|
||||
|
||||
.view__stack {
|
||||
position: relative; width: 100%; height: 1.8em;
|
||||
|
||||
.quantity {
|
||||
border-radius: 0.75em;
|
||||
background: $color-ice;
|
||||
color: $color-table-background;
|
||||
display: inline-block;
|
||||
font-size: $font-size-small;
|
||||
text-align: center;
|
||||
min-width: 3em;
|
||||
margin-right: 0.5em;
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
.name {
|
||||
padding-right: 2.4em;
|
||||
}
|
||||
|
||||
img {
|
||||
position: absolute; top: 0; right: 0; height: 1.6em; width: 1.6em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user