@wizishop/wizi-block 4.2.32-beta → 4.2.35-beta

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.
Files changed (60) hide show
  1. package/bundles/wizishop-wizi-block.umd.js +320 -364
  2. package/bundles/wizishop-wizi-block.umd.js.map +1 -1
  3. package/bundles/wizishop-wizi-block.umd.min.js +1 -1
  4. package/bundles/wizishop-wizi-block.umd.min.js.map +1 -1
  5. package/esm2015/lib/services/blocks/images/images-banner.service.js +2 -2
  6. package/esm2015/lib/services/blocks/images/images-simple.service.js +2 -2
  7. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-simple.service.js +2 -2
  8. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-banner.service.js +2 -2
  9. package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-txt.service.js +2 -2
  10. package/esm2015/lib/shared/components/editorjs/editorjs.component.js +21 -12
  11. package/esm2015/lib/shared/components/editorjs/tools/inline/bold-tool.component.js +1 -1
  12. package/esm2015/lib/shared/components/editorjs/tools/inline/capitalize-tool.component.js +1 -1
  13. package/esm2015/lib/shared/components/editorjs/tools/inline/italic-tool.component.js +1 -1
  14. package/esm2015/lib/shared/components/editorjs/tools/inline/link-tool.component.js +1 -1
  15. package/esm2015/lib/shared/components/editorjs/tools/inline/strike-tool.component.js +1 -1
  16. package/esm2015/lib/shared/components/editorjs/tools/inline/subscript-tool.component.js +1 -1
  17. package/esm2015/lib/shared/components/editorjs/tools/inline/superscript-tool.component.js +1 -1
  18. package/esm2015/lib/shared/components/editorjs/tools/inline/tool-type/inline-style-tool.component.js +105 -64
  19. package/esm2015/lib/shared/components/editorjs/tools/inline/tool-type/text-tool.component.js +1 -18
  20. package/esm2015/lib/shared/components/editorjs/tools/inline/underline-tool.component.js +1 -1
  21. package/esm2015/lib/shared/components/editorjs/tools/paragraph/ordered-list-tool.component.js +2 -2
  22. package/esm2015/lib/shared/components/editorjs/tools/paragraph/quote-tool.component.js +2 -2
  23. package/esm2015/lib/shared/components/editorjs/tools/paragraph/text-align-tool.component.js +2 -2
  24. package/esm2015/lib/shared/components/editorjs/tools/paragraph/text-type-tool.component.js +2 -2
  25. package/esm2015/lib/shared/components/editorjs/tools/paragraph/tool-type/paragraph-style-tool.component.js +2 -18
  26. package/esm2015/lib/shared/components/editorjs/tools/paragraph/tool-type/text-edition.component.js +1 -1
  27. package/esm2015/lib/shared/components/editorjs/tools/paragraph/unordered-list-tool.component.js +2 -2
  28. package/esm2015/lib/shared/components/editorjs/tools/utils/editorjs-tool.component.js +8 -1
  29. package/esm2015/lib/shared/components/quill/quill.component.js +2 -1
  30. package/esm2015/lib/structures/map/background-form-left/map-background-form-left.component.js +32 -41
  31. package/esm2015/lib/structures/map/background-form-right/map-background-form-right.component.js +32 -41
  32. package/esm2015/lib/structures/map/fullpage/map-fullpage.component.js +32 -43
  33. package/esm2015/lib/structures/map/left-text/map-left-text.component.js +30 -41
  34. package/esm2015/lib/structures/map/right-text/map-right-text.component.js +30 -41
  35. package/esm2015/lib/structures/map/text-form/map-text-form.component.js +32 -43
  36. package/esm2015/lib/structures/structures.module.js +3 -1
  37. package/fesm2015/wizishop-wizi-block.js +328 -355
  38. package/fesm2015/wizishop-wizi-block.js.map +1 -1
  39. package/lib/shared/components/editorjs/editorjs.component.d.ts +1 -0
  40. package/lib/shared/components/editorjs/tools/inline/bold-tool.component.d.ts +1 -1
  41. package/lib/shared/components/editorjs/tools/inline/capitalize-tool.component.d.ts +1 -1
  42. package/lib/shared/components/editorjs/tools/inline/italic-tool.component.d.ts +1 -1
  43. package/lib/shared/components/editorjs/tools/inline/link-tool.component.d.ts +1 -1
  44. package/lib/shared/components/editorjs/tools/inline/strike-tool.component.d.ts +1 -1
  45. package/lib/shared/components/editorjs/tools/inline/subscript-tool.component.d.ts +1 -1
  46. package/lib/shared/components/editorjs/tools/inline/superscript-tool.component.d.ts +1 -1
  47. package/lib/shared/components/editorjs/tools/inline/tool-type/inline-style-tool.component.d.ts +2 -0
  48. package/lib/shared/components/editorjs/tools/inline/tool-type/text-tool.component.d.ts +0 -1
  49. package/lib/shared/components/editorjs/tools/inline/underline-tool.component.d.ts +1 -1
  50. package/lib/shared/components/editorjs/tools/paragraph/tool-type/paragraph-style-tool.component.d.ts +0 -1
  51. package/lib/shared/components/editorjs/tools/utils/editorjs-tool.component.d.ts +2 -0
  52. package/lib/structures/map/background-form-left/map-background-form-left.component.d.ts +8 -6
  53. package/lib/structures/map/background-form-right/map-background-form-right.component.d.ts +8 -6
  54. package/lib/structures/map/fullpage/map-fullpage.component.d.ts +7 -5
  55. package/lib/structures/map/left-text/map-left-text.component.d.ts +7 -5
  56. package/lib/structures/map/right-text/map-right-text.component.d.ts +7 -5
  57. package/lib/structures/map/text-form/map-text-form.component.d.ts +8 -6
  58. package/package.json +1 -1
  59. package/wizi-block.scss +35 -30
  60. package/wizishop-wizi-block.metadata.json +1 -1
