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