_user.scss 1001 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .main-container {
  2. .user-page-header {
  3. #revision-path {
  4. margin-bottom: 0;
  5. }
  6. .users-meta {
  7. margin-left: 30px;
  8. }
  9. h1 {
  10. margin: 0;
  11. font-size: 2.5em;
  12. color: #666;
  13. }
  14. .picture {
  15. height: 64px;
  16. width: 64px;
  17. }
  18. .user-page-meta {
  19. color: #999;
  20. ul {
  21. padding-left: 0;
  22. li {
  23. list-style: none;
  24. }
  25. }
  26. .user-page-username {
  27. font-weight: bold;
  28. }
  29. .user-page-email {
  30. }
  31. .user-page-introduction {
  32. }
  33. }
  34. .like-button, .bookmark-link {
  35. &.btn-lg {
  36. font-size: 1.5em;
  37. padding: 8px;
  38. }
  39. }
  40. }
  41. // affix
  42. .user-page-header.affix {
  43. .users-meta {
  44. margin-left: 15px;
  45. }
  46. h1 {
  47. font-size: 1.5em;
  48. line-height: 30px;
  49. }
  50. .picture {
  51. height: 48px;
  52. width: 48px;
  53. }
  54. }
  55. }
  56. .user-component {
  57. img.picture {
  58. margin-right: 4px;
  59. }
  60. span {
  61. margin-right: 4px;
  62. }
  63. }