9 lines
		
	
	
		
			169 B
		
	
	
	
		
			CSS
		
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			169 B
		
	
	
	
		
			CSS
		
	
	
| 
								 | 
							
								/* packages/widgets/Source/VRButton/VRButton.css */
							 | 
						||
| 
								 | 
							
								.cesium-button.cesium-vrButton {
							 | 
						||
| 
								 | 
							
								  display: block;
							 | 
						||
| 
								 | 
							
								  width: 100%;
							 | 
						||
| 
								 | 
							
								  height: 100%;
							 | 
						||
| 
								 | 
							
								  margin: 0;
							 | 
						||
| 
								 | 
							
								  border-radius: 0;
							 | 
						||
| 
								 | 
							
								}
							 |