Removed Tag component.
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user