mirror of
				https://github.com/flarum/core.git
				synced 2025-10-29 06:26:17 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			353 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			353 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .SettingsPage {
 | |
|   margin-top: 5px;
 | |
| 
 | |
|   > ul {
 | |
|     list-style: none;
 | |
|     margin: 0;
 | |
|     padding: 0;
 | |
| 
 | |
|     > li {
 | |
|       margin-bottom: 25px;
 | |
|     }
 | |
|   }
 | |
|   fieldset > ul {
 | |
|     list-style: none;
 | |
|     margin: 0;
 | |
|     padding: 0;
 | |
| 
 | |
|     > li {
 | |
|       margin-bottom: 15px;
 | |
|     }
 | |
|   }
 | |
| }
 | |
| .Settings-account {
 | |
|   li {
 | |
|     display: inline-block;
 | |
|     margin-right: 5px;
 | |
|   }
 | |
| }
 | |
| 
 |