page.module.css 407 B

12345678910111213141516171819
  1. .githubIcon {
  2. background: center/contain url('./assets/github.svg');
  3. }
  4. .googleIcon {
  5. background: center/contain url('./assets/google.svg');
  6. }
  7. .logo {
  8. width: 96px;
  9. height: 40px;
  10. background: url(~@/app/components/share/chat/welcome/icons/logo.png) center center no-repeat;
  11. background-size: contain;
  12. }
  13. .background {
  14. background-image: url('./assets/background.png');
  15. background-size: cover;
  16. }