From 9ed26109964819c92a65f36dc6f1988541ae0383 Mon Sep 17 00:00:00 2001 From: Boris Voropaev Date: Wed, 14 Feb 2024 15:36:39 +0300 Subject: [PATCH] bugfix --- src/tk023/component/layout/footer/footer.component.html | 4 ++-- src/tk023/css/_forms.scss | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/tk023/component/layout/footer/footer.component.html b/src/tk023/component/layout/footer/footer.component.html index 52d4be6..3803d13 100644 --- a/src/tk023/component/layout/footer/footer.component.html +++ b/src/tk023/component/layout/footer/footer.component.html @@ -3,10 +3,10 @@ © 2023, Газпром ВНИИГАЗ
- 142717, Московская область, г.о. Ленинский, п. Развилка, ул. Газовиков, зд. 15, стр. 1 + 142717, Московская область, г.о. Ленинский, п. Развилка, ул. Газовиков, зд. 15, стр. 1
- + Работает на платформе НИР \ No newline at end of file diff --git a/src/tk023/css/_forms.scss b/src/tk023/css/_forms.scss index b5bf7f4..e83e6ff 100644 --- a/src/tk023/css/_forms.scss +++ b/src/tk023/css/_forms.scss @@ -358,6 +358,9 @@ form-field-image{ } .trash { margin-left: 4px; + width: 24px; + height: 24px; + background-image: url("~src/assets/images/icons/delete_24dp.svg"); } } }