@syncfusion/ej2-pdfviewer 17.3.57-4568 → 17.3.59-4568

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.
Files changed (102) hide show
  1. package/dist/ej2-pdfviewer.umd.min.js +1 -1
  2. package/dist/ej2-pdfviewer.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-pdfviewer.es2015.js +42 -44
  4. package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
  5. package/dist/es6/ej2-pdfviewer.es5.js +42 -44
  6. package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/pdfviewer/annotation/annotation.js +3 -0
  9. package/src/pdfviewer/base/pdfviewer-base.d.ts +2 -0
  10. package/src/pdfviewer/base/pdfviewer-base.js +33 -10
  11. package/src/pdfviewer/magnification/magnification.d.ts +0 -1
  12. package/src/pdfviewer/magnification/magnification.js +2 -32
  13. package/src/pdfviewer/tagged-pdf/tagged-pdf.js +4 -2
  14. package/styles/bootstrap-dark.css +326 -10
  15. package/styles/bootstrap-dark.scss +4 -1
  16. package/styles/bootstrap.css +328 -10
  17. package/styles/bootstrap.scss +4 -1
  18. package/styles/bootstrap4.css +330 -11
  19. package/styles/bootstrap4.scss +4 -1
  20. package/styles/bootstrap5-dark.css +332 -13
  21. package/styles/bootstrap5-dark.scss +4 -1
  22. package/styles/bootstrap5.css +332 -13
  23. package/styles/bootstrap5.scss +4 -1
  24. package/styles/fabric-dark.css +326 -10
  25. package/styles/fabric-dark.scss +4 -1
  26. package/styles/fabric.css +328 -10
  27. package/styles/fabric.scss +4 -1
  28. package/styles/fluent-dark.css +328 -11
  29. package/styles/fluent-dark.scss +4 -1
  30. package/styles/fluent.css +328 -11
  31. package/styles/fluent.scss +4 -1
  32. package/styles/fluent2.css +4876 -0
  33. package/styles/fluent2.scss +4 -0
  34. package/styles/highcontrast-light.css +326 -10
  35. package/styles/highcontrast-light.scss +4 -1
  36. package/styles/highcontrast.css +326 -10
  37. package/styles/highcontrast.scss +4 -1
  38. package/styles/material-dark.css +326 -10
  39. package/styles/material-dark.scss +4 -1
  40. package/styles/material.css +326 -10
  41. package/styles/material.scss +4 -1
  42. package/styles/material3-dark.css +329 -14
  43. package/styles/material3-dark.scss +4 -1
  44. package/styles/material3.css +329 -14
  45. package/styles/material3.scss +4 -1
  46. package/styles/pdfviewer/_bds-definition.scss +6 -0
  47. package/styles/pdfviewer/_bootstrap-dark-definition.scss +6 -0
  48. package/styles/pdfviewer/_bootstrap-definition.scss +6 -0
  49. package/styles/pdfviewer/_bootstrap4-definition.scss +6 -0
  50. package/styles/pdfviewer/_bootstrap5-definition.scss +7 -1
  51. package/styles/pdfviewer/_fabric-dark-definition.scss +6 -0
  52. package/styles/pdfviewer/_fabric-definition.scss +6 -0
  53. package/styles/pdfviewer/_fluent-definition.scss +6 -0
  54. package/styles/pdfviewer/_fluent2-definition.scss +550 -0
  55. package/styles/pdfviewer/_fusionnew-definition.scss +6 -0
  56. package/styles/pdfviewer/_highcontrast-definition.scss +6 -0
  57. package/styles/pdfviewer/_highcontrast-light-definition.scss +6 -0
  58. package/styles/pdfviewer/_material-dark-definition.scss +12 -6
  59. package/styles/pdfviewer/_material-definition.scss +11 -5
  60. package/styles/pdfviewer/_material3-definition.scss +7 -1
  61. package/styles/pdfviewer/_tailwind-definition.scss +7 -1
  62. package/styles/pdfviewer/_theme.scss +764 -34
  63. package/styles/pdfviewer/bootstrap-dark.css +326 -10
  64. package/styles/pdfviewer/bootstrap.css +328 -10
  65. package/styles/pdfviewer/bootstrap4.css +330 -11
  66. package/styles/pdfviewer/bootstrap5-dark.css +332 -13
  67. package/styles/pdfviewer/bootstrap5.css +332 -13
  68. package/styles/pdfviewer/fabric-dark.css +326 -10
  69. package/styles/pdfviewer/fabric.css +328 -10
  70. package/styles/pdfviewer/fluent-dark.css +328 -11
  71. package/styles/pdfviewer/fluent.css +328 -11
  72. package/styles/pdfviewer/fluent2.css +4876 -0
  73. package/styles/pdfviewer/fluent2.scss +4 -0
  74. package/styles/pdfviewer/highcontrast-light.css +326 -10
  75. package/styles/pdfviewer/highcontrast.css +326 -10
  76. package/styles/pdfviewer/icons/_bds.scss +511 -0
  77. package/styles/pdfviewer/icons/_bootstrap-dark.scss +22 -0
  78. package/styles/pdfviewer/icons/_bootstrap.scss +22 -0
  79. package/styles/pdfviewer/icons/_bootstrap4.scss +22 -0
  80. package/styles/pdfviewer/icons/_bootstrap5.scss +23 -3
  81. package/styles/pdfviewer/icons/_fabric-dark.scss +22 -0
  82. package/styles/pdfviewer/icons/_fabric.scss +22 -0
  83. package/styles/pdfviewer/icons/_fluent.scss +23 -1
  84. package/styles/pdfviewer/icons/_fluent2.scss +510 -0
  85. package/styles/pdfviewer/icons/_fusionnew.scss +23 -1
  86. package/styles/pdfviewer/icons/_highcontrast-light.scss +22 -0
  87. package/styles/pdfviewer/icons/_highcontrast.scss +22 -0
  88. package/styles/pdfviewer/icons/_material-dark.scss +22 -0
  89. package/styles/pdfviewer/icons/_material.scss +22 -0
  90. package/styles/pdfviewer/icons/_material3.scss +23 -1
  91. package/styles/pdfviewer/icons/_tailwind-dark.scss +22 -0
  92. package/styles/pdfviewer/icons/_tailwind.scss +22 -0
  93. package/styles/pdfviewer/material-dark.css +326 -10
  94. package/styles/pdfviewer/material.css +326 -10
  95. package/styles/pdfviewer/material3-dark.css +329 -14
  96. package/styles/pdfviewer/material3.css +329 -14
  97. package/styles/pdfviewer/tailwind-dark.css +327 -11
  98. package/styles/pdfviewer/tailwind.css +327 -11
  99. package/styles/tailwind-dark.css +327 -11
  100. package/styles/tailwind-dark.scss +4 -1
  101. package/styles/tailwind.css +327 -11
  102. package/styles/tailwind.scss +4 -1
