From f685958646ddc574269ede00a0acc3258c198b65 Mon Sep 17 00:00:00 2001 From: MariaAga Date: Tue, 1 Jul 2025 13:28:41 +0100 Subject: [PATCH] Fixes #37908 - move css import from vendor to foreman --- .../Components/TasksLabelsRow/TasksLabelsRow.scss | 2 +- .../Components/TasksDashboard/TasksDashboard.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/TasksLabelsRow.scss b/webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/TasksLabelsRow.scss index e16fefaa6..779ca7ba8 100644 --- a/webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/TasksLabelsRow.scss +++ b/webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/TasksLabelsRow.scss @@ -1,4 +1,4 @@ -@import '~@theforeman/vendor/scss/variables'; +@import 'foremanReact/common/variables'; .tasks-labels-row { margin: 0; diff --git a/webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss b/webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss index a6eb2d822..c2abf9503 100644 --- a/webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss +++ b/webpack/ForemanTasks/Components/TasksDashboard/TasksDashboard.scss @@ -1,5 +1,5 @@ -@import '~@theforeman/vendor/scss/variables'; -@import '~@theforeman/vendor/scss/mixins'; +@import 'foremanReact/common/variables'; +@import 'foremanReact/common/scss/mixins'; @mixin create-tasks-dashboard-column($columns: 12, $screen-min: 0, $gutter: $grid-gutter-width) { @media (min-width: $screen-min) {