dify / web /app /components /base /svg /style.module.css
Severian's picture
initial commit
a8b3f00
raw
history blame
313 Bytes
.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;
}