dify / web /app /signin /page.module.css
Severian's picture
initial commit
a8b3f00
.githubIcon {
background: center/contain url('./assets/github.svg');
}
.googleIcon {
background: center/contain url('./assets/google.svg');
}
.background {
background-image: url('./assets/background.png');
background-size: cover;
}