1 {{-- Fetch in our standard export styles --}}
3 @if (!app()->runningUnitTests())
4 {!! file_get_contents(public_path('/dist/export-styles.css')) !!}
8 {{-- Apply any additional styles that can't be applied via our standard SCSS export styles --}}
9 @if ($format === 'pdf')
11 /* Patches for CSS variable colors within PDF exports */
13 color: {{ setting('app-color') }};
17 border-left-color: {{ setting('app-color') }};