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 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .org-header {
  2. padding: 16px 0;
  3. background-color: #FFF;
  4. border-bottom: 1px solid #DDD;
  5. img {
  6. padding-right: 10px;
  7. }
  8. }
  9. #org-home-header {
  10. min-height: 100px;
  11. }
  12. #org-home-header-info {
  13. padding-top: 10px;
  14. h2 {
  15. font-size: 30px;
  16. }
  17. ul {
  18. list-style: none;
  19. li {
  20. float: left;
  21. padding-right: 5px;
  22. }
  23. }
  24. }
  25. #org-home-repo-list {
  26. padding: 10px 0;
  27. }
  28. #org-repo-list {
  29. padding: 10px 0;
  30. .org-repo-item {
  31. border-top: 1px solid #eee;
  32. padding: 30px 20px;
  33. .org-repo-status {
  34. list-style: none;
  35. color: #888;
  36. li {
  37. float: left;
  38. margin-right: 6px;
  39. }
  40. }
  41. h2 {
  42. margin-bottom: 5px;
  43. }
  44. .org-repo-description {
  45. margin: 0;
  46. font-size: 14px;
  47. color: #666;
  48. }
  49. .org-repo-updated {
  50. font-size: 12px;
  51. display: block;
  52. margin: 5px 0 0;
  53. color: #808080;
  54. }
  55. }
  56. }
  57. .org-sidebar {
  58. margin: -80px 0 0 20px;
  59. .panel-footer {
  60. padding: .8em 1.2em;
  61. }
  62. }
  63. #org-member-avatar-group {
  64. padding: 15px;
  65. img {
  66. width: 59px;
  67. height: 59px;
  68. border-radius: 3px;
  69. }
  70. }
  71. #org-home-team-list {
  72. padding: 0 15px;
  73. ul {
  74. list-style: none;
  75. padding-top: 10px;
  76. li {
  77. padding: 10px 0;
  78. border-bottom: 1px solid #eee;
  79. &:last-child {
  80. border-bottom: 0;
  81. }
  82. }
  83. }
  84. }
  85. .team-name {
  86. display: block;
  87. font-size: 14px;
  88. overflow: hidden;
  89. text-overflow: ellipsis;
  90. white-space: nowrap;
  91. }
  92. .team-meta {
  93. margin-top: 0;
  94. margin-bottom: 0;
  95. color: #777;
  96. }