mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-09 12:57:28 -08:00
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);
|
||
|
}
|