mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			352 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			352 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .organization {
 | |
| 	padding-top: 15px;
 | |
| 	padding-bottom: @footer-margin * 2;
 | |
| 
 | |
| 	.head {
 | |
| 		.ui.header {
 | |
| 			.text {
 | |
| 				vertical-align: middle;
 | |
| 				font-size: 1.6rem;
 | |
| 				margin-left: 15px;
 | |
| 			}
 | |
| 			.ui.right {
 | |
| 				margin-top: 5px;
 | |
| 			}
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	&.new.org {
 | |
| 		#create-page-form;
 | |
| 	}
 | |
| 
 | |
| 	&.options {
 | |
| 		input {
 | |
| 			width: 50%!important;
 | |
| 			min-width: 300px;
 | |
| 		}
 | |
| 	}
 | |
| } |