LaoeGaoci | 502ecae | 2025-06-04 17:54:24 +0800 | [diff] [blame^] | 1 | .notification-page { |
2 | max-width: 1200px; | ||||
3 | max-width: 1200px; | ||||
4 | margin: 0 auto; | ||||
5 | padding: 0 2rem; | ||||
6 | |||||
7 | h2 { | ||||
8 | margin-bottom: 1.5rem; | ||||
9 | color: #333; | ||||
10 | } | ||||
11 | |||||
12 | .title-link { | ||||
13 | cursor: pointer; | ||||
14 | font-weight: 500; | ||||
15 | |||||
16 | &:hover { | ||||
17 | text-decoration: underline; | ||||
18 | } | ||||
19 | } | ||||
20 | |||||
21 | .actions { | ||||
22 | display: flex; | ||||
23 | width: 100px; | ||||
24 | gap: 0.5rem; | ||||
25 | } | ||||
26 | |||||
27 | .p-sidebar-md { | ||||
28 | width: 30rem; | ||||
29 | } | ||||
30 | } |