From 60fabb254faf4a5e20798e9ede067ffb3800576d Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Tue, 30 Jul 2024 18:31:05 +0200 Subject: [PATCH] Add pillbar to global style --- client/src/global-styles/components.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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