team.less 333 B

12345678910111213141516171819202122
  1. .bs-team .team-member {
  2. line-height: 32px;
  3. color: #555;
  4. }
  5. .bs-team .team-member:hover {
  6. color: #333;
  7. text-decoration: none;
  8. }
  9. .bs-team .github-btn {
  10. float: right;
  11. width: 180px;
  12. height: 20px;
  13. margin-top: 6px;
  14. border: none;
  15. }
  16. .bs-team img {
  17. float: left;
  18. width: 32px;
  19. margin-right: 10px;
  20. border-radius: 4px;
  21. }