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

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