delete.css 190 B

1234567891011
  1. .delete-form {
  2. background-color: white;
  3. border-radius: 10px;
  4. border: 2px solid #6b6882;
  5. padding: 15px;
  6. }
  7. .modal div {
  8. background-color: white;
  9. border-radius: 10px;
  10. }