mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
10 lines
313 B
CSS
10 lines
313 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;
|
|
} |