mirror of
https://github.com/langgenius/dify.git
synced 2026-04-10 19:47:53 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
18 lines
471 B
CSS
18 lines
471 B
CSS
@reference "../../../styles/globals.css";
|
|
|
|
.copyIcon {
|
|
background-image: url(~@/app/components/develop/secret-key/assets/copy.svg);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.copyIcon:hover {
|
|
background-image: url(~@/app/components/develop/secret-key/assets/copy-hover.svg);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.copyIcon.copied {
|
|
background-image: url(~@/app/components/develop/secret-key/assets/copied.svg);
|
|
}
|