@medicus.ai/medicus-report-pdf-generator 1.0.258 → 1.0.260
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.
|
@@ -174,7 +174,7 @@ img {
|
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
.avatar-td-1 {
|
|
177
|
-
font-size:
|
|
177
|
+
font-size: 11px;
|
|
178
178
|
float: left;
|
|
179
179
|
width: 63%;
|
|
180
180
|
color: #3B3B3B;
|
|
@@ -209,7 +209,7 @@ img {
|
|
|
209
209
|
|
|
210
210
|
/*personal details*/
|
|
211
211
|
.first-section-scores {
|
|
212
|
-
margin-top:
|
|
212
|
+
margin-top: 25px;
|
|
213
213
|
float: left;
|
|
214
214
|
}
|
|
215
215
|
|
|
@@ -615,7 +615,8 @@ span.speedometer-value-down {
|
|
|
615
615
|
line-height: 14px;
|
|
616
616
|
}
|
|
617
617
|
.de .tips-text{
|
|
618
|
-
font-size:
|
|
618
|
+
font-size: 7px;
|
|
619
|
+
line-height: 11px;
|
|
619
620
|
}
|
|
620
621
|
|
|
621
622
|
.tip-title {
|
|
@@ -671,7 +672,7 @@ span.speedometer-value-down {
|
|
|
671
672
|
.print-page-footer {
|
|
672
673
|
width: 100%;
|
|
673
674
|
float: left;
|
|
674
|
-
margin-top:
|
|
675
|
+
margin-top: 20px;
|
|
675
676
|
padding: 0;
|
|
676
677
|
box-sizing: border-box;
|
|
677
678
|
}
|
|
@@ -291,10 +291,6 @@
|
|
|
291
291
|
"message": "Der Affe ist lebenslustig und optimistisch, wohl wissend, was ein erfülltes und gesundes Leben ausmacht. Mit Leichtigkeit jongliert der Affe Vergnügen, Vernunft und Selbstfürsorge und erntet dafür viel Bewunderung.",
|
|
292
292
|
"description": "Shows on Result page"
|
|
293
293
|
},
|
|
294
|
-
"predictionsDesc":{
|
|
295
|
-
"message": "Oje, das war wohl nichts - du hast {$val} richtig. Wir höchste Zeit die eigenen Stärken zu kennen! Hier sind deine Ergebnisse",
|
|
296
|
-
"description" : "Shows on Result page"
|
|
297
|
-
},
|
|
298
294
|
"predictionsDesc2": {
|
|
299
295
|
"message": "Nicht schlecht, du hast {$val} richtig! Da ist wohl die eine oder andere Überraschung für dich dabei. Hier sind deine Ergebnisse",
|
|
300
296
|
"description": "Shows on Result page"
|
|
@@ -302,5 +298,9 @@
|
|
|
302
298
|
"predictionsDesc3": {
|
|
303
299
|
"message": "Gut gemacht, du hast {$val} richtig! Du weißt genau wo deine Stärken liegen. Hier sind deine Ergebnisse",
|
|
304
300
|
"description": "Shows on Result page"
|
|
305
|
-
}
|
|
301
|
+
},
|
|
302
|
+
"": "",
|
|
303
|
+
"Desc": "Desc",
|
|
304
|
+
"Details": "Details",
|
|
305
|
+
"SUPERPOWER-msg": "SUPERPOWER-msg"
|
|
306
306
|
}
|
package/package.json
CHANGED