You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.module.css 351B

12345678910111213
  1. .jinaLogo {
  2. @apply w-4 h-4 bg-center bg-no-repeat inline-block;
  3. background-color: #F5FAFF;
  4. background-image: url(../assets/jina.png);
  5. background-size: 16px;
  6. }
  7. .watercrawlLogo {
  8. @apply w-5 h-5 bg-center bg-no-repeat inline-block;
  9. /*background-color: #F5FAFF;*/
  10. background-image: url(../assets/watercrawl.svg);
  11. background-size: 16px;
  12. }