mirror of https://github.com/linkerd/linkerd2.git
				
				
				
			
		
			
				
	
	
		
			28 lines
		
	
	
		
			307 B
		
	
	
	
		
			CSS
		
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			307 B
		
	
	
	
		
			CSS
		
	
	
	
@import 'styles.css';
 | 
						|
@import 'scatterplot.css';
 | 
						|
 | 
						|
.chart-line {
 | 
						|
  fill: none;
 | 
						|
  stroke-width: 2px;
 | 
						|
}
 | 
						|
 | 
						|
.line {
 | 
						|
  stroke: steelblue;
 | 
						|
}
 | 
						|
 | 
						|
.line-p50 {
 | 
						|
  stroke: var(--latency-p50);
 | 
						|
}
 | 
						|
 | 
						|
.line-p95 {
 | 
						|
  stroke: var(--latency-p95);
 | 
						|
}
 | 
						|
 | 
						|
.line-p99 {
 | 
						|
  stroke: var(--latency-p99);
 | 
						|
}
 | 
						|
 | 
						|
.flash {
 | 
						|
  fill: var(--pictonblue);
 | 
						|
}
 |