mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
13 lines
352 B
SCSS
13 lines
352 B
SCSS
.sourceSchemaPreviewButton {
|
|
pointer-events: all;
|
|
font-size: var(--mantine-font-size-xxs);
|
|
background-color: var(--mantine-color-gray-9);
|
|
color: var(--mantine-color-gray-2);
|
|
padding-inline: var(--mantine-spacing-xxxs);
|
|
border-radius: var(--mantine-radius-xs);
|
|
|
|
&:hover {
|
|
color: var(--mantine-color-gray-1);
|
|
cursor: pointer;
|
|
}
|
|
}
|