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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. }
  35. .ui.repository.list {
  36. margin-top: 25px;
  37. }
  38. }
  39. &.followers {
  40. .header.name {
  41. font-size: 20px;
  42. line-height: 24px;
  43. vertical-align: middle;
  44. }
  45. .follow {
  46. .ui.button {
  47. padding: 8px 15px;
  48. }
  49. }
  50. }
  51. &.notification {
  52. .octicon {
  53. float: left;
  54. font-size: 2em;
  55. }
  56. .content {
  57. float: left;
  58. margin-left: 7px;
  59. }
  60. table {
  61. form {
  62. display: inline-block;
  63. }
  64. button {
  65. padding: 3px 3px 3px 5px;
  66. }
  67. tr {
  68. cursor: pointer;
  69. }
  70. }
  71. .octicon {
  72. &.green {
  73. color: #21ba45;
  74. }
  75. &.red {
  76. color: #d01919;
  77. }
  78. &.purple {
  79. color: #a333c8;
  80. }
  81. &.blue {
  82. color: #2185d0;
  83. }
  84. }
  85. }
  86. &.link-account:not(.icon) {
  87. padding-top: 15px;
  88. padding-bottom: 5px;
  89. }
  90. &.settings {
  91. .iconFloat {
  92. float: left;
  93. }
  94. }
  95. }