package/styles/fabric.css CHANGED
@@ -18,6 +18,23 @@
18
18
  .e-pdfviewer .e-pv-first-page-navigation-icon::before {
19
19
  content: "\ebde";
20
20
  }
21
+ .e-pdfviewer .e-pv-rotate-right-icon::before {
22
+ content: "\e956";
23
+ }
24
+ .e-pdfviewer .e-pv-organize-view-icon::before {
25
+ content: "\e9a2";
26
+ }
27
+ .e-pdfviewer .e-pv-organize-view-disable-icon::before {
28
+ color: rgba(0, 0, 0, 0.2);
29
+ content: "\e9a2";
30
+ }
31
+ .e-pdfviewer .e-pv-organize-view-selection-icon::before {
32
+ color: #0078d6;
33
+ content: "\e9a2";
34
+ }
35
+ .e-pdfviewer .e-pv-rotate-left-icon::before {
36
+ content: "\e955";
37
+ }
21
38
  .e-pdfviewer .e-pv-previous-page-navigation-icon::before,
22
39
  .e-pdfviewer .e-pv-prev-search-icon::before {
23
40
  content: "\ebdf";
@@ -795,6 +812,18 @@ input.e-pv-input-password::-ms-reveal {
795
812
  padding-top: 16px;
796
813
  }
797
814
 
815
+ .e-pv-image-container {
816
+ width: 100%;
817
+ height: 100%;
818
+ display: -ms-flexbox;
819
+ display: flex;
820
+ -ms-flex-pack: center;
821
+ justify-content: center;
822
+ -ms-flex-align: center;
823
+ align-items: center;
824
+ padding: 3px;
825
+ }
826
+
798
827
  .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
799
828
  background-color: transparent;
800
829
  }
@@ -1002,6 +1031,10 @@ input.e-pv-input-password::-ms-reveal {
1002
1031
  padding: 0 0 0 3px;
1003
1032
  }
1004
1033
 
1034
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1035
+ width: 100px;
1036
+ }
1037
+
1005
1038
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1006
1039
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1007
1040
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
@@ -1152,6 +1185,10 @@ input.e-pv-input-password::-ms-reveal {
1152
1185
  padding-top: 1px;
1153
1186
  }
