@syncfusion/ej2-pdfviewer 17.3.58-4568 → 17.3.60-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.
- package/dist/ej2-pdfviewer.umd.min.js +1 -1
- package/dist/ej2-pdfviewer.umd.min.js.map +1 -1
- package/dist/es6/ej2-pdfviewer.es2015.js +64 -49
- package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
- package/dist/es6/ej2-pdfviewer.es5.js +64 -49
- package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/pdfviewer/annotation/annotation.js +3 -0
- package/src/pdfviewer/annotation/text-markup-annotation.js +8 -2
- package/src/pdfviewer/base/pdfviewer-base.d.ts +2 -0
- package/src/pdfviewer/base/pdfviewer-base.js +36 -10
- package/src/pdfviewer/magnification/magnification.d.ts +0 -1
- package/src/pdfviewer/magnification/magnification.js +14 -37
- package/src/pdfviewer/pdfviewer-model.d.ts +7 -0
- package/src/pdfviewer/pdfviewer.d.ts +6 -0
- package/src/pdfviewer/pdfviewer.js +3 -0
- package/styles/bootstrap-dark.css +10 -6
- package/styles/bootstrap-dark.scss +4 -1
- package/styles/bootstrap.css +10 -6
- package/styles/bootstrap.scss +4 -1
- package/styles/bootstrap4.css +10 -6
- package/styles/bootstrap4.scss +4 -1
- package/styles/bootstrap5-dark.css +15 -8
- package/styles/bootstrap5-dark.scss +4 -1
- package/styles/bootstrap5.css +15 -8
- package/styles/bootstrap5.scss +4 -1
- package/styles/fabric-dark.css +10 -6
- package/styles/fabric-dark.scss +4 -1
- package/styles/fabric.css +10 -6
- package/styles/fabric.scss +4 -1
- package/styles/fluent-dark.css +10 -6
- package/styles/fluent-dark.scss +4 -1
- package/styles/fluent.css +10 -6
- package/styles/fluent.scss +4 -1
- package/styles/fluent2.css +5008 -0
- package/styles/fluent2.scss +4 -0
- package/styles/highcontrast-light.css +10 -6
- package/styles/highcontrast-light.scss +4 -1
- package/styles/highcontrast.css +10 -6
- package/styles/highcontrast.scss +4 -1
- package/styles/material-dark.css +10 -6
- package/styles/material-dark.scss +4 -1
- package/styles/material.css +10 -6
- package/styles/material.scss +4 -1
- package/styles/material3-dark.css +12 -9
- package/styles/material3-dark.scss +4 -1
- package/styles/material3.css +12 -9
- package/styles/material3.scss +4 -1
- package/styles/pdfviewer/_bootstrap5.3-definition.scss +540 -0
- package/styles/pdfviewer/_fluent2-definition.scss +45 -44
- package/styles/pdfviewer/_theme.scss +461 -36
- package/styles/pdfviewer/bootstrap-dark.css +10 -6
- package/styles/pdfviewer/bootstrap.css +10 -6
- package/styles/pdfviewer/bootstrap4.css +10 -6
- package/styles/pdfviewer/bootstrap5-dark.css +15 -8
- package/styles/pdfviewer/bootstrap5.css +15 -8
- package/styles/pdfviewer/fabric-dark.css +10 -6
- package/styles/pdfviewer/fabric.css +10 -6
- package/styles/pdfviewer/fluent-dark.css +10 -6
- package/styles/pdfviewer/fluent.css +10 -6
- package/styles/pdfviewer/fluent2.css +5008 -0
- package/styles/pdfviewer/fluent2.scss +4 -0
- package/styles/pdfviewer/highcontrast-light.css +10 -6
- package/styles/pdfviewer/highcontrast.css +10 -6
- package/styles/pdfviewer/icons/_bootstrap5.3.scss +509 -0
- package/styles/pdfviewer/icons/_bootstrap5.scss +0 -2
- package/styles/pdfviewer/icons/_fluent2.scss +510 -0
- package/styles/pdfviewer/material-dark.css +10 -6
- package/styles/pdfviewer/material.css +10 -6
- package/styles/pdfviewer/material3-dark.css +12 -9
- package/styles/pdfviewer/material3.css +12 -9
- package/styles/pdfviewer/tailwind-dark.css +10 -6
- package/styles/pdfviewer/tailwind.css +10 -6
- package/styles/tailwind-dark.css +10 -6
- package/styles/tailwind-dark.scss +4 -1
- package/styles/tailwind.css +10 -6
- package/styles/tailwind.scss +4 -1
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
--color-sf-on-warning: 99, 52, 0;
|
|
101
101
|
--color-sf-on-warning-container: 255, 220, 193;
|
|
102
102
|
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
103
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #
|
|
103
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
104
104
|
--color-sf-success-text: 0, 0, 0;
|
|
105
105
|
--color-sf-warning-text: 0, 0, 0;
|
|
106
106
|
--color-sf-info-text: 0, 0, 0;
|
|
@@ -1129,6 +1129,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1129
1129
|
padding: 0;
|
|
1130
1130
|
}
|
|
1131
1131
|
|
|
1132
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1133
|
+
width: 100px;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1132
1136
|
.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),
|
|
1133
1137
|
.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),
|
|
1134
1138
|
.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),
|
|
@@ -2317,9 +2321,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2317
2321
|
|
|
2318
2322
|
.e-pv-organize-total-page-button {
|
|
2319
2323
|
float: left;
|
|
2320
|
-
font-size: 12;
|
|
2321
2324
|
font-weight: normal;
|
|
2322
2325
|
color: rgba(var(--color-sf-on-surface));
|
|
2326
|
+
font-size: 12;
|
|
2323
2327
|
}
|
|
2324
2328
|
|
|
2325
2329
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2583,9 +2587,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2583
2587
|
.e-pv-properties-line-stroke-color-label,
|
|
2584
2588
|
.e-pv-properties-line-opacity-label,
|
|
2585
2589
|
.e-pv-properties-line-leader-length-label {
|
|
2586
|
-
margin-bottom: 8px;
|
|
2587
2590
|
font-size: 10px;
|
|
2588
2591
|
margin-bottom: 0;
|
|
2592
|
+
margin-bottom: 8px;
|
|
2589
2593
|
}
|
|
2590
2594
|
|
|
2591
2595
|
.e-pv-properties-line-end-container,
|
|
@@ -2873,12 +2877,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2873
2877
|
}
|
|
2874
2878
|
|
|
2875
2879
|
.e-pv-reply-div.e-pv-comments-leave.e-focused {
|
|
2876
|
-
border: 0 0 0 1px #
|
|
2880
|
+
border: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
2877
2881
|
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
2878
2882
|
}
|
|
2879
2883
|
|
|
2880
2884
|
.e-pv-comments-div.e-focused {
|
|
2881
|
-
border: 0 0 0 1px #
|
|
2885
|
+
border: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
2882
2886
|
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
2883
2887
|
}
|
|
2884
2888
|
|
|
@@ -3203,7 +3207,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3203
3207
|
}
|
|
3204
3208
|
|
|
3205
3209
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3206
|
-
margin-top: 10px;
|
|
3207
3210
|
padding-bottom: 5px;
|
|
3208
3211
|
margin-top: 12px;
|
|
3209
3212
|
}
|
|
@@ -3269,12 +3272,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3269
3272
|
border-radius: 5px;
|
|
3270
3273
|
display: inline-block;
|
|
3271
3274
|
font-size: 13px;
|
|
3272
|
-
height: 88px;
|
|
3273
|
-
margin: 15px;
|
|
3274
3275
|
padding-top: 40px;
|
|
3275
3276
|
text-align: center;
|
|
3276
|
-
width: 311px;
|
|
3277
3277
|
word-wrap: break-word;
|
|
3278
|
+
height: 88px;
|
|
3279
|
+
width: 311px;
|
|
3280
|
+
margin: 15px;
|
|
3278
3281
|
border: 1px dashed rgba(var(--color-sf-primary));
|
|
3279
3282
|
border-radius: 4px;
|
|
3280
3283
|
background: var(--color-sf-surface);
|
|
@@ -1020,6 +1020,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1020
1020
|
padding: 0;
|
|
1021
1021
|
}
|
|
1022
1022
|
|
|
1023
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1024
|
+
width: 100px;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1023
1027
|
.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),
|
|
1024
1028
|
.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),
|
|
1025
1029
|
.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),
|
|
@@ -2219,9 +2223,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2219
2223
|
|
|
2220
2224
|
.e-pv-organize-total-page-button {
|
|
2221
2225
|
float: left;
|
|
2222
|
-
font-size: 12;
|
|
2223
2226
|
font-weight: normal;
|
|
2224
2227
|
color: #fff;
|
|
2228
|
+
font-size: 12;
|
|
2225
2229
|
}
|
|
2226
2230
|
|
|
2227
2231
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2478,8 +2482,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2478
2482
|
.e-pv-properties-line-stroke-color-label,
|
|
2479
2483
|
.e-pv-properties-line-opacity-label,
|
|
2480
2484
|
.e-pv-properties-line-leader-length-label {
|
|
2481
|
-
margin-bottom: 8px;
|
|
2482
2485
|
font-size: 14px;
|
|
2486
|
+
margin-bottom: 8px;
|
|
2483
2487
|
}
|
|
2484
2488
|
|
|
2485
2489
|
.e-pv-properties-line-end-container,
|
|
@@ -3079,8 +3083,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3079
3083
|
}
|
|
3080
3084
|
|
|
3081
3085
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3082
|
-
margin-top: 10px;
|
|
3083
3086
|
padding-bottom: 1px;
|
|
3087
|
+
margin-top: 10px;
|
|
3084
3088
|
}
|
|
3085
3089
|
|
|
3086
3090
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3172,12 +3176,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3172
3176
|
border-radius: 5px;
|
|
3173
3177
|
display: inline-block;
|
|
3174
3178
|
font-size: 13px;
|
|
3175
|
-
height: 88px;
|
|
3176
|
-
margin: 15px;
|
|
3177
3179
|
padding-top: 40px;
|
|
3178
3180
|
text-align: center;
|
|
3179
|
-
width: 311px;
|
|
3180
3181
|
word-wrap: break-word;
|
|
3182
|
+
height: 88px;
|
|
3183
|
+
width: 311px;
|
|
3184
|
+
margin: 15px;
|
|
3181
3185
|
}
|
|
3182
3186
|
|
|
3183
3187
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
|
@@ -1021,6 +1021,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1021
1021
|
padding: 0;
|
|
1022
1022
|
}
|
|
1023
1023
|
|
|
1024
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1025
|
+
width: 100px;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1024
1028
|
.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),
|
|
1025
1029
|
.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),
|
|
1026
1030
|
.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),
|
|
@@ -2220,9 +2224,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2220
2224
|
|
|
2221
2225
|
.e-pv-organize-total-page-button {
|
|
2222
2226
|
float: left;
|
|
2223
|
-
font-size: 12;
|
|
2224
2227
|
font-weight: normal;
|
|
2225
2228
|
color: #111827;
|
|
2229
|
+
font-size: 12;
|
|
2226
2230
|
}
|
|
2227
2231
|
|
|
2228
2232
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2479,8 +2483,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2479
2483
|
.e-pv-properties-line-stroke-color-label,
|
|
2480
2484
|
.e-pv-properties-line-opacity-label,
|
|
2481
2485
|
.e-pv-properties-line-leader-length-label {
|
|
2482
|
-
margin-bottom: 8px;
|
|
2483
2486
|
font-size: 14px;
|
|
2487
|
+
margin-bottom: 8px;
|
|
2484
2488
|
}
|
|
2485
2489
|
|
|
2486
2490
|
.e-pv-properties-line-end-container,
|
|
@@ -3080,8 +3084,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3080
3084
|
}
|
|
3081
3085
|
|
|
3082
3086
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3083
|
-
margin-top: 10px;
|
|
3084
3087
|
padding-bottom: 1px;
|
|
3088
|
+
margin-top: 10px;
|
|
3085
3089
|
}
|
|
3086
3090
|
|
|
3087
3091
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3173,12 +3177,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3173
3177
|
border-radius: 5px;
|
|
3174
3178
|
display: inline-block;
|
|
3175
3179
|
font-size: 13px;
|
|
3176
|
-
height: 88px;
|
|
3177
|
-
margin: 15px;
|
|
3178
3180
|
padding-top: 40px;
|
|
3179
3181
|
text-align: center;
|
|
3180
|
-
width: 311px;
|
|
3181
3182
|
word-wrap: break-word;
|
|
3183
|
+
height: 88px;
|
|
3184
|
+
width: 311px;
|
|
3185
|
+
margin: 15px;
|
|
3182
3186
|
}
|
|
3183
3187
|
|
|
3184
3188
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1020,6 +1020,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1020
1020
|
padding: 0;
|
|
1021
1021
|
}
|
|
1022
1022
|
|
|
1023
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1024
|
+
width: 100px;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1023
1027
|
.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),
|
|
1024
1028
|
.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),
|
|
1025
1029
|
.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),
|
|
@@ -2219,9 +2223,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2219
2223
|
|
|
2220
2224
|
.e-pv-organize-total-page-button {
|
|
2221
2225
|
float: left;
|
|
2222
|
-
font-size: 12;
|
|
2223
2226
|
font-weight: normal;
|
|
2224
2227
|
color: #fff;
|
|
2228
|
+
font-size: 12;
|
|
2225
2229
|
}
|
|
2226
2230
|
|
|
2227
2231
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2478,8 +2482,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2478
2482
|
.e-pv-properties-line-stroke-color-label,
|
|
2479
2483
|
.e-pv-properties-line-opacity-label,
|
|
2480
2484
|
.e-pv-properties-line-leader-length-label {
|
|
2481
|
-
margin-bottom: 8px;
|
|
2482
2485
|
font-size: 14px;
|
|
2486
|
+
margin-bottom: 8px;
|
|
2483
2487
|
}
|
|
2484
2488
|
|
|
2485
2489
|
.e-pv-properties-line-end-container,
|
|
@@ -3079,8 +3083,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3079
3083
|
}
|
|
3080
3084
|
|
|
3081
3085
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3082
|
-
margin-top: 10px;
|
|
3083
3086
|
padding-bottom: 1px;
|
|
3087
|
+
margin-top: 10px;
|
|
3084
3088
|
}
|
|
3085
3089
|
|
|
3086
3090
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3172,12 +3176,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3172
3176
|
border-radius: 5px;
|
|
3173
3177
|
display: inline-block;
|
|
3174
3178
|
font-size: 13px;
|
|
3175
|
-
height: 88px;
|
|
3176
|
-
margin: 15px;
|
|
3177
3179
|
padding-top: 40px;
|
|
3178
3180
|
text-align: center;
|
|
3179
|
-
width: 311px;
|
|
3180
3181
|
word-wrap: break-word;
|
|
3182
|
+
height: 88px;
|
|
3183
|
+
width: 311px;
|
|
3184
|
+
margin: 15px;
|
|
3181
3185
|
}
|
|
3182
3186
|
|
|
3183
3187
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
package/styles/tailwind.css
CHANGED
|
@@ -1021,6 +1021,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1021
1021
|
padding: 0;
|
|
1022
1022
|
}
|
|
1023
1023
|
|
|
1024
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1025
|
+
width: 100px;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1024
1028
|
.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),
|
|
1025
1029
|
.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),
|
|
1026
1030
|
.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),
|
|
@@ -2220,9 +2224,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2220
2224
|
|
|
2221
2225
|
.e-pv-organize-total-page-button {
|
|
2222
2226
|
float: left;
|
|
2223
|
-
font-size: 12;
|
|
2224
2227
|
font-weight: normal;
|
|
2225
2228
|
color: #111827;
|
|
2229
|
+
font-size: 12;
|
|
2226
2230
|
}
|
|
2227
2231
|
|
|
2228
2232
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2479,8 +2483,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2479
2483
|
.e-pv-properties-line-stroke-color-label,
|
|
2480
2484
|
.e-pv-properties-line-opacity-label,
|
|
2481
2485
|
.e-pv-properties-line-leader-length-label {
|
|
2482
|
-
margin-bottom: 8px;
|
|
2483
2486
|
font-size: 14px;
|
|
2487
|
+
margin-bottom: 8px;
|
|
2484
2488
|
}
|
|
2485
2489
|
|
|
2486
2490
|
.e-pv-properties-line-end-container,
|
|
@@ -3080,8 +3084,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3080
3084
|
}
|
|
3081
3085
|
|
|
3082
3086
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3083
|
-
margin-top: 10px;
|
|
3084
3087
|
padding-bottom: 1px;
|
|
3088
|
+
margin-top: 10px;
|
|
3085
3089
|
}
|
|
3086
3090
|
|
|
3087
3091
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3173,12 +3177,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3173
3177
|
border-radius: 5px;
|
|
3174
3178
|
display: inline-block;
|
|
3175
3179
|
font-size: 13px;
|
|
3176
|
-
height: 88px;
|
|
3177
|
-
margin: 15px;
|
|
3178
3180
|
padding-top: 40px;
|
|
3179
3181
|
text-align: center;
|
|
3180
|
-
width: 311px;
|
|
3181
3182
|
word-wrap: break-word;
|
|
3183
|
+
height: 88px;
|
|
3184
|
+
width: 311px;
|
|
3185
|
+
margin: 15px;
|
|
3182
3186
|
}
|
|
3183
3187
|
|
|
3184
3188
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
package/styles/tailwind.scss
CHANGED