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

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