mirror of https://github.com/langgenius/dify.git
16 lines
470 B
CSS
16 lines
470 B
CSS
.playIcon {
|
|
background-image: url(~@/app/components/develop/secret-key/assets/play.svg);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.pauseIcon {
|
|
background-image: url(~@/app/components/develop/secret-key/assets/pause.svg);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.stopIcon {
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-image: url(~@/app/components/develop/secret-key/assets/stop.svg);
|
|
} |