mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
12 lines
241 B
CSS
12 lines
241 B
CSS
.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;
|
|
} |