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.

settings.less 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. @import "../ui/var";
  2. #setting-wrapper {
  3. padding-bottom: 100px;
  4. }
  5. #setting-menu {
  6. box-sizing: border-box;
  7. li > a {
  8. border-left: 2px solid #FFF;
  9. background-color: #FFF;
  10. }
  11. li:hover {
  12. a {
  13. border-left: 2px solid #EFEFEF;
  14. background-color: #EFEFEF !important;
  15. color: #000 !important;
  16. }
  17. border-color: #EAEAEA;
  18. }
  19. li.current {
  20. a {
  21. color: #000 !important;
  22. font-weight: bold;
  23. border-left: 2px solid #d26911;
  24. }
  25. }
  26. }
  27. .setting-content {
  28. margin-left: 32px;
  29. }
  30. #repo-setting-form,
  31. #user-profile-form {
  32. background-color: #FFF;
  33. padding: 30px 0;
  34. textarea {
  35. margin-left: 4px;
  36. height: 100px;
  37. }
  38. label,
  39. .form-label {
  40. width: 240px;
  41. }
  42. .ipt {
  43. width: 360px;
  44. }
  45. .field {
  46. margin-bottom: 24px;
  47. }
  48. }
  49. #repo-hooks-panel,
  50. #repo-hooks-history-panel,
  51. #user-ssh-panel {
  52. margin-bottom: 20px;
  53. .setting-list {
  54. background-color: #FFF;
  55. li {
  56. padding: 8px 20px;
  57. border-bottom: 1px solid #eaeaea;
  58. &.ssh:hover {
  59. background-color: #ffffEE;
  60. }
  61. i {
  62. padding-right: 5px;
  63. }
  64. }
  65. }
  66. .active-icon {
  67. width: 10px;
  68. height: 10px;
  69. border-radius: 6px;
  70. padding: 0;
  71. margin-right: 20px;
  72. margin-top: 10px;
  73. }
  74. .ssh-content {
  75. margin-left: 24px;
  76. .octicon {
  77. margin-right: 4px;
  78. }
  79. .print,
  80. .activity {
  81. color: #888;
  82. }
  83. }
  84. .ssh-delete-btn {
  85. margin-top: 6px;
  86. }
  87. }
  88. #user-ssh-add-form {
  89. .panel-body {
  90. background-color: #FFF;
  91. padding: 30px 0;
  92. }
  93. .ipt {
  94. width: 500px;
  95. }
  96. textarea {
  97. height: 120px;
  98. margin-left: 3px;
  99. }
  100. .field {
  101. margin-bottom: 24px;
  102. }
  103. }