@wizishop/wizi-block 4.2.33-beta → 4.2.36-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.
- package/bundles/wizishop-wizi-block.umd.js +221 -277
- package/bundles/wizishop-wizi-block.umd.js.map +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js.map +1 -1
- package/esm2015/lib/services/blocks/images/images-banner.service.js +2 -2
- package/esm2015/lib/services/blocks/images/images-simple.service.js +2 -2
- package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-simple.service.js +2 -2
- package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-banner.service.js +2 -2
- package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-txt.service.js +2 -2
- package/esm2015/lib/shared/components/editorjs/tools/inline/tool-type/inline-style-tool.component.js +13 -8
- package/esm2015/lib/shared/components/editorjs/tools/paragraph/tool-type/text-edition.component.js +13 -13
- package/esm2015/lib/shared/components/quill/quill.component.js +2 -1
- package/esm2015/lib/structures/map/background-form-left/map-background-form-left.component.js +32 -41
- package/esm2015/lib/structures/map/background-form-right/map-background-form-right.component.js +32 -41
- package/esm2015/lib/structures/map/fullpage/map-fullpage.component.js +32 -43
- package/esm2015/lib/structures/map/left-text/map-left-text.component.js +30 -41
- package/esm2015/lib/structures/map/right-text/map-right-text.component.js +30 -41
- package/esm2015/lib/structures/map/text-form/map-text-form.component.js +32 -43
- package/esm2015/lib/structures/structures.module.js +3 -1
- package/fesm2015/wizishop-wizi-block.js +215 -261
- package/fesm2015/wizishop-wizi-block.js.map +1 -1
- package/lib/structures/map/background-form-left/map-background-form-left.component.d.ts +8 -6
- package/lib/structures/map/background-form-right/map-background-form-right.component.d.ts +8 -6
- package/lib/structures/map/fullpage/map-fullpage.component.d.ts +7 -5
- package/lib/structures/map/left-text/map-left-text.component.d.ts +7 -5
- package/lib/structures/map/right-text/map-right-text.component.d.ts +7 -5
- package/lib/structures/map/text-form/map-text-form.component.d.ts +8 -6
- package/package.json +1 -5
- package/wizi-block.scss +576 -571
- package/wizishop-wizi-block.metadata.json +1 -1
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
|
-
|
|
1321
|
-
|
|
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
|
-
|
|
1325
|
-
|
|
1326
|
-
width: 100%;
|
|
1327
|
-
overflow: hidden;
|
|
1328
|
-
height: 100%;
|
|
1329
|
-
position: absolute;
|
|
1329
|
+
.leaflet-pane {
|
|
1330
|
+
z-index: 3;
|
|
1330
1331
|
}
|
|
1331
1332
|
|
|
1332
|
-
&
|
|
1333
|
-
|
|
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
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1346
|
+
&__selector {
|
|
1347
|
+
padding: rem(50) rem(50);
|
|
1348
|
+
}
|
|
1340
1349
|
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
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;
|
|
@@ -7269,57 +7278,36 @@ $color-bd: #dddddd;
|
|
|
7269
7278
|
}
|
|
7270
7279
|
}
|
|
7271
7280
|
}
|
|
7272
|
-
.wb-faq-
|
|
7273
|
-
padding: 0;
|
|
7274
|
-
&.isFirst {
|
|
7275
|
-
border-top: 1px solid;
|
|
7276
|
-
}
|
|
7281
|
+
.wb-faq-frame {
|
|
7277
7282
|
&__row {
|
|
7278
|
-
border-left: 1px solid;
|
|
7279
|
-
border-right: 1px solid;
|
|
7280
7283
|
position: relative;
|
|
7281
7284
|
|
|
7282
7285
|
&.is-active {
|
|
7283
7286
|
z-index: 40;
|
|
7284
7287
|
}
|
|
7285
|
-
|
|
7288
|
+
border: 1px solid $wb-border-color;
|
|
7289
|
+
margin-bottom: rem(20);
|
|
7290
|
+
padding: rem(22) rem(30);
|
|
7291
|
+
border-radius: rem(5);
|
|
7292
|
+
&.open {
|
|
7293
|
+
border: none;
|
|
7294
|
+
}
|
|
7286
7295
|
&__question {
|
|
7287
|
-
border-bottom: 1px solid;
|
|
7288
7296
|
&.wb-faq__row__question {
|
|
7289
|
-
padding: rem(30) rem(27);
|
|
7290
7297
|
.wb-quill-editor {
|
|
7291
7298
|
.ql-editor {
|
|
7292
7299
|
padding: 0;
|
|
7293
7300
|
}
|
|
7294
7301
|
}
|
|
7295
|
-
&.open {
|
|
7296
|
-
border-bottom: none;
|
|
7297
|
-
background: transparent;
|
|
7298
|
-
padding: rem(30) rem(27) 0;
|
|
7299
|
-
.wb-quill-editor {
|
|
7300
|
-
.ql-editor {
|
|
7301
|
-
padding: 0;
|
|
7302
|
-
}
|
|
7303
|
-
}
|
|
7304
|
-
}
|
|
7305
7302
|
span {
|
|
7306
7303
|
i {
|
|
7307
|
-
top: rem(
|
|
7308
|
-
right: rem(30);
|
|
7309
|
-
&.fa-trash-alt {
|
|
7310
|
-
right: rem(60) !important;
|
|
7311
|
-
}
|
|
7304
|
+
top: rem(3);
|
|
7312
7305
|
}
|
|
7313
7306
|
}
|
|
7314
7307
|
}
|
|
7315
7308
|
}
|
|
7316
7309
|
&__answer {
|
|
7317
7310
|
&.wb-faq__row__answer {
|
|
7318
|
-
padding: rem(30) rem(27);
|
|
7319
|
-
&.open {
|
|
7320
|
-
padding-top: rem(15);
|
|
7321
|
-
border-bottom: 1px solid;
|
|
7322
|
-
}
|
|
7323
7311
|
.wb-quill-editor {
|
|
7324
7312
|
.ql-editor {
|
|
7325
7313
|
padding: 0;
|
|
@@ -7353,80 +7341,9 @@ $color-bd: #dddddd;
|
|
|
7353
7341
|
}
|
|
7354
7342
|
}
|
|
7355
7343
|
}
|
|
7356
|
-
.wb-faq-
|
|
7357
|
-
&
|
|
7358
|
-
|
|
7359
|
-
position: relative;
|
|
7360
|
-
&__content {
|
|
7361
|
-
padding: rem(15);
|
|
7362
|
-
.wb-structure-config-font {
|
|
7363
|
-
padding: 0;
|
|
7364
|
-
height: rem(70);
|
|
7365
|
-
width: rem(70);
|
|
7366
|
-
margin: 0;
|
|
7367
|
-
.wb-structure-config-font__holder {
|
|
7368
|
-
> span {
|
|
7369
|
-
width: auto;
|
|
7370
|
-
height: auto;
|
|
7371
|
-
padding: 0;
|
|
7372
|
-
text-align: left;
|
|
7373
|
-
> span {
|
|
7374
|
-
width: rem(65);
|
|
7375
|
-
height: rem(65);
|
|
7376
|
-
margin-top: rem(-5);
|
|
7377
|
-
margin-left: 0;
|
|
7378
|
-
}
|
|
7379
|
-
}
|
|
7380
|
-
}
|
|
7381
|
-
}
|
|
7382
|
-
&__delete {
|
|
7383
|
-
cursor: pointer;
|
|
7384
|
-
position: absolute;
|
|
7385
|
-
top: rem(52);
|
|
7386
|
-
right: rem(30);
|
|
7387
|
-
i {
|
|
7388
|
-
color: $wb-secondary-text-color;
|
|
7389
|
-
&:hover {
|
|
7390
|
-
color: $wb-red-color;
|
|
7391
|
-
}
|
|
7392
|
-
}
|
|
7393
|
-
}
|
|
7394
|
-
&__question {
|
|
7395
|
-
.wb-quill-editor {
|
|
7396
|
-
.ql-editor {
|
|
7397
|
-
font-weight: 500;
|
|
7398
|
-
padding: 0;
|
|
7399
|
-
color: $wb-main-text-color;
|
|
7400
|
-
}
|
|
7401
|
-
}
|
|
7402
|
-
}
|
|
7403
|
-
&__answer {
|
|
7404
|
-
.wb-quill-editor {
|
|
7405
|
-
.ql-editor {
|
|
7406
|
-
padding: rem(16) 0 0 0;
|
|
7407
|
-
color: $wb-secondary-text-color;
|
|
7408
|
-
}
|
|
7409
|
-
}
|
|
7410
|
-
}
|
|
7411
|
-
}
|
|
7412
|
-
}
|
|
7413
|
-
&__add {
|
|
7414
|
-
min-height: 250px;
|
|
7415
|
-
height: 100%;
|
|
7416
|
-
position: relative;
|
|
7417
|
-
a {
|
|
7418
|
-
color: $wb-light-gray;
|
|
7419
|
-
&:hover {
|
|
7420
|
-
color: $wb-light-white;
|
|
7421
|
-
}
|
|
7422
|
-
i {
|
|
7423
|
-
position: absolute;
|
|
7424
|
-
top: 50%;
|
|
7425
|
-
left: 50%;
|
|
7426
|
-
transform: translate(-50%, -50%);
|
|
7427
|
-
font-size: rem(100);
|
|
7428
|
-
}
|
|
7429
|
-
}
|
|
7344
|
+
.wb-faq-simple {
|
|
7345
|
+
&__row {
|
|
7346
|
+
border-bottom: 1px solid $wb-border-color;
|
|
7430
7347
|
}
|
|
7431
7348
|
}
|
|
7432
7349
|
.wb-quotes-simple-background {
|
|
@@ -7598,54 +7515,318 @@ $color-bd: #dddddd;
|
|
|
7598
7515
|
}
|
|
7599
7516
|
}
|
|
7600
7517
|
}
|
|
7601
|
-
.wb-
|
|
7602
|
-
&__row {
|
|
7603
|
-
border-bottom: 1px solid $wb-border-color;
|
|
7604
|
-
}
|
|
7605
|
-
}
|
|
7606
|
-
.wb-rassurances-quadruple-aligned {
|
|
7607
|
-
position: relative;
|
|
7608
|
-
|
|
7609
|
-
.wb-structure-config-font {
|
|
7518
|
+
.wb-forms-background {
|
|
7610
7519
|
padding: 0;
|
|
7611
|
-
|
|
7612
|
-
|
|
7613
|
-
}
|
|
7614
|
-
|
|
7615
|
-
.wb-structure-config-font__holder {
|
|
7616
|
-
width: rem(90);
|
|
7617
|
-
margin: auto;
|
|
7618
|
-
display: block;
|
|
7619
|
-
}
|
|
7520
|
+
position: relative;
|
|
7521
|
+
min-height: rem(500);
|
|
7620
7522
|
|
|
7621
|
-
|
|
7622
|
-
|
|
7523
|
+
&__form__image {
|
|
7524
|
+
position: absolute;
|
|
7525
|
+
top: -#{rem(40)};
|
|
7526
|
+
width: 100%;
|
|
7527
|
+
left: 0;
|
|
7528
|
+
height: calc(100% + #{rem(80)});
|
|
7529
|
+
min-height: rem(500);
|
|
7623
7530
|
|
|
7624
|
-
|
|
7625
|
-
|
|
7626
|
-
|
|
7627
|
-
|
|
7531
|
+
img {
|
|
7532
|
+
width: 100%;
|
|
7533
|
+
display: block;
|
|
7534
|
+
}
|
|
7628
7535
|
|
|
7629
|
-
|
|
7630
|
-
|
|
7631
|
-
|
|
7632
|
-
|
|
7536
|
+
&__noimages {
|
|
7537
|
+
background-color: lighten($wb-border-color, 12%);
|
|
7538
|
+
cursor: pointer;
|
|
7539
|
+
height: calc(100% - #{rem(80)});
|
|
7540
|
+
display: flex;
|
|
7541
|
+
align-items: center;
|
|
7542
|
+
align-content: center;
|
|
7543
|
+
justify-content: center;
|
|
7544
|
+
position: absolute;
|
|
7545
|
+
width: 100%;
|
|
7546
|
+
top: rem(40);
|
|
7547
|
+
left: 0;
|
|
7548
|
+
z-index: 8;
|
|
7633
7549
|
|
|
7634
|
-
|
|
7635
|
-
|
|
7636
|
-
|
|
7637
|
-
|
|
7638
|
-
|
|
7639
|
-
|
|
7550
|
+
p {
|
|
7551
|
+
position: absolute;
|
|
7552
|
+
top: 50%;
|
|
7553
|
+
left: 50%;
|
|
7554
|
+
transform: translate(-50%, -50%);
|
|
7555
|
+
text-align: center;
|
|
7556
|
+
font-size: rem(14);
|
|
7557
|
+
color: $wb-secondary-text-color;
|
|
7640
7558
|
|
|
7641
|
-
|
|
7642
|
-
|
|
7643
|
-
|
|
7644
|
-
|
|
7645
|
-
|
|
7646
|
-
|
|
7647
|
-
|
|
7648
|
-
|
|
7559
|
+
&:before {
|
|
7560
|
+
position: absolute;
|
|
7561
|
+
width: 0;
|
|
7562
|
+
bottom: -(#{rem(3)});
|
|
7563
|
+
height: rem(2);
|
|
7564
|
+
transition: 200ms all;
|
|
7565
|
+
background-color: $wb-border-color;
|
|
7566
|
+
content: ' ';
|
|
7567
|
+
left: 0;
|
|
7568
|
+
}
|
|
7569
|
+
}
|
|
7570
|
+
|
|
7571
|
+
i {
|
|
7572
|
+
color: $wb-secondary-text-color;
|
|
7573
|
+
text-align: center;
|
|
7574
|
+
display: block;
|
|
7575
|
+
font-size: rem(45);
|
|
7576
|
+
opacity: 0.4;
|
|
7577
|
+
transition: 200ms all;
|
|
7578
|
+
margin-bottom: rem(10);
|
|
7579
|
+
}
|
|
7580
|
+
|
|
7581
|
+
border: rem(1) solid lighten($wb-border-color, 12%);
|
|
7582
|
+
transition: 200ms all;
|
|
7583
|
+
|
|
7584
|
+
&:hover {
|
|
7585
|
+
border: rem(1) solid $wb-border-color;
|
|
7586
|
+
|
|
7587
|
+
i {
|
|
7588
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
7589
|
+
}
|
|
7590
|
+
|
|
7591
|
+
p {
|
|
7592
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
7593
|
+
|
|
7594
|
+
&:before {
|
|
7595
|
+
width: 100%;
|
|
7596
|
+
}
|
|
7597
|
+
}
|
|
7598
|
+
}
|
|
7599
|
+
}
|
|
7600
|
+
|
|
7601
|
+
&__container {
|
|
7602
|
+
position: relative;
|
|
7603
|
+
height: 100%;
|
|
7604
|
+
|
|
7605
|
+
&__images {
|
|
7606
|
+
position: absolute;
|
|
7607
|
+
width: 100%;
|
|
7608
|
+
height: 100%;
|
|
7609
|
+
right: 0;
|
|
7610
|
+
opacity: 1;
|
|
7611
|
+
@include simple_transition();
|
|
7612
|
+
|
|
7613
|
+
> div {
|
|
7614
|
+
position: relative;
|
|
7615
|
+
overflow: hidden;
|
|
7616
|
+
height: 100%;
|
|
7617
|
+
|
|
7618
|
+
> div {
|
|
7619
|
+
background-size: cover;
|
|
7620
|
+
background-position: center;
|
|
7621
|
+
height: 100%;
|
|
7622
|
+
cursor: pointer;
|
|
7623
|
+
|
|
7624
|
+
&:before {
|
|
7625
|
+
position: absolute;
|
|
7626
|
+
left: 0;
|
|
7627
|
+
top: 0;
|
|
7628
|
+
width: 100%;
|
|
7629
|
+
height: 100%;
|
|
7630
|
+
background-color: rgba($wb-main-text-color, 0);
|
|
7631
|
+
content: ' ';
|
|
7632
|
+
transition: 200ms all;
|
|
7633
|
+
}
|
|
7634
|
+
|
|
7635
|
+
&:after {
|
|
7636
|
+
content: '\f03e';
|
|
7637
|
+
font-family: 'Font Awesome 5 Pro';
|
|
7638
|
+
display: block;
|
|
7639
|
+
@include simple_transition();
|
|
7640
|
+
position: absolute;
|
|
7641
|
+
z-index: 38;
|
|
7642
|
+
font-size: rem(70);
|
|
7643
|
+
top: -#{rem(50)};
|
|
7644
|
+
opacity: 0;
|
|
7645
|
+
left: 0;
|
|
7646
|
+
right: 0;
|
|
7647
|
+
bottom: 0;
|
|
7648
|
+
margin: auto;
|
|
7649
|
+
width: rem(70);
|
|
7650
|
+
height: rem(90);
|
|
7651
|
+
color: $wb-white;
|
|
7652
|
+
pointer-events: none;
|
|
7653
|
+
}
|
|
7654
|
+
|
|
7655
|
+
&:hover {
|
|
7656
|
+
&:before {
|
|
7657
|
+
background-color: rgba($wb-main-text-color, 0.1);
|
|
7658
|
+
}
|
|
7659
|
+
|
|
7660
|
+
&:after {
|
|
7661
|
+
top: -#{rem(25)};
|
|
7662
|
+
opacity: 0.3;
|
|
7663
|
+
}
|
|
7664
|
+
}
|
|
7665
|
+
}
|
|
7666
|
+
}
|
|
7667
|
+
}
|
|
7668
|
+
}
|
|
7669
|
+
}
|
|
7670
|
+
|
|
7671
|
+
&__loader {
|
|
7672
|
+
padding: rem(60);
|
|
7673
|
+
text-align: center;
|
|
7674
|
+
}
|
|
7675
|
+
|
|
7676
|
+
&__form__container {
|
|
7677
|
+
width: 40%;
|
|
7678
|
+
position: relative;
|
|
7679
|
+
z-index: 41; // Should be over the z-index of wb-structure-tools (40)
|
|
7680
|
+
}
|
|
7681
|
+
|
|
7682
|
+
&__selector {
|
|
7683
|
+
margin: rem(40);
|
|
7684
|
+
background-color: $wb-white;
|
|
7685
|
+
box-sizing: border-box;
|
|
7686
|
+
padding: rem(40);
|
|
7687
|
+
display: block;
|
|
7688
|
+
width: 50%;
|
|
7689
|
+
min-width: rem(360);
|
|
7690
|
+
}
|
|
7691
|
+
|
|
7692
|
+
&__container {
|
|
7693
|
+
width: 100%;
|
|
7694
|
+
box-sizing: border-box;
|
|
7695
|
+
background-color: $wb-white;
|
|
7696
|
+
margin: rem(40);
|
|
7697
|
+
min-width: rem(450);
|
|
7698
|
+
|
|
7699
|
+
&__editor {
|
|
7700
|
+
margin: rem(0) rem(25) rem(40);
|
|
7701
|
+
padding-top: 1rem;
|
|
7702
|
+
|
|
7703
|
+
> div {
|
|
7704
|
+
&:first-child {
|
|
7705
|
+
position: relative;
|
|
7706
|
+
z-index: 10;
|
|
7707
|
+
}
|
|
7708
|
+
|
|
7709
|
+
&:last-child {
|
|
7710
|
+
position: relative;
|
|
7711
|
+
padding-top: 0;
|
|
7712
|
+
z-index: 2;
|
|
7713
|
+
}
|
|
7714
|
+
}
|
|
7715
|
+
}
|
|
7716
|
+
|
|
7717
|
+
&__content {
|
|
7718
|
+
padding-bottom: 1rem;
|
|
7719
|
+
|
|
7720
|
+
> div {
|
|
7721
|
+
position: relative;
|
|
7722
|
+
padding: rem(15);
|
|
7723
|
+
width: calc(100% - #{rem(80)});
|
|
7724
|
+
background-color: lighten($wb-border-color, 8%);
|
|
7725
|
+
margin: 0 rem(40) rem(30);
|
|
7726
|
+
min-height: rem(60);
|
|
7727
|
+
box-sizing: border-box;
|
|
7728
|
+
|
|
7729
|
+
&:last-child {
|
|
7730
|
+
margin: 0 rem(40);
|
|
7731
|
+
background-color: transparent;
|
|
7732
|
+
text-align: right;
|
|
7733
|
+
padding: 0;
|
|
7734
|
+
}
|
|
7735
|
+
|
|
7736
|
+
p {
|
|
7737
|
+
position: absolute;
|
|
7738
|
+
font-size: rem(12);
|
|
7739
|
+
color: $wb-main-text-color;
|
|
7740
|
+
|
|
7741
|
+
&:first-child {
|
|
7742
|
+
top: rem(5);
|
|
7743
|
+
left: rem(10);
|
|
7744
|
+
font-size: rem(16);
|
|
7745
|
+
font-weight: 300;
|
|
7746
|
+
}
|
|
7747
|
+
&:last-child {
|
|
7748
|
+
bottom: rem(2);
|
|
7749
|
+
right: rem(5);
|
|
7750
|
+
}
|
|
7751
|
+
}
|
|
7752
|
+
|
|
7753
|
+
.select {
|
|
7754
|
+
max-width: 40%;
|
|
7755
|
+
}
|
|
7756
|
+
|
|
7757
|
+
button:not(.is-info) {
|
|
7758
|
+
background-color: $wb-main-color;
|
|
7759
|
+
padding: rem(10) rem(15);
|
|
7760
|
+
border: 0;
|
|
7761
|
+
color: $wb-white;
|
|
7762
|
+
text-transform: capitalize;
|
|
7763
|
+
font-size: rem(14);
|
|
7764
|
+
}
|
|
7765
|
+
}
|
|
7766
|
+
}
|
|
7767
|
+
}
|
|
7768
|
+
&__noForms {
|
|
7769
|
+
min-height: 300px;
|
|
7770
|
+
display: flex;
|
|
7771
|
+
justify-content: center;
|
|
7772
|
+
align-items: center;
|
|
7773
|
+
p {
|
|
7774
|
+
font-size: rem(20);
|
|
7775
|
+
font-weight: 600;
|
|
7776
|
+
a {
|
|
7777
|
+
color: $wb-main-color;
|
|
7778
|
+
}
|
|
7779
|
+
}
|
|
7780
|
+
}
|
|
7781
|
+
}
|
|
7782
|
+
|
|
7783
|
+
.form-long_answer {
|
|
7784
|
+
min-height: 80px;
|
|
7785
|
+
width: 100%;
|
|
7786
|
+
}
|
|
7787
|
+
.wb-rassurances-quadruple-aligned {
|
|
7788
|
+
position: relative;
|
|
7789
|
+
|
|
7790
|
+
.wb-structure-config-font {
|
|
7791
|
+
padding: 0;
|
|
7792
|
+
padding-top: rem(15);
|
|
7793
|
+
width: rem(90);
|
|
7794
|
+
}
|
|
7795
|
+
|
|
7796
|
+
.wb-structure-config-font__holder {
|
|
7797
|
+
width: rem(90);
|
|
7798
|
+
margin: auto;
|
|
7799
|
+
display: block;
|
|
7800
|
+
}
|
|
7801
|
+
|
|
7802
|
+
.ql-editor {
|
|
7803
|
+
padding: 0;
|
|
7804
|
+
|
|
7805
|
+
p {
|
|
7806
|
+
word-break: break-all;
|
|
7807
|
+
}
|
|
7808
|
+
}
|
|
7809
|
+
|
|
7810
|
+
> .columns {
|
|
7811
|
+
padding: 0 rem(10);
|
|
7812
|
+
box-sizing: border-box;
|
|
7813
|
+
}
|
|
7814
|
+
|
|
7815
|
+
.columns {
|
|
7816
|
+
width: 100%;
|
|
7817
|
+
height: 100%;
|
|
7818
|
+
align-items: center;
|
|
7819
|
+
align-content: center;
|
|
7820
|
+
padding: rem(25) rem(10);
|
|
7821
|
+
|
|
7822
|
+
.column {
|
|
7823
|
+
height: 100%;
|
|
7824
|
+
display: flex;
|
|
7825
|
+
flex-direction: column;
|
|
7826
|
+
justify-content: center;
|
|
7827
|
+
position: relative;
|
|
7828
|
+
flex-grow: 1;
|
|
7829
|
+
margin-right: rem(5);
|
|
7649
7830
|
|
|
7650
7831
|
&:first-child {
|
|
7651
7832
|
flex-grow: 0;
|
|
@@ -7732,7 +7913,7 @@ $color-bd: #dddddd;
|
|
|
7732
7913
|
}
|
|
7733
7914
|
}
|
|
7734
7915
|
}
|
|
7735
|
-
.wb-forms-
|
|
7916
|
+
.wb-forms-imageright {
|
|
7736
7917
|
padding: 0;
|
|
7737
7918
|
position: relative;
|
|
7738
7919
|
min-height: rem(500);
|
|
@@ -7777,8 +7958,6 @@ $color-bd: #dddddd;
|
|
|
7777
7958
|
text-align: center;
|
|
7778
7959
|
font-size: rem(14);
|
|
7779
7960
|
color: $wb-secondary-text-color;
|
|
7780
|
-
width: auto;
|
|
7781
|
-
white-space: nowrap;
|
|
7782
7961
|
|
|
7783
7962
|
&:before {
|
|
7784
7963
|
position: absolute;
|
|
@@ -8198,120 +8377,42 @@ $color-bd: #dddddd;
|
|
|
8198
8377
|
&:before {
|
|
8199
8378
|
background-color: rgba($wb-main-text-color, 0.1);
|
|
8200
8379
|
}
|
|
8201
|
-
|
|
8202
|
-
&:after {
|
|
8203
|
-
top: -#{rem(100)};
|
|
8204
|
-
opacity: 0.3;
|
|
8205
|
-
}
|
|
8206
|
-
}
|
|
8207
|
-
}
|
|
8208
|
-
}
|
|
8209
|
-
}
|
|
8210
|
-
}
|
|
8211
|
-
}
|
|
8212
|
-
.wb-forms-simple {
|
|
8213
|
-
position: relative;
|
|
8214
|
-
z-index: 41; // Should be over the z-index of wb-structure-tools (40)
|
|
8215
|
-
|
|
8216
|
-
&__loader {
|
|
8217
|
-
padding: rem(60);
|
|
8218
|
-
text-align: center;
|
|
8219
|
-
}
|
|
8220
|
-
|
|
8221
|
-
&__selector {
|
|
8222
|
-
padding: rem(60);
|
|
8223
|
-
min-width: rem(360);
|
|
8224
|
-
}
|
|
8225
|
-
|
|
8226
|
-
&__container {
|
|
8227
|
-
width: 60%;
|
|
8228
|
-
margin: rem(20) auto;
|
|
8229
|
-
box-sizing: border-box;
|
|
8230
|
-
min-width: rem(450);
|
|
8231
|
-
@include media('<=#{$block-width-mobile * 1.6}') {
|
|
8232
|
-
width: 80% !important;
|
|
8233
|
-
}
|
|
8234
|
-
|
|
8235
|
-
&__editor {
|
|
8236
|
-
margin: rem(0) rem(25) rem(40);
|
|
8237
|
-
|
|
8238
|
-
> div {
|
|
8239
|
-
&:first-child {
|
|
8240
|
-
position: relative;
|
|
8241
|
-
z-index: 10;
|
|
8242
|
-
}
|
|
8243
|
-
|
|
8244
|
-
&:last-child {
|
|
8245
|
-
position: relative;
|
|
8246
|
-
padding-top: 0;
|
|
8247
|
-
z-index: 2;
|
|
8248
|
-
}
|
|
8249
|
-
}
|
|
8250
|
-
}
|
|
8251
|
-
|
|
8252
|
-
&__content {
|
|
8253
|
-
> div {
|
|
8254
|
-
position: relative;
|
|
8255
|
-
padding: rem(15);
|
|
8256
|
-
width: calc(100% - #{rem(80)});
|
|
8257
|
-
background-color: lighten($wb-border-color, 8%);
|
|
8258
|
-
margin: 0 rem(40) rem(30);
|
|
8259
|
-
min-height: rem(60);
|
|
8260
|
-
box-sizing: border-box;
|
|
8261
|
-
|
|
8262
|
-
&:last-child {
|
|
8263
|
-
margin: 0 rem(40);
|
|
8264
|
-
background-color: transparent;
|
|
8265
|
-
text-align: right;
|
|
8266
|
-
padding: 0;
|
|
8267
|
-
}
|
|
8268
|
-
|
|
8269
|
-
p {
|
|
8270
|
-
position: absolute;
|
|
8271
|
-
font-size: rem(12);
|
|
8272
|
-
color: $wb-main-text-color;
|
|
8273
|
-
|
|
8274
|
-
&:first-child {
|
|
8275
|
-
top: rem(5);
|
|
8276
|
-
left: rem(10);
|
|
8277
|
-
font-size: rem(16);
|
|
8278
|
-
font-weight: 300;
|
|
8279
|
-
}
|
|
8280
|
-
&:last-child {
|
|
8281
|
-
bottom: rem(2);
|
|
8282
|
-
right: rem(5);
|
|
8283
|
-
}
|
|
8284
|
-
}
|
|
8285
|
-
|
|
8286
|
-
button:not(.is-info) {
|
|
8287
|
-
background-color: $wb-main-color;
|
|
8288
|
-
padding: rem(10) rem(15);
|
|
8289
|
-
border: 0;
|
|
8290
|
-
color: $wb-white;
|
|
8291
|
-
text-transform: capitalize;
|
|
8292
|
-
font-size: rem(14);
|
|
8293
|
-
}
|
|
8294
|
-
}
|
|
8295
|
-
}
|
|
8296
|
-
}
|
|
8297
|
-
&__noForms {
|
|
8298
|
-
min-height: 300px;
|
|
8299
|
-
display: flex;
|
|
8300
|
-
justify-content: center;
|
|
8301
|
-
align-items: center;
|
|
8302
|
-
p {
|
|
8303
|
-
font-size: rem(20);
|
|
8304
|
-
font-weight: 600;
|
|
8305
|
-
a {
|
|
8306
|
-
color: $wb-main-color;
|
|
8307
|
-
}
|
|
8380
|
+
|
|
8381
|
+
&:after {
|
|
8382
|
+
top: -#{rem(100)};
|
|
8383
|
+
opacity: 0.3;
|
|
8384
|
+
}
|
|
8385
|
+
}
|
|
8308
8386
|
}
|
|
8387
|
+
}
|
|
8309
8388
|
}
|
|
8389
|
+
}
|
|
8310
8390
|
}
|
|
8391
|
+
.wb-code {
|
|
8392
|
+
&__container {
|
|
8393
|
+
ngx-monaco-editor {
|
|
8394
|
+
border: rem(1) solid $wb-border-color;
|
|
8395
|
+
padding: rem(30) rem(20) rem(30) 0;
|
|
8396
|
+
}
|
|
8311
8397
|
|
|
8312
|
-
|
|
8313
|
-
|
|
8314
|
-
|
|
8398
|
+
p {
|
|
8399
|
+
color: $wb-secondary-text-color;
|
|
8400
|
+
background-image: url("data:image/svg+xml,%3Csvg id='Stripe' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%23d8d8d8;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Estripe%3C/title%3E%3Cg id='Striped'%3E%3Cpolygon class='cls-1' points='39.85 0 0 39.85 0 45.45 45.45 0 39.85 0'/%3E%3Cpolygon class='cls-1' points='100 100 100 97.56 97.56 100 100 100'/%3E%3Cpolygon class='cls-1' points='47.02 0 0 47.02 0 52.62 52.62 0 47.02 0'/%3E%3Cpolygon class='cls-1' points='88.82 100 100 88.82 100 83.22 83.22 100 88.82 100'/%3E%3Cpolygon class='cls-1' points='95.99 100 100 95.99 100 90.39 90.39 100 95.99 100'/%3E%3Cpolygon class='cls-1' points='25.52 0 0 25.52 0 31.11 31.11 0 25.52 0'/%3E%3Cpolygon class='cls-1' points='32.69 0 0 32.69 0 38.28 38.28 0 32.69 0'/%3E%3Cpolygon class='cls-1' points='100 0 97.2 0 0 97.2 0 100 2.8 100 100 2.8 100 0'/%3E%3Cpolygon class='cls-1' points='61.36 0 0 61.36 0 66.96 66.96 0 61.36 0'/%3E%3Cpolygon class='cls-1' points='24.3 100 100 24.3 100 18.71 18.71 100 24.3 100'/%3E%3Cpolygon class='cls-1' points='68.53 0 0 68.53 0 74.13 74.13 0 68.53 0'/%3E%3Cpolygon class='cls-1' points='31.47 100 100 31.47 100 25.88 25.88 100 31.47 100'/%3E%3Cpolygon class='cls-1' points='54.19 0 0 54.19 0 59.79 59.79 0 54.19 0'/%3E%3Cpolygon class='cls-1' points='90.03 0 0 90.03 0 95.63 95.63 0 90.03 0'/%3E%3Cpolygon class='cls-1' points='75.7 0 0 75.7 0 81.29 81.29 0 75.7 0'/%3E%3Cpolygon class='cls-1' points='9.97 100 100 9.97 100 4.37 4.37 100 9.97 100'/%3E%3Cpolygon class='cls-1' points='60.15 100 100 60.15 100 54.55 54.55 100 60.15 100'/%3E%3Cpolygon class='cls-1' points='52.98 100 100 52.98 100 47.38 47.38 100 52.98 100'/%3E%3Cpolygon class='cls-1' points='82.86 0 0 82.86 0 88.46 88.46 0 82.86 0'/%3E%3Cpolygon class='cls-1' points='45.81 100 100 45.81 100 40.21 40.21 100 45.81 100'/%3E%3Cpolygon class='cls-1' points='67.31 100 100 67.31 100 61.72 61.72 100 67.31 100'/%3E%3Cpolygon class='cls-1' points='38.64 100 100 38.64 100 33.04 33.04 100 38.64 100'/%3E%3Cpolygon class='cls-1' points='18.35 0 0 18.35 0 23.95 23.95 0 18.35 0'/%3E%3Cpolygon class='cls-1' points='4.01 0 0 4.01 0 9.61 9.61 0 4.01 0'/%3E%3Cpolygon class='cls-1' points='74.48 100 100 74.48 100 68.89 68.89 100 74.48 100'/%3E%3Cpolygon class='cls-1' points='17.14 100 100 17.14 100 11.54 11.54 100 17.14 100'/%3E%3Cpolygon class='cls-1' points='0 0 0 2.44 2.44 0 0 0'/%3E%3Cpolygon class='cls-1' points='81.65 100 100 81.65 100 76.05 76.05 100 81.65 100'/%3E%3Cpolygon class='cls-1' points='11.18 0 0 11.18 0 16.78 16.78 0 11.18 0'/%3E%3Cpolygon class='cls-2' points='2.44 0 0 2.44 0 4.01 4.01 0 2.44 0'/%3E%3Cpolygon class='cls-2' points='9.61 0 0 9.61 0 11.18 11.18 0 9.61 0'/%3E%3Cpolygon class='cls-2' points='16.78 0 0 16.78 0 18.35 18.35 0 16.78 0'/%3E%3Cpolygon class='cls-2' points='23.95 0 0 23.95 0 25.52 25.52 0 23.95 0'/%3E%3Cpolygon class='cls-2' points='31.11 0 0 31.11 0 32.69 32.69 0 31.11 0'/%3E%3Cpolygon class='cls-2' points='38.28 0 0 38.28 0 39.85 39.85 0 38.28 0'/%3E%3Cpolygon class='cls-2' points='45.45 0 0 45.45 0 47.02 47.02 0 45.45 0'/%3E%3Cpolygon class='cls-2' points='52.62 0 0 52.62 0 54.19 54.19 0 52.62 0'/%3E%3Cpolygon class='cls-2' points='59.79 0 0 59.79 0 61.36 61.36 0 59.79 0'/%3E%3Cpolygon class='cls-2' points='66.96 0 0 66.96 0 68.53 68.53 0 66.96 0'/%3E%3Cpolygon class='cls-2' points='74.13 0 0 74.13 0 75.7 75.7 0 74.13 0'/%3E%3Cpolygon class='cls-2' points='81.29 0 0 81.29 0 82.86 82.86 0 81.29 0'/%3E%3Cpolygon class='cls-2' points='88.46 0 0 88.46 0 90.03 90.03 0 88.46 0'/%3E%3Cpolygon class='cls-2' points='95.63 0 0 95.63 0 97.2 97.2 0 95.63 0'/%3E%3Cpolygon class='cls-2' points='100 4.37 100 2.8 2.8 100 4.37 100 100 4.37'/%3E%3Cpolygon class='cls-2' points='11.54 100 100 11.54 100 9.97 9.97 100 11.54 100'/%3E%3Cpolygon class='cls-2' points='18.71 100 100 18.71 100 17.14 17.14 100 18.71 100'/%3E%3Cpolygon class='cls-2' points='25.88 100 100 25.88 100 24.3 24.3 100 25.88 100'/%3E%3Cpolygon class='cls-2' points='33.04 100 100 33.04 100 31.47 31.47 100 33.04 100'/%3E%3Cpolygon class='cls-2' points='40.21 100 100 40.21 100 38.64 38.64 100 40.21 100'/%3E%3Cpolygon class='cls-2' points='47.38 100 100 47.38 100 45.81 45.81 100 47.38 100'/%3E%3Cpolygon class='cls-2' points='54.55 100 100 54.55 100 52.98 52.98 100 54.55 100'/%3E%3Cpolygon class='cls-2' points='61.72 100 100 61.72 100 60.15 60.15 100 61.72 100'/%3E%3Cpolygon class='cls-2' points='68.89 100 100 68.89 100 67.31 67.31 100 68.89 100'/%3E%3Cpolygon class='cls-2' points='76.05 100 100 76.05 100 74.48 74.48 100 76.05 100'/%3E%3Cpolygon class='cls-2' points='83.22 100 100 83.22 100 81.65 81.65 100 83.22 100'/%3E%3Cpolygon class='cls-2' points='90.39 100 100 90.39 100 88.82 88.82 100 90.39 100'/%3E%3Cpolygon class='cls-2' points='97.56 100 100 97.56 100 95.99 95.99 100 97.56 100'/%3E%3C/g%3E%3C/svg%3E");
|
|
8401
|
+
background-repeat: repeat-x;
|
|
8402
|
+
background-size: rem(60);
|
|
8403
|
+
padding-left: rem(15);
|
|
8404
|
+
border: rem(1) solid $wb-border-color;
|
|
8405
|
+
margin: 0;
|
|
8406
|
+
|
|
8407
|
+
&:first-of-type {
|
|
8408
|
+
border-bottom: 0;
|
|
8409
|
+
}
|
|
8410
|
+
|
|
8411
|
+
&:last-of-type {
|
|
8412
|
+
border-top: 0;
|
|
8413
|
+
}
|
|
8414
|
+
}
|
|
8415
|
+
}
|
|
8315
8416
|
}
|
|
8316
8417
|
.wb-rassurances-triple-background {
|
|
8317
8418
|
position: relative;
|
|
@@ -10105,11 +10206,7 @@ $color-bd: #dddddd;
|
|
|
10105
10206
|
|
|
10106
10207
|
&__title {
|
|
10107
10208
|
width: 100%;
|
|
10108
|
-
margin-bottom:
|
|
10109
|
-
|
|
10110
|
-
p br:first-child:last-child {
|
|
10111
|
-
display: none;
|
|
10112
|
-
}
|
|
10209
|
+
margin-bottom: 20px;
|
|
10113
10210
|
}
|
|
10114
10211
|
|
|
10115
10212
|
&__wrapper {
|
|
@@ -19244,31 +19341,65 @@ $color-bd: #dddddd;
|
|
|
19244
19341
|
}
|
|
19245
19342
|
}
|
|
19246
19343
|
}
|
|
19247
|
-
.wb-
|
|
19248
|
-
|
|
19249
|
-
|
|
19250
|
-
|
|
19251
|
-
padding: rem(30) rem(20) rem(30) 0;
|
|
19344
|
+
.wb-faq-accordion {
|
|
19345
|
+
padding: 0;
|
|
19346
|
+
&.isFirst {
|
|
19347
|
+
border-top: 1px solid;
|
|
19252
19348
|
}
|
|
19349
|
+
&__row {
|
|
19350
|
+
border-left: 1px solid;
|
|
19351
|
+
border-right: 1px solid;
|
|
19352
|
+
position: relative;
|
|
19253
19353
|
|
|
19254
|
-
|
|
19255
|
-
|
|
19256
|
-
|
|
19257
|
-
background-repeat: repeat-x;
|
|
19258
|
-
background-size: rem(60);
|
|
19259
|
-
padding-left: rem(15);
|
|
19260
|
-
border: rem(1) solid $wb-border-color;
|
|
19261
|
-
margin: 0;
|
|
19262
|
-
|
|
19263
|
-
&:first-of-type {
|
|
19264
|
-
border-bottom: 0;
|
|
19265
|
-
}
|
|
19354
|
+
&.is-active {
|
|
19355
|
+
z-index: 40;
|
|
19356
|
+
}
|
|
19266
19357
|
|
|
19267
|
-
|
|
19268
|
-
|
|
19269
|
-
|
|
19358
|
+
&__question {
|
|
19359
|
+
border-bottom: 1px solid;
|
|
19360
|
+
&.wb-faq__row__question {
|
|
19361
|
+
padding: rem(30) rem(27);
|
|
19362
|
+
.wb-quill-editor {
|
|
19363
|
+
.ql-editor {
|
|
19364
|
+
padding: 0;
|
|
19365
|
+
}
|
|
19366
|
+
}
|
|
19367
|
+
&.open {
|
|
19368
|
+
border-bottom: none;
|
|
19369
|
+
background: transparent;
|
|
19370
|
+
padding: rem(30) rem(27) 0;
|
|
19371
|
+
.wb-quill-editor {
|
|
19372
|
+
.ql-editor {
|
|
19373
|
+
padding: 0;
|
|
19374
|
+
}
|
|
19375
|
+
}
|
|
19376
|
+
}
|
|
19377
|
+
span {
|
|
19378
|
+
i {
|
|
19379
|
+
top: rem(30);
|
|
19380
|
+
right: rem(30);
|
|
19381
|
+
&.fa-trash-alt {
|
|
19382
|
+
right: rem(60) !important;
|
|
19383
|
+
}
|
|
19384
|
+
}
|
|
19385
|
+
}
|
|
19386
|
+
}
|
|
19387
|
+
}
|
|
19388
|
+
&__answer {
|
|
19389
|
+
&.wb-faq__row__answer {
|
|
19390
|
+
padding: rem(30) rem(27);
|
|
19391
|
+
&.open {
|
|
19392
|
+
padding-top: rem(15);
|
|
19393
|
+
border-bottom: 1px solid;
|
|
19394
|
+
}
|
|
19395
|
+
.wb-quill-editor {
|
|
19396
|
+
.ql-editor {
|
|
19397
|
+
padding: 0;
|
|
19398
|
+
}
|
|
19399
|
+
}
|
|
19400
|
+
}
|
|
19401
|
+
}
|
|
19270
19402
|
}
|
|
19271
|
-
}
|
|
19272
19403
|
}
|
|
19273
19404
|
.wb-texts-double {
|
|
19274
19405
|
position: relative;
|
|
@@ -19374,7 +19505,7 @@ $color-bd: #dddddd;
|
|
|
19374
19505
|
}
|
|
19375
19506
|
}
|
|
19376
19507
|
}
|
|
19377
|
-
.wb-faq-simple {
|
|
19508
|
+
.wb-faq-simple-background {
|
|
19378
19509
|
&__row {
|
|
19379
19510
|
border-bottom: 1px solid $wb-border-color;
|
|
19380
19511
|
}
|
|
@@ -19433,257 +19564,96 @@ $color-bd: #dddddd;
|
|
|
19433
19564
|
}
|
|
19434
19565
|
|
|
19435
19566
|
&.medium {
|
|
19436
|
-
padding: rem(40);
|
|
19437
|
-
}
|
|
19438
|
-
|
|
19439
|
-
&.large {
|
|
19440
|
-
padding: rem(60);
|
|
19441
|
-
}
|
|
19442
|
-
|
|
19443
|
-
> div {
|
|
19444
|
-
pointer-events: all;
|
|
19445
|
-
text-align: center;
|
|
19446
|
-
width: 100%;
|
|
19447
|
-
padding: 0;
|
|
19448
|
-
|
|
19449
|
-
.align-button & {
|
|
19450
|
-
display: flex;
|
|
19451
|
-
flex-wrap: wrap;
|
|
19452
|
-
align-items: center;
|
|
19453
|
-
align-content: center;
|
|
19454
|
-
justify-content: flex-start;
|
|
19455
|
-
position: relative;
|
|
19456
|
-
flex-direction: column;
|
|
19457
|
-
padding-bottom: rem(12);
|
|
19458
|
-
> div:not(.is-button) {
|
|
19459
|
-
width: 100%;
|
|
19460
|
-
}
|
|
19461
|
-
}
|
|
19462
|
-
|
|
19463
|
-
> div {
|
|
19464
|
-
&:first-child {
|
|
19465
|
-
position: relative;
|
|
19466
|
-
z-index: 10;
|
|
19467
|
-
}
|
|
19468
|
-
|
|
19469
|
-
&.is-button {
|
|
19470
|
-
cursor: pointer;
|
|
19471
|
-
background-color: $wb-button-color;
|
|
19472
|
-
padding: rem(7) rem(30);
|
|
19473
|
-
border-radius: rem(5);
|
|
19474
|
-
display: inline-block;
|
|
19475
|
-
font-size: rem(20);
|
|
19476
|
-
font-weight: 500;
|
|
19477
|
-
margin-top: rem(12);
|
|
19478
|
-
color: $wb-white;
|
|
19479
|
-
|
|
19480
|
-
.align-button & {
|
|
19481
|
-
align-self: center;
|
|
19482
|
-
margin-top: auto;
|
|
19483
|
-
transform: translateY(12px);
|
|
19484
|
-
}
|
|
19485
|
-
}
|
|
19486
|
-
}
|
|
19487
|
-
|
|
19488
|
-
> p:first-child {
|
|
19489
|
-
font-size: rem(100);
|
|
19490
|
-
cursor: pointer;
|
|
19491
|
-
line-height: rem(20);
|
|
19492
|
-
}
|
|
19493
|
-
> p:last-child {
|
|
19494
|
-
font-weight: 600;
|
|
19495
|
-
font-size: rem(40);
|
|
19496
|
-
}
|
|
19497
|
-
}
|
|
19498
|
-
}
|
|
19499
|
-
}
|
|
19500
|
-
}
|
|
19501
|
-
.wb-forms-imageright {
|
|
19502
|
-
padding: 0;
|
|
19503
|
-
position: relative;
|
|
19504
|
-
min-height: rem(500);
|
|
19505
|
-
|
|
19506
|
-
.column {
|
|
19507
|
-
position: relative;
|
|
19508
|
-
}
|
|
19509
|
-
|
|
19510
|
-
&__form__image {
|
|
19511
|
-
position: absolute;
|
|
19512
|
-
top: 0;
|
|
19513
|
-
width: 100%;
|
|
19514
|
-
left: 0;
|
|
19515
|
-
height: 100%;
|
|
19516
|
-
min-height: rem(500);
|
|
19517
|
-
|
|
19518
|
-
img {
|
|
19519
|
-
width: 100%;
|
|
19520
|
-
display: block;
|
|
19521
|
-
}
|
|
19522
|
-
|
|
19523
|
-
&__noimages {
|
|
19524
|
-
background-color: lighten($wb-border-color, 12%);
|
|
19525
|
-
cursor: pointer;
|
|
19526
|
-
height: 100%;
|
|
19527
|
-
display: flex;
|
|
19528
|
-
align-items: center;
|
|
19529
|
-
align-content: center;
|
|
19530
|
-
justify-content: center;
|
|
19531
|
-
position: absolute;
|
|
19532
|
-
width: 100%;
|
|
19533
|
-
top: 0;
|
|
19534
|
-
left: 0;
|
|
19535
|
-
z-index: 8;
|
|
19536
|
-
min-height: rem(500);
|
|
19537
|
-
|
|
19538
|
-
p {
|
|
19539
|
-
position: absolute;
|
|
19540
|
-
top: 50%;
|
|
19541
|
-
left: 50%;
|
|
19542
|
-
transform: translate(-50%, -50%);
|
|
19543
|
-
text-align: center;
|
|
19544
|
-
font-size: rem(14);
|
|
19545
|
-
color: $wb-secondary-text-color;
|
|
19546
|
-
|
|
19547
|
-
&:before {
|
|
19548
|
-
position: absolute;
|
|
19549
|
-
width: 0;
|
|
19550
|
-
bottom: -(#{rem(3)});
|
|
19551
|
-
height: rem(2);
|
|
19552
|
-
transition: 200ms all;
|
|
19553
|
-
background-color: $wb-border-color;
|
|
19554
|
-
content: ' ';
|
|
19555
|
-
left: 0;
|
|
19556
|
-
}
|
|
19557
|
-
}
|
|
19558
|
-
|
|
19559
|
-
i {
|
|
19560
|
-
color: $wb-secondary-text-color;
|
|
19561
|
-
text-align: center;
|
|
19562
|
-
display: block;
|
|
19563
|
-
font-size: rem(45);
|
|
19564
|
-
opacity: 0.4;
|
|
19565
|
-
transition: 200ms all;
|
|
19566
|
-
margin-bottom: rem(10);
|
|
19567
|
-
}
|
|
19568
|
-
|
|
19569
|
-
border: rem(1) solid lighten($wb-border-color, 12%);
|
|
19570
|
-
transition: 200ms all;
|
|
19571
|
-
|
|
19572
|
-
&:hover {
|
|
19573
|
-
border: rem(1) solid $wb-border-color;
|
|
19567
|
+
padding: rem(40);
|
|
19568
|
+
}
|
|
19574
19569
|
|
|
19575
|
-
|
|
19576
|
-
|
|
19577
|
-
|
|
19570
|
+
&.large {
|
|
19571
|
+
padding: rem(60);
|
|
19572
|
+
}
|
|
19578
19573
|
|
|
19579
|
-
|
|
19580
|
-
|
|
19574
|
+
> div {
|
|
19575
|
+
pointer-events: all;
|
|
19576
|
+
text-align: center;
|
|
19577
|
+
width: 100%;
|
|
19578
|
+
padding: 0;
|
|
19581
19579
|
|
|
19582
|
-
|
|
19580
|
+
.align-button & {
|
|
19581
|
+
display: flex;
|
|
19582
|
+
flex-wrap: wrap;
|
|
19583
|
+
align-items: center;
|
|
19584
|
+
align-content: center;
|
|
19585
|
+
justify-content: flex-start;
|
|
19586
|
+
position: relative;
|
|
19587
|
+
flex-direction: column;
|
|
19588
|
+
padding-bottom: rem(12);
|
|
19589
|
+
> div:not(.is-button) {
|
|
19583
19590
|
width: 100%;
|
|
19584
19591
|
}
|
|
19585
19592
|
}
|
|
19586
|
-
}
|
|
19587
|
-
}
|
|
19588
|
-
|
|
19589
|
-
&__container {
|
|
19590
|
-
position: relative;
|
|
19591
|
-
height: 100%;
|
|
19592
|
-
|
|
19593
|
-
&__images {
|
|
19594
|
-
position: absolute;
|
|
19595
|
-
width: 100%;
|
|
19596
|
-
height: 100%;
|
|
19597
|
-
right: 0;
|
|
19598
|
-
opacity: 1;
|
|
19599
|
-
@include simple_transition();
|
|
19600
19593
|
|
|
19601
19594
|
> div {
|
|
19602
|
-
|
|
19603
|
-
|
|
19604
|
-
|
|
19595
|
+
&:first-child {
|
|
19596
|
+
position: relative;
|
|
19597
|
+
z-index: 10;
|
|
19598
|
+
}
|
|
19605
19599
|
|
|
19606
|
-
|
|
19607
|
-
background-size: cover;
|
|
19608
|
-
background-position: center;
|
|
19609
|
-
height: 100%;
|
|
19600
|
+
&.is-button {
|
|
19610
19601
|
cursor: pointer;
|
|
19602
|
+
background-color: $wb-button-color;
|
|
19603
|
+
padding: rem(7) rem(30);
|
|
19604
|
+
border-radius: rem(5);
|
|
19605
|
+
display: inline-block;
|
|
19606
|
+
font-size: rem(20);
|
|
19607
|
+
font-weight: 500;
|
|
19608
|
+
margin-top: rem(12);
|
|
19609
|
+
color: $wb-white;
|
|
19611
19610
|
|
|
19612
|
-
|
|
19613
|
-
|
|
19614
|
-
|
|
19615
|
-
|
|
19616
|
-
width: 100%;
|
|
19617
|
-
height: 100%;
|
|
19618
|
-
background-color: rgba($wb-main-text-color, 0);
|
|
19619
|
-
content: ' ';
|
|
19620
|
-
transition: 200ms all;
|
|
19621
|
-
}
|
|
19622
|
-
|
|
19623
|
-
&:after {
|
|
19624
|
-
content: '\f03e';
|
|
19625
|
-
font-family: 'Font Awesome 5 Pro';
|
|
19626
|
-
display: block;
|
|
19627
|
-
@include simple_transition();
|
|
19628
|
-
position: absolute;
|
|
19629
|
-
z-index: 38;
|
|
19630
|
-
font-size: rem(70);
|
|
19631
|
-
top: -#{rem(50)};
|
|
19632
|
-
opacity: 0;
|
|
19633
|
-
left: 0;
|
|
19634
|
-
right: 0;
|
|
19635
|
-
bottom: 0;
|
|
19636
|
-
margin: auto;
|
|
19637
|
-
width: rem(70);
|
|
19638
|
-
height: rem(90);
|
|
19639
|
-
color: $wb-white;
|
|
19640
|
-
pointer-events: none;
|
|
19641
|
-
}
|
|
19642
|
-
|
|
19643
|
-
&:hover {
|
|
19644
|
-
&:before {
|
|
19645
|
-
background-color: rgba($wb-main-text-color, 0.1);
|
|
19646
|
-
}
|
|
19647
|
-
|
|
19648
|
-
&:after {
|
|
19649
|
-
top: -#{rem(25)};
|
|
19650
|
-
opacity: 0.3;
|
|
19651
|
-
}
|
|
19611
|
+
.align-button & {
|
|
19612
|
+
align-self: center;
|
|
19613
|
+
margin-top: auto;
|
|
19614
|
+
transform: translateY(12px);
|
|
19652
19615
|
}
|
|
19653
19616
|
}
|
|
19654
19617
|
}
|
|
19618
|
+
|
|
19619
|
+
> p:first-child {
|
|
19620
|
+
font-size: rem(100);
|
|
19621
|
+
cursor: pointer;
|
|
19622
|
+
line-height: rem(20);
|
|
19623
|
+
}
|
|
19624
|
+
> p:last-child {
|
|
19625
|
+
font-weight: 600;
|
|
19626
|
+
font-size: rem(40);
|
|
19627
|
+
}
|
|
19655
19628
|
}
|
|
19656
19629
|
}
|
|
19657
19630
|
}
|
|
19631
|
+
}
|
|
19632
|
+
.wb-forms-simple {
|
|
19633
|
+
position: relative;
|
|
19634
|
+
z-index: 41; // Should be over the z-index of wb-structure-tools (40)
|
|
19658
19635
|
|
|
19659
19636
|
&__loader {
|
|
19660
19637
|
padding: rem(60);
|
|
19661
19638
|
text-align: center;
|
|
19662
19639
|
}
|
|
19663
19640
|
|
|
19664
|
-
&__form__container {
|
|
19665
|
-
width: 100%;
|
|
19666
|
-
position: relative;
|
|
19667
|
-
z-index: 41; // Should be over the z-index of wb-structure-tools (40)
|
|
19668
|
-
}
|
|
19669
|
-
|
|
19670
19641
|
&__selector {
|
|
19671
|
-
padding:
|
|
19672
|
-
margin: 2rem;
|
|
19673
|
-
display: inline-block;
|
|
19674
|
-
background-color: $wb-white;
|
|
19642
|
+
padding: rem(60);
|
|
19675
19643
|
min-width: rem(360);
|
|
19676
19644
|
}
|
|
19677
19645
|
|
|
19678
19646
|
&__container {
|
|
19679
|
-
width:
|
|
19647
|
+
width: 60%;
|
|
19648
|
+
margin: rem(20) auto;
|
|
19680
19649
|
box-sizing: border-box;
|
|
19681
|
-
margin: 0;
|
|
19682
19650
|
min-width: rem(450);
|
|
19651
|
+
@include media('<=#{$block-width-mobile * 1.6}') {
|
|
19652
|
+
width: 80% !important;
|
|
19653
|
+
}
|
|
19683
19654
|
|
|
19684
19655
|
&__editor {
|
|
19685
19656
|
margin: rem(0) rem(25) rem(40);
|
|
19686
|
-
padding-top: 1rem;
|
|
19687
19657
|
|
|
19688
19658
|
> div {
|
|
19689
19659
|
&:first-child {
|
|
@@ -19700,8 +19670,6 @@ $color-bd: #dddddd;
|
|
|
19700
19670
|
}
|
|
19701
19671
|
|
|
19702
19672
|
&__content {
|
|
19703
|
-
padding-bottom: 1rem;
|
|
19704
|
-
|
|
19705
19673
|
> div {
|
|
19706
19674
|
position: relative;
|
|
19707
19675
|
padding: rem(15);
|
|
@@ -19735,10 +19703,6 @@ $color-bd: #dddddd;
|
|
|
19735
19703
|
}
|
|
19736
19704
|
}
|
|
19737
19705
|
|
|
19738
|
-
.select {
|
|
19739
|
-
max-width: 40%;
|
|
19740
|
-
}
|
|
19741
|
-
|
|
19742
19706
|
button:not(.is-info) {
|
|
19743
19707
|
background-color: $wb-main-color;
|
|
19744
19708
|
padding: rem(10) rem(15);
|
|
@@ -24456,17 +24420,21 @@ $color-size-choose: #6c6c6c;
|
|
|
24456
24420
|
bottom: 100%;
|
|
24457
24421
|
}
|
|
24458
24422
|
}
|
|
24459
|
-
.wb-forms-
|
|
24423
|
+
.wb-forms-imageleft {
|
|
24460
24424
|
padding: 0;
|
|
24461
24425
|
position: relative;
|
|
24462
24426
|
min-height: rem(500);
|
|
24463
24427
|
|
|
24428
|
+
.column {
|
|
24429
|
+
position: relative;
|
|
24430
|
+
}
|
|
24431
|
+
|
|
24464
24432
|
&__form__image {
|
|
24465
24433
|
position: absolute;
|
|
24466
|
-
top:
|
|
24434
|
+
top: 0;
|
|
24467
24435
|
width: 100%;
|
|
24468
24436
|
left: 0;
|
|
24469
|
-
height:
|
|
24437
|
+
height: 100%;
|
|
24470
24438
|
min-height: rem(500);
|
|
24471
24439
|
|
|
24472
24440
|
img {
|
|
@@ -24477,16 +24445,17 @@ $color-size-choose: #6c6c6c;
|
|
|
24477
24445
|
&__noimages {
|
|
24478
24446
|
background-color: lighten($wb-border-color, 12%);
|
|
24479
24447
|
cursor: pointer;
|
|
24480
|
-
height:
|
|
24448
|
+
height: 100%;
|
|
24481
24449
|
display: flex;
|
|
24482
24450
|
align-items: center;
|
|
24483
24451
|
align-content: center;
|
|
24484
24452
|
justify-content: center;
|
|
24485
24453
|
position: absolute;
|
|
24486
24454
|
width: 100%;
|
|
24487
|
-
top:
|
|
24455
|
+
top: 0;
|
|
24488
24456
|
left: 0;
|
|
24489
24457
|
z-index: 8;
|
|
24458
|
+
min-height: rem(500);
|
|
24490
24459
|
|
|
24491
24460
|
p {
|
|
24492
24461
|
position: absolute;
|
|
@@ -24496,6 +24465,8 @@ $color-size-choose: #6c6c6c;
|
|
|
24496
24465
|
text-align: center;
|
|
24497
24466
|
font-size: rem(14);
|
|
24498
24467
|
color: $wb-secondary-text-color;
|
|
24468
|
+
width: auto;
|
|
24469
|
+
white-space: nowrap;
|
|
24499
24470
|
|
|
24500
24471
|
&:before {
|
|
24501
24472
|
position: absolute;
|
|
@@ -24615,26 +24586,23 @@ $color-size-choose: #6c6c6c;
|
|
|
24615
24586
|
}
|
|
24616
24587
|
|
|
24617
24588
|
&__form__container {
|
|
24618
|
-
width:
|
|
24589
|
+
width: 100%;
|
|
24619
24590
|
position: relative;
|
|
24620
24591
|
z-index: 41; // Should be over the z-index of wb-structure-tools (40)
|
|
24621
24592
|
}
|
|
24622
24593
|
|
|
24623
24594
|
&__selector {
|
|
24624
|
-
|
|
24595
|
+
padding: 2rem;
|
|
24596
|
+
margin: 2rem;
|
|
24597
|
+
display: inline-block;
|
|
24625
24598
|
background-color: $wb-white;
|
|
24626
|
-
box-sizing: border-box;
|
|
24627
|
-
padding: rem(40);
|
|
24628
|
-
display: block;
|
|
24629
|
-
width: 50%;
|
|
24630
24599
|
min-width: rem(360);
|
|
24631
24600
|
}
|
|
24632
24601
|
|
|
24633
24602
|
&__container {
|
|
24634
24603
|
width: 100%;
|
|
24635
24604
|
box-sizing: border-box;
|
|
24636
|
-
|
|
24637
|
-
margin: rem(40);
|
|
24605
|
+
margin: 0;
|
|
24638
24606
|
min-width: rem(450);
|
|
24639
24607
|
|
|
24640
24608
|
&__editor {
|
|
@@ -28292,44 +28260,81 @@ $color-size-choose: #6c6c6c;
|
|
|
28292
28260
|
top: 15px;
|
|
28293
28261
|
}
|
|
28294
28262
|
}
|
|
28295
|
-
.wb-faq-
|
|
28296
|
-
&
|
|
28263
|
+
.wb-faq-list-icon {
|
|
28264
|
+
&__item {
|
|
28265
|
+
padding: rem(15);
|
|
28297
28266
|
position: relative;
|
|
28298
|
-
|
|
28299
|
-
|
|
28300
|
-
|
|
28301
|
-
|
|
28302
|
-
|
|
28303
|
-
|
|
28304
|
-
|
|
28305
|
-
|
|
28306
|
-
|
|
28307
|
-
|
|
28308
|
-
|
|
28309
|
-
&__question {
|
|
28310
|
-
&.wb-faq__row__question {
|
|
28311
|
-
.wb-quill-editor {
|
|
28312
|
-
.ql-editor {
|
|
28267
|
+
&__content {
|
|
28268
|
+
padding: rem(15);
|
|
28269
|
+
.wb-structure-config-font {
|
|
28270
|
+
padding: 0;
|
|
28271
|
+
height: rem(70);
|
|
28272
|
+
width: rem(70);
|
|
28273
|
+
margin: 0;
|
|
28274
|
+
.wb-structure-config-font__holder {
|
|
28275
|
+
> span {
|
|
28276
|
+
width: auto;
|
|
28277
|
+
height: auto;
|
|
28313
28278
|
padding: 0;
|
|
28279
|
+
text-align: left;
|
|
28280
|
+
> span {
|
|
28281
|
+
width: rem(65);
|
|
28282
|
+
height: rem(65);
|
|
28283
|
+
margin-top: rem(-5);
|
|
28284
|
+
margin-left: 0;
|
|
28285
|
+
}
|
|
28314
28286
|
}
|
|
28315
28287
|
}
|
|
28316
|
-
|
|
28317
|
-
|
|
28318
|
-
|
|
28288
|
+
}
|
|
28289
|
+
&__delete {
|
|
28290
|
+
cursor: pointer;
|
|
28291
|
+
position: absolute;
|
|
28292
|
+
top: rem(52);
|
|
28293
|
+
right: rem(30);
|
|
28294
|
+
i {
|
|
28295
|
+
color: $wb-secondary-text-color;
|
|
28296
|
+
&:hover {
|
|
28297
|
+
color: $wb-red-color;
|
|
28319
28298
|
}
|
|
28320
28299
|
}
|
|
28321
28300
|
}
|
|
28322
|
-
|
|
28323
|
-
&__answer {
|
|
28324
|
-
&.wb-faq__row__answer {
|
|
28301
|
+
&__question {
|
|
28325
28302
|
.wb-quill-editor {
|
|
28326
28303
|
.ql-editor {
|
|
28304
|
+
font-weight: 500;
|
|
28327
28305
|
padding: 0;
|
|
28306
|
+
color: $wb-main-text-color;
|
|
28307
|
+
}
|
|
28308
|
+
}
|
|
28309
|
+
}
|
|
28310
|
+
&__answer {
|
|
28311
|
+
.wb-quill-editor {
|
|
28312
|
+
.ql-editor {
|
|
28313
|
+
padding: rem(16) 0 0 0;
|
|
28314
|
+
color: $wb-secondary-text-color;
|
|
28328
28315
|
}
|
|
28329
28316
|
}
|
|
28330
28317
|
}
|
|
28331
28318
|
}
|
|
28332
28319
|
}
|
|
28320
|
+
&__add {
|
|
28321
|
+
min-height: 250px;
|
|
28322
|
+
height: 100%;
|
|
28323
|
+
position: relative;
|
|
28324
|
+
a {
|
|
28325
|
+
color: $wb-light-gray;
|
|
28326
|
+
&:hover {
|
|
28327
|
+
color: $wb-light-white;
|
|
28328
|
+
}
|
|
28329
|
+
i {
|
|
28330
|
+
position: absolute;
|
|
28331
|
+
top: 50%;
|
|
28332
|
+
left: 50%;
|
|
28333
|
+
transform: translate(-50%, -50%);
|
|
28334
|
+
font-size: rem(100);
|
|
28335
|
+
}
|
|
28336
|
+
}
|
|
28337
|
+
}
|
|
28333
28338
|
}
|
|
28334
28339
|
|
|
28335
28340
|
|