mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-09 04:47:27 -08:00
2bb14c5787
Signed-off-by: Julius Volz <[email protected]>
22 lines
327 B
CSS
22 lines
327 B
CSS
.th {
|
|
padding: 0;
|
|
}
|
|
|
|
.control {
|
|
width: 100%;
|
|
padding: var(--mantine-spacing-xs) var(--mantine-spacing-md);
|
|
|
|
@mixin hover {
|
|
background-color: light-dark(
|
|
var(--mantine-color-gray-0),
|
|
var(--mantine-color-dark-6)
|
|
);
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
width: rem(21px);
|
|
height: rem(21px);
|
|
border-radius: rem(21px);
|
|
}
|