35 lines
		
	
	
		
			No EOL
		
	
	
		
			482 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			No EOL
		
	
	
		
			482 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .radialHudWrapper {
 | |
|   position: absolute;
 | |
|   left: 1.7rem;
 | |
|   bottom: .25rem;
 | |
|   height: 3.5rem;
 | |
|   transform-origin: 0 0;
 | |
| 
 | |
| }
 | |
| 
 | |
| 
 | |
| 
 | |
| .radialHudIcons {
 | |
|   position: relative;
 | |
|   width: 3.25rem;
 | |
|   height: 3.25rem;
 | |
| }
 | |
| 
 | |
| .radialHudTop {
 | |
|   position: absolute;
 | |
|   left: 0rem;
 | |
|   top: -5.5rem;
 | |
| 
 | |
| }
 | |
| 
 | |
| .radialHudLeft {
 | |
|   margin-bottom: .5rem;
 | |
| }
 | |
| 
 | |
| .radialHudIconsWrapper {
 | |
|   display: flex;
 | |
|   justify-content: center;
 | |
|   position: relative;
 | |
|   margin-right: 0rem;
 | |
|   top: 0rem;
 | |
| } | 
