From 736fb37cb449cc30bde40bd4a7b473a8617973be Mon Sep 17 00:00:00 2001 From: Hepatica Date: Sun, 28 Jan 2024 00:00:38 +0100 Subject: [PATCH 1/3] 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 @@ From a57b4f4de0303d9b7312761efdfde89a5e46e2c9 Mon Sep 17 00:00:00 2001 From: Hepatica Date: Sun, 28 Jan 2024 00:03:29 +0100 Subject: [PATCH 2/3] Add border radius to notification element --- luckydiamond/src/assets/css/ComponentsStyles/notification.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/notification.css b/luckydiamond/src/assets/css/ComponentsStyles/notification.css index 8f79ef7..5d8cef2 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/notification.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/notification.css @@ -2,10 +2,11 @@ position: absolute; top: 0%; left: 34%; - background: #262C48; + background: #232630; width: 20%; height: 5%; z-index: 1000; + border-radius: 10px; } .notification__content { From 62e437daed5c5a99dd063c82e7bbb1b394e9339b Mon Sep 17 00:00:00 2001 From: Hepatica Date: Sun, 28 Jan 2024 00:08:15 +0100 Subject: [PATCH 3/3] Change font --- luckydiamond/src/assets/css/ComponentsStyles/notification.css | 1 + 1 file changed, 1 insertion(+) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/notification.css b/luckydiamond/src/assets/css/ComponentsStyles/notification.css index 5d8cef2..be49daa 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/notification.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/notification.css @@ -7,6 +7,7 @@ height: 5%; z-index: 1000; border-radius: 10px; + font-family: Montserrat Alternates; } .notification__content {