1 2 3 4 5 6 7 8 9 10 11 12 13 14
@namespace MurderGame @inherits Sandbox.UI.Panel <style> smallbox { background-color: rgba(0, 0, 0, 0.40); display: flex; align-items: center; flex-direction: row; gap: 5px; padding: 5px; backdrop-filter-blur: 2px; } </style>