mirror of
https://github.com/langgenius/dify.git
synced 2026-04-07 03:00:34 -04:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
16 lines
397 B
CSS
16 lines
397 B
CSS
@reference "../../../../styles/globals.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-4 h-4 bg-center bg-no-repeat inline-block;
|
|
/*background-color: #F5FAFF;*/
|
|
background-image: url(../assets/watercrawl.svg);
|
|
background-size: 16px;
|
|
}
|