You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

profile.less 889B

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