Fix some image paths in SCSS files
This commit is contained in:
		
							parent
							
								
									eb481c9049
								
							
						
					
					
						commit
						1b35ca17a9
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -798,7 +798,7 @@
 | 
			
		|||
    width: 100px;
 | 
			
		||||
    height: 100px;
 | 
			
		||||
    transform: translate(-50%, -50%);
 | 
			
		||||
    background: url('~/images/reticle.png') no-repeat 0 0;
 | 
			
		||||
    background: url('~images/reticle.png') no-repeat 0 0;
 | 
			
		||||
    border-radius: 50%;
 | 
			
		||||
    box-shadow: 0 0 0 9999em rgba($base-shadow-color, 0.35);
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5257,7 +5257,7 @@ noscript {
 | 
			
		|||
    width: 100px;
 | 
			
		||||
    height: 100px;
 | 
			
		||||
    transform: translate(-50%, -50%);
 | 
			
		||||
    background: url('~/images/reticle.png') no-repeat 0 0;
 | 
			
		||||
    background: url('~images/reticle.png') no-repeat 0 0;
 | 
			
		||||
    border-radius: 50%;
 | 
			
		||||
    box-shadow: 0 0 0 9999em rgba($base-shadow-color, 0.35);
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue