/* Crafting Guide - craft_page.scss Copyright (c) 2014-2015 by Redwood Labs All rights reserved. */ .view__craft_page { .want.section { .view__inventory { position: relative; width: 100%; } } .tools.section { .options { margin-top: 4em; } } .ingredients.section { .need { margin-top: 4em; } } .instructions.section { p { font-size: $font-size-large; margin-top: 1em; &:first-child { margin-top: 0; } } ol { margin: 2em 3em 0 3em; li { font-family: $font-family-normal; font-size: $font-size-large; line-height: $font-size-normal + 0.15em; list-style: decimal; margin: 0.66em 0 0 2em; } } } }