8 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| 
								 | 
							
								@import "../_variables.scss";
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								@include theme-variables using ($theme) {
							 | 
						||
| 
								 | 
							
									@if $theme == "light" {
							 | 
						||
| 
								 | 
							
										--edge-highlight: 0 0 transparent;
							 | 
						||
| 
								 | 
							
									}
							 | 
						||
| 
								 | 
							
								}
							 |