1154
1187
 
1188
+ .e-dialog .e-dlg-header {
1189
+ width: auto;
1190
+ }
1191
+
1155
1192
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1156
1193
  max-height: 28px;
1157
1194
  padding-bottom: 5px;
@@ -1339,7 +1376,8 @@ input.e-pv-input-password::-ms-reveal {
1339
1376
  border-radius: 100px;
1340
1377
  }
1341
1378
 
1342
- .e-pv-thumbnail-view-button.e-btn {
1379
+ .e-pv-thumbnail-view-button.e-btn,
1380
+ .e-pv-organize-view-button.e-btn {
1343
1381
  background: transparent;
1344
1382
  border: 0;
1345
1383
  border-radius: 0;
@@ -1353,6 +1391,262 @@ input.e-pv-input-password::-ms-reveal {
1353
1391
  width: 32px;
1354
1392
  }
1355
1393
 
1394
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1395
+ width: 100%;
1396
+ height: 100%;
1397
+ }
1398
+
1399
+ .e-pv-organize-content-apperance {
1400
+ overflow: hidden;
1401
+ }
1402
+
1403
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1404
+ display: -ms-flexbox;
1405
+ display: flex;
1406
+ -ms-flex-pack: center;
1407
+ justify-content: center;
1408
+ -ms-flex-wrap: wrap;
1409
+ flex-wrap: wrap;
1410
+ overflow: auto;
1411
+ overflow-x: hidden;
1412
+ }
1413
+
1414
+ .e-pv-organize-anchor-node {
1415
+ border: 6px solid #d0d0d0;
1416
+ margin: 24px;
1417
+ width: 140px;
1418
+ height: 140px;
1419
+ }
1420
+ @media only screen and (max-width: 1399.98px) {
1421
+ .e-pv-organize-anchor-node {
1422
+ width: 140px;
1423
+ height: 140px;
1424
+ }
1425
+ }
1426
+ @media only screen and (max-width: 1199.98px) {
1427
+ .e-pv-organize-anchor-node {
1428
+ width: 140px;
1429
+ height: 140px;
1430
+ }
1431
+ }
1432
+ @media only screen and (max-width: 991.98px) {
1433
+ .e-pv-organize-anchor-node {
1434
+ width: 140px;
1435
+ height: 140px;
1436
+ }
1437
+ }
1438
+ @media only screen and (max-width: 767.98px) {
1439
+ .e-pv-organize-anchor-node {
1440
+ width: 140px;
1441
+ height: 140px;
1442
+ min-width: 140px;
1443
+ min-height: 140px;
1444
+ }
1445
+ }
1446
+ @media only screen and (max-width: 575.98px) {
1447
+ .e-pv-organize-anchor-node {
1448
+ width: 140px;
1449
+ height: 140px;
1450
+ min-width: 140px;
1451
+ min-height: 140px;
1452
+ margin: 24px 20px;
1453
+ }
1454
+ }
1455
+
1456
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1457
+ width: 100%;
1458
+ height: 100%;
1459
+ position: relative;
1460
+ top: -100%;
1461
+ padding: 4px;
1462
+ }
1463
+
1464
+ @media screen and (max-width: 480px) {
1465
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1466
+ width: 100%;
1467
+ height: 100%;
1468
+ position: relative;
1469
+ top: -100%;
1470
+ padding: 4px;
1471
+ }
1472
+ }
1473
+ .e-pv-organize-buttondiv {
1474
+ -ms-flex-pack: center;
1475
+ justify-content: center;
1476
+ -ms-flex-wrap: nowrap;
1477
+ flex-wrap: nowrap;
1478
+ position: relative;
1479
+ text-align: center;
1480
+ top: calc(-100% - 12px + 3px);
1481
+ }
1482
+
1483
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1484
+ border: 6px solid #0078d6;
1485
+ border-radius: 2px;
1486
+ }
1487
+
1488
+ @media screen and (max-width: 480px) {
1489
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1490
+ border: 6px solid #0078d6;
1491
+ border-radius: 2px;
1492
+ }
1493
+ }
1494
+ .e-pv-organize-window {
1495
+ border: 1px solid #d0d0d0;
1496
+ border-radius: 0;
1497
+ }
1498
+
1499
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1500
+ border-top: 1px solid #d0d0d0;
1501
+ padding: 15px;
1502
+ }
1503
+
1504
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1505
+ padding: 15px;
1506
+ }
1507
+
1508
+ .e-pv-tile-number {
1509
+ text-align: center;
1510
+ margin-top: 20.5px;
1511
+ }
1512
+
1513
+ .e-pv-delete-button.e-btn,
1514
+ .e-pv-rotate-left-button.e-btn,
1515
+ .e-pv-rotate-right-button.e-btn {
1516
+ width: 25px;
1517
+ height: 25px;
1518
+ -ms-flex-pack: center;
1519
+ justify-content: center;
1520
+ -ms-flex-align: center;
1521
+ align-items: center;
1522
+ margin: 0 5px;
1523
+ padding: 0;
1524
+ }
1525
+
1526
+ .e-pv-insert-left-button.e-btn {
1527
+ width: 25px;
1528
+ height: 25px;
1529
+ -ms-flex-pack: center;
1530
+ justify-content: center;
1531
+ -ms-flex-align: center;
1532
+ align-items: center;
1533
+ position: absolute;
1534
+ left: calc(-1 * (25px / 2 + 6px / 2));
1535
+ top: -70px;
1536
+ padding: 0;
1537
+ }
1538
+ @media only screen and (max-width: 1399.98px) {
1539
+ .e-pv-insert-left-button.e-btn {
1540
+ top: -70px;
1541
+ }
1542
+ }
1543
+ @media only screen and (max-width: 1199.98px) {
1544
+ .e-pv-insert-left-button.e-btn {
1545
+ top: -70px;
1546
+ }
1547
+ }
1548
+ @media only screen and (max-width: 991.98px) {
1549
+ .e-pv-insert-left-button.e-btn {
1550
+ top: -70px;
1551
+ }
1552
+ }
1553
+ @media only screen and (max-width: 767.98px) {
1554
+ .e-pv-insert-left-button.e-btn {
1555
+ top: -70px;
1556
+ }
1557
+ }
1558
+ @media only screen and (max-width: 575.98px) {
1559
+ .e-pv-insert-left-button.e-btn {
1560
+ top: -70px;
1561
+ }
1562
+ }
1563
+
1564
+ .e-pv-insert-right-button.e-btn {
1565
+ width: 25px;
1566
+ height: 25px;
1567
+ -ms-flex-pack: center;
1568
+ justify-content: center;
1569
+ -ms-flex-align: center;
1570
+ align-items: center;
1571
+ position: absolute;
1572
+ right: calc(-1 * (25px / 2 + 6px / 2));
1573
+ top: -70px;
1574
+ padding: 0;
1575
+ }
1576
+ @media only screen and (max-width: 1399.98px) {
1577
+ .e-pv-insert-right-button.e-btn {
1578
+ top: -70px;
1579
+ }
1580
+ }
1581
+ @media only screen and (max-width: 1199.98px) {
1582
+ .e-pv-insert-right-button.e-btn {
1583
+ top: -70px;
1584
+ }
1585
+ }
1586
+ @media only screen and (max-width: 991.98px) {
1587
+ .e-pv-insert-right-button.e-btn {
1588
+ top: -70px;
1589
+ }
1590
+ }
1591
+ @media only screen and (max-width: 767.98px) {
1592
+ .e-pv-insert-right-button.e-btn {
1593
+ top: -70px;
1594
+ }
1595
+ }
1596
+ @media only screen and (max-width: 575.98px) {
1597
+ .e-pv-insert-right-button.e-btn {
1598
+ top: -70px;
1599
+ }
1600
+ }
1601
+
1602
+ .e-pv-toolbar-rotate-left-button {
1603
+ height: 32px;
1604
+ width: 32px;
1605
+ padding: 0;
1606
+ top: 7px;
1607
+ position: relative;
1608
+ left: 436px;
1609
+ box-shadow: none;
1610
+ }
1611
+
1612
+ .e-pv-toolbar-rotate-right-button {
1613
+ height: 32px;
1614
+ width: 32px;
1615
+ padding: 0;
1616
+ top: 7px;
1617
+ position: relative;
1618
+ left: 445px;
1619
+ box-shadow: none;
1620
+ }
1621
+
1622
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1623
+ padding: 0;
1624
+ overflow: hidden;
1625
+ border-radius: 0;
1626
+ }
1627
+
1628
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1629
+ width: 1172px;
1630
+ border: 1px solid #d0d0d0;
1631
+ border-width: 1px 0;
1632
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1633
+ }
1634
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1635
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1636
+ }
1637
+
1638
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1639
+ margin-left: 22px;
1640
+ margin-right: 8px;
1641
+ text-wrap: nowrap;
1642
+ }
1643
+
1644
+ @media screen and (max-width: 480px) {
1645
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1646
+ width: 35px;
1647
+ margin-left: 22px;
1648
+ }
1649
+ }
1356
1650
  .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1357
