@secondstaxorg/sscomp 1.9.79 → 1.9.81
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/index.es.js +2 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -3
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.min.js
CHANGED
|
@@ -5724,7 +5724,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
5724
5724
|
}
|
|
5725
5725
|
.signature-preview{
|
|
5726
5726
|
background: ${o["neutral-50"]};
|
|
5727
|
-
height:
|
|
5727
|
+
height: 120px;
|
|
5728
5728
|
display: flex;
|
|
5729
5729
|
justify-content: center;
|
|
5730
5730
|
align-items: center;
|
|
@@ -5732,8 +5732,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
5732
5732
|
padding: 16px;
|
|
5733
5733
|
}
|
|
5734
5734
|
.signature-preview img{
|
|
5735
|
-
height:
|
|
5736
|
-
scale: 1.5;
|
|
5735
|
+
height: 130px;
|
|
5737
5736
|
}
|
|
5738
5737
|
.text-error{
|
|
5739
5738
|
color: ${o["error-500"]};
|