.copy-button{aspect-ratio:1/1;min-height:-moz-fit-content;min-height:fit-content;padding:.5em;border-radius:.1875rem;&.copied{.tick{display:block;color:var(--green);path{animation:draw-tick 504ms var(--ease-fluid) forwards}}}.tick{display:none;transition:display .24s var(--ease-elastic);path{stroke-dasharray:24;stroke-dashoffset:24}}}@keyframes draw-tick{to{stroke-dashoffset:0}}