1651
  .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1358
1652
  background: #eaeaea;
@@ -1438,9 +1732,8 @@ input.e-pv-input-password::-ms-reveal {
1438
1732
  .e-pv-thumbnail-number {
1439
1733
  color: #333;
1440
1734
  font-family: Roboto;
1441
- padding-left: 50px;
1442
- padding-right: 50px;
1443
1735
  padding-top: 8px;
1736
+ text-align: center;
1444
1737
  }
1445
1738
 
1446
1739
  .e-pv-thumbnail-selection-ring {
@@ -1925,10 +2218,30 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1925
2218
  width: 32px;
1926
2219
  }
1927
2220
 
2221
+ .e-pv-organize-total-page-button {
2222
+ float: left;
2223
+ font-weight: normal;
2224
+ color: rgba(0, 0, 0, 0.87);
2225
+ font-size: 12;
2226
+ }
2227
+
2228
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2229
+ background-color: transparent;
2230
+ background: transparent;
2231
+ color: rgba(0, 0, 0, 0.87);
2232
+ cursor: default;
2233
+ }
2234
+
1928
2235
  .e-pv-annotation-thickness-slider-container {
1929
2236
  margin-top: -6px;
1930
2237
  }
1931
2238
 
2239
+ .e-pv-organize-image {
2240
+ width: calc(100% - 12px);
2241
+ height: calc(100% - 12px);
2242
+ border: 1px solid #d0d0d0;
2243
+ }
2244
+
1932
2245
  .e-pv-annotation-opacity-icon {
1933
2246
  padding-top: 1px;
1934
2247
  }
