Add label showing tool names

This commit is contained in:
Andrew Miner
2015-01-08 14:57:43 -08:00
parent fb3db0f393
commit 7954b86140
4 changed files with 24 additions and 3 deletions
+8 -1
View File
@@ -27,9 +27,16 @@ All rights reserved.
}
}
.view__crafting_grid {
.input {
position: absolute; top: 50%; left: 33%;
@include transform(translate(-50%, -50%));
.tool {
position: absolute; right: 0; bottom: -2em; left: 0; height: 1.5em;
text-align: center;
p { font-weight: bold; }
}
}
.next {