| .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; | |
| } | |
| } |