From 07cee32f0440feeeff1f00341340cd82cfaea60d Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Tue, 18 Aug 2020 16:50:43 +0100 Subject: [PATCH] Move enterprisse_console to pages/enterprise_form --- .../{enterprise_console.scss => pages/enterprise_form.scss} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app/assets/stylesheets/admin/{enterprise_console.scss => pages/enterprise_form.scss} (87%) diff --git a/app/assets/stylesheets/admin/enterprise_console.scss b/app/assets/stylesheets/admin/pages/enterprise_form.scss similarity index 87% rename from app/assets/stylesheets/admin/enterprise_console.scss rename to app/assets/stylesheets/admin/pages/enterprise_form.scss index d475f3dc25..94e1e67a90 100644 --- a/app/assets/stylesheets/admin/enterprise_console.scss +++ b/app/assets/stylesheets/admin/pages/enterprise_form.scss @@ -1,4 +1,4 @@ -@import "variables"; +@import "../variables"; span.unavailable, span.available { font-weight: bold; @@ -13,4 +13,4 @@ span.available { span.unavailable { color: $warning-red; -} \ No newline at end of file +}