dify/web/app/signin/page.module.css
Stephen Zhou 1873b22e96
refactor: update to tailwind v4 (#34415)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
2026-04-02 07:06:11 +00:00

14 lines
317 B
CSS

@reference "../styles/globals.css";
.githubIcon {
background: center/contain url('./assets/github.svg') no-repeat;
}
html[data-theme="dark"] .githubIcon {
background: center/contain url('./assets/github-dark.svg') no-repeat;
}
.googleIcon {
background: center/contain url('./assets/google.svg') no-repeat;
}