diff --git a/src/App.vue b/src/App.vue
index 202906e..8b32e37 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -16,7 +16,8 @@
height: 100vh;
text-align: center;
color: #2c3e50;
- background: #0f1013;
+ background: url('@/assets/common/Bg.png') no-repeat;
+ background-size: 100% 100%;
}
.grecaptcha-badge {
display: none !important
@@ -25,7 +26,8 @@
html,
body {
- background-color: #0f1013;
+ background: url('@/assets/common/Bg.png') no-repeat;
+ background-size: 100% 100%;
margin: 0px;
}
diff --git a/src/assets/common/Bg.png b/src/assets/common/Bg.png
new file mode 100644
index 0000000..ed7a697
Binary files /dev/null and b/src/assets/common/Bg.png differ
diff --git a/src/assets/common/Left_element_bg.png b/src/assets/common/Left_element_bg.png
index c91570f..771a413 100644
Binary files a/src/assets/common/Left_element_bg.png and b/src/assets/common/Left_element_bg.png differ
diff --git a/src/components/errorDialog/errorDialog copy.vue b/src/components/errorDialog/errorDialog copy.vue
new file mode 100644
index 0000000..f505de0
--- /dev/null
+++ b/src/components/errorDialog/errorDialog copy.vue
@@ -0,0 +1,96 @@
+
+
+
+
+
+

+
+
+
+
{{ errorText }}
+
{{message}}
+
+ Confirm
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/errorDialog/errorDialog.vue b/src/components/errorDialog/errorDialog.vue
index d29bda5..f8d8f19 100644
--- a/src/components/errorDialog/errorDialog.vue
+++ b/src/components/errorDialog/errorDialog.vue
@@ -1,40 +1,35 @@
-
+
-
-
{{ errorText }}
-
{{message}}
+
Confirm
-