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