From 736fb37cb449cc30bde40bd4a7b473a8617973be Mon Sep 17 00:00:00 2001 From: Hepatica Date: Sun, 28 Jan 2024 00:00:38 +0100 Subject: [PATCH] Change notification on payment modal --- luckydiamond/src/assets/css/ComponentsStyles/notification.css | 2 +- luckydiamond/src/components/NotiicationwindowComponent.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/notification.css b/luckydiamond/src/assets/css/ComponentsStyles/notification.css index 14d8dfb..8f79ef7 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/notification.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/notification.css @@ -2,7 +2,7 @@ position: absolute; top: 0%; left: 34%; - background: #000; + background: #262C48; width: 20%; height: 5%; z-index: 1000; diff --git a/luckydiamond/src/components/NotiicationwindowComponent.vue b/luckydiamond/src/components/NotiicationwindowComponent.vue index 9c0397d..3c8e330 100644 --- a/luckydiamond/src/components/NotiicationwindowComponent.vue +++ b/luckydiamond/src/components/NotiicationwindowComponent.vue @@ -1,7 +1,7 @@