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.

_user.less 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. .user {
  2. &:not(.icon) {
  3. padding-top: 15px;
  4. }
  5. &.profile {
  6. .ui.card {
  7. .header,
  8. .username {
  9. display: block;
  10. }
  11. .header {
  12. font-weight: 700;
  13. font-size: 1.3rem;
  14. margin-top: -.2rem;
  15. line-height: 1.3rem;
  16. }
  17. .extra.content {
  18. padding: 0;
  19. ul {
  20. margin: 0;
  21. padding: 0;
  22. li {
  23. padding: 10px;
  24. list-style: none;
  25. &:not(:last-child) {
  26. border-bottom: 1px solid #eaeaea;
  27. }
  28. .svg,
  29. .fa {
  30. margin-left: 1px;
  31. margin-right: 5px;
  32. }
  33. &.follow {
  34. .ui.button {
  35. width: 100%;
  36. }
  37. }
  38. }
  39. }
  40. }
  41. #profile-avatar {
  42. img {
  43. width: 100%;
  44. }
  45. @media only screen and (max-width: 768px) {
  46. height: 250px;
  47. overflow: hidden;
  48. img {
  49. max-height: 768px;
  50. max-width: 768px;
  51. }
  52. }
  53. }
  54. @media only screen and (max-width: 768px) {
  55. width: 100%;
  56. }
  57. }
  58. .ui.repository.list {
  59. margin-top: 25px;
  60. }
  61. #loading-heatmap {
  62. margin-bottom: 1em;
  63. }
  64. }
  65. &.followers {
  66. .header.name {
  67. font-size: 20px;
  68. line-height: 24px;
  69. vertical-align: middle;
  70. }
  71. .follow {
  72. .ui.button {
  73. padding: 8px 15px;
  74. }
  75. }
  76. }
  77. &.notification {
  78. .svg {
  79. float: left;
  80. font-size: 2em;
  81. &.green {
  82. color: #21ba45;
  83. }
  84. &.red {
  85. color: #d01919;
  86. }
  87. &.purple {
  88. color: #a333c8;
  89. }
  90. &.blue {
  91. color: #2185d0;
  92. }
  93. }
  94. .content {
  95. float: left;
  96. margin-left: 7px;
  97. }
  98. table {
  99. form {
  100. display: inline-block;
  101. }
  102. button {
  103. padding: 3px 3px 3px 5px;
  104. }
  105. tr {
  106. cursor: pointer;
  107. }
  108. }
  109. }
  110. &.link-account:not(.icon) {
  111. padding-top: 15px;
  112. padding-bottom: 5px;
  113. }
  114. &.settings {
  115. .iconFloat {
  116. float: left;
  117. }
  118. }
  119. }
  120. .user-orgs {
  121. display: flex;
  122. flex-flow: row wrap;
  123. padding: 0;
  124. margin: -3px !important;
  125. li {
  126. display: flex;
  127. border-bottom: 0 !important;
  128. padding: 3px !important;
  129. width: 20%;
  130. max-width: 60px;
  131. }
  132. }