project-booster-vue 9.35.0 → 9.35.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "9.35.0",
3
+ "version": "9.35.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -375,10 +375,6 @@ $responsive-breakpoint: 'm';
375
375
  &__back-button {
376
376
  justify-content: flex-start;
377
377
  margin-top: $mu200;
378
-
379
- @include set-from-screen($responsive-breakpoint) {
380
- margin-top: 0;
381
- }
382
378
  }
383
379
 
384
380
  &--fade {