bolt.new/packages/bolt/app/components/chat/CodeBlock.module.scss

11 lines
172 B
SCSS
Raw Normal View History

2024-07-10 16:44:39 +00:00
.CopyButtonContainer {
button:before {
content: 'Copied';
font-size: 12px;
position: absolute;
left: -53px;
padding: 2px 6px;
height: 30px;
}
}