web.lib.core.components.copy-to-clipboard.scss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of code-quarkus Show documentation
Show all versions of code-quarkus Show documentation
Customize a Web Interface to generate Quarkus starter projects.
.copy-to-clipboard-popover {
pre {
white-space: pre-wrap;
margin: 0;
}
p.popover-header.indication {
font-style: italic;
padding: 5px;
width: 290px;
}
}
.copy-to-clipboard-popover.with-content {
p.popover-header.indication {
width: auto;
}
}
.copy-to-clipboard.code {
margin: 10px 0;
svg {
float: right;
margin-top: 8px;
margin-right: 5px;
}
.copy-to-clipboard-label {
display: block;
}
code {
display: block;
padding: 5px;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy