mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-09 21:07:27 -08:00
11 lines
236 B
CSS
11 lines
236 B
CSS
|
.tableWrapper {
|
||
|
border: 1px solid
|
||
|
light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-5));
|
||
|
border-radius: var(--mantine-radius-default);
|
||
|
}
|
||
|
|
||
|
.numberCell {
|
||
|
text-align: right;
|
||
|
font-variant-numeric: tabular-nums;
|
||
|
}
|