style.module.css 249 B

1234567891011121314
  1. .installedApp {
  2. height: calc(100vh - 74px);
  3. }
  4. .difyIcon {
  5. background-image: url(./icons/dify.svg);
  6. }
  7. .difyHeader {
  8. width: 24px;
  9. height: 24px;
  10. background: url(./icons/dify-header.svg) center center no-repeat;
  11. background-size: contain;
  12. }