project-info.component.scss 256 B

1234567891011121314151617
  1. .project-info-container {
  2. overflow: hidden;
  3. }
  4. .project-info-tabs,
  5. .project-info-content {
  6. overflow: auto;
  7. }
  8. .section-item {
  9. cursor: pointer;
  10. &:not(.active):hover {
  11. cursor: pointer;
  12. background: rgba(0, 0, 0, 0.1);
  13. }
  14. }