index.module.css 221 B

12345678910111213
  1. .modal {
  2. padding: 24px 32px !important;
  3. width: 400px !important;
  4. }
  5. .emailsInput {
  6. background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  7. }
  8. .emailBackground {
  9. background-color: white !important;
  10. }