From b4f0504ff3d376686d1c020709fa422156abc2a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20Jurmanovi=C4=87?= Date: Sat, 19 Jun 2021 14:27:54 +0200 Subject: [PATCH] fixed margin type --- src/styles/modal/modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/modal/modal.scss b/src/styles/modal/modal.scss index 73012b9..96d109c 100644 --- a/src/styles/modal/modal.scss +++ b/src/styles/modal/modal.scss @@ -42,7 +42,7 @@ app-modal { .button-content { position: absolute; left: 4px; - margin-top: 20pxf; + margin-top: 20px; } } }