From 3727d52f86f3086d04b364aeac9948c3b79cf7ed Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Fri, 10 Apr 2020 15:45:53 +0300 Subject: [PATCH] UI: Fix scss import to relative path --- .../home/components/entity/entities-table.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/entity/entities-table.component.scss b/ui-ngx/src/app/modules/home/components/entity/entities-table.component.scss index 8f71a25e78..d5f8d53387 100644 --- a/ui-ngx/src/app/modules/home/components/entity/entities-table.component.scss +++ b/ui-ngx/src/app/modules/home/components/entity/entities-table.component.scss @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -@import 'src/scss/constants'; +@import '../../../../../scss/constants'; :host { width: 100%;