Files
DefectingCat.github.io/components/post/copy-button.module.css
DefectingCat cf0c91edb6 refactor copy code button
change pre component to server component
2023-12-26 11:05:06 +08:00

13 lines
162 B
CSS

.btn:hover .child {
@apply text-gray-600;
}
.on_copy {
transform: scale(0.33);
@apply opacity-0;
}
.on_ok {
transform: scale(1);
@apply opacity-100;
}