本站源代码
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.

167 lines
3.1KB

  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: 50px auto auto;
  78. width: 500px !important;
  79. #search-user-box {
  80. input {
  81. margin-left: 0;
  82. width: 300px;
  83. }
  84. }
  85. .ui.button {
  86. margin-left: 5px;
  87. margin-top: -3px;
  88. }
  89. }
  90. }
  91. &.members {
  92. .list {
  93. .item {
  94. margin-left: 0;
  95. margin-right: 0;
  96. border-bottom: 1px solid #eeeeee;
  97. .ui.avatar {
  98. width: 48px;
  99. height: 48px;
  100. }
  101. .meta {
  102. line-height: 24px;
  103. }
  104. }
  105. }
  106. }
  107. &.teams {
  108. .detail {
  109. .item {
  110. padding: 10px 15px;
  111. &:not(:last-child) {
  112. border-bottom: 1px solid #eeeeee;
  113. }
  114. }
  115. }
  116. .repositories,
  117. .members {
  118. .item {
  119. padding: 10px 20px;
  120. line-height: 32px;
  121. &:not(:last-child) {
  122. border-bottom: 1px solid #dddddd;
  123. }
  124. .button {
  125. padding: 9px 10px;
  126. }
  127. }
  128. }
  129. #add-repo-form,
  130. #add-member-form {
  131. input {
  132. margin-left: 0;
  133. }
  134. .ui.button {
  135. margin-left: 5px;
  136. margin-top: -3px;
  137. }
  138. }
  139. }
  140. }
上海开阖软件有限公司 沪ICP备12045867号-1