_user.less 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. .user {
  2. &:not(.icon) {
  3. padding-top: 15px;
  4. padding-bottom: @footer-margin * 2;
  5. }
  6. &.settings {
  7. .list {
  8. .item.ui.grid {
  9. margin-top: 15px;
  10. }
  11. }
  12. .email.list {
  13. .item:not(:first-child) {
  14. border-top: 1px solid #eaeaea;
  15. height: 50px;
  16. .button {
  17. margin-top: -10px;
  18. }
  19. }
  20. .item .ui.primary.label {
  21. margin-top: -5px;
  22. }
  23. }
  24. &.sshkeys,
  25. &.applications {
  26. .right.floated.button {
  27. padding-top: 1rem;
  28. padding-bottom: 1rem;
  29. }
  30. }
  31. &.security {
  32. .two-factor .toggle.button {
  33. margin-top: -5px;
  34. }
  35. }
  36. &.repositories .repos {
  37. padding: 0;
  38. .item {
  39. padding: 15px;
  40. height: 46px;
  41. .button {
  42. margin-top: -5px;
  43. }
  44. }
  45. }
  46. &.organizations .orgs {
  47. &.non-empty {
  48. padding: 0;
  49. }
  50. .item {
  51. padding: 10px;
  52. .button {
  53. margin-top: 5px;
  54. margin-right: 8px;
  55. }
  56. }
  57. }
  58. }
  59. &.profile {
  60. .ui.card {
  61. .profile-avatar {
  62. height: 287px;
  63. }
  64. .header {
  65. word-break: break-all;
  66. }
  67. .username {
  68. display: block;
  69. }
  70. .extra.content {
  71. padding: 0;
  72. ul {
  73. margin: 0;
  74. padding: 0;
  75. li {
  76. padding: 10px;
  77. list-style: none;
  78. &:not(:last-child) {
  79. border-bottom: 1px solid #eaeaea;
  80. }
  81. .octicon {
  82. margin-left: 1px;
  83. margin-right: 5px;
  84. }
  85. &.follow {
  86. .ui.button {
  87. width: 100%;
  88. }
  89. }
  90. }
  91. }
  92. }
  93. }
  94. .ui.repository.list {
  95. margin-top: 25px;
  96. }
  97. }
  98. &.followers {
  99. .header.name {
  100. font-size: 20px;
  101. line-height: 24px;
  102. vertical-align: middle;
  103. }
  104. .follow {
  105. .ui.button {
  106. padding: 8px 15px;
  107. }
  108. }
  109. }
  110. }