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 +}