parsley/app/assets/stylesheets/recipes.scss
2016-01-14 18:56:45 -06:00

18 lines
346 B
SCSS

// 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 {
}
div.ingredient-editor {
@include editor;
}
div.step-editor {
@include editor;
}
div#ingredient-list, div#step-list {
padding-bottom: 15px;
}