add notification page
Change-Id: I494df384bd5f8a20e3ace394d0a8b73161fa036d
diff --git a/src/app/notification/notification.scss b/src/app/notification/notification.scss
new file mode 100644
index 0000000..d7b6b6d
--- /dev/null
+++ b/src/app/notification/notification.scss
@@ -0,0 +1,30 @@
+.notification-page {
+ max-width: 1200px;
+ max-width: 1200px;
+ margin: 0 auto;
+ padding: 0 2rem;
+
+ h2 {
+ margin-bottom: 1.5rem;
+ color: #333;
+ }
+
+ .title-link {
+ cursor: pointer;
+ font-weight: 500;
+
+ &:hover {
+ text-decoration: underline;
+ }
+ }
+
+ .actions {
+ display: flex;
+ width: 100px;
+ gap: 0.5rem;
+ }
+
+ .p-sidebar-md {
+ width: 30rem;
+ }
+}
\ No newline at end of file