From 5ebe3785c13c19de443f29280385595da29ea89d Mon Sep 17 00:00:00 2001 From: panabonic Date: Fri, 8 Dec 2023 15:55:36 +0300 Subject: [PATCH] minor update --- .../value/field-document-value.component.html | 3 +++ .../value/field-document-value.component.scss | 14 ++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/src/app/_modules/form-fields/types/document/value/field-document-value.component.html b/src/app/_modules/form-fields/types/document/value/field-document-value.component.html index 9bca7b5..5c9737d 100644 --- a/src/app/_modules/form-fields/types/document/value/field-document-value.component.html +++ b/src/app/_modules/form-fields/types/document/value/field-document-value.component.html @@ -10,6 +10,7 @@
+
@@ -18,5 +19,7 @@
+
+
diff --git a/src/app/_modules/form-fields/types/document/value/field-document-value.component.scss b/src/app/_modules/form-fields/types/document/value/field-document-value.component.scss index e69de29..14ad1b0 100644 --- a/src/app/_modules/form-fields/types/document/value/field-document-value.component.scss +++ b/src/app/_modules/form-fields/types/document/value/field-document-value.component.scss @@ -0,0 +1,14 @@ +.fader { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0,0,0,0.6); +} + +.form { + position: relative; + background-color: #ffffff; + z-index: 10000; +}