Adding a print style css sheet in the CHT webb app

Hello community

i would like to implement print CSS stylesheet to print what you see in the right pane on the reports tab, and was looking at adding the css style sheet in the reports-content-component ie

@Component({
  templateUrl: './reports-content.component.html'
  styleUrls: [ 'print-report.component.css'],
})

Any thoughts on this would be highly appreciated … Thanks
@diana

Hi @cliff

We use less files for styling: cht-core/webapp/src/css at master · medic/cht-core · GitHub .
Your solution should work fine as well.

1 Like

thanks @diana :+1: let me try it out