15 lines
		
	
	
		
			255 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			255 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .centerSettingContent {
 | |
|     display: grid;
 | |
|     align-items: center;
 | |
|     justify-content: center;
 | |
| }
 | |
| 
 | |
| .not-a-button {
 | |
|     background: none;
 | |
|     color: inherit;
 | |
|     border: none;
 | |
|     padding: 0;
 | |
|     font: inherit;
 | |
|     cursor: pointer;
 | |
|     outline: inherit;
 | |
| } |