diff --git a/app/assets/stylesheets/admin/enterprises.css.scss b/app/assets/stylesheets/admin/enterprises.css.scss index c12c8bb53f..2c74a30508 100644 --- a/app/assets/stylesheets/admin/enterprises.css.scss +++ b/app/assets/stylesheets/admin/enterprises.css.scss @@ -29,3 +29,11 @@ form[name="enterprise_form"] { } } } + +.admin-enterprises-index-admin-actions-divider { + background-color: $admin-table-border; + border-width: 0; + height: 1px; + margin-bottom: 1em; + margin-top: 1em; +} diff --git a/app/assets/stylesheets/admin/variables.css.scss b/app/assets/stylesheets/admin/variables.css.scss index d4c6bf522e..c7f904a38a 100644 --- a/app/assets/stylesheets/admin/variables.css.scss +++ b/app/assets/stylesheets/admin/variables.css.scss @@ -8,3 +8,5 @@ $warning-red: #da5354; $warning-orange: #da7f52; $medium-grey: #919191; $pale-blue: #cee1f4; + +$admin-table-border: $pale-blue; diff --git a/app/views/admin/enterprises/_actions.html.haml b/app/views/admin/enterprises/_actions.html.haml index d5b3ae14a9..250f508bf7 100644 --- a/app/views/admin/enterprises/_actions.html.haml +++ b/app/views/admin/enterprises/_actions.html.haml @@ -5,6 +5,8 @@ = link_to_delete_enterprise enterprise %br/ +%hr.admin-enterprises-index-admin-actions-divider + - if enterprise.is_primary_producer = link_to_with_icon 'icon-dashboard', t('.properties'), main_app.admin_enterprise_producer_properties_path(enterprise_id: enterprise) (#{enterprise.producer_properties.count})