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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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: auto;
  78. margin-top: 50px;
  79. width: 500px !important;
  80. #search-user-box {
  81. input {
  82. margin-left: 0;
  83. width: 300px;
  84. }
  85. }
  86. .ui.button {
  87. margin-left: 5px;
  88. margin-top: -3px;
  89. }
  90. }
  91. }
  92. &.members {
  93. .list {
  94. .item {
  95. margin-left: 0;
  96. margin-right: 0;
  97. border-bottom: 1px solid #eee;
  98. .ui.avatar {
  99. width: 48px;
  100. height: 48px;
  101. }
  102. .meta {
  103. line-height: 24px;
  104. }
  105. }
  106. }
  107. }
  108. &.teams {
  109. .detail {
  110. .item {
  111. padding: 10px 15px;
  112. &:not(:last-child) {
  113. border-bottom: 1px solid #eee;
  114. }
  115. }
  116. }
  117. .repositories,
  118. .members {
  119. .item {
  120. padding: 10px 20px;
  121. line-height: 32px;
  122. &:not(:last-child) {
  123. border-bottom: 1px solid #DDD;
  124. }
  125. .button {
  126. padding: 9px 10px;
  127. }
  128. }
  129. }
  130. #add-repo-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. }
  141. }