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) {