index.module.css 189 B

123456789
  1. .modal {
  2. padding: 24px 32px !important;
  3. width: 400px !important;
  4. }
  5. .bg {
  6. background: linear-gradient(180deg, rgba(217, 45, 32, 0.05) 0%, rgba(217, 45, 32, 0.00) 24.02%), #F9FAFB;
  7. }