@@ -2166,8 +2479,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2166
2479
  .e-pv-properties-line-stroke-color-label,
2167
2480
  .e-pv-properties-line-opacity-label,
2168
2481
  .e-pv-properties-line-leader-length-label {
2169
- margin-bottom: 8px;
2170
2482
  font-size: 14px;
2483
+ margin-bottom: 8px;
2171
2484
  }
2172
2485
 
2173
2486
  .e-pv-properties-line-end-container,
@@ -2397,6 +2710,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2397
2710
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2398
2711
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2399
2712
  margin-right: 10px;
2713
+ font-size: 14px;
2400
2714
  }
2401
2715
 
2402
2716
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -2628,17 +2942,21 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2628
2942
  padding-left: 32px;
2629
2943
  padding-top: 5px;
2630
2944
  font-size: 14px;
2631
- max-width: 237px;
2945
+ color: #666;
2632
2946
  position: absolute;
2947
+ overflow: hidden;
2948
+ text-overflow: ellipsis;
2633
2949
  }
2634
2950
 
2635
2951
  .e-pv-reply-title {
2636
2952
  color: rgba(51, 51, 51, 0.6);
2637
2953
  font-size: 14px;
2638
- max-width: 212px;
2954
+ color: #666;
2639
2955
  padding-left: 8px;
2640
2956
  padding-top: 5px;
2641
2957
  position: absolute;
2958
+ overflow: hidden;
2959
+ text-overflow: ellipsis;
2642
2960
  }
2643
2961
 
2644
2962
  .e-pv-comments-hover {
@@ -2754,8 +3072,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2754
3072
  }
2755
3073
 
2756
3074
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
2757
- margin-top: 10px;
2758
3075
  padding-bottom: 1px;
3076
+ margin-top: 10px;
2759
3077
  }
2760
3078
 
2761
3079
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -2847,12 +3165,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2847
3165
  border-radius: 5px;
2848
3166
  display: inline-block;
2849
3167
  font-size: 13px;
2850
- height: 88px;
2851
- margin: 15px;
2852
3168
  padding-top: 40px;
2853
3169
  text-align: center;
2854
- width: 311px;
2855
3170
  word-wrap: break-word;
3171
+ height: 88px;
3172
+ width: 311px;
3173
+ margin: 15px;
2856
3174
  }
2857
3175
 
2858
3176
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
@@ -1 +1,4 @@
1
- @import 'pdfviewer/fabric.scss';
1
+ @import 'ej2-base/styles/definition/fabric.scss';
2
+ @import 'pdfviewer/fabric-definition.scss';
3
+ @import 'pdfviewer/icons/fabric.scss';
4
+ @import 'pdfviewer/all.scss';