@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.es.js
CHANGED
|
@@ -5723,7 +5723,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
5723
5723
|
}
|
|
5724
5724
|
.signature-preview{
|
|
5725
5725
|
background: ${s["neutral-50"]};
|
|
5726
|
-
height:
|
|
5726
|
+
height: 120px;
|
|
5727
5727
|
display: flex;
|
|
5728
5728
|
justify-content: center;
|
|
5729
5729
|
align-items: center;
|
|
@@ -5731,8 +5731,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
5731
5731
|
padding: 16px;
|
|
5732
5732
|
}
|
|
5733
5733
|
.signature-preview img{
|
|
5734
|
-
height:
|
|
5735
|
-
scale: 1.5;
|
|
5734
|
+
height: 130px;
|
|
5736
5735
|
}
|
|
5737
5736
|
.text-error{
|
|
5738
5737
|
color: ${s["error-500"]};
|