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");
}
}
}