@wizishop/wizi-block 4.2.35-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 +16 -13
- 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/shared/components/editorjs/tools/paragraph/tool-type/text-edition.component.js +13 -13
- package/fesm2015/wizishop-wizi-block.js +12 -12
- package/fesm2015/wizishop-wizi-block.js.map +1 -1
- package/package.json +1 -5
- package/wizi-block.scss +507 -507
package/wizi-block.scss
CHANGED
|
@@ -7278,57 +7278,36 @@ $color-bd: #dddddd;
|
|
|
7278
7278
|
}
|
|
7279
7279
|
}
|
|
7280
7280
|
}
|
|
7281
|
-
.wb-faq-
|
|
7282
|
-
padding: 0;
|
|
7283
|
-
&.isFirst {
|
|
7284
|
-
border-top: 1px solid;
|
|
7285
|
-
}
|
|
7281
|
+
.wb-faq-frame {
|
|
7286
7282
|
&__row {
|
|
7287
|
-
border-left: 1px solid;
|
|
7288
|
-
border-right: 1px solid;
|
|
7289
7283
|
position: relative;
|
|
7290
7284
|
|
|
7291
7285
|
&.is-active {
|
|
7292
7286
|
z-index: 40;
|
|
7293
7287
|
}
|
|
7294
|
-
|
|
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
|
+
}
|
|
7295
7295
|
&__question {
|
|
7296
|
-
border-bottom: 1px solid;
|
|
7297
7296
|
&.wb-faq__row__question {
|
|
7298
|
-
padding: rem(30) rem(27);
|
|
7299
7297
|
.wb-quill-editor {
|
|
7300
7298
|
.ql-editor {
|
|
7301
7299
|
padding: 0;
|
|
7302
7300
|
}
|
|
7303
7301
|
}
|
|
7304
|
-
&.open {
|
|
7305
|
-
border-bottom: none;
|
|
7306
|
-
background: transparent;
|
|
7307
|
-
padding: rem(30) rem(27) 0;
|
|
7308
|
-
.wb-quill-editor {
|
|
7309
|
-
.ql-editor {
|
|
7310
|
-
padding: 0;
|
|
7311
|
-
}
|
|
7312
|
-
}
|
|
7313
|
-
}
|
|
7314
7302
|
span {
|
|
7315
7303
|
i {
|
|
7316
|
-
top: rem(
|
|
7317
|
-
right: rem(30);
|
|
7318
|
-
&.fa-trash-alt {
|
|
7319
|
-
right: rem(60) !important;
|
|
7320
|
-
}
|
|
7304
|
+
top: rem(3);
|
|
7321
7305
|
}
|
|
7322
7306
|
}
|
|
7323
7307
|
}
|
|
7324
7308
|
}
|
|
7325
7309
|
&__answer {
|
|
7326
7310
|
&.wb-faq__row__answer {
|
|
7327
|
-
padding: rem(30) rem(27);
|
|
7328
|
-
&.open {
|
|
7329
|
-
padding-top: rem(15);
|
|
7330
|
-
border-bottom: 1px solid;
|
|
7331
|
-
}
|
|
7332
7311
|
.wb-quill-editor {
|
|
7333
7312
|
.ql-editor {
|
|
7334
7313
|
padding: 0;
|
|
@@ -7362,80 +7341,9 @@ $color-bd: #dddddd;
|
|
|
7362
7341
|
}
|
|
7363
7342
|
}
|
|
7364
7343
|
}
|
|
7365
|
-
.wb-faq-
|
|
7366
|
-
&
|
|
7367
|
-
|
|
7368
|
-
position: relative;
|
|
7369
|
-
&__content {
|
|
7370
|
-
padding: rem(15);
|
|
7371
|
-
.wb-structure-config-font {
|
|
7372
|
-
padding: 0;
|
|
7373
|
-
height: rem(70);
|
|
7374
|
-
width: rem(70);
|
|
7375
|
-
margin: 0;
|
|
7376
|
-
.wb-structure-config-font__holder {
|
|
7377
|
-
> span {
|
|
7378
|
-
width: auto;
|
|
7379
|
-
height: auto;
|
|
7380
|
-
padding: 0;
|
|
7381
|
-
text-align: left;
|
|
7382
|
-
> span {
|
|
7383
|
-
width: rem(65);
|
|
7384
|
-
height: rem(65);
|
|
7385
|
-
margin-top: rem(-5);
|
|
7386
|
-
margin-left: 0;
|
|
7387
|
-
}
|
|
7388
|
-
}
|
|
7389
|
-
}
|
|
7390
|
-
}
|
|
7391
|
-
&__delete {
|
|
7392
|
-
cursor: pointer;
|
|
7393
|
-
position: absolute;
|
|
7394
|
-
top: rem(52);
|
|
7395
|
-
right: rem(30);
|
|
7396
|
-
i {
|
|
7397
|
-
color: $wb-secondary-text-color;
|
|
7398
|
-
&:hover {
|
|
7399
|
-
color: $wb-red-color;
|
|
7400
|
-
}
|
|
7401
|
-
}
|
|
7402
|
-
}
|
|
7403
|
-
&__question {
|
|
7404
|
-
.wb-quill-editor {
|
|
7405
|
-
.ql-editor {
|
|
7406
|
-
font-weight: 500;
|
|
7407
|
-
padding: 0;
|
|
7408
|
-
color: $wb-main-text-color;
|
|
7409
|
-
}
|
|
7410
|
-
}
|
|
7411
|
-
}
|
|
7412
|
-
&__answer {
|
|
7413
|
-
.wb-quill-editor {
|
|
7414
|
-
.ql-editor {
|
|
7415
|
-
padding: rem(16) 0 0 0;
|
|
7416
|
-
color: $wb-secondary-text-color;
|
|
7417
|
-
}
|
|
7418
|
-
}
|
|
7419
|
-
}
|
|
7420
|
-
}
|
|
7421
|
-
}
|
|
7422
|
-
&__add {
|
|
7423
|
-
min-height: 250px;
|
|
7424
|
-
height: 100%;
|
|
7425
|
-
position: relative;
|
|
7426
|
-
a {
|
|
7427
|
-
color: $wb-light-gray;
|
|
7428
|
-
&:hover {
|
|
7429
|
-
color: $wb-light-white;
|
|
7430
|
-
}
|
|
7431
|
-
i {
|
|
7432
|
-
position: absolute;
|
|
7433
|
-
top: 50%;
|
|
7434
|
-
left: 50%;
|
|
7435
|
-
transform: translate(-50%, -50%);
|
|
7436
|
-
font-size: rem(100);
|
|
7437
|
-
}
|
|
7438
|
-
}
|
|
7344
|
+
.wb-faq-simple {
|
|
7345
|
+
&__row {
|
|
7346
|
+
border-bottom: 1px solid $wb-border-color;
|
|
7439
7347
|
}
|
|
7440
7348
|
}
|
|
7441
7349
|
.wb-quotes-simple-background {
|
|
@@ -7607,10 +7515,274 @@ $color-bd: #dddddd;
|
|
|
7607
7515
|
}
|
|
7608
7516
|
}
|
|
7609
7517
|
}
|
|
7610
|
-
.wb-
|
|
7611
|
-
|
|
7612
|
-
|
|
7518
|
+
.wb-forms-background {
|
|
7519
|
+
padding: 0;
|
|
7520
|
+
position: relative;
|
|
7521
|
+
min-height: rem(500);
|
|
7522
|
+
|
|
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);
|
|
7530
|
+
|
|
7531
|
+
img {
|
|
7532
|
+
width: 100%;
|
|
7533
|
+
display: block;
|
|
7534
|
+
}
|
|
7535
|
+
|
|
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;
|
|
7549
|
+
|
|
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;
|
|
7558
|
+
|
|
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
|
+
}
|
|
7613
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%;
|
|
7614
7786
|
}
|
|
7615
7787
|
.wb-rassurances-quadruple-aligned {
|
|
7616
7788
|
position: relative;
|
|
@@ -7741,7 +7913,7 @@ $color-bd: #dddddd;
|
|
|
7741
7913
|
}
|
|
7742
7914
|
}
|
|
7743
7915
|
}
|
|
7744
|
-
.wb-forms-
|
|
7916
|
+
.wb-forms-imageright {
|
|
7745
7917
|
padding: 0;
|
|
7746
7918
|
position: relative;
|
|
7747
7919
|
min-height: rem(500);
|
|
@@ -7786,8 +7958,6 @@ $color-bd: #dddddd;
|
|
|
7786
7958
|
text-align: center;
|
|
7787
7959
|
font-size: rem(14);
|
|
7788
7960
|
color: $wb-secondary-text-color;
|
|
7789
|
-
width: auto;
|
|
7790
|
-
white-space: nowrap;
|
|
7791
7961
|
|
|
7792
7962
|
&:before {
|
|
7793
7963
|
position: absolute;
|
|
@@ -8201,126 +8371,48 @@ $color-bd: #dddddd;
|
|
|
8201
8371
|
height: rem(90);
|
|
8202
8372
|
color: $wb-white;
|
|
8203
8373
|
pointer-events: none;
|
|
8204
|
-
}
|
|
8205
|
-
|
|
8206
|
-
&:hover {
|
|
8207
|
-
&:before {
|
|
8208
|
-
background-color: rgba($wb-main-text-color, 0.1);
|
|
8209
|
-
}
|
|
8210
|
-
|
|
8211
|
-
&:after {
|
|
8212
|
-
top: -#{rem(100)};
|
|
8213
|
-
opacity: 0.3;
|
|
8214
|
-
}
|
|
8215
|
-
}
|
|
8216
|
-
}
|
|
8217
|
-
}
|
|
8218
|
-
}
|
|
8219
|
-
}
|
|
8220
|
-
}
|
|
8221
|
-
.wb-forms-simple {
|
|
8222
|
-
position: relative;
|
|
8223
|
-
z-index: 41; // Should be over the z-index of wb-structure-tools (40)
|
|
8224
|
-
|
|
8225
|
-
&__loader {
|
|
8226
|
-
padding: rem(60);
|
|
8227
|
-
text-align: center;
|
|
8228
|
-
}
|
|
8229
|
-
|
|
8230
|
-
&__selector {
|
|
8231
|
-
padding: rem(60);
|
|
8232
|
-
min-width: rem(360);
|
|
8233
|
-
}
|
|
8234
|
-
|
|
8235
|
-
&__container {
|
|
8236
|
-
width: 60%;
|
|
8237
|
-
margin: rem(20) auto;
|
|
8238
|
-
box-sizing: border-box;
|
|
8239
|
-
min-width: rem(450);
|
|
8240
|
-
@include media('<=#{$block-width-mobile * 1.6}') {
|
|
8241
|
-
width: 80% !important;
|
|
8242
|
-
}
|
|
8243
|
-
|
|
8244
|
-
&__editor {
|
|
8245
|
-
margin: rem(0) rem(25) rem(40);
|
|
8246
|
-
|
|
8247
|
-
> div {
|
|
8248
|
-
&:first-child {
|
|
8249
|
-
position: relative;
|
|
8250
|
-
z-index: 10;
|
|
8251
|
-
}
|
|
8252
|
-
|
|
8253
|
-
&:last-child {
|
|
8254
|
-
position: relative;
|
|
8255
|
-
padding-top: 0;
|
|
8256
|
-
z-index: 2;
|
|
8257
|
-
}
|
|
8258
|
-
}
|
|
8259
|
-
}
|
|
8260
|
-
|
|
8261
|
-
&__content {
|
|
8262
|
-
> div {
|
|
8263
|
-
position: relative;
|
|
8264
|
-
padding: rem(15);
|
|
8265
|
-
width: calc(100% - #{rem(80)});
|
|
8266
|
-
background-color: lighten($wb-border-color, 8%);
|
|
8267
|
-
margin: 0 rem(40) rem(30);
|
|
8268
|
-
min-height: rem(60);
|
|
8269
|
-
box-sizing: border-box;
|
|
8270
|
-
|
|
8271
|
-
&:last-child {
|
|
8272
|
-
margin: 0 rem(40);
|
|
8273
|
-
background-color: transparent;
|
|
8274
|
-
text-align: right;
|
|
8275
|
-
padding: 0;
|
|
8276
|
-
}
|
|
8277
|
-
|
|
8278
|
-
p {
|
|
8279
|
-
position: absolute;
|
|
8280
|
-
font-size: rem(12);
|
|
8281
|
-
color: $wb-main-text-color;
|
|
8282
|
-
|
|
8283
|
-
&:first-child {
|
|
8284
|
-
top: rem(5);
|
|
8285
|
-
left: rem(10);
|
|
8286
|
-
font-size: rem(16);
|
|
8287
|
-
font-weight: 300;
|
|
8288
|
-
}
|
|
8289
|
-
&:last-child {
|
|
8290
|
-
bottom: rem(2);
|
|
8291
|
-
right: rem(5);
|
|
8292
|
-
}
|
|
8293
|
-
}
|
|
8294
|
-
|
|
8295
|
-
button:not(.is-info) {
|
|
8296
|
-
background-color: $wb-main-color;
|
|
8297
|
-
padding: rem(10) rem(15);
|
|
8298
|
-
border: 0;
|
|
8299
|
-
color: $wb-white;
|
|
8300
|
-
text-transform: capitalize;
|
|
8301
|
-
font-size: rem(14);
|
|
8302
|
-
}
|
|
8303
|
-
}
|
|
8304
|
-
}
|
|
8305
|
-
}
|
|
8306
|
-
&__noForms {
|
|
8307
|
-
min-height: 300px;
|
|
8308
|
-
display: flex;
|
|
8309
|
-
justify-content: center;
|
|
8310
|
-
align-items: center;
|
|
8311
|
-
p {
|
|
8312
|
-
font-size: rem(20);
|
|
8313
|
-
font-weight: 600;
|
|
8314
|
-
a {
|
|
8315
|
-
color: $wb-main-color;
|
|
8374
|
+
}
|
|
8375
|
+
|
|
8376
|
+
&:hover {
|
|
8377
|
+
&:before {
|
|
8378
|
+
background-color: rgba($wb-main-text-color, 0.1);
|
|
8379
|
+
}
|
|
8380
|
+
|
|
8381
|
+
&:after {
|
|
8382
|
+
top: -#{rem(100)};
|
|
8383
|
+
opacity: 0.3;
|
|
8316
8384
|
}
|
|
8385
|
+
}
|
|
8317
8386
|
}
|
|
8387
|
+
}
|
|
8318
8388
|
}
|
|
8389
|
+
}
|
|
8319
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
|
+
}
|
|
8320
8397
|
|
|
8321
|
-
|
|
8322
|
-
|
|
8323
|
-
|
|
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
|
+
}
|
|
8324
8416
|
}
|
|
8325
8417
|
.wb-rassurances-triple-background {
|
|
8326
8418
|
position: relative;
|
|
@@ -19249,31 +19341,65 @@ $color-bd: #dddddd;
|
|
|
19249
19341
|
}
|
|
19250
19342
|
}
|
|
19251
19343
|
}
|
|
19252
|
-
.wb-
|
|
19253
|
-
|
|
19254
|
-
|
|
19255
|
-
|
|
19256
|
-
padding: rem(30) rem(20) rem(30) 0;
|
|
19344
|
+
.wb-faq-accordion {
|
|
19345
|
+
padding: 0;
|
|
19346
|
+
&.isFirst {
|
|
19347
|
+
border-top: 1px solid;
|
|
19257
19348
|
}
|
|
19349
|
+
&__row {
|
|
19350
|
+
border-left: 1px solid;
|
|
19351
|
+
border-right: 1px solid;
|
|
19352
|
+
position: relative;
|
|
19258
19353
|
|
|
19259
|
-
|
|
19260
|
-
|
|
19261
|
-
|
|
19262
|
-
background-repeat: repeat-x;
|
|
19263
|
-
background-size: rem(60);
|
|
19264
|
-
padding-left: rem(15);
|
|
19265
|
-
border: rem(1) solid $wb-border-color;
|
|
19266
|
-
margin: 0;
|
|
19267
|
-
|
|
19268
|
-
&:first-of-type {
|
|
19269
|
-
border-bottom: 0;
|
|
19270
|
-
}
|
|
19354
|
+
&.is-active {
|
|
19355
|
+
z-index: 40;
|
|
19356
|
+
}
|
|
19271
19357
|
|
|
19272
|
-
|
|
19273
|
-
|
|
19274
|
-
|
|
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
|
+
}
|
|
19275
19402
|
}
|
|
19276
|
-
}
|
|
19277
19403
|
}
|
|
19278
19404
|
.wb-texts-double {
|
|
19279
19405
|
position: relative;
|
|
@@ -19379,7 +19505,7 @@ $color-bd: #dddddd;
|
|
|
19379
19505
|
}
|
|
19380
19506
|
}
|
|
19381
19507
|
}
|
|
19382
|
-
.wb-faq-simple {
|
|
19508
|
+
.wb-faq-simple-background {
|
|
19383
19509
|
&__row {
|
|
19384
19510
|
border-bottom: 1px solid $wb-border-color;
|
|
19385
19511
|
}
|
|
@@ -19438,257 +19564,96 @@ $color-bd: #dddddd;
|
|
|
19438
19564
|
}
|
|
19439
19565
|
|
|
19440
19566
|
&.medium {
|
|
19441
|
-
padding: rem(40);
|
|
19442
|
-
}
|
|
19443
|
-
|
|
19444
|
-
&.large {
|
|
19445
|
-
padding: rem(60);
|
|
19446
|
-
}
|
|
19447
|
-
|
|
19448
|
-
> div {
|
|
19449
|
-
pointer-events: all;
|
|
19450
|
-
text-align: center;
|
|
19451
|
-
width: 100%;
|
|
19452
|
-
padding: 0;
|
|
19453
|
-
|
|
19454
|
-
.align-button & {
|
|
19455
|
-
display: flex;
|
|
19456
|
-
flex-wrap: wrap;
|
|
19457
|
-
align-items: center;
|
|
19458
|
-
align-content: center;
|
|
19459
|
-
justify-content: flex-start;
|
|
19460
|
-
position: relative;
|
|
19461
|
-
flex-direction: column;
|
|
19462
|
-
padding-bottom: rem(12);
|
|
19463
|
-
> div:not(.is-button) {
|
|
19464
|
-
width: 100%;
|
|
19465
|
-
}
|
|
19466
|
-
}
|
|
19467
|
-
|
|
19468
|
-
> div {
|
|
19469
|
-
&:first-child {
|
|
19470
|
-
position: relative;
|
|
19471
|
-
z-index: 10;
|
|
19472
|
-
}
|
|
19473
|
-
|
|
19474
|
-
&.is-button {
|
|
19475
|
-
cursor: pointer;
|
|
19476
|
-
background-color: $wb-button-color;
|
|
19477
|
-
padding: rem(7) rem(30);
|
|
19478
|
-
border-radius: rem(5);
|
|
19479
|
-
display: inline-block;
|
|
19480
|
-
font-size: rem(20);
|
|
19481
|
-
font-weight: 500;
|
|
19482
|
-
margin-top: rem(12);
|
|
19483
|
-
color: $wb-white;
|
|
19484
|
-
|
|
19485
|
-
.align-button & {
|
|
19486
|
-
align-self: center;
|
|
19487
|
-
margin-top: auto;
|
|
19488
|
-
transform: translateY(12px);
|
|
19489
|
-
}
|
|
19490
|
-
}
|
|
19491
|
-
}
|
|
19492
|
-
|
|
19493
|
-
> p:first-child {
|
|
19494
|
-
font-size: rem(100);
|
|
19495
|
-
cursor: pointer;
|
|
19496
|
-
line-height: rem(20);
|
|
19497
|
-
}
|
|
19498
|
-
> p:last-child {
|
|
19499
|
-
font-weight: 600;
|
|
19500
|
-
font-size: rem(40);
|
|
19501
|
-
}
|
|
19502
|
-
}
|
|
19503
|
-
}
|
|
19504
|
-
}
|
|
19505
|
-
}
|
|
19506
|
-
.wb-forms-imageright {
|
|
19507
|
-
padding: 0;
|
|
19508
|
-
position: relative;
|
|
19509
|
-
min-height: rem(500);
|
|
19510
|
-
|
|
19511
|
-
.column {
|
|
19512
|
-
position: relative;
|
|
19513
|
-
}
|
|
19514
|
-
|
|
19515
|
-
&__form__image {
|
|
19516
|
-
position: absolute;
|
|
19517
|
-
top: 0;
|
|
19518
|
-
width: 100%;
|
|
19519
|
-
left: 0;
|
|
19520
|
-
height: 100%;
|
|
19521
|
-
min-height: rem(500);
|
|
19522
|
-
|
|
19523
|
-
img {
|
|
19524
|
-
width: 100%;
|
|
19525
|
-
display: block;
|
|
19526
|
-
}
|
|
19527
|
-
|
|
19528
|
-
&__noimages {
|
|
19529
|
-
background-color: lighten($wb-border-color, 12%);
|
|
19530
|
-
cursor: pointer;
|
|
19531
|
-
height: 100%;
|
|
19532
|
-
display: flex;
|
|
19533
|
-
align-items: center;
|
|
19534
|
-
align-content: center;
|
|
19535
|
-
justify-content: center;
|
|
19536
|
-
position: absolute;
|
|
19537
|
-
width: 100%;
|
|
19538
|
-
top: 0;
|
|
19539
|
-
left: 0;
|
|
19540
|
-
z-index: 8;
|
|
19541
|
-
min-height: rem(500);
|
|
19542
|
-
|
|
19543
|
-
p {
|
|
19544
|
-
position: absolute;
|
|
19545
|
-
top: 50%;
|
|
19546
|
-
left: 50%;
|
|
19547
|
-
transform: translate(-50%, -50%);
|
|
19548
|
-
text-align: center;
|
|
19549
|
-
font-size: rem(14);
|
|
19550
|
-
color: $wb-secondary-text-color;
|
|
19551
|
-
|
|
19552
|
-
&:before {
|
|
19553
|
-
position: absolute;
|
|
19554
|
-
width: 0;
|
|
19555
|
-
bottom: -(#{rem(3)});
|
|
19556
|
-
height: rem(2);
|
|
19557
|
-
transition: 200ms all;
|
|
19558
|
-
background-color: $wb-border-color;
|
|
19559
|
-
content: ' ';
|
|
19560
|
-
left: 0;
|
|
19561
|
-
}
|
|
19562
|
-
}
|
|
19563
|
-
|
|
19564
|
-
i {
|
|
19565
|
-
color: $wb-secondary-text-color;
|
|
19566
|
-
text-align: center;
|
|
19567
|
-
display: block;
|
|
19568
|
-
font-size: rem(45);
|
|
19569
|
-
opacity: 0.4;
|
|
19570
|
-
transition: 200ms all;
|
|
19571
|
-
margin-bottom: rem(10);
|
|
19572
|
-
}
|
|
19573
|
-
|
|
19574
|
-
border: rem(1) solid lighten($wb-border-color, 12%);
|
|
19575
|
-
transition: 200ms all;
|
|
19576
|
-
|
|
19577
|
-
&:hover {
|
|
19578
|
-
border: rem(1) solid $wb-border-color;
|
|
19567
|
+
padding: rem(40);
|
|
19568
|
+
}
|
|
19579
19569
|
|
|
19580
|
-
|
|
19581
|
-
|
|
19582
|
-
|
|
19570
|
+
&.large {
|
|
19571
|
+
padding: rem(60);
|
|
19572
|
+
}
|
|
19583
19573
|
|
|
19584
|
-
|
|
19585
|
-
|
|
19574
|
+
> div {
|
|
19575
|
+
pointer-events: all;
|
|
19576
|
+
text-align: center;
|
|
19577
|
+
width: 100%;
|
|
19578
|
+
padding: 0;
|
|
19586
19579
|
|
|
19587
|
-
|
|
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) {
|
|
19588
19590
|
width: 100%;
|
|
19589
19591
|
}
|
|
19590
19592
|
}
|
|
19591
|
-
}
|
|
19592
|
-
}
|
|
19593
|
-
|
|
19594
|
-
&__container {
|
|
19595
|
-
position: relative;
|
|
19596
|
-
height: 100%;
|
|
19597
|
-
|
|
19598
|
-
&__images {
|
|
19599
|
-
position: absolute;
|
|
19600
|
-
width: 100%;
|
|
19601
|
-
height: 100%;
|
|
19602
|
-
right: 0;
|
|
19603
|
-
opacity: 1;
|
|
19604
|
-
@include simple_transition();
|
|
19605
19593
|
|
|
19606
19594
|
> div {
|
|
19607
|
-
|
|
19608
|
-
|
|
19609
|
-
|
|
19595
|
+
&:first-child {
|
|
19596
|
+
position: relative;
|
|
19597
|
+
z-index: 10;
|
|
19598
|
+
}
|
|
19610
19599
|
|
|
19611
|
-
|
|
19612
|
-
background-size: cover;
|
|
19613
|
-
background-position: center;
|
|
19614
|
-
height: 100%;
|
|
19600
|
+
&.is-button {
|
|
19615
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;
|
|
19616
19610
|
|
|
19617
|
-
|
|
19618
|
-
|
|
19619
|
-
|
|
19620
|
-
|
|
19621
|
-
width: 100%;
|
|
19622
|
-
height: 100%;
|
|
19623
|
-
background-color: rgba($wb-main-text-color, 0);
|
|
19624
|
-
content: ' ';
|
|
19625
|
-
transition: 200ms all;
|
|
19626
|
-
}
|
|
19627
|
-
|
|
19628
|
-
&:after {
|
|
19629
|
-
content: '\f03e';
|
|
19630
|
-
font-family: 'Font Awesome 5 Pro';
|
|
19631
|
-
display: block;
|
|
19632
|
-
@include simple_transition();
|
|
19633
|
-
position: absolute;
|
|
19634
|
-
z-index: 38;
|
|
19635
|
-
font-size: rem(70);
|
|
19636
|
-
top: -#{rem(50)};
|
|
19637
|
-
opacity: 0;
|
|
19638
|
-
left: 0;
|
|
19639
|
-
right: 0;
|
|
19640
|
-
bottom: 0;
|
|
19641
|
-
margin: auto;
|
|
19642
|
-
width: rem(70);
|
|
19643
|
-
height: rem(90);
|
|
19644
|
-
color: $wb-white;
|
|
19645
|
-
pointer-events: none;
|
|
19646
|
-
}
|
|
19647
|
-
|
|
19648
|
-
&:hover {
|
|
19649
|
-
&:before {
|
|
19650
|
-
background-color: rgba($wb-main-text-color, 0.1);
|
|
19651
|
-
}
|
|
19652
|
-
|
|
19653
|
-
&:after {
|
|
19654
|
-
top: -#{rem(25)};
|
|
19655
|
-
opacity: 0.3;
|
|
19656
|
-
}
|
|
19611
|
+
.align-button & {
|
|
19612
|
+
align-self: center;
|
|
19613
|
+
margin-top: auto;
|
|
19614
|
+
transform: translateY(12px);
|
|
19657
19615
|
}
|
|
19658
19616
|
}
|
|
19659
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
|
+
}
|
|
19660
19628
|
}
|
|
19661
19629
|
}
|
|
19662
19630
|
}
|
|
19631
|
+
}
|
|
19632
|
+
.wb-forms-simple {
|
|
19633
|
+
position: relative;
|
|
19634
|
+
z-index: 41; // Should be over the z-index of wb-structure-tools (40)
|
|
19663
19635
|
|
|
19664
19636
|
&__loader {
|
|
19665
19637
|
padding: rem(60);
|
|
19666
19638
|
text-align: center;
|
|
19667
19639
|
}
|
|
19668
19640
|
|
|
19669
|
-
&__form__container {
|
|
19670
|
-
width: 100%;
|
|
19671
|
-
position: relative;
|
|
19672
|
-
z-index: 41; // Should be over the z-index of wb-structure-tools (40)
|
|
19673
|
-
}
|
|
19674
|
-
|
|
19675
19641
|
&__selector {
|
|
19676
|
-
padding:
|
|
19677
|
-
margin: 2rem;
|
|
19678
|
-
display: inline-block;
|
|
19679
|
-
background-color: $wb-white;
|
|
19642
|
+
padding: rem(60);
|
|
19680
19643
|
min-width: rem(360);
|
|
19681
19644
|
}
|
|
19682
19645
|
|
|
19683
19646
|
&__container {
|
|
19684
|
-
width:
|
|
19647
|
+
width: 60%;
|
|
19648
|
+
margin: rem(20) auto;
|
|
19685
19649
|
box-sizing: border-box;
|
|
19686
|
-
margin: 0;
|
|
19687
19650
|
min-width: rem(450);
|
|
19651
|
+
@include media('<=#{$block-width-mobile * 1.6}') {
|
|
19652
|
+
width: 80% !important;
|
|
19653
|
+
}
|
|
19688
19654
|
|
|
19689
19655
|
&__editor {
|
|
19690
19656
|
margin: rem(0) rem(25) rem(40);
|
|
19691
|
-
padding-top: 1rem;
|
|
19692
19657
|
|
|
19693
19658
|
> div {
|
|
19694
19659
|
&:first-child {
|
|
@@ -19705,8 +19670,6 @@ $color-bd: #dddddd;
|
|
|
19705
19670
|
}
|
|
19706
19671
|
|
|
19707
19672
|
&__content {
|
|
19708
|
-
padding-bottom: 1rem;
|
|
19709
|
-
|
|
19710
19673
|
> div {
|
|
19711
19674
|
position: relative;
|
|
19712
19675
|
padding: rem(15);
|
|
@@ -19740,10 +19703,6 @@ $color-bd: #dddddd;
|
|
|
19740
19703
|
}
|
|
19741
19704
|
}
|
|
19742
19705
|
|
|
19743
|
-
.select {
|
|
19744
|
-
max-width: 40%;
|
|
19745
|
-
}
|
|
19746
|
-
|
|
19747
19706
|
button:not(.is-info) {
|
|
19748
19707
|
background-color: $wb-main-color;
|
|
19749
19708
|
padding: rem(10) rem(15);
|
|
@@ -24461,17 +24420,21 @@ $color-size-choose: #6c6c6c;
|
|
|
24461
24420
|
bottom: 100%;
|
|
24462
24421
|
}
|
|
24463
24422
|
}
|
|
24464
|
-
.wb-forms-
|
|
24423
|
+
.wb-forms-imageleft {
|
|
24465
24424
|
padding: 0;
|
|
24466
24425
|
position: relative;
|
|
24467
24426
|
min-height: rem(500);
|
|
24468
24427
|
|
|
24428
|
+
.column {
|
|
24429
|
+
position: relative;
|
|
24430
|
+
}
|
|
24431
|
+
|
|
24469
24432
|
&__form__image {
|
|
24470
24433
|
position: absolute;
|
|
24471
|
-
top:
|
|
24434
|
+
top: 0;
|
|
24472
24435
|
width: 100%;
|
|
24473
24436
|
left: 0;
|
|
24474
|
-
height:
|
|
24437
|
+
height: 100%;
|
|
24475
24438
|
min-height: rem(500);
|
|
24476
24439
|
|
|
24477
24440
|
img {
|
|
@@ -24482,16 +24445,17 @@ $color-size-choose: #6c6c6c;
|
|
|
24482
24445
|
&__noimages {
|
|
24483
24446
|
background-color: lighten($wb-border-color, 12%);
|
|
24484
24447
|
cursor: pointer;
|
|
24485
|
-
height:
|
|
24448
|
+
height: 100%;
|
|
24486
24449
|
display: flex;
|
|
24487
24450
|
align-items: center;
|
|
24488
24451
|
align-content: center;
|
|
24489
24452
|
justify-content: center;
|
|
24490
24453
|
position: absolute;
|
|
24491
24454
|
width: 100%;
|
|
24492
|
-
top:
|
|
24455
|
+
top: 0;
|
|
24493
24456
|
left: 0;
|
|
24494
24457
|
z-index: 8;
|
|
24458
|
+
min-height: rem(500);
|
|
24495
24459
|
|
|
24496
24460
|
p {
|
|
24497
24461
|
position: absolute;
|
|
@@ -24501,6 +24465,8 @@ $color-size-choose: #6c6c6c;
|
|
|
24501
24465
|
text-align: center;
|
|
24502
24466
|
font-size: rem(14);
|
|
24503
24467
|
color: $wb-secondary-text-color;
|
|
24468
|
+
width: auto;
|
|
24469
|
+
white-space: nowrap;
|
|
24504
24470
|
|
|
24505
24471
|
&:before {
|
|
24506
24472
|
position: absolute;
|
|
@@ -24620,26 +24586,23 @@ $color-size-choose: #6c6c6c;
|
|
|
24620
24586
|
}
|
|
24621
24587
|
|
|
24622
24588
|
&__form__container {
|
|
24623
|
-
width:
|
|
24589
|
+
width: 100%;
|
|
24624
24590
|
position: relative;
|
|
24625
24591
|
z-index: 41; // Should be over the z-index of wb-structure-tools (40)
|
|
24626
24592
|
}
|
|
24627
24593
|
|
|
24628
24594
|
&__selector {
|
|
24629
|
-
|
|
24595
|
+
padding: 2rem;
|
|
24596
|
+
margin: 2rem;
|
|
24597
|
+
display: inline-block;
|
|
24630
24598
|
background-color: $wb-white;
|
|
24631
|
-
box-sizing: border-box;
|
|
24632
|
-
padding: rem(40);
|
|
24633
|
-
display: block;
|
|
24634
|
-
width: 50%;
|
|
24635
24599
|
min-width: rem(360);
|
|
24636
24600
|
}
|
|
24637
24601
|
|
|
24638
24602
|
&__container {
|
|
24639
24603
|
width: 100%;
|
|
24640
24604
|
box-sizing: border-box;
|
|
24641
|
-
|
|
24642
|
-
margin: rem(40);
|
|
24605
|
+
margin: 0;
|
|
24643
24606
|
min-width: rem(450);
|
|
24644
24607
|
|
|
24645
24608
|
&__editor {
|
|
@@ -28297,44 +28260,81 @@ $color-size-choose: #6c6c6c;
|
|
|
28297
28260
|
top: 15px;
|
|
28298
28261
|
}
|
|
28299
28262
|
}
|
|
28300
|
-
.wb-faq-
|
|
28301
|
-
&
|
|
28263
|
+
.wb-faq-list-icon {
|
|
28264
|
+
&__item {
|
|
28265
|
+
padding: rem(15);
|
|
28302
28266
|
position: relative;
|
|
28303
|
-
|
|
28304
|
-
|
|
28305
|
-
|
|
28306
|
-
|
|
28307
|
-
|
|
28308
|
-
|
|
28309
|
-
|
|
28310
|
-
|
|
28311
|
-
|
|
28312
|
-
|
|
28313
|
-
|
|
28314
|
-
&__question {
|
|
28315
|
-
&.wb-faq__row__question {
|
|
28316
|
-
.wb-quill-editor {
|
|
28317
|
-
.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;
|
|
28318
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
|
+
}
|
|
28319
28286
|
}
|
|
28320
28287
|
}
|
|
28321
|
-
|
|
28322
|
-
|
|
28323
|
-
|
|
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;
|
|
28324
28298
|
}
|
|
28325
28299
|
}
|
|
28326
28300
|
}
|
|
28327
|
-
|
|
28328
|
-
&__answer {
|
|
28329
|
-
&.wb-faq__row__answer {
|
|
28301
|
+
&__question {
|
|
28330
28302
|
.wb-quill-editor {
|
|
28331
28303
|
.ql-editor {
|
|
28304
|
+
font-weight: 500;
|
|
28332
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;
|
|
28333
28315
|
}
|
|
28334
28316
|
}
|
|
28335
28317
|
}
|
|
28336
28318
|
}
|
|
28337
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
|
+
}
|
|
28338
28338
|
}
|
|
28339
28339
|
|
|
28340
28340
|
|