_projects.scss 338 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Pages: Projects
  3. * ---------------
  4. */
  5. .projects {
  6. td {
  7. vertical-align: middle;
  8. }
  9. .list-inline {
  10. margin-bottom: 0;
  11. }
  12. // table avatar
  13. img.table-avatar,
  14. .table-avatar img{
  15. border-radius: 50%;
  16. display: inline;
  17. width: 2.5rem;
  18. }
  19. // project state
  20. .project-state {
  21. text-align: center;
  22. }
  23. }