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