Initial version of the new crafting table

This commit is contained in:
Andrew Miner
2015-01-08 11:03:43 -08:00
parent 9f79722378
commit 9424af9d84
26 changed files with 280 additions and 228 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ All rights reserved.
border-radius: 0.75em;
background: $color-ice;
color: $color-table-background;
font-size: $font-size-large;
font-size: $font-size-normal;
font-weight: bold;
text-align: center;
min-width: 3em;
@@ -23,7 +23,7 @@ All rights reserved.
.name {
display: inline;
font-size: $font-size-large;
font-size: $font-size-normal;
}
img {