2 @if (!app()->environment('testing'))
3 {!! file_get_contents(public_path('/dist/export-styles.css')) !!}
7 @if ($format === 'pdf')
9 /* Patches for CSS variable colors */
11 color: {{ setting('app-color') }};
15 border-left-color: {{ setting('app-color') }};
18 /* Patches for content layout */
19 .page-content .float {
20 float: none !important;
23 .page-content img.align-left, .page-content img.align-right {
24 float: none !important;