10 lines
		
	
	
		
			259 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			259 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| // Badges
 | |
| // *******************************************************************************
 | |
| 
 | |
| // Size
 | |
| @mixin badge-size($badge-height, $badge-width, $badge-font-size) {
 | |
|   height: $badge-height;
 | |
|   width: $badge-width;
 | |
|   @include font-size($badge-font-size);
 | |
| }
 |