_organization.less 1.9 KB

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