asap.it/app/components/chat/CodeBlock.module.scss
2024-12-14 00:37:18 -05:00

10 lines
172 B
SCSS

.CopyButtonContainer {
button:before {
content: 'Copied';
font-size: 12px;
position: absolute;
left: -53px;
padding: 2px 6px;
height: 30px;
}
}