project-booster-vue 10.18.0 → 10.18.1
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 +1 -1
- package/src/components/scenario/PbScenario.vue +2 -2
- package/src/components/scenario/__snapshots__/storyshots-puppeteer-test-puppeteer-ts-image-storyshots-project-booster-scenario-pb-scenario-/360/237/246/240-features-skippable-answers-skippable-event-with-default-answer-1-snap.png +0 -0
- package/src/components/scenario/__snapshots__/storyshots-puppeteer-test-puppeteer-ts-image-storyshots-project-booster-scenario-pb-scenario-/360/237/246/240-features-skippable-answers-skippable-event-with-empty-array-1-snap.png +0 -0
- package/src/components/scenario/__snapshots__/storyshots-puppeteer-test-puppeteer-ts-image-storyshots-project-booster-scenario-pb-scenario-/360/237/246/240-features-skippable-answers-skippable-without-event-1-snap.png +0 -0
package/package.json
CHANGED
|
@@ -802,7 +802,7 @@ $slide-sticky-bottom-animation-delay: $slide-animation-duration + 0.45s;
|
|
|
802
802
|
|
|
803
803
|
@include set-from-screen($responsive-breakpoint) {
|
|
804
804
|
width: 720px;
|
|
805
|
-
margin:
|
|
805
|
+
margin: 0 auto;
|
|
806
806
|
|
|
807
807
|
&.auto {
|
|
808
808
|
width: auto;
|
|
@@ -811,7 +811,7 @@ $slide-sticky-bottom-animation-delay: $slide-animation-duration + 0.45s;
|
|
|
811
811
|
|
|
812
812
|
&__before-step {
|
|
813
813
|
width: 100%;
|
|
814
|
-
margin:
|
|
814
|
+
margin: 7.5rem auto 0;
|
|
815
815
|
}
|
|
816
816
|
}
|
|
817
817
|
|