mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 13:34:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			46 lines
		
	
	
	
		
			573 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
	
		
			573 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| @media print {
 | |
|   body {
 | |
|     font-size: 9pt;
 | |
|     font-family: serif;
 | |
|     padding-top: 0;
 | |
|     margin-top: 0;
 | |
|   }
 | |
| 
 | |
|   .p2c {
 | |
|     column-count: 2;
 | |
|     column-gap: 18pt;
 | |
|   }
 | |
| 
 | |
|   .p3c {
 | |
|     column-count: 3;
 | |
|     column-gap: 18pt;
 | |
|   }
 | |
| 
 | |
|   .v-content {
 | |
|     padding: 0 !important
 | |
|   }
 | |
| 
 | |
|   table {
 | |
|     overflow: hidden;
 | |
|     max-width: 100%;
 | |
| 
 | |
|     th, td {
 | |
|       border-bottom: 1px solid #000;
 | |
|     }
 | |
| 
 | |
|     th {
 | |
|       padding: 5px;
 | |
|     }
 | |
|     td {
 | |
|       padding: 5px;
 | |
| 
 | |
|       &.visible-laptop {
 | |
|         display: table-cell;
 | |
|       }
 | |
| 
 | |
|       span.label {
 | |
|         display: none;
 | |
|       }
 | |
|     }
 | |
|   }
 | |
| }
 | 
