Files
dify/web/app/signin/page.module.css

8 lines
147 B
CSS
Raw Normal View History

2023-05-15 08:51:32 +08:00
.githubIcon {
background: center/contain url('./assets/github.svg');
}
.googleIcon {
background: center/contain url('./assets/google.svg');
}