// Place all the styles related to the recipes controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ @mixin editor { border: solid 1px grey; } div.ingredient-editor { @include editor; } div.step-editor { @include editor; } div#ingredient-list, div#step-list { padding-bottom: 15px; }