mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-26 08:08:17 +08:00
14 lines
351 B
CSS
14 lines
351 B
CSS
.jinaLogo {
|
|
@apply w-4 h-4 bg-center bg-no-repeat inline-block;
|
|
background-color: #F5FAFF;
|
|
background-image: url(../assets/jina.png);
|
|
background-size: 16px;
|
|
}
|
|
|
|
.watercrawlLogo {
|
|
@apply w-5 h-5 bg-center bg-no-repeat inline-block;
|
|
/*background-color: #F5FAFF;*/
|
|
background-image: url(../assets/watercrawl.svg);
|
|
background-size: 16px;
|
|
}
|