mirror of https://github.com/langgenius/dify.git
22 lines
440 B
CSS
22 lines
440 B
CSS
.bg {
|
|
background-color: red;
|
|
}
|
|
|
|
.bgImg {
|
|
background-repeat: no-repeat;
|
|
background-repeat: left center;
|
|
background-image: url(~@/app/components/develop/secret-key/assets/play.svg);
|
|
}
|
|
|
|
.bgCopied {
|
|
background-repeat: no-repeat;
|
|
background-repeat: left center;
|
|
background-image: url(../copied.svg);
|
|
}
|
|
|
|
.bgCopied2 {
|
|
background-repeat: no-repeat;
|
|
background-repeat: left center;
|
|
background-image: url(~@edition/copied.svg);
|
|
}
|