diff --git a/luckydiamond/src/assets/css/ComponentsStyles/notification.css b/luckydiamond/src/assets/css/ComponentsStyles/notification.css index 14d8dfb..be49daa 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/notification.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/notification.css @@ -2,10 +2,12 @@ position: absolute; top: 0%; left: 34%; - background: #000; + background: #232630; width: 20%; height: 5%; z-index: 1000; + border-radius: 10px; + font-family: Montserrat Alternates; } .notification__content { 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 @@