index.css 144 B

123456789101112
  1. body {
  2. background-color: rgb(245, 245, 245);
  3. }
  4. .card {
  5. background-color: white;
  6. /*padding: 20px;*/
  7. }
  8. .toast {
  9. z-index: 10000 !important;
  10. }