mirror of
				https://github.com/nextcloud/passman.git
				synced 2025-10-30 07:16:01 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			299 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			299 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| #passwordSharingSettings{
 | |
|   #mover{
 | |
|     table{
 | |
|       td{
 | |
|         padding: 5px;
 | |
|       }
 | |
|     }
 | |
|     input[type="text"]{
 | |
|       width: 350px;
 | |
|     }
 | |
|     .account_mover_selector {
 | |
|       width: 350px;
 | |
|       .select2-choice {
 | |
|         height: 34px;
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|   #requests-table{
 | |
|     width: 100%;
 | |
|   }
 | |
| }
 |