Files
website/src/css/templates/crafting_grid.scss
T

20 lines
372 B
SCSS

/*
Crafting Table - crafting_grid.scss
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
*/
.view__crafting_grid {
border: 0.2em solid $color-gray-medium;
img {
position: relative; height:4.8em; width: 4.8em;
}
td {
background: $color-gray-faint;
border: 0.1em solid $color-gray-light;
padding: 0.1em;
}
}