Adjust the appearance of the crafting table

This commit is contained in:
Andrew Miner
2015-01-10 10:50:05 -08:00
parent ca43bfb93c
commit 59b9f0b29e
3 changed files with 13 additions and 6 deletions
+9 -3
View File
@@ -43,8 +43,8 @@ All rights reserved.
position: absolute; top: 50%; right: 16.5%; height: 5.3em; width: 5.3em;
@include transform(translate(-50%, -50%));
background: $color-gray-medium;
border: 0.4em solid $color-gray-medium;
background: $color-gray-faint;
border: 0.2em solid $color-gray-medium;
padding: 0.1em;
a {
@@ -61,10 +61,16 @@ All rights reserved.
.quantity {
position: absolute; right: 0; bottom: 0;
color: white;
color: black;
font-family: PressStart;
font-size: $font-size-large;
}
.quantity + .quantity {
color: white;
right: 0.2em; bottom: 0.2em;
z-index: 1
}
}
.next {