diff --git a/client/src/global-styles/components.css b/client/src/global-styles/components.css index bcee1c8..bf79af3 100644 --- a/client/src/global-styles/components.css +++ b/client/src/global-styles/components.css @@ -120,4 +120,15 @@ tbody tr:hover, th:hover { tbody tr.selected { background-color: var(--cl-table-sl) +} + +.pillbar { + flex-direction: row; + flex-wrap: wrap; + gap: 0.25rem; +} + +.pill { + border: 1px solid var(--cl-fg); + padding: 0.25rem; } \ No newline at end of file