22 lines
		
	
	
		
			534 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			534 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
 | 
						|
/* stylelint-disable no-duplicate-selectors */
 | 
						|
/* stylelint-disable */
 | 
						|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
 | 
						|
.mapChart {
 | 
						|
  height: 452px;
 | 
						|
  padding-top: 24px;
 | 
						|
}
 | 
						|
.mapChart img {
 | 
						|
  display: inline-block;
 | 
						|
  max-width: 100%;
 | 
						|
  max-height: 437px;
 | 
						|
}
 | 
						|
.pieCard :global(.pie-stat) {
 | 
						|
  font-size: 24px !important;
 | 
						|
}
 | 
						|
@media screen and (max-width: 992px) {
 | 
						|
  .mapChart {
 | 
						|
    height: auto;
 | 
						|
  }
 | 
						|
}
 |