diff --git a/assets/css/ticket.css b/assets/css/ticket.css index 3eef138..18f8912 100644 --- a/assets/css/ticket.css +++ b/assets/css/ticket.css @@ -88,6 +88,15 @@ h1 { font-weight: 500; } +#statusDisplay { + padding: 8px 16px; + border-radius: 6px; + font-weight: 500; + text-transform: uppercase; + font-size: 0.9em; + letter-spacing: 0.5px; +} + .editable { padding: 10px; border: 1px solid var(--border-color);