Initial implementation of the InventoryController

This commit is contained in:
Andrew Miner
2015-01-06 10:25:05 -08:00
parent d499e8e9cf
commit a1a7ee5dc9
13 changed files with 330 additions and 23 deletions
+7 -8
View File
@@ -7,17 +7,14 @@ All rights reserved.
.view__stack {
font-family: $font-family-normal;
td { border-left: 0 !important; padding-bottom: 0.25em; }
td:nth-child(2) { padding-left: 0.5em; width: 100%; }
td:nth-child(3) { width: 1.6em; }
td { vertical-align: middle; }
.quantity {
border-radius: 0.75em;
background: $color-ice;
color: $color-table-background;
font-size: $font-size-small;
font-size: $font-size-large;
font-weight: bold;
text-align: center;
min-width: 3em;
padding: 0.1em 0.5em;
@@ -25,10 +22,12 @@ All rights reserved.
}
.name {
font-size: $font-size-small;
display: inline;
font-size: $font-size-large;
}
img {
height: 1.6em; width: 1.6em;
width: 100%; height: auto;
max-height: 4.8em;
}
}