mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-24 20:04:26 +08:00

Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM> Co-authored-by: crazywoola <427733928@qq.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
11 lines
314 B
CSS
11 lines
314 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;
|
|
}
|