diff --git a/Gemfile.lock b/Gemfile.lock index f6c74a4..4d40c84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,6 +187,3 @@ DEPENDENCIES turbolinks uglifier (>= 1.3.0) web-console (~> 2.0) - -BUNDLED WITH - 1.10.6 diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 793e66f..6da1356 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -10,8 +10,7 @@ * defined in the other CSS/SCSS files in this directory. It is generally better to create a new * file per style scope. * - *= require_tree . - *= require_self + *= require flash_messages */ @import "bootstrap-sprockets"; @@ -19,6 +18,8 @@ @import "bootstrap"; @import "spacelab/_bootswatch"; +@import "recipes"; + $footer_height: 40px; html { diff --git a/app/assets/stylesheets/recipes.scss b/app/assets/stylesheets/recipes.scss index 631f710..84856d2 100644 --- a/app/assets/stylesheets/recipes.scss +++ b/app/assets/stylesheets/recipes.scss @@ -3,7 +3,7 @@ // You can use Sass (SCSS) here: http://sass-lang.com/ @mixin editor { - border: solid 1px grey; + @extend .panel-body; } div.ingredient-editor { diff --git a/app/views/recipes/_form.html.erb b/app/views/recipes/_form.html.erb index 4721028..cb36117 100644 --- a/app/views/recipes/_form.html.erb +++ b/app/views/recipes/_form.html.erb @@ -2,37 +2,37 @@ <%= render partial: 'shared/error_list', locals: {model: @recipe} %> -