@jmruthers/pace-core 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/styles/core.css +83 -62
- package/docs/api/classes/ErrorBoundary.md +1 -1
- package/docs/api/classes/PublicErrorBoundary.md +1 -1
- package/docs/api/interfaces/AggregateConfig.md +1 -1
- package/docs/api/interfaces/ButtonProps.md +1 -1
- package/docs/api/interfaces/CardProps.md +1 -1
- package/docs/api/interfaces/ColorPalette.md +1 -1
- package/docs/api/interfaces/ColorShade.md +1 -1
- package/docs/api/interfaces/DataTableAction.md +1 -1
- package/docs/api/interfaces/DataTableColumn.md +1 -1
- package/docs/api/interfaces/DataTableProps.md +1 -1
- package/docs/api/interfaces/DataTableToolbarButton.md +1 -1
- package/docs/api/interfaces/EmptyStateConfig.md +1 -1
- package/docs/api/interfaces/EventContextType.md +1 -1
- package/docs/api/interfaces/EventLogoProps.md +1 -1
- package/docs/api/interfaces/EventProviderProps.md +1 -1
- package/docs/api/interfaces/FileSizeLimits.md +1 -1
- package/docs/api/interfaces/FileUploadProps.md +1 -1
- package/docs/api/interfaces/FooterProps.md +1 -1
- package/docs/api/interfaces/InactivityWarningModalProps.md +1 -1
- package/docs/api/interfaces/InputProps.md +1 -1
- package/docs/api/interfaces/LabelProps.md +1 -1
- package/docs/api/interfaces/LoginFormProps.md +1 -1
- package/docs/api/interfaces/NavigationItem.md +1 -1
- package/docs/api/interfaces/NavigationMenuProps.md +1 -1
- package/docs/api/interfaces/Organisation.md +1 -1
- package/docs/api/interfaces/OrganisationContextType.md +1 -1
- package/docs/api/interfaces/OrganisationMembership.md +1 -1
- package/docs/api/interfaces/OrganisationProviderProps.md +1 -1
- package/docs/api/interfaces/OrganisationSecurityError.md +1 -1
- package/docs/api/interfaces/PaceAppLayoutProps.md +1 -1
- package/docs/api/interfaces/PaceLoginPageProps.md +1 -1
- package/docs/api/interfaces/PaletteData.md +1 -1
- package/docs/api/interfaces/PublicErrorBoundaryProps.md +1 -1
- package/docs/api/interfaces/PublicErrorBoundaryState.md +1 -1
- package/docs/api/interfaces/PublicLoadingSpinnerProps.md +1 -1
- package/docs/api/interfaces/PublicPageFooterProps.md +1 -1
- package/docs/api/interfaces/PublicPageHeaderProps.md +1 -1
- package/docs/api/interfaces/PublicPageLayoutProps.md +1 -1
- package/docs/api/interfaces/StorageConfig.md +1 -1
- package/docs/api/interfaces/StorageFileInfo.md +1 -1
- package/docs/api/interfaces/StorageFileMetadata.md +1 -1
- package/docs/api/interfaces/StorageListOptions.md +1 -1
- package/docs/api/interfaces/StorageListResult.md +1 -1
- package/docs/api/interfaces/StorageUploadOptions.md +1 -1
- package/docs/api/interfaces/StorageUploadResult.md +1 -1
- package/docs/api/interfaces/StorageUrlOptions.md +1 -1
- package/docs/api/interfaces/StyleImport.md +1 -1
- package/docs/api/interfaces/ToastActionElement.md +1 -1
- package/docs/api/interfaces/ToastProps.md +1 -1
- package/docs/api/interfaces/UnifiedAuthContextType.md +1 -1
- package/docs/api/interfaces/UnifiedAuthProviderProps.md +1 -1
- package/docs/api/interfaces/UseInactivityTrackerOptions.md +1 -1
- package/docs/api/interfaces/UseInactivityTrackerReturn.md +1 -1
- package/docs/api/interfaces/UsePublicEventLogoOptions.md +1 -1
- package/docs/api/interfaces/UsePublicEventLogoReturn.md +1 -1
- package/docs/api/interfaces/UsePublicEventOptions.md +1 -1
- package/docs/api/interfaces/UsePublicEventReturn.md +1 -1
- package/docs/api/interfaces/UsePublicRouteParamsReturn.md +1 -1
- package/docs/api/interfaces/UserEventAccess.md +1 -1
- package/docs/api/interfaces/UserMenuProps.md +1 -1
- package/docs/api/interfaces/UserProfile.md +1 -1
- package/docs/api/modules.md +2 -2
- package/package.json +1 -1
- package/src/styles/core.css +83 -62
package/dist/styles/core.css
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
@theme static {
|
|
22
22
|
|
|
23
23
|
--app-width: 90rem;
|
|
24
|
-
|
|
24
|
+
|
|
25
25
|
/* MAIN palette - silver */
|
|
26
26
|
--color-main-raw: oklch(0.7 0.057 252.02);
|
|
27
27
|
--color-main-50: oklch(0.98 0.001 252.02);
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
--color-main-800: oklch(0.456 0.034 252.02);
|
|
36
36
|
--color-main-900: oklch(0.332 0.024 252.02);
|
|
37
37
|
--color-main-950: oklch(0.195 0.014 252.02);
|
|
38
|
-
|
|
38
|
+
|
|
39
39
|
/* SEC palette - violet */
|
|
40
40
|
--color-sec-raw: oklch(0.58 0.23 280.75);
|
|
41
41
|
--color-sec-50: oklch(0.98 0.003 280.75);
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
--color-sec-800: oklch(0.456 0.158 280.75);
|
|
50
50
|
--color-sec-900: oklch(0.332 0.099 280.75);
|
|
51
51
|
--color-sec-950: oklch(0.195 0.047 280.75);
|
|
52
|
-
|
|
52
|
+
|
|
53
53
|
/* ACC palette - blood orange */
|
|
54
54
|
--color-acc-raw: oklch(0.64 0.21 37.76);
|
|
55
55
|
--color-acc-50: oklch(0.98 0.003 37.76);
|
|
@@ -97,10 +97,14 @@
|
|
|
97
97
|
--print-first-page-margin: 1in;
|
|
98
98
|
--print-cover-logo-size: 120px;
|
|
99
99
|
--print-cover-title-size: 2.5rem;
|
|
100
|
-
--print-page-width: 8.27in;
|
|
101
|
-
|
|
102
|
-
--print-
|
|
103
|
-
|
|
100
|
+
--print-page-width: 8.27in;
|
|
101
|
+
/* A4 width */
|
|
102
|
+
--print-page-height: 11.69in;
|
|
103
|
+
/* A4 height */
|
|
104
|
+
--print-landscape-width: 11.69in;
|
|
105
|
+
/* A4 landscape width */
|
|
106
|
+
--print-landscape-height: 8.27in;
|
|
107
|
+
/* A4 landscape height */
|
|
104
108
|
}
|
|
105
109
|
|
|
106
110
|
@layer base {
|
|
@@ -117,47 +121,51 @@
|
|
|
117
121
|
}
|
|
118
122
|
|
|
119
123
|
/* Font definitions - Loading from consuming app's public directory with system font fallbacks */
|
|
120
|
-
/* Font definitions */
|
|
121
|
-
@font-face {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
}
|
|
124
|
+
/* Font definitions */
|
|
125
|
+
@font-face {
|
|
126
|
+
font-family: "Georama";
|
|
127
|
+
font-style: normal;
|
|
128
|
+
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
129
|
+
font-display: swap;
|
|
130
|
+
src: url("/fonts/georama.woff2") format("woff2");
|
|
131
|
+
}
|
|
128
132
|
|
|
129
|
-
@font-face {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
}
|
|
133
|
+
@font-face {
|
|
134
|
+
font-family: "Georama";
|
|
135
|
+
font-style: italic;
|
|
136
|
+
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
137
|
+
font-display: swap;
|
|
138
|
+
src: url("/fonts/georama-italic.woff2") format("woff2");
|
|
139
|
+
}
|
|
136
140
|
|
|
137
|
-
@font-face {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
}
|
|
141
|
+
@font-face {
|
|
142
|
+
font-family: "Open Sans";
|
|
143
|
+
font-style: normal;
|
|
144
|
+
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
145
|
+
font-display: swap;
|
|
146
|
+
src: url("/fonts/open-sans.woff2") format("woff2");
|
|
147
|
+
}
|
|
144
148
|
|
|
145
|
-
@font-face {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
}
|
|
149
|
+
@font-face {
|
|
150
|
+
font-family: "Open Sans";
|
|
151
|
+
font-style: italic;
|
|
152
|
+
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
153
|
+
font-display: swap;
|
|
154
|
+
src: url("/fonts/open-sans-italic.woff2") format("woff2");
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
@font-face {
|
|
158
|
+
font-family: "Reddit Mono";
|
|
159
|
+
font-style: normal;
|
|
160
|
+
font-weight: 200 300 400 500 600 700 800 900;
|
|
161
|
+
font-display: swap;
|
|
162
|
+
src: url("/fonts/reddit-mono.woff2") format("woff2");
|
|
163
|
+
}
|
|
152
164
|
|
|
153
|
-
@font-face {
|
|
154
|
-
font-family: "Reddit Mono";
|
|
155
|
-
font-style: normal;
|
|
156
|
-
font-weight: 200 300 400 500 600 700 800 900;
|
|
157
|
-
font-display: swap;
|
|
158
|
-
src: url("/fonts/reddit-mono.woff2") format("woff2");
|
|
159
165
|
}
|
|
160
166
|
|
|
167
|
+
@layer components {
|
|
168
|
+
|
|
161
169
|
/* Elements */
|
|
162
170
|
h1,
|
|
163
171
|
h2,
|
|
@@ -301,16 +309,21 @@
|
|
|
301
309
|
}
|
|
302
310
|
}
|
|
303
311
|
|
|
304
|
-
@layer components {
|
|
305
|
-
/* Custom component styles go here */
|
|
306
|
-
}
|
|
307
|
-
|
|
308
312
|
@layer utilities {
|
|
313
|
+
|
|
309
314
|
/* Print-specific utilities */
|
|
310
|
-
.print-break-avoid {
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
315
|
+
.print-break-avoid {
|
|
316
|
+
page-break-inside: avoid;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.print-break-before {
|
|
320
|
+
page-break-before: always;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.print-break-after {
|
|
324
|
+
page-break-after: always;
|
|
325
|
+
}
|
|
326
|
+
|
|
314
327
|
/* Print page size controls */
|
|
315
328
|
.print-a4-portrait {
|
|
316
329
|
@media print {
|
|
@@ -320,7 +333,7 @@
|
|
|
320
333
|
}
|
|
321
334
|
}
|
|
322
335
|
}
|
|
323
|
-
|
|
336
|
+
|
|
324
337
|
.print-a4-landscape {
|
|
325
338
|
@media print {
|
|
326
339
|
@page {
|
|
@@ -329,7 +342,7 @@
|
|
|
329
342
|
}
|
|
330
343
|
}
|
|
331
344
|
}
|
|
332
|
-
|
|
345
|
+
|
|
333
346
|
/* First page header styles */
|
|
334
347
|
.print-first-page-header {
|
|
335
348
|
@media print {
|
|
@@ -338,7 +351,7 @@
|
|
|
338
351
|
}
|
|
339
352
|
}
|
|
340
353
|
}
|
|
341
|
-
|
|
354
|
+
|
|
342
355
|
.print-cover-header {
|
|
343
356
|
@media print {
|
|
344
357
|
@page :first {
|
|
@@ -346,7 +359,7 @@
|
|
|
346
359
|
}
|
|
347
360
|
}
|
|
348
361
|
}
|
|
349
|
-
|
|
362
|
+
|
|
350
363
|
.print-subsequent-header {
|
|
351
364
|
@media print {
|
|
352
365
|
@page :not(:first) {
|
|
@@ -354,30 +367,38 @@
|
|
|
354
367
|
}
|
|
355
368
|
}
|
|
356
369
|
}
|
|
357
|
-
|
|
370
|
+
|
|
358
371
|
/* Print-specific layouts */
|
|
359
372
|
@media print {
|
|
360
|
-
.print-hidden {
|
|
361
|
-
|
|
362
|
-
|
|
373
|
+
.print-hidden {
|
|
374
|
+
display: none !important;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.print-visible {
|
|
378
|
+
display: block !important;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.print-first-page-only {
|
|
363
382
|
display: block;
|
|
364
383
|
}
|
|
384
|
+
|
|
365
385
|
.print-subsequent-pages-only {
|
|
366
386
|
display: none;
|
|
367
387
|
}
|
|
368
388
|
}
|
|
369
|
-
|
|
389
|
+
|
|
370
390
|
@media print {
|
|
371
391
|
@page :not(:first) {
|
|
372
|
-
.print-first-page-only {
|
|
392
|
+
.print-first-page-only {
|
|
373
393
|
display: none !important;
|
|
374
394
|
}
|
|
395
|
+
|
|
375
396
|
.print-subsequent-pages-only {
|
|
376
397
|
display: block !important;
|
|
377
398
|
}
|
|
378
399
|
}
|
|
379
400
|
}
|
|
380
|
-
|
|
401
|
+
|
|
381
402
|
/* Print typography */
|
|
382
403
|
.print-text {
|
|
383
404
|
@media print {
|
|
@@ -386,7 +407,7 @@
|
|
|
386
407
|
color: var(--print-color);
|
|
387
408
|
}
|
|
388
409
|
}
|
|
389
|
-
|
|
410
|
+
|
|
390
411
|
/* Print layout container */
|
|
391
412
|
.print-layout {
|
|
392
413
|
@media print {
|
package/docs/api/modules.md
CHANGED
package/package.json
CHANGED
package/src/styles/core.css
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
@theme static {
|
|
22
22
|
|
|
23
23
|
--app-width: 90rem;
|
|
24
|
-
|
|
24
|
+
|
|
25
25
|
/* MAIN palette - silver */
|
|
26
26
|
--color-main-raw: oklch(0.7 0.057 252.02);
|
|
27
27
|
--color-main-50: oklch(0.98 0.001 252.02);
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
--color-main-800: oklch(0.456 0.034 252.02);
|
|
36
36
|
--color-main-900: oklch(0.332 0.024 252.02);
|
|
37
37
|
--color-main-950: oklch(0.195 0.014 252.02);
|
|
38
|
-
|
|
38
|
+
|
|
39
39
|
/* SEC palette - violet */
|
|
40
40
|
--color-sec-raw: oklch(0.58 0.23 280.75);
|
|
41
41
|
--color-sec-50: oklch(0.98 0.003 280.75);
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
--color-sec-800: oklch(0.456 0.158 280.75);
|
|
50
50
|
--color-sec-900: oklch(0.332 0.099 280.75);
|
|
51
51
|
--color-sec-950: oklch(0.195 0.047 280.75);
|
|
52
|
-
|
|
52
|
+
|
|
53
53
|
/* ACC palette - blood orange */
|
|
54
54
|
--color-acc-raw: oklch(0.64 0.21 37.76);
|
|
55
55
|
--color-acc-50: oklch(0.98 0.003 37.76);
|
|
@@ -97,10 +97,14 @@
|
|
|
97
97
|
--print-first-page-margin: 1in;
|
|
98
98
|
--print-cover-logo-size: 120px;
|
|
99
99
|
--print-cover-title-size: 2.5rem;
|
|
100
|
-
--print-page-width: 8.27in;
|
|
101
|
-
|
|
102
|
-
--print-
|
|
103
|
-
|
|
100
|
+
--print-page-width: 8.27in;
|
|
101
|
+
/* A4 width */
|
|
102
|
+
--print-page-height: 11.69in;
|
|
103
|
+
/* A4 height */
|
|
104
|
+
--print-landscape-width: 11.69in;
|
|
105
|
+
/* A4 landscape width */
|
|
106
|
+
--print-landscape-height: 8.27in;
|
|
107
|
+
/* A4 landscape height */
|
|
104
108
|
}
|
|
105
109
|
|
|
106
110
|
@layer base {
|
|
@@ -117,47 +121,51 @@
|
|
|
117
121
|
}
|
|
118
122
|
|
|
119
123
|
/* Font definitions - Loading from consuming app's public directory with system font fallbacks */
|
|
120
|
-
/* Font definitions */
|
|
121
|
-
@font-face {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
}
|
|
124
|
+
/* Font definitions */
|
|
125
|
+
@font-face {
|
|
126
|
+
font-family: "Georama";
|
|
127
|
+
font-style: normal;
|
|
128
|
+
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
129
|
+
font-display: swap;
|
|
130
|
+
src: url("/fonts/georama.woff2") format("woff2");
|
|
131
|
+
}
|
|
128
132
|
|
|
129
|
-
@font-face {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
}
|
|
133
|
+
@font-face {
|
|
134
|
+
font-family: "Georama";
|
|
135
|
+
font-style: italic;
|
|
136
|
+
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
137
|
+
font-display: swap;
|
|
138
|
+
src: url("/fonts/georama-italic.woff2") format("woff2");
|
|
139
|
+
}
|
|
136
140
|
|
|
137
|
-
@font-face {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
}
|
|
141
|
+
@font-face {
|
|
142
|
+
font-family: "Open Sans";
|
|
143
|
+
font-style: normal;
|
|
144
|
+
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
145
|
+
font-display: swap;
|
|
146
|
+
src: url("/fonts/open-sans.woff2") format("woff2");
|
|
147
|
+
}
|
|
144
148
|
|
|
145
|
-
@font-face {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
}
|
|
149
|
+
@font-face {
|
|
150
|
+
font-family: "Open Sans";
|
|
151
|
+
font-style: italic;
|
|
152
|
+
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
153
|
+
font-display: swap;
|
|
154
|
+
src: url("/fonts/open-sans-italic.woff2") format("woff2");
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
@font-face {
|
|
158
|
+
font-family: "Reddit Mono";
|
|
159
|
+
font-style: normal;
|
|
160
|
+
font-weight: 200 300 400 500 600 700 800 900;
|
|
161
|
+
font-display: swap;
|
|
162
|
+
src: url("/fonts/reddit-mono.woff2") format("woff2");
|
|
163
|
+
}
|
|
152
164
|
|
|
153
|
-
@font-face {
|
|
154
|
-
font-family: "Reddit Mono";
|
|
155
|
-
font-style: normal;
|
|
156
|
-
font-weight: 200 300 400 500 600 700 800 900;
|
|
157
|
-
font-display: swap;
|
|
158
|
-
src: url("/fonts/reddit-mono.woff2") format("woff2");
|
|
159
165
|
}
|
|
160
166
|
|
|
167
|
+
@layer components {
|
|
168
|
+
|
|
161
169
|
/* Elements */
|
|
162
170
|
h1,
|
|
163
171
|
h2,
|
|
@@ -301,16 +309,21 @@
|
|
|
301
309
|
}
|
|
302
310
|
}
|
|
303
311
|
|
|
304
|
-
@layer components {
|
|
305
|
-
/* Custom component styles go here */
|
|
306
|
-
}
|
|
307
|
-
|
|
308
312
|
@layer utilities {
|
|
313
|
+
|
|
309
314
|
/* Print-specific utilities */
|
|
310
|
-
.print-break-avoid {
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
315
|
+
.print-break-avoid {
|
|
316
|
+
page-break-inside: avoid;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.print-break-before {
|
|
320
|
+
page-break-before: always;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.print-break-after {
|
|
324
|
+
page-break-after: always;
|
|
325
|
+
}
|
|
326
|
+
|
|
314
327
|
/* Print page size controls */
|
|
315
328
|
.print-a4-portrait {
|
|
316
329
|
@media print {
|
|
@@ -320,7 +333,7 @@
|
|
|
320
333
|
}
|
|
321
334
|
}
|
|
322
335
|
}
|
|
323
|
-
|
|
336
|
+
|
|
324
337
|
.print-a4-landscape {
|
|
325
338
|
@media print {
|
|
326
339
|
@page {
|
|
@@ -329,7 +342,7 @@
|
|
|
329
342
|
}
|
|
330
343
|
}
|
|
331
344
|
}
|
|
332
|
-
|
|
345
|
+
|
|
333
346
|
/* First page header styles */
|
|
334
347
|
.print-first-page-header {
|
|
335
348
|
@media print {
|
|
@@ -338,7 +351,7 @@
|
|
|
338
351
|
}
|
|
339
352
|
}
|
|
340
353
|
}
|
|
341
|
-
|
|
354
|
+
|
|
342
355
|
.print-cover-header {
|
|
343
356
|
@media print {
|
|
344
357
|
@page :first {
|
|
@@ -346,7 +359,7 @@
|
|
|
346
359
|
}
|
|
347
360
|
}
|
|
348
361
|
}
|
|
349
|
-
|
|
362
|
+
|
|
350
363
|
.print-subsequent-header {
|
|
351
364
|
@media print {
|
|
352
365
|
@page :not(:first) {
|
|
@@ -354,30 +367,38 @@
|
|
|
354
367
|
}
|
|
355
368
|
}
|
|
356
369
|
}
|
|
357
|
-
|
|
370
|
+
|
|
358
371
|
/* Print-specific layouts */
|
|
359
372
|
@media print {
|
|
360
|
-
.print-hidden {
|
|
361
|
-
|
|
362
|
-
|
|
373
|
+
.print-hidden {
|
|
374
|
+
display: none !important;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.print-visible {
|
|
378
|
+
display: block !important;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.print-first-page-only {
|
|
363
382
|
display: block;
|
|
364
383
|
}
|
|
384
|
+
|
|
365
385
|
.print-subsequent-pages-only {
|
|
366
386
|
display: none;
|
|
367
387
|
}
|
|
368
388
|
}
|
|
369
|
-
|
|
389
|
+
|
|
370
390
|
@media print {
|
|
371
391
|
@page :not(:first) {
|
|
372
|
-
.print-first-page-only {
|
|
392
|
+
.print-first-page-only {
|
|
373
393
|
display: none !important;
|
|
374
394
|
}
|
|
395
|
+
|
|
375
396
|
.print-subsequent-pages-only {
|
|
376
397
|
display: block !important;
|
|
377
398
|
}
|
|
378
399
|
}
|
|
379
400
|
}
|
|
380
|
-
|
|
401
|
+
|
|
381
402
|
/* Print typography */
|
|
382
403
|
.print-text {
|
|
383
404
|
@media print {
|
|
@@ -386,7 +407,7 @@
|
|
|
386
407
|
color: var(--print-color);
|
|
387
408
|
}
|
|
388
409
|
}
|
|
389
|
-
|
|
410
|
+
|
|
390
411
|
/* Print layout container */
|
|
391
412
|
.print-layout {
|
|
392
413
|
@media print {
|