oncall-engine/grafana-plugin/src/components/SourceCode/SourceCode.module.scss
Rares Mardare 199f234a6a
Rares/2 webhooks (#1585)
# What this PR does

Webhooks ^_^
2023-03-23 17:34:16 +02:00

28 lines
372 B
SCSS

.root {
position: relative;
width: 100%;
&:hover .copyButton,
&:hover .copyIcon {
opacity: 1;
}
}
.scroller {
overflow-y: auto;
border-radius: 2px;
padding: 12px 60px 12px 20px;
&--maxHeight {
max-height: 400px;
}
}
.copyIcon,
.copyButton {
position: absolute;
top: 15px;
right: 15px;
transition: opacity 0.2s ease;
opacity: 0;
}