mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-19 02:07:42 +08:00
13 lines
271 B
CSS
13 lines
271 B
CSS
.appIcon {
|
|
width: 32px;
|
|
height: 32px;
|
|
background: url(./icons/app-icon.svg) center center no-repeat;
|
|
background-size: contain;
|
|
}
|
|
|
|
.starIcon {
|
|
width: 16px;
|
|
height: 16px;
|
|
background: url(./icons/star.svg) center center no-repeat;
|
|
background-size: contain;
|
|
} |