mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01:00
Removed Tag component.
This commit is contained in:
parent
17601c4dea
commit
57c3d03cc8
4 changed files with 21 additions and 20 deletions
16
components/metrics/QueryParametersTable.module.css
Normal file
16
components/metrics/QueryParametersTable.module.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.item {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.param {
|
||||
padding: 0 8px;
|
||||
color: var(--primary400);
|
||||
background: var(--blue100);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.value {
|
||||
padding: 0 8px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue