mirror of
https://github.com/langgenius/dify.git
synced 2025-07-15 13:14:44 +00:00
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;
|
||
|
}
|