Files
urbanLifeline/dify/web/app/components/datasets/create/website/index.module.css

14 lines
351 B
CSS
Raw Normal View History

2025-12-01 17:21:38 +08:00
.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-4 h-4 bg-center bg-no-repeat inline-block;
/*background-color: #F5FAFF;*/
background-image: url(../assets/watercrawl.svg);
background-size: 16px;
}