Files
DefectingCat.github.io/components/post/copyt-button.module.css
2023-01-29 09:48:49 +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;
}