index.module.css 452 B

123456789101112131415161718
  1. .logo-icon {
  2. background: url(../assets/logo-icon.png) center center no-repeat;
  3. background-size: contain;
  4. box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.05), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
  5. }
  6. .logo-text {
  7. width: 74.09px;
  8. height: 15.32px;
  9. background: url(../assets/logo-text.svg) center center no-repeat;
  10. background-size: contain;
  11. }
  12. .modal {
  13. max-width: 480px !important;
  14. width: 480px !important;
  15. padding: 24px 32px !important;
  16. }