mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-26 16:02:18 +08:00
9253f72dea
Co-authored-by: StyleZhang <jasonapring2015@outlook.com> Co-authored-by: JzoNg <jzongcode@gmail.com>
14 lines
348 B
CSS
14 lines
348 B
CSS
.file-icon {
|
|
background: url(../../../../assets/file.svg) center center no-repeat;
|
|
background-size: contain;
|
|
}
|
|
|
|
.sync-icon {
|
|
background: url(../../../../assets/sync.svg) center center no-repeat;
|
|
background-size: contain;
|
|
}
|
|
|
|
.trash-icon {
|
|
background: url(../../../../assets/trash.svg) center center no-repeat;
|
|
background-size: contain;
|
|
} |