viewarchivedcard.ui.css 388 B

12345
  1. #archivedCards .panel-heading {justify-content: center;}
  2. #archivedCards {top: 50px; right: 0px; width: 400px; position: fixed; z-index: 1050; background-color: rgb(255,255,255);}
  3. #archivedCards .panel .panel-body {overflow: auto; padding: 10px; height: 100%;}
  4. #archivedCards .card {border: 1px solid #ddd; border-radius: 4px; padding: 5px;}
  5. #archivedCards .card-list .card {width: 100%;}