tenancy-docs/source/_assets/css/clipboard.css
Abrar Ahmad d3cba2955d
Copy code snippet button (#183)
* copy button

* empty lines at the end

* copy button position

* copy button position
2022-07-28 13:30:56 +02:00

11 lines
273 B
CSS

.code-block-wrapper .copyBtn {
@apply absolute right-2 top-5 outline-none text-gray-200 opacity-25;
}
.code-block-wrapper .copyBtn:hover {
@apply text-gray-500 opacity-100;
}
.code-block-wrapper .copyBtn:active {
@apply text-white outline-none opacity-100;
}