archive.css 344 B

1234567891011121314151617181920
  1. .archive {
  2. background-color: white;
  3. border-radius: 10px;
  4. border: 2px solid #39CCCC;
  5. min-width: 30%;
  6. min-height: 20%;
  7. padding: 15px;
  8. }
  9. .create {
  10. background-color: white;
  11. border-radius: 10px;
  12. border: 2px solid #1685a9;
  13. padding: 15px;
  14. }
  15. .modal div {
  16. background-color: white;
  17. border-radius: 10px;
  18. }