_user.scss 548 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .main-container {
  2. .user-page-header {
  3. h1 {
  4. font-size: 2.5em;
  5. color: #666;
  6. }
  7. .picture {
  8. height: 64px;
  9. width: 64px;
  10. }
  11. .user-page-meta {
  12. color: #999;
  13. ul {
  14. padding-left: 0;
  15. li {
  16. list-style: none;
  17. }
  18. }
  19. .user-page-username {
  20. font-weight: bold;
  21. }
  22. .user-page-email {
  23. }
  24. .user-page-introduction {
  25. }
  26. }
  27. }
  28. }
  29. .user-component {
  30. img.picture {
  31. margin-right: 4px;
  32. }
  33. span {
  34. margin-right: 4px;
  35. }
  36. }