profile.less 913 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .profile-avatar {
  2. width: 100%;
  3. border-radius: 6px;
  4. }
  5. #profile-name {
  6. padding: 10px 0;
  7. }
  8. #profile-fullname {
  9. font-size: 1.6em;
  10. }
  11. #profile-username {
  12. font-size: 1.6em;
  13. font-weight: bold;
  14. }
  15. .profile-info {
  16. // padding: 0 50px;
  17. font-size: 14px;
  18. ul {
  19. padding-bottom: 10px;
  20. .list-group-item {
  21. background-color: transparent;
  22. padding-top: 5px;
  23. color: #666;
  24. }
  25. .profile-rel {
  26. width: 31%;
  27. text-align: center;
  28. display: inline-block;
  29. strong {
  30. display: block;
  31. font-size: 28px;
  32. font-weight: bold;
  33. line-height: 1;
  34. }
  35. p {
  36. font-size: 12px;
  37. }
  38. }
  39. }
  40. }
  41. #profile-header {
  42. li {
  43. a {
  44. font-size: 1.2em;
  45. color: #444444;
  46. padding: .4em .8em;
  47. &:hover {
  48. background-color: transparent;
  49. color: @dashboardHeaderLinkHoverColor;
  50. }
  51. }
  52. .current {
  53. border-bottom: 2px solid #D26911;
  54. }
  55. }
  56. }
  57. #profile-body {
  58. margin-left: 20px;
  59. }