From a57b4f4de0303d9b7312761efdfde89a5e46e2c9 Mon Sep 17 00:00:00 2001 From: Hepatica Date: Sun, 28 Jan 2024 00:03:29 +0100 Subject: [PATCH] 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 {