_user.less 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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. .header {
  62. word-break: break-all;
  63. }
  64. .username {
  65. display: block;
  66. }
  67. .extra.content {
  68. padding: 0;
  69. ul {
  70. margin: 0;
  71. padding: 0;
  72. li {
  73. padding: 10px;
  74. list-style: none;
  75. &:not(:last-child) {
  76. border-bottom: 1px solid #eaeaea;
  77. }
  78. .octicon {
  79. margin-left: 1px;
  80. margin-right: 5px;
  81. }
  82. &.follow {
  83. .ui.button {
  84. width: 100%;
  85. }
  86. }
  87. }
  88. }
  89. }
  90. }
  91. .ui.repository.list {
  92. margin-top: 25px;
  93. }
  94. }
  95. &.followers {
  96. .header.name {
  97. font-size: 20px;
  98. line-height: 24px;
  99. vertical-align: middle;
  100. }
  101. .follow {
  102. .ui.button {
  103. padding: 8px 15px;
  104. }
  105. }
  106. }
  107. }