dify
This commit is contained in:
10
dify/web/app/components/base/audio-btn/style.module.css
Normal file
10
dify/web/app/components/base/audio-btn/style.module.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user