project-booster-vue 9.44.1 → 9.44.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "9.44.1",
3
+ "version": "9.44.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -284,7 +284,7 @@
284
284
  class="pb-question__dialog-help"
285
285
  v-model:show-dialog="displayDialogHelp"
286
286
  width="771px"
287
- height="492px"
287
+ height="512px"
288
288
  maxHeight="100vh"
289
289
  >
290
290
  <template #header v-if="helpDialog">
@@ -1277,15 +1277,21 @@ $answers-apparition-duration: '0.5s';
1277
1277
  .pb-question {
1278
1278
  &__dialog-help {
1279
1279
  &__title {
1280
- padding: $mu250 $mu250 0 $mu250;
1281
- @include set-font-scale('06', 'm');
1280
+ padding: $mu250 $mu250 $mu050 $mu250;
1281
+
1282
+ h2 {
1283
+ @include set-font-scale('06', 'm');
1284
+ margin-bottom: 0;
1285
+ }
1282
1286
  }
1283
1287
 
1284
1288
  &__body {
1285
1289
  padding: 0 $mu250;
1286
1290
  @include set-font-scale('06', 'm');
1287
1291
  &__image {
1288
- background-size: cover;
1292
+ background-position: center;
1293
+ background-repeat: no-repeat;
1294
+ background-size: 100% auto;
1289
1295
  padding: 120px 0;
1290
1296
  }
1291
1297
  }
@@ -349,7 +349,7 @@ $responsive-breakpoint: 'm';
349
349
  &__title {
350
350
  @include set-font-face('semi-bold');
351
351
  @include set-font-scale('10', 's');
352
- padding: $mu100 0 $mu100 $mu025;
352
+ padding: $mu250 0 0 $mu100;
353
353
  text-align: left;
354
354
 
355
355
  &::after {
@@ -438,7 +438,7 @@ $responsive-breakpoint: 'm';
438
438
  background: $color-primary-01-100;
439
439
  border-radius: 4px;
440
440
  color: $color-grey-600;
441
- margin-top: 10px;
441
+ margin-bottom: 10px;
442
442
  padding: $mu075;
443
443
  position: relative;
444
444
  @include set-font-scale('05', 's');