@@ -15,6 +15,7 @@ export declare class EditorJsComponent implements OnInit, OnDestroy {
15
15
  timeoutHandle: any;
16
16
  timeoutTextEditionHandle: any;
17
17
  onChangeTimeoutHandle: any;
18
+ editorInitialized: boolean;
18
19
  wrapperTags: string;
19
20
  constructor(translateService: TranslateService, editorJSConversionService: EditorJSConversionService, editorJSTranslationService: EditorJSTranslationService);
20
21
  ngOnInit(): Promise<void>;
@@ -5,7 +5,7 @@ export declare class BoldTool extends InlineStyleTool implements InlineTool {
5
5
  private readonly commandName;
6
6
  private readonly CSS;
7
7
  private nodes;
8
- private api;
8
+ api: any;
9
9
  private _state;
10
10
  tag: string;
11
11
  hasSeparatorBefore: boolean;
@@ -6,7 +6,7 @@ export declare class CapitalizeTool extends InlineStyleTool implements InlineToo
6
6
  private readonly commandName;
7
7
  private readonly CSS;
8
8
  private nodes;
9
- private api;
9
+ api: any;
10
10
  private _state;
11
11
  tag: string;
12
12
  style: StyleObject;
@@ -5,7 +5,7 @@ export declare class ItalicTool extends InlineStyleTool implements InlineTool {
5
5
  private readonly commandName;
6
6
  private readonly CSS;
7
7
  private nodes;
8
- private api;
8
+ api: any;
9
9
  private _state;
10
10
  tag: string;
11
11
  modifies: {
@@ -6,7 +6,7 @@ export declare class LinkTool extends InlineStyleTool implements InlineTool {
6
6
  private readonly commandName;
7
7
  private readonly CSS;
8
8
  private nodes;
9
- private api;
9
+ api: any;
10
10
  private _state;
11
11
  tag: string;
12
12
  hasSeparatorBefore: boolean;
@@ -5,7 +5,7 @@ export declare class StrikeTool extends InlineStyleTool implements InlineTool {
5
5
  private readonly commandName;
6
6
  private readonly CSS;
7
7
  private nodes;
8
- private api;
8
+ api: any;
9
9
  private _state;
10
10
  tag: string;
11
11
  modifies: {
@@ -5,7 +5,7 @@ export declare class SubscriptTool extends InlineStyleTool implements InlineTool
5
5
  private readonly commandName;
6
6
  private readonly CSS;
7
7
  private nodes;
8
- private api;
8
+ api: any;
9
9
  private _state;
10
10
  tag: string;
11
11
  modifies: {
@@ -5,7 +5,7 @@ export declare class SuperscriptTool extends InlineStyleTool implements InlineTo
5
5
  private readonly commandName;
6
6
  private readonly CSS;
7
7
  private nodes;
8
- private api;
8
+ api: any;
9
9
  private _state;
10
10
  tag: string;
11
11
  modifies: {
@@ -30,9 +30,11 @@ export declare abstract class InlineStyleTool extends EditorJSTool {
30
30
  private findStyleNode;
31
31
  private createElement;
32
32
  private removeChildrenClasses;
33
+ parentHasStyle(currentElement: HTMLElement, referenceElement: HTMLElement): boolean;
33
34
  private cleanupContainer;
34
35
  private hasNoAttributes;
35
36
  private identicalClassList;
37
+ private identicalAttributes;
36
38
  private identicalInlineStyle;
37
39
  private sortInlineStyle;
38
40
  private getInlineStyle;
@@ -17,5 +17,4 @@ export declare abstract class InlineTextTool extends InlineStyleTool {
17
17
  saveUserSelection(): void;
18
18
  resetUserSelection(): void;
19
19
  isDropdownFocusedOut($event: any): boolean;
20
- findParentModifier(element: HTMLElement): HTMLElement | null;
21
20
  }
@@ -6,7 +6,7 @@ export declare class UnderlineTool extends InlineStyleTool implements InlineTool
6
6
  private readonly commandName;
7
7
  private readonly CSS;
8
8
  private nodes;
9
- private api;
9
+ api: any;
10
10
  private _state;
11
11
  tag: string;
12
12
  style: StyleObject;
@@ -14,7 +14,6 @@ export declare abstract class ParagraphStyleTool extends EditorJSTool {
14
14
  private getCurrentParagraph;
15
15
  private changeContainerTag;
16
16
  private changeCurrentClass;
17
- findParentModifier(element: HTMLElement): HTMLElement | null;
18
17
  }
19
18
  export declare var listApi: any;
20
19
  export declare var listEditor: any;
@@ -10,6 +10,7 @@ export declare class AttributeObject {
10
10
  value: string;
11
11
  }
12
12
  export declare abstract class EditorJSTool {
13
+ api: any;
13
14
  parentEditor: HTMLDivElement;
14
15
  textContainers: string;
15
16
  currentSelection?: Selection;
@@ -25,6 +26,7 @@ export declare abstract class EditorJSTool {
25
26
  resetUserSelection(): void;
26
27
  collapseSelection(): void;
27
28
  findParentEditor(): HTMLDivElement | null;
29
+ findParentModifier(): HTMLElement | null;
28
30
  clear(): void;
29
31
  private getTextNodes;
30
32
  }
@@ -1,16 +1,19 @@
1
- import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
1
+ import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { StructuresComponent } from '../../structures.component';
3
3
  import { OpenMapDto } from '../../../dtos/apis/maps/open-map.dto';
4
4
  import { FormListDto } from '../../../dtos/apis/forms/form-list.dto';
5
5
  import { ApiService } from '../../../services/utils/api.service';
6
6
  import { MapBackgroundFormLeftDto } from '../../../dtos/blocks/map/map-background-form-left.dto';
7
7
  import { FormDetailDto } from '../../../dtos/apis/forms/form-detail.dto';
8
- export declare class MapBackgroundFormLeftComponent extends StructuresComponent<MapBackgroundFormLeftDto> implements OnInit, OnDestroy, AfterViewInit {
8
+ export declare class MapBackgroundFormLeftComponent extends StructuresComponent<MapBackgroundFormLeftDto> implements OnInit, OnDestroy {
9
9
  private apiService;
10
10
  input: ElementRef;
11
11
  address: string;
12
+ triggerAddress: string;
12
13
  center: any;
14
+ googleMapReturnElement: OpenMapDto;
13
15
  editPlaceMap: any;
16
+ firstTimeTrigger: boolean;
14
17
  options: {};
15
18
  layers: any[];
16
19
  showMap: boolean;
@@ -19,13 +22,12 @@ export declare class MapBackgroundFormLeftComponent extends StructuresComponent<
19
22
  selectedDetailForm: FormDetailDto[];
20
23
  constructor(apiService: ApiService);
21
24
  ngOnInit(): void;
22
- ngAfterViewInit(): void;
23
- setCoordinateOnPlaces(algoliaReturnElement: OpenMapDto): void;
24
- createEditAlgoliaInput(): void;
25
- selectThisForm(): void;
25
+ setCoordinateOnPlaces(googleResults: OpenMapDto): void;
26
+ handleAddressChange(event: any): void;
26
27
  /**
27
28
  * Avoid partial map loaded at the initialization
28
29
  * @param map
29
30
  */
30
31
  onMapReady(map: any): void;
32
+ selectThisForm(): void;
31
33
  }
@@ -1,16 +1,19 @@
1
- import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
1
+ import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { StructuresComponent } from '../../structures.component';
3
3
  import { OpenMapDto } from '../../../dtos/apis/maps/open-map.dto';
4
4
  import { FormListDto } from '../../../dtos/apis/forms/form-list.dto';
5
5
  import { ApiService } from '../../../services/utils/api.service';
6
6
  import { MapBackgroundFormRightDto } from '../../../dtos/blocks/map/map-background-form-right.dto';
7
7
  import { FormDetailDto } from '../../../dtos/apis/forms/form-detail.dto';
8
- export declare class MapBackgroundFormRightComponent extends StructuresComponent<MapBackgroundFormRightDto> implements OnInit, OnDestroy, AfterViewInit {
8
+ export declare class MapBackgroundFormRightComponent extends StructuresComponent<MapBackgroundFormRightDto> implements OnInit, OnDestroy {
9
9
  private apiService;
10
10
  input: ElementRef;
11
11
  address: string;
12
+ triggerAddress: string;
12
13
  center: any;
14
+ googleMapReturnElement: OpenMapDto;
13
15
  editPlaceMap: any;
16
+ firstTimeTrigger: boolean;
14
17
  options: {};
15
18
  layers: any[];
16
19
  showMap: boolean;
@@ -19,13 +22,12 @@ export declare class MapBackgroundFormRightComponent extends StructuresComponent
19
22
  selectedDetailForm: FormDetailDto[];
20
23
  constructor(apiService: ApiService);
21
24
  ngOnInit(): void;
22
- ngAfterViewInit(): void;
23
- setCoordinateOnPlaces(algoliaReturnElement: OpenMapDto): void;
24
- createEditAlgoliaInput(): void;
25
- selectThisForm(): void;
25
+ setCoordinateOnPlaces(googleResults: OpenMapDto): void;
26
+ handleAddressChange(event: any): void;
26
27
  /**
27
28
  * Avoid partial map loaded at the initialization
28
29
  * @param map
29
30
  */
30
31
  onMapReady(map: any): void;
32
+ selectThisForm(): void;
31
33
  }
@@ -1,22 +1,24 @@
1
- import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
2
1
  import { StructuresComponent } from '../../structures.component';
3
2
  import { MapFullpageDto } from '../../../dtos/blocks/map/map-fullpage.dto';
4
3
  import { ExternalConfigService } from '../../../services/utils/external-config.service';
5
4
  import { OpenMapDto } from '../../../dtos/apis/maps/open-map.dto';
6
- export declare class MapFullpageComponent extends StructuresComponent<MapFullpageDto> implements OnInit, OnDestroy, AfterViewInit {
5
+ import { ElementRef, OnInit } from '@angular/core';
6
+ export declare class MapFullpageComponent extends StructuresComponent<MapFullpageDto> implements OnInit {
7
7
  private externalConfigService;
8
8
  input: ElementRef;
9
9
  address: string;
10
+ triggerAddress: string;
10
11
  center: any;
12
+ googleMapReturnElement: OpenMapDto;
11
13
  editPlaceMap: any;
14
+ firstTimeTrigger: boolean;
12
15
  options: {};
13
16
  layers: any[];
14
17
  showMap: boolean;
15
18
  constructor(externalConfigService: ExternalConfigService);
16
19
  ngOnInit(): void;
17
- ngAfterViewInit(): void;
18
- setCoordinateOnPlaces(algoliaReturnElement: OpenMapDto): void;
19
- createEditAlgoliaInput(): void;
20
+ setCoordinateOnPlaces(googleResults: OpenMapDto): void;
21
+ handleAddressChange(event: any): void;
20
22
  /**
21
23
  * Avoid partial map loaded at the initialization
22
24
  * @param map
@@ -1,22 +1,24 @@
1
- import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
1
+ import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { StructuresComponent } from '../../structures.component';
3
3
  import { OpenMapDto } from '../../../dtos/apis/maps/open-map.dto';
4
4
  import { MapLeftTextDto } from '../../../dtos/blocks/map/map-left-text.dto';
5
5
  import { ExternalConfigService } from '../../../services/utils/external-config.service';
6
- export declare class MapLeftTextComponent extends StructuresComponent<MapLeftTextDto> implements OnInit, OnDestroy, AfterViewInit {
6
+ export declare class MapLeftTextComponent extends StructuresComponent<MapLeftTextDto> implements OnInit, OnDestroy {
7
7
  private externalConfigService;
8
8
  input: ElementRef;
9
9
  address: string;
10
+ triggerAddress: string;
10
11
  center: any;
12
+ googleMapReturnElement: OpenMapDto;
11
13
  editPlaceMap: any;
14
+ firstTimeTrigger: boolean;
12
15
  options: {};
13
16
  layers: any[];
14
17
  showMap: boolean;
15
18
  constructor(externalConfigService: ExternalConfigService);
16
19
  ngOnInit(): void;
17
- ngAfterViewInit(): void;
18
- setCoordinateOnPlaces(algoliaReturnElement: OpenMapDto): void;
19
- createEditAlgoliaInput(): void;
20
+ setCoordinateOnPlaces(googleResults: OpenMapDto): void;
21
+ handleAddressChange(event: any): void;
20
22
  /**
21
23
  * Avoid partial map loaded at the initialization
22
24
  * @param map
@@ -1,22 +1,24 @@
1
- import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
1
+ import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { StructuresComponent } from '../../structures.component';
3
3
  import { OpenMapDto } from '../../../dtos/apis/maps/open-map.dto';
4
4
  import { MapRightTextDto } from '../../../dtos/blocks/map/map-right-text.dto';
5
5
  import { ExternalConfigService } from '../../../services/utils/external-config.service';
6
- export declare class MapRightTextComponent extends StructuresComponent<MapRightTextDto> implements OnInit, OnDestroy, AfterViewInit {
6
+ export declare class MapRightTextComponent extends StructuresComponent<MapRightTextDto> implements OnInit, OnDestroy {
7
7
  private externalConfigService;
8
8
  input: ElementRef;
9
9
  address: string;
10
+ triggerAddress: string;
10
11
  center: any;
12
+ googleMapReturnElement: OpenMapDto;
11
13
  editPlaceMap: any;
14
+ firstTimeTrigger: boolean;
12
15
  options: {};
13
16
  layers: any[];
14
17
  showMap: boolean;
15
18
  constructor(externalConfigService: ExternalConfigService);
16
19
  ngOnInit(): void;
17
- ngAfterViewInit(): void;
18
- setCoordinateOnPlaces(algoliaReturnElement: OpenMapDto): void;
19
- createEditAlgoliaInput(): void;
20
+ setCoordinateOnPlaces(googleResults: OpenMapDto): void;
21
+ handleAddressChange(event: any): void;
20
22
  /**
21
23
  * Avoid partial map loaded at the initialization
22
24
  * @param map
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
1
+ import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { StructuresComponent } from '../../structures.component';
3
3
  import { OpenMapDto } from '../../../dtos/apis/maps/open-map.dto';
4
4
  import { MapTextFormDto } from '../../../dtos/blocks/map/map-text-form.dto';
@@ -6,13 +6,16 @@ import { ApiService } from '../../../services/utils/api.service';
6
6
  import { ExternalConfigService } from '../../../services/utils/external-config.service';
7
7
  import { FormDetailDto } from '../../../dtos/apis/forms/form-detail.dto';
8
8
  import { FormListDto } from '../../../dtos/apis/forms/form-list.dto';
9
- export declare class MapTextFormComponent extends StructuresComponent<MapTextFormDto> implements OnInit, OnDestroy, AfterViewInit {
9
+ export declare class MapTextFormComponent extends StructuresComponent<MapTextFormDto> implements OnInit, OnDestroy {
10
10
  private apiService;
11
11
  private externalConfigService;
12
12
  input: ElementRef;
13
13
  address: string;
14
+ triggerAddress: string;
14
15
  center: any;
16
+ googleMapReturnElement: OpenMapDto;
15
17
  editPlaceMap: any;
18
+ firstTimeTrigger: boolean;
16
19
  options: {};
17
20
  layers: any[];
18
21
  showMap: boolean;
@@ -21,13 +24,12 @@ export declare class MapTextFormComponent extends StructuresComponent<MapTextFor
21
24
  selectedDetailForm: FormDetailDto[];
22
25
  constructor(apiService: ApiService, externalConfigService: ExternalConfigService);
23
26
  ngOnInit(): void;
24
- ngAfterViewInit(): void;
25
- setCoordinateOnPlaces(algoliaReturnElement: OpenMapDto): void;
26
- createEditAlgoliaInput(): void;
27
- selectThisForm(): void;
27
+ setCoordinateOnPlaces(googleResults: OpenMapDto): void;
28
+ handleAddressChange(event: any): void;
28
29
  /**
29
30
  * Avoid partial map loaded at the initialization
30
31
  * @param map
31
32
  */
32
33
  onMapReady(map: any): void;
34
+ selectThisForm(): void;
33
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "4.2.32-beta",
3
+ "version": "4.2.35-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
package/wizi-block.scss CHANGED
@@ -1314,38 +1314,47 @@ wb-structure-config-extended-input {
1314
1314
  wb-structure-tools {
1315
1315
  z-index: 2;
1316
1316
  }
1317
- .wb-map-fullpage {
1318
- position: relative;
1319
1317
 
1320
- .leaflet-pane {
1321
- z-index: 3;
1322
- }
1318
+ .wb-two-images-title-text__title {
1319
+ p br:first-child:last-child {
1320
+ display: none;
1321
+ }
1322
+ .ql-clipboard {
1323
+ display: none !important;
1324
+ }
1325
+ }
1326
+ .wb-map-fullpage {
1327
+ position: relative;
1323
1328
 
1324
- &__container {
1325
- &__config {
1326
- width: 100%;
1327
- overflow: hidden;
1328
- height: 100%;
1329
- position: absolute;
1329
+ .leaflet-pane {
1330
+ z-index: 3;
1330
1331
  }
1331
1332
 
1332
- &__map {
1333
- height: rem(500);
1333
+ &__container {
1334
+ &__config {
1335
+ width: 100%;
1336
+ overflow: hidden;
1337
+ height: 100%;
1338
+ position: absolute;
1339
+ }
1340
+
1341
+ &__map {
1342
+ height: rem(500);
1343
+ }
1334
1344
  }
1335
- }
1336
1345
 
1337
- &__selector {
1338
- padding: rem(50) rem(50);
1339
- }
1346
+ &__selector {
1347
+ padding: rem(50) rem(50);
1348
+ }
1340
1349
 
1341
- &__cover {
1342
- position: absolute;
1343
- z-index: 4;
1344
- top: 0;
1345
- left: 0;
1346
- width: 100%;
1347
- height: 100%;
1348
- }
1350
+ &__cover {
1351
+ position: absolute;
1352
+ z-index: 4;
1353
+ top: 0;
1354
+ left: 0;
1355
+ width: 100%;
1356
+ height: 100%;
1357
+ }
1349
1358
  }
1350
1359
  .wb-newsletter-aligned-center-image {
1351
1360
  position: relative;
@@ -10105,11 +10114,7 @@ $color-bd: #dddddd;
10105
10114
 
10106
10115
  &__title {
10107
10116
  width: 100%;
10108
- margin-bottom: 10px;
10109
-
10110
- p br:first-child:last-child {
10111
- display: none;
10112
- }
10117
+ margin-bottom: 20px;
10113
10118
  }
10114
10119
 
10115
10120
  &__wrapper {