mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
15 lines
256 B
CSS
15 lines
256 B
CSS
.input {
|
|
font-family: "DejaVu Sans Mono";
|
|
padding-top: 7px;
|
|
transition: none;
|
|
|
|
&:focus-within {
|
|
outline: rem(2px) solid var(--mantine-color-blue-filled);
|
|
border-color: transparent;
|
|
}
|
|
|
|
&:placeholder-shown {
|
|
font-family: unset;
|
|
}
|
|
}
|