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 2.6KB

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