mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
13 lines
162 B
CSS
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;
|
|
}
|