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.

_organization.less 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. .organization {
  2. padding-top: 15px;
  3. .head {
  4. .ui.header {
  5. .text {
  6. vertical-align: middle;
  7. font-size: 1.6rem;
  8. margin-left: 15px;
  9. }
  10. .ui.right {
  11. margin-top: 5px;
  12. }
  13. }
  14. }
  15. &.new.org {
  16. #create-page-form;
  17. form {
  18. .header {
  19. padding-left: 0 !important;
  20. text-align: center;
  21. }
  22. }
  23. }
  24. &.options {
  25. input {
  26. min-width: 300px;
  27. }
  28. }
  29. &.profile {
  30. #org-avatar {
  31. width: 100px;
  32. height: 100px;
  33. margin-right: 15px;
  34. }
  35. #org-info {
  36. .ui.header {
  37. font-size: 36px;
  38. margin-bottom: 0;
  39. }
  40. .desc {
  41. font-size: 16px;
  42. margin-bottom: 10px;
  43. }
  44. .meta {
  45. .item {
  46. display: inline-block;
  47. margin-right: 10px;
  48. .icon {
  49. margin-right: 5px;
  50. }
  51. }
  52. }
  53. }
  54. .ui.top.header {
  55. .ui.right {
  56. margin-top: 0;
  57. }
  58. }
  59. .teams {
  60. .item {
  61. padding: 10px 15px;
  62. }
  63. }
  64. }
  65. &.teams,
  66. &.profile {
  67. .members {
  68. .ui.avatar {
  69. width: 48px;
  70. height: 48px;
  71. margin-right: 5px;
  72. }
  73. }
  74. }
  75. &.invite {
  76. #invite-box {
  77. margin: 50px auto auto;
  78. width: 500px !important;
  79. #search-user-box {
  80. input {
  81. margin-left: 0;
  82. width: 300px;
  83. }
  84. }
  85. .ui.button {
  86. margin-left: 5px;
  87. margin-top: -3px;
  88. }
  89. }
  90. }
  91. &.members {
  92. .list {
  93. .item {
  94. margin-left: 0;
  95. margin-right: 0;
  96. border-bottom: 1px solid #eeeeee;
  97. .ui.avatar {
  98. width: 48px;
  99. height: 48px;
  100. }
  101. .meta {
  102. line-height: 24px;
  103. }
  104. }
  105. }
  106. }
  107. &.teams {
  108. .detail {
  109. .item {
  110. padding: 10px 15px;
  111. &:not(:last-child) {
  112. border-bottom: 1px solid #eeeeee;
  113. }
  114. }
  115. }
  116. .repositories,
  117. .members {
  118. .item {
  119. padding: 10px 20px;
  120. line-height: 32px;
  121. &:not(:last-child) {
  122. border-bottom: 1px solid #dddddd;
  123. }
  124. .button {
  125. padding: 9px 10px;
  126. }
  127. }
  128. }
  129. #add-repo-form,
  130. #repo-multiple-form,
  131. #add-member-form {
  132. input {
  133. margin-left: 0;
  134. }
  135. .ui.button {
  136. margin-left: 5px;
  137. margin-top: -3px;
  138. }
  139. }
  140. #repo-top-segment {
  141. height: 60px;
  142. }
  143. }
  144. &.settings {
  145. .labelspage {
  146. list-style: none;
  147. padding-top: 0;
  148. .item {
  149. margin-top: 0;
  150. margin-right: -14px;
  151. margin-left: -14px !important;
  152. padding: 10px;
  153. border-bottom: 1px solid #e1e4e8;
  154. border-top: none;
  155. a {
  156. font-size: 15px;
  157. padding-top: 5px;
  158. padding-right: 10px;
  159. color: #666666;
  160. &:hover {
  161. color: #000000;
  162. }
  163. &.open-issues {
  164. margin-right: 30px;
  165. }
  166. }
  167. .ui.label {
  168. font-size: 1em;
  169. }
  170. }
  171. .item:last-child {
  172. border-bottom: none;
  173. padding-bottom: 0;
  174. }
  175. }
  176. }
  177. }