132 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			132 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| @import "../ui/var";
 | |
| #admin-wrapper,
 | |
| #setting-wrapper {
 | |
|     padding-bottom: 100px;
 | |
| }
 | |
| 
 | |
| #setting-menu {
 | |
|   box-sizing: border-box;
 | |
|   li > a {
 | |
|     border-left: 2px solid #FFF;
 | |
|     background-color: #FFF;
 | |
|   }
 | |
|   li:hover {
 | |
|     a {
 | |
|       border-left: 2px solid #EFEFEF;
 | |
|       background-color: #EFEFEF !important;
 | |
|       color: #000 !important;
 | |
|     }
 | |
|     border-color: #EAEAEA;
 | |
|   }
 | |
|   li.current {
 | |
|     a {
 | |
|       color: #000 !important;
 | |
|       font-weight: bold;
 | |
|       border-left: 2px solid #d26911;
 | |
|     }
 | |
|   }
 | |
| }
 | |
| 
 | |
| .setting-content {
 | |
|   margin-left: 32px;
 | |
| }
 | |
| 
 | |
| #auth-setting-form,
 | |
| #org-setting-form,
 | |
| #repo-setting-form,
 | |
| #user-profile-form,
 | |
| #add-email-form,
 | |
| .repo-setting-form {
 | |
|     background-color: #FFF;
 | |
|     padding: 30px 0;
 | |
|     textarea {
 | |
|         margin-left: 4px;
 | |
|         height: 100px;
 | |
|     }
 | |
|     label,
 | |
|     .form-label {
 | |
|         width: 240px;
 | |
|     }
 | |
|     .ipt {
 | |
|         width: 360px;
 | |
|     }
 | |
|     .field {
 | |
|         margin-bottom: 24px;
 | |
|     }
 | |
| }
 | |
| 
 | |
| #hook-type {
 | |
|     padding: 10px 0 0 0;
 | |
|     background-color: #fff;
 | |
|     .field {
 | |
|         margin-bottom: 24px;
 | |
|     }
 | |
|     label {
 | |
|         width: 240px;
 | |
|     }
 | |
| }
 | |
| 
 | |
| #repo-hooks-panel,
 | |
| #repo-hooks-history-panel,
 | |
| #user-social-panel,
 | |
| #user-applications-panel,
 | |
| #user-email-panel,
 | |
| #user-ssh-panel {
 | |
|     margin-bottom: 20px;
 | |
|     .setting-list {
 | |
|         background-color: #FFF;
 | |
|         li {
 | |
|             padding: 8px 20px;
 | |
|             border-bottom: 1px solid #eaeaea;
 | |
|             &.ssh:hover {
 | |
|                 background-color: #ffffEE;
 | |
|             }
 | |
|             i {
 | |
|                 padding-right: 5px;
 | |
|             }
 | |
|         }
 | |
|     }
 | |
|     .active-icon {
 | |
|         width: 10px;
 | |
|         height: 10px;
 | |
|         border-radius: 6px;
 | |
|         padding: 0;
 | |
|         margin-right: 20px;
 | |
|         margin-top: 10px;
 | |
|     }
 | |
|     .ssh-content {
 | |
|         margin-left: 24px;
 | |
|         .octicon {
 | |
|             margin-right: 4px;
 | |
|         }
 | |
|         .print,
 | |
|         .access,
 | |
|         .activity {
 | |
|             color: #888;
 | |
|         }
 | |
|         .access {
 | |
|             max-width: 500px;
 | |
|         }
 | |
|     }
 | |
|     .ssh-btn {
 | |
|         margin-top: 6px;
 | |
|     }
 | |
| }
 | |
| 
 | |
| .form-settings-add {
 | |
|   .panel-body {
 | |
|     background-color: #FFF;
 | |
|     padding: 30px 0;
 | |
|   }
 | |
|   .ipt {
 | |
|     width: 500px;
 | |
|   }
 | |
|   textarea {
 | |
|     height: 120px;
 | |
|     margin-left: 3px;
 | |
|   }
 | |
|   .field {
 | |
|     margin-bottom: 24px;
 | |
|   }
 | |
| }
 |