From 5c744c729558334e798f7ae9c2dfdb0a1053e350 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 13 Dec 2013 15:59:59 +1100 Subject: [PATCH] Move enterprises_distributor_info_rich_text_feature styles into central files --- Gemfile | 1 - .../application.css | 13 ------------- .../feature.css | 5 ----- .../stylesheets/store/openfoodnetwork.css.scss | 7 +++++++ 4 files changed, 7 insertions(+), 19 deletions(-) delete mode 100644 app/assets/stylesheets/enterprises_distributor_info_rich_text_feature/application.css delete mode 100644 app/assets/stylesheets/enterprises_distributor_info_rich_text_feature/feature.css diff --git a/Gemfile b/Gemfile index d26ac871a2..9c977995fe 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,6 @@ group :test do end group :chili do - #gem 'enterprises_distributor_info_rich_text_feature', path: 'lib/chili/enterprises_distributor_info_rich_text_feature' gem 'eaterprises_feature', path: 'lib/chili/eaterprises_feature' gem 'local_organics_feature', path: 'lib/chili/local_organics_feature' end diff --git a/app/assets/stylesheets/enterprises_distributor_info_rich_text_feature/application.css b/app/assets/stylesheets/enterprises_distributor_info_rich_text_feature/application.css deleted file mode 100644 index 3192ec897b..0000000000 --- a/app/assets/stylesheets/enterprises_distributor_info_rich_text_feature/application.css +++ /dev/null @@ -1,13 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the top of the - * compiled file, but it's generally better to create a new file per style scope. - * - *= require_self - *= require_tree . - */ diff --git a/app/assets/stylesheets/enterprises_distributor_info_rich_text_feature/feature.css b/app/assets/stylesheets/enterprises_distributor_info_rich_text_feature/feature.css deleted file mode 100644 index e8eab603e8..0000000000 --- a/app/assets/stylesheets/enterprises_distributor_info_rich_text_feature/feature.css +++ /dev/null @@ -1,5 +0,0 @@ -.distributor-details .next-collection-at { - font-size: 20px; - font-weight: bold; - color: #de790c; -} diff --git a/app/assets/stylesheets/store/openfoodnetwork.css.scss b/app/assets/stylesheets/store/openfoodnetwork.css.scss index 646edd5510..f98642cc22 100644 --- a/app/assets/stylesheets/store/openfoodnetwork.css.scss +++ b/app/assets/stylesheets/store/openfoodnetwork.css.scss @@ -372,3 +372,10 @@ div#eft-payment-alert { display: none; } + +/* Distributor details */ +.distributor-details .next-collection-at { + font-size: 20px; + font-weight: bold; + color: #de790c; +}