_user.scss 663 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. .like-button, .bookmark-link {
  28. &.btn-lg {
  29. font-size: 1.5em;
  30. padding: 8px;
  31. }
  32. }
  33. }
  34. }
  35. .user-component {
  36. img.picture {
  37. margin-right: 4px;
  38. }
  39. span {
  40. margin-right: 4px;
  41. }
  42. }