@idevs/corelib 0.0.46 → 0.0.47
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/css/idevs.print.css +8 -3
- package/package.json +1 -1
package/css/idevs.print.css
CHANGED
|
@@ -336,12 +336,17 @@
|
|
|
336
336
|
.page-break-after {
|
|
337
337
|
position: relative;
|
|
338
338
|
page-break-after: always;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.potrait-a4 {
|
|
339
342
|
height: 1043px;
|
|
340
343
|
}
|
|
341
344
|
|
|
342
|
-
.
|
|
343
|
-
|
|
344
|
-
|
|
345
|
+
.landscape-a4 {
|
|
346
|
+
height: 713px;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.landscape-legal {
|
|
345
350
|
height: 793px;
|
|
346
351
|
}
|
|
347
352
|
|