_user.scss 1.0 KB

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