@wizishop/wizi-block 4.2.36-beta → 4.2.37-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/package.json +1 -1
- package/wizi-block.scss +1209 -1209
package/wizi-block.scss
CHANGED
|
@@ -7278,36 +7278,57 @@ $color-bd: #dddddd;
|
|
|
7278
7278
|
}
|
|
7279
7279
|
}
|
|
7280
7280
|
}
|
|
7281
|
-
.wb-faq-
|
|
7281
|
+
.wb-faq-accordion {
|
|
7282
|
+
padding: 0;
|
|
7283
|
+
&.isFirst {
|
|
7284
|
+
border-top: 1px solid;
|
|
7285
|
+
}
|
|
7282
7286
|
&__row {
|
|
7287
|
+
border-left: 1px solid;
|
|
7288
|
+
border-right: 1px solid;
|
|
7283
7289
|
position: relative;
|
|
7284
7290
|
|
|
7285
7291
|
&.is-active {
|
|
7286
7292
|
z-index: 40;
|
|
7287
7293
|
}
|
|
7288
|
-
|
|
7289
|
-
margin-bottom: rem(20);
|
|
7290
|
-
padding: rem(22) rem(30);
|
|
7291
|
-
border-radius: rem(5);
|
|
7292
|
-
&.open {
|
|
7293
|
-
border: none;
|
|
7294
|
-
}
|
|
7294
|
+
|
|
7295
7295
|
&__question {
|
|
7296
|
+
border-bottom: 1px solid;
|
|
7296
7297
|
&.wb-faq__row__question {
|
|
7298
|
+
padding: rem(30) rem(27);
|
|
7297
7299
|
.wb-quill-editor {
|
|
7298
7300
|
.ql-editor {
|
|
7299
7301
|
padding: 0;
|
|
7300
7302
|
}
|
|
7301
7303
|
}
|
|
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
|
+
}
|
|
7302
7314
|
span {
|
|
7303
7315
|
i {
|
|
7304
|
-
top: rem(
|
|
7316
|
+
top: rem(30);
|
|
7317
|
+
right: rem(30);
|
|
7318
|
+
&.fa-trash-alt {
|
|
7319
|
+
right: rem(60) !important;
|
|
7320
|
+
}
|
|
7305
7321
|
}
|
|
7306
7322
|
}
|
|
7307
7323
|
}
|
|
7308
7324
|
}
|
|
7309
7325
|
&__answer {
|
|
7310
7326
|
&.wb-faq__row__answer {
|
|
7327
|
+
padding: rem(30) rem(27);
|
|
7328
|
+
&.open {
|
|
7329
|
+
padding-top: rem(15);
|
|
7330
|
+
border-bottom: 1px solid;
|
|
7331
|
+
}
|
|
7311
7332
|
.wb-quill-editor {
|
|
7312
7333
|
.ql-editor {
|
|
7313
7334
|
padding: 0;
|
|
@@ -7341,9 +7362,80 @@ $color-bd: #dddddd;
|
|
|
7341
7362
|
}
|
|
7342
7363
|
}
|
|
7343
7364
|
}
|
|
7344
|
-
.wb-faq-
|
|
7345
|
-
&
|
|
7346
|
-
|
|
7365
|
+
.wb-faq-list-icon {
|
|
7366
|
+
&__item {
|
|
7367
|
+
padding: rem(15);
|
|
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
|
+
}
|
|
7347
7439
|
}
|
|
7348
7440
|
}
|
|
7349
7441
|
.wb-quotes-simple-background {
|
|
@@ -7515,94 +7607,235 @@ $color-bd: #dddddd;
|
|
|
7515
7607
|
}
|
|
7516
7608
|
}
|
|
7517
7609
|
}
|
|
7518
|
-
.wb-
|
|
7519
|
-
|
|
7520
|
-
|
|
7521
|
-
|
|
7610
|
+
.wb-faq-simple-background {
|
|
7611
|
+
&__row {
|
|
7612
|
+
border-bottom: 1px solid $wb-border-color;
|
|
7613
|
+
}
|
|
7614
|
+
}
|
|
7615
|
+
.wb-rassurances-quadruple-aligned {
|
|
7616
|
+
position: relative;
|
|
7522
7617
|
|
|
7523
|
-
|
|
7524
|
-
|
|
7525
|
-
|
|
7526
|
-
|
|
7527
|
-
|
|
7528
|
-
height: calc(100% + #{rem(80)});
|
|
7529
|
-
min-height: rem(500);
|
|
7618
|
+
.wb-structure-config-font {
|
|
7619
|
+
padding: 0;
|
|
7620
|
+
padding-top: rem(15);
|
|
7621
|
+
width: rem(90);
|
|
7622
|
+
}
|
|
7530
7623
|
|
|
7531
|
-
|
|
7532
|
-
|
|
7533
|
-
|
|
7534
|
-
|
|
7624
|
+
.wb-structure-config-font__holder {
|
|
7625
|
+
width: rem(90);
|
|
7626
|
+
margin: auto;
|
|
7627
|
+
display: block;
|
|
7628
|
+
}
|
|
7535
7629
|
|
|
7536
|
-
|
|
7537
|
-
|
|
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;
|
|
7630
|
+
.ql-editor {
|
|
7631
|
+
padding: 0;
|
|
7549
7632
|
|
|
7550
|
-
|
|
7551
|
-
|
|
7552
|
-
|
|
7553
|
-
|
|
7554
|
-
transform: translate(-50%, -50%);
|
|
7555
|
-
text-align: center;
|
|
7556
|
-
font-size: rem(14);
|
|
7557
|
-
color: $wb-secondary-text-color;
|
|
7633
|
+
p {
|
|
7634
|
+
word-break: break-all;
|
|
7635
|
+
}
|
|
7636
|
+
}
|
|
7558
7637
|
|
|
7559
|
-
|
|
7560
|
-
|
|
7561
|
-
|
|
7562
|
-
|
|
7563
|
-
height: rem(2);
|
|
7564
|
-
transition: 200ms all;
|
|
7565
|
-
background-color: $wb-border-color;
|
|
7566
|
-
content: ' ';
|
|
7567
|
-
left: 0;
|
|
7568
|
-
}
|
|
7569
|
-
}
|
|
7638
|
+
> .columns {
|
|
7639
|
+
padding: 0 rem(10);
|
|
7640
|
+
box-sizing: border-box;
|
|
7641
|
+
}
|
|
7570
7642
|
|
|
7571
|
-
|
|
7572
|
-
|
|
7573
|
-
|
|
7574
|
-
|
|
7575
|
-
|
|
7576
|
-
|
|
7577
|
-
transition: 200ms all;
|
|
7578
|
-
margin-bottom: rem(10);
|
|
7579
|
-
}
|
|
7643
|
+
.columns {
|
|
7644
|
+
width: 100%;
|
|
7645
|
+
height: 100%;
|
|
7646
|
+
align-items: center;
|
|
7647
|
+
align-content: center;
|
|
7648
|
+
padding: rem(25) rem(10);
|
|
7580
7649
|
|
|
7581
|
-
|
|
7582
|
-
|
|
7650
|
+
.column {
|
|
7651
|
+
height: 100%;
|
|
7652
|
+
display: flex;
|
|
7653
|
+
flex-direction: column;
|
|
7654
|
+
justify-content: center;
|
|
7655
|
+
position: relative;
|
|
7656
|
+
flex-grow: 1;
|
|
7657
|
+
margin-right: rem(5);
|
|
7583
7658
|
|
|
7584
|
-
|
|
7585
|
-
|
|
7659
|
+
&:first-child {
|
|
7660
|
+
flex-grow: 0;
|
|
7661
|
+
margin-right: 0;
|
|
7662
|
+
}
|
|
7663
|
+
}
|
|
7664
|
+
}
|
|
7586
7665
|
|
|
7587
|
-
|
|
7588
|
-
|
|
7589
|
-
|
|
7666
|
+
&__container {
|
|
7667
|
+
position: relative;
|
|
7668
|
+
min-height: rem(290);
|
|
7590
7669
|
|
|
7591
|
-
|
|
7592
|
-
|
|
7670
|
+
&__editor {
|
|
7671
|
+
padding: rem(10);
|
|
7672
|
+
}
|
|
7593
7673
|
|
|
7594
|
-
|
|
7595
|
-
|
|
7596
|
-
|
|
7597
|
-
|
|
7598
|
-
|
|
7599
|
-
|
|
7674
|
+
&__config {
|
|
7675
|
+
position: absolute;
|
|
7676
|
+
overflow: hidden;
|
|
7677
|
+
width: 100%;
|
|
7678
|
+
height: 100%;
|
|
7679
|
+
}
|
|
7600
7680
|
|
|
7601
|
-
|
|
7602
|
-
|
|
7603
|
-
|
|
7681
|
+
&__images {
|
|
7682
|
+
position: absolute;
|
|
7683
|
+
width: 100%;
|
|
7684
|
+
right: 0;
|
|
7685
|
+
opacity: 1;
|
|
7686
|
+
@include simple_transition();
|
|
7604
7687
|
|
|
7605
|
-
|
|
7688
|
+
> div {
|
|
7689
|
+
position: relative;
|
|
7690
|
+
overflow: hidden;
|
|
7691
|
+
|
|
7692
|
+
> div {
|
|
7693
|
+
background-size: cover;
|
|
7694
|
+
background-position: center;
|
|
7695
|
+
min-height: rem(290);
|
|
7696
|
+
cursor: pointer;
|
|
7697
|
+
|
|
7698
|
+
&:before {
|
|
7699
|
+
position: absolute;
|
|
7700
|
+
left: 0;
|
|
7701
|
+
top: 0;
|
|
7702
|
+
width: 100%;
|
|
7703
|
+
height: 100%;
|
|
7704
|
+
background-color: rgba($wb-main-text-color, 0);
|
|
7705
|
+
content: ' ';
|
|
7706
|
+
transition: 200ms all;
|
|
7707
|
+
}
|
|
7708
|
+
|
|
7709
|
+
&:after {
|
|
7710
|
+
content: '\f03e';
|
|
7711
|
+
font-family: 'Font Awesome 5 Pro';
|
|
7712
|
+
display: block;
|
|
7713
|
+
@include simple_transition();
|
|
7714
|
+
position: absolute;
|
|
7715
|
+
z-index: 38;
|
|
7716
|
+
font-size: rem(70);
|
|
7717
|
+
top: -#{rem(50)};
|
|
7718
|
+
opacity: 0;
|
|
7719
|
+
left: 0;
|
|
7720
|
+
right: 0;
|
|
7721
|
+
bottom: 0;
|
|
7722
|
+
margin: auto;
|
|
7723
|
+
width: rem(70);
|
|
7724
|
+
height: rem(90);
|
|
7725
|
+
color: $wb-white;
|
|
7726
|
+
pointer-events: none;
|
|
7727
|
+
}
|
|
7728
|
+
|
|
7729
|
+
&:hover {
|
|
7730
|
+
&:before {
|
|
7731
|
+
background-color: rgba($wb-main-text-color, 0.1);
|
|
7732
|
+
}
|
|
7733
|
+
|
|
7734
|
+
&:after {
|
|
7735
|
+
top: -#{rem(100)};
|
|
7736
|
+
opacity: 0.3;
|
|
7737
|
+
}
|
|
7738
|
+
}
|
|
7739
|
+
}
|
|
7740
|
+
}
|
|
7741
|
+
}
|
|
7742
|
+
}
|
|
7743
|
+
}
|
|
7744
|
+
.wb-forms-imageleft {
|
|
7745
|
+
padding: 0;
|
|
7746
|
+
position: relative;
|
|
7747
|
+
min-height: rem(500);
|
|
7748
|
+
|
|
7749
|
+
.column {
|
|
7750
|
+
position: relative;
|
|
7751
|
+
}
|
|
7752
|
+
|
|
7753
|
+
&__form__image {
|
|
7754
|
+
position: absolute;
|
|
7755
|
+
top: 0;
|
|
7756
|
+
width: 100%;
|
|
7757
|
+
left: 0;
|
|
7758
|
+
height: 100%;
|
|
7759
|
+
min-height: rem(500);
|
|
7760
|
+
|
|
7761
|
+
img {
|
|
7762
|
+
width: 100%;
|
|
7763
|
+
display: block;
|
|
7764
|
+
}
|
|
7765
|
+
|
|
7766
|
+
&__noimages {
|
|
7767
|
+
background-color: lighten($wb-border-color, 12%);
|
|
7768
|
+
cursor: pointer;
|
|
7769
|
+
height: 100%;
|
|
7770
|
+
display: flex;
|
|
7771
|
+
align-items: center;
|
|
7772
|
+
align-content: center;
|
|
7773
|
+
justify-content: center;
|
|
7774
|
+
position: absolute;
|
|
7775
|
+
width: 100%;
|
|
7776
|
+
top: 0;
|
|
7777
|
+
left: 0;
|
|
7778
|
+
z-index: 8;
|
|
7779
|
+
min-height: rem(500);
|
|
7780
|
+
|
|
7781
|
+
p {
|
|
7782
|
+
position: absolute;
|
|
7783
|
+
top: 50%;
|
|
7784
|
+
left: 50%;
|
|
7785
|
+
transform: translate(-50%, -50%);
|
|
7786
|
+
text-align: center;
|
|
7787
|
+
font-size: rem(14);
|
|
7788
|
+
color: $wb-secondary-text-color;
|
|
7789
|
+
width: auto;
|
|
7790
|
+
white-space: nowrap;
|
|
7791
|
+
|
|
7792
|
+
&:before {
|
|
7793
|
+
position: absolute;
|
|
7794
|
+
width: 0;
|
|
7795
|
+
bottom: -(#{rem(3)});
|
|
7796
|
+
height: rem(2);
|
|
7797
|
+
transition: 200ms all;
|
|
7798
|
+
background-color: $wb-border-color;
|
|
7799
|
+
content: ' ';
|
|
7800
|
+
left: 0;
|
|
7801
|
+
}
|
|
7802
|
+
}
|
|
7803
|
+
|
|
7804
|
+
i {
|
|
7805
|
+
color: $wb-secondary-text-color;
|
|
7806
|
+
text-align: center;
|
|
7807
|
+
display: block;
|
|
7808
|
+
font-size: rem(45);
|
|
7809
|
+
opacity: 0.4;
|
|
7810
|
+
transition: 200ms all;
|
|
7811
|
+
margin-bottom: rem(10);
|
|
7812
|
+
}
|
|
7813
|
+
|
|
7814
|
+
border: rem(1) solid lighten($wb-border-color, 12%);
|
|
7815
|
+
transition: 200ms all;
|
|
7816
|
+
|
|
7817
|
+
&:hover {
|
|
7818
|
+
border: rem(1) solid $wb-border-color;
|
|
7819
|
+
|
|
7820
|
+
i {
|
|
7821
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
7822
|
+
}
|
|
7823
|
+
|
|
7824
|
+
p {
|
|
7825
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
7826
|
+
|
|
7827
|
+
&:before {
|
|
7828
|
+
width: 100%;
|
|
7829
|
+
}
|
|
7830
|
+
}
|
|
7831
|
+
}
|
|
7832
|
+
}
|
|
7833
|
+
|
|
7834
|
+
&__container {
|
|
7835
|
+
position: relative;
|
|
7836
|
+
height: 100%;
|
|
7837
|
+
|
|
7838
|
+
&__images {
|
|
7606
7839
|
position: absolute;
|
|
7607
7840
|
width: 100%;
|
|
7608
7841
|
height: 100%;
|
|
@@ -7674,26 +7907,23 @@ $color-bd: #dddddd;
|
|
|
7674
7907
|
}
|
|
7675
7908
|
|
|
7676
7909
|
&__form__container {
|
|
7677
|
-
width:
|
|
7910
|
+
width: 100%;
|
|
7678
7911
|
position: relative;
|
|
7679
7912
|
z-index: 41; // Should be over the z-index of wb-structure-tools (40)
|
|
7680
7913
|
}
|
|
7681
7914
|
|
|
7682
7915
|
&__selector {
|
|
7683
|
-
|
|
7916
|
+
padding: 2rem;
|
|
7917
|
+
margin: 2rem;
|
|
7918
|
+
display: inline-block;
|
|
7684
7919
|
background-color: $wb-white;
|
|
7685
|
-
box-sizing: border-box;
|
|
7686
|
-
padding: rem(40);
|
|
7687
|
-
display: block;
|
|
7688
|
-
width: 50%;
|
|
7689
7920
|
min-width: rem(360);
|
|
7690
7921
|
}
|
|
7691
7922
|
|
|
7692
7923
|
&__container {
|
|
7693
7924
|
width: 100%;
|
|
7694
7925
|
box-sizing: border-box;
|
|
7695
|
-
|
|
7696
|
-
margin: rem(40);
|
|
7926
|
+
margin: 0;
|
|
7697
7927
|
min-width: rem(450);
|
|
7698
7928
|
|
|
7699
7929
|
&__editor {
|
|
@@ -7784,7 +8014,7 @@ $color-bd: #dddddd;
|
|
|
7784
8014
|
min-height: 80px;
|
|
7785
8015
|
width: 100%;
|
|
7786
8016
|
}
|
|
7787
|
-
.wb-rassurances-quadruple-
|
|
8017
|
+
.wb-rassurances-quadruple-background {
|
|
7788
8018
|
position: relative;
|
|
7789
8019
|
|
|
7790
8020
|
.wb-structure-config-font {
|
|
@@ -7807,8 +8037,73 @@ $color-bd: #dddddd;
|
|
|
7807
8037
|
}
|
|
7808
8038
|
}
|
|
7809
8039
|
|
|
8040
|
+
&__noimages {
|
|
8041
|
+
background-color: lighten($wb-border-color, 12%);
|
|
8042
|
+
cursor: pointer;
|
|
8043
|
+
min-height: rem(180);
|
|
8044
|
+
display: flex;
|
|
8045
|
+
align-items: center;
|
|
8046
|
+
align-content: center;
|
|
8047
|
+
justify-content: center;
|
|
8048
|
+
position: relative;
|
|
8049
|
+
width: 100%;
|
|
8050
|
+
top: 0;
|
|
8051
|
+
|
|
8052
|
+
p {
|
|
8053
|
+
position: absolute;
|
|
8054
|
+
top: 50%;
|
|
8055
|
+
left: 50%;
|
|
8056
|
+
transform: translate(-50%, -50%);
|
|
8057
|
+
text-align: center;
|
|
8058
|
+
font-size: rem(14);
|
|
8059
|
+
color: $wb-secondary-text-color;
|
|
8060
|
+
width: auto;
|
|
8061
|
+
white-space: nowrap;
|
|
8062
|
+
|
|
8063
|
+
&:before {
|
|
8064
|
+
position: absolute;
|
|
8065
|
+
width: 0;
|
|
8066
|
+
bottom: -(#{rem(3)});
|
|
8067
|
+
height: rem(2);
|
|
8068
|
+
transition: 200ms all;
|
|
8069
|
+
background-color: $wb-border-color;
|
|
8070
|
+
content: ' ';
|
|
8071
|
+
left: 0;
|
|
8072
|
+
}
|
|
8073
|
+
}
|
|
8074
|
+
|
|
8075
|
+
i {
|
|
8076
|
+
color: $wb-secondary-text-color;
|
|
8077
|
+
text-align: center;
|
|
8078
|
+
display: block;
|
|
8079
|
+
font-size: rem(45);
|
|
8080
|
+
opacity: 0.4;
|
|
8081
|
+
transition: 200ms all;
|
|
8082
|
+
margin-bottom: rem(10);
|
|
8083
|
+
}
|
|
8084
|
+
|
|
8085
|
+
border: rem(1) solid lighten($wb-border-color, 12%);
|
|
8086
|
+
transition: 200ms all;
|
|
8087
|
+
|
|
8088
|
+
&:hover {
|
|
8089
|
+
border: rem(1) solid $wb-border-color;
|
|
8090
|
+
|
|
8091
|
+
i {
|
|
8092
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
8093
|
+
}
|
|
8094
|
+
|
|
8095
|
+
p {
|
|
8096
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
8097
|
+
|
|
8098
|
+
&:before {
|
|
8099
|
+
width: 100%;
|
|
8100
|
+
}
|
|
8101
|
+
}
|
|
8102
|
+
}
|
|
8103
|
+
}
|
|
8104
|
+
|
|
7810
8105
|
> .columns {
|
|
7811
|
-
padding:
|
|
8106
|
+
padding: rem(25) rem(10);
|
|
7812
8107
|
box-sizing: border-box;
|
|
7813
8108
|
}
|
|
7814
8109
|
|
|
@@ -7817,7 +8112,6 @@ $color-bd: #dddddd;
|
|
|
7817
8112
|
height: 100%;
|
|
7818
8113
|
align-items: center;
|
|
7819
8114
|
align-content: center;
|
|
7820
|
-
padding: rem(25) rem(10);
|
|
7821
8115
|
|
|
7822
8116
|
.column {
|
|
7823
8117
|
height: 100%;
|
|
@@ -7835,9 +8129,16 @@ $color-bd: #dddddd;
|
|
|
7835
8129
|
}
|
|
7836
8130
|
}
|
|
7837
8131
|
|
|
8132
|
+
&__container__editor {
|
|
8133
|
+
> div {
|
|
8134
|
+
pointer-events: all;
|
|
8135
|
+
}
|
|
8136
|
+
}
|
|
8137
|
+
|
|
7838
8138
|
&__container {
|
|
7839
|
-
position:
|
|
7840
|
-
|
|
8139
|
+
position: absolute;
|
|
8140
|
+
height: 100%;
|
|
8141
|
+
width: 100%;
|
|
7841
8142
|
|
|
7842
8143
|
&__editor {
|
|
7843
8144
|
padding: rem(10);
|
|
@@ -7853,6 +8154,7 @@ $color-bd: #dddddd;
|
|
|
7853
8154
|
&__images {
|
|
7854
8155
|
position: absolute;
|
|
7855
8156
|
width: 100%;
|
|
8157
|
+
height: 100%;
|
|
7856
8158
|
right: 0;
|
|
7857
8159
|
opacity: 1;
|
|
7858
8160
|
@include simple_transition();
|
|
@@ -7860,12 +8162,15 @@ $color-bd: #dddddd;
|
|
|
7860
8162
|
> div {
|
|
7861
8163
|
position: relative;
|
|
7862
8164
|
overflow: hidden;
|
|
8165
|
+
height: 100%;
|
|
8166
|
+
width: 100%;
|
|
7863
8167
|
|
|
7864
8168
|
> div {
|
|
7865
8169
|
background-size: cover;
|
|
7866
8170
|
background-position: center;
|
|
7867
|
-
min-height: rem(290);
|
|
7868
8171
|
cursor: pointer;
|
|
8172
|
+
height: 100%;
|
|
8173
|
+
width: 100%;
|
|
7869
8174
|
|
|
7870
8175
|
&:before {
|
|
7871
8176
|
position: absolute;
|
|
@@ -7913,192 +8218,31 @@ $color-bd: #dddddd;
|
|
|
7913
8218
|
}
|
|
7914
8219
|
}
|
|
7915
8220
|
}
|
|
7916
|
-
.wb-forms-
|
|
7917
|
-
padding: 0;
|
|
8221
|
+
.wb-forms-simple {
|
|
7918
8222
|
position: relative;
|
|
7919
|
-
|
|
7920
|
-
|
|
7921
|
-
.column {
|
|
7922
|
-
position: relative;
|
|
7923
|
-
}
|
|
7924
|
-
|
|
7925
|
-
&__form__image {
|
|
7926
|
-
position: absolute;
|
|
7927
|
-
top: 0;
|
|
7928
|
-
width: 100%;
|
|
7929
|
-
left: 0;
|
|
7930
|
-
height: 100%;
|
|
7931
|
-
min-height: rem(500);
|
|
7932
|
-
|
|
7933
|
-
img {
|
|
7934
|
-
width: 100%;
|
|
7935
|
-
display: block;
|
|
7936
|
-
}
|
|
7937
|
-
|
|
7938
|
-
&__noimages {
|
|
7939
|
-
background-color: lighten($wb-border-color, 12%);
|
|
7940
|
-
cursor: pointer;
|
|
7941
|
-
height: 100%;
|
|
7942
|
-
display: flex;
|
|
7943
|
-
align-items: center;
|
|
7944
|
-
align-content: center;
|
|
7945
|
-
justify-content: center;
|
|
7946
|
-
position: absolute;
|
|
7947
|
-
width: 100%;
|
|
7948
|
-
top: 0;
|
|
7949
|
-
left: 0;
|
|
7950
|
-
z-index: 8;
|
|
7951
|
-
min-height: rem(500);
|
|
7952
|
-
|
|
7953
|
-
p {
|
|
7954
|
-
position: absolute;
|
|
7955
|
-
top: 50%;
|
|
7956
|
-
left: 50%;
|
|
7957
|
-
transform: translate(-50%, -50%);
|
|
7958
|
-
text-align: center;
|
|
7959
|
-
font-size: rem(14);
|
|
7960
|
-
color: $wb-secondary-text-color;
|
|
7961
|
-
|
|
7962
|
-
&:before {
|
|
7963
|
-
position: absolute;
|
|
7964
|
-
width: 0;
|
|
7965
|
-
bottom: -(#{rem(3)});
|
|
7966
|
-
height: rem(2);
|
|
7967
|
-
transition: 200ms all;
|
|
7968
|
-
background-color: $wb-border-color;
|
|
7969
|
-
content: ' ';
|
|
7970
|
-
left: 0;
|
|
7971
|
-
}
|
|
7972
|
-
}
|
|
7973
|
-
|
|
7974
|
-
i {
|
|
7975
|
-
color: $wb-secondary-text-color;
|
|
7976
|
-
text-align: center;
|
|
7977
|
-
display: block;
|
|
7978
|
-
font-size: rem(45);
|
|
7979
|
-
opacity: 0.4;
|
|
7980
|
-
transition: 200ms all;
|
|
7981
|
-
margin-bottom: rem(10);
|
|
7982
|
-
}
|
|
7983
|
-
|
|
7984
|
-
border: rem(1) solid lighten($wb-border-color, 12%);
|
|
7985
|
-
transition: 200ms all;
|
|
7986
|
-
|
|
7987
|
-
&:hover {
|
|
7988
|
-
border: rem(1) solid $wb-border-color;
|
|
7989
|
-
|
|
7990
|
-
i {
|
|
7991
|
-
color: darken($wb-secondary-text-color, 20%);
|
|
7992
|
-
}
|
|
7993
|
-
|
|
7994
|
-
p {
|
|
7995
|
-
color: darken($wb-secondary-text-color, 20%);
|
|
7996
|
-
|
|
7997
|
-
&:before {
|
|
7998
|
-
width: 100%;
|
|
7999
|
-
}
|
|
8000
|
-
}
|
|
8001
|
-
}
|
|
8002
|
-
}
|
|
8003
|
-
|
|
8004
|
-
&__container {
|
|
8005
|
-
position: relative;
|
|
8006
|
-
height: 100%;
|
|
8007
|
-
|
|
8008
|
-
&__images {
|
|
8009
|
-
position: absolute;
|
|
8010
|
-
width: 100%;
|
|
8011
|
-
height: 100%;
|
|
8012
|
-
right: 0;
|
|
8013
|
-
opacity: 1;
|
|
8014
|
-
@include simple_transition();
|
|
8015
|
-
|
|
8016
|
-
> div {
|
|
8017
|
-
position: relative;
|
|
8018
|
-
overflow: hidden;
|
|
8019
|
-
height: 100%;
|
|
8020
|
-
|
|
8021
|
-
> div {
|
|
8022
|
-
background-size: cover;
|
|
8023
|
-
background-position: center;
|
|
8024
|
-
height: 100%;
|
|
8025
|
-
cursor: pointer;
|
|
8026
|
-
|
|
8027
|
-
&:before {
|
|
8028
|
-
position: absolute;
|
|
8029
|
-
left: 0;
|
|
8030
|
-
top: 0;
|
|
8031
|
-
width: 100%;
|
|
8032
|
-
height: 100%;
|
|
8033
|
-
background-color: rgba($wb-main-text-color, 0);
|
|
8034
|
-
content: ' ';
|
|
8035
|
-
transition: 200ms all;
|
|
8036
|
-
}
|
|
8037
|
-
|
|
8038
|
-
&:after {
|
|
8039
|
-
content: '\f03e';
|
|
8040
|
-
font-family: 'Font Awesome 5 Pro';
|
|
8041
|
-
display: block;
|
|
8042
|
-
@include simple_transition();
|
|
8043
|
-
position: absolute;
|
|
8044
|
-
z-index: 38;
|
|
8045
|
-
font-size: rem(70);
|
|
8046
|
-
top: -#{rem(50)};
|
|
8047
|
-
opacity: 0;
|
|
8048
|
-
left: 0;
|
|
8049
|
-
right: 0;
|
|
8050
|
-
bottom: 0;
|
|
8051
|
-
margin: auto;
|
|
8052
|
-
width: rem(70);
|
|
8053
|
-
height: rem(90);
|
|
8054
|
-
color: $wb-white;
|
|
8055
|
-
pointer-events: none;
|
|
8056
|
-
}
|
|
8057
|
-
|
|
8058
|
-
&:hover {
|
|
8059
|
-
&:before {
|
|
8060
|
-
background-color: rgba($wb-main-text-color, 0.1);
|
|
8061
|
-
}
|
|
8062
|
-
|
|
8063
|
-
&:after {
|
|
8064
|
-
top: -#{rem(25)};
|
|
8065
|
-
opacity: 0.3;
|
|
8066
|
-
}
|
|
8067
|
-
}
|
|
8068
|
-
}
|
|
8069
|
-
}
|
|
8070
|
-
}
|
|
8071
|
-
}
|
|
8072
|
-
}
|
|
8223
|
+
z-index: 41; // Should be over the z-index of wb-structure-tools (40)
|
|
8073
8224
|
|
|
8074
8225
|
&__loader {
|
|
8075
8226
|
padding: rem(60);
|
|
8076
8227
|
text-align: center;
|
|
8077
8228
|
}
|
|
8078
8229
|
|
|
8079
|
-
&__form__container {
|
|
8080
|
-
width: 100%;
|
|
8081
|
-
position: relative;
|
|
8082
|
-
z-index: 41; // Should be over the z-index of wb-structure-tools (40)
|
|
8083
|
-
}
|
|
8084
|
-
|
|
8085
8230
|
&__selector {
|
|
8086
|
-
padding:
|
|
8087
|
-
margin: 2rem;
|
|
8088
|
-
display: inline-block;
|
|
8089
|
-
background-color: $wb-white;
|
|
8231
|
+
padding: rem(60);
|
|
8090
8232
|
min-width: rem(360);
|
|
8091
8233
|
}
|
|
8092
8234
|
|
|
8093
8235
|
&__container {
|
|
8094
|
-
width:
|
|
8236
|
+
width: 60%;
|
|
8237
|
+
margin: rem(20) auto;
|
|
8095
8238
|
box-sizing: border-box;
|
|
8096
|
-
margin: 0;
|
|
8097
8239
|
min-width: rem(450);
|
|
8240
|
+
@include media('<=#{$block-width-mobile * 1.6}') {
|
|
8241
|
+
width: 80% !important;
|
|
8242
|
+
}
|
|
8098
8243
|
|
|
8099
8244
|
&__editor {
|
|
8100
8245
|
margin: rem(0) rem(25) rem(40);
|
|
8101
|
-
padding-top: 1rem;
|
|
8102
8246
|
|
|
8103
8247
|
> div {
|
|
8104
8248
|
&:first-child {
|
|
@@ -8115,8 +8259,6 @@ $color-bd: #dddddd;
|
|
|
8115
8259
|
}
|
|
8116
8260
|
|
|
8117
8261
|
&__content {
|
|
8118
|
-
padding-bottom: 1rem;
|
|
8119
|
-
|
|
8120
8262
|
> div {
|
|
8121
8263
|
position: relative;
|
|
8122
8264
|
padding: rem(15);
|
|
@@ -8150,10 +8292,6 @@ $color-bd: #dddddd;
|
|
|
8150
8292
|
}
|
|
8151
8293
|
}
|
|
8152
8294
|
|
|
8153
|
-
.select {
|
|
8154
|
-
max-width: 40%;
|
|
8155
|
-
}
|
|
8156
|
-
|
|
8157
8295
|
button:not(.is-info) {
|
|
8158
8296
|
background-color: $wb-main-color;
|
|
8159
8297
|
padding: rem(10) rem(15);
|
|
@@ -8184,21 +8322,9 @@ $color-bd: #dddddd;
|
|
|
8184
8322
|
min-height: 80px;
|
|
8185
8323
|
width: 100%;
|
|
8186
8324
|
}
|
|
8187
|
-
.wb-rassurances-
|
|
8325
|
+
.wb-rassurances-triple-background {
|
|
8188
8326
|
position: relative;
|
|
8189
8327
|
|
|
8190
|
-
.wb-structure-config-font {
|
|
8191
|
-
padding: 0;
|
|
8192
|
-
padding-top: rem(15);
|
|
8193
|
-
width: rem(90);
|
|
8194
|
-
}
|
|
8195
|
-
|
|
8196
|
-
.wb-structure-config-font__holder {
|
|
8197
|
-
width: rem(90);
|
|
8198
|
-
margin: auto;
|
|
8199
|
-
display: block;
|
|
8200
|
-
}
|
|
8201
|
-
|
|
8202
8328
|
.ql-editor {
|
|
8203
8329
|
padding: 0;
|
|
8204
8330
|
|
|
@@ -8207,10 +8333,32 @@ $color-bd: #dddddd;
|
|
|
8207
8333
|
}
|
|
8208
8334
|
}
|
|
8209
8335
|
|
|
8336
|
+
.columns {
|
|
8337
|
+
position: relative;
|
|
8338
|
+
width: 100%;
|
|
8339
|
+
top: 0;
|
|
8340
|
+
left: 0;
|
|
8341
|
+
height: 100%;
|
|
8342
|
+
align-items: center;
|
|
8343
|
+
align-content: center;
|
|
8344
|
+
pointer-events: none;
|
|
8345
|
+
padding: rem(30) 0;
|
|
8346
|
+
|
|
8347
|
+
.column {
|
|
8348
|
+
pointer-events: none;
|
|
8349
|
+
height: 100%;
|
|
8350
|
+
display: flex;
|
|
8351
|
+
flex-direction: column;
|
|
8352
|
+
justify-content: center;
|
|
8353
|
+
position: relative;
|
|
8354
|
+
margin: 0 rem(10);
|
|
8355
|
+
}
|
|
8356
|
+
}
|
|
8357
|
+
|
|
8210
8358
|
&__noimages {
|
|
8211
8359
|
background-color: lighten($wb-border-color, 12%);
|
|
8212
8360
|
cursor: pointer;
|
|
8213
|
-
min-height: rem(
|
|
8361
|
+
min-height: rem(290);
|
|
8214
8362
|
display: flex;
|
|
8215
8363
|
align-items: center;
|
|
8216
8364
|
align-content: center;
|
|
@@ -8272,33 +8420,6 @@ $color-bd: #dddddd;
|
|
|
8272
8420
|
}
|
|
8273
8421
|
}
|
|
8274
8422
|
|
|
8275
|
-
> .columns {
|
|
8276
|
-
padding: rem(25) rem(10);
|
|
8277
|
-
box-sizing: border-box;
|
|
8278
|
-
}
|
|
8279
|
-
|
|
8280
|
-
.columns {
|
|
8281
|
-
width: 100%;
|
|
8282
|
-
height: 100%;
|
|
8283
|
-
align-items: center;
|
|
8284
|
-
align-content: center;
|
|
8285
|
-
|
|
8286
|
-
.column {
|
|
8287
|
-
height: 100%;
|
|
8288
|
-
display: flex;
|
|
8289
|
-
flex-direction: column;
|
|
8290
|
-
justify-content: center;
|
|
8291
|
-
position: relative;
|
|
8292
|
-
flex-grow: 1;
|
|
8293
|
-
margin-right: rem(5);
|
|
8294
|
-
|
|
8295
|
-
&:first-child {
|
|
8296
|
-
flex-grow: 0;
|
|
8297
|
-
margin-right: 0;
|
|
8298
|
-
}
|
|
8299
|
-
}
|
|
8300
|
-
}
|
|
8301
|
-
|
|
8302
8423
|
&__container__editor {
|
|
8303
8424
|
> div {
|
|
8304
8425
|
pointer-events: all;
|
|
@@ -8310,10 +8431,6 @@ $color-bd: #dddddd;
|
|
|
8310
8431
|
height: 100%;
|
|
8311
8432
|
width: 100%;
|
|
8312
8433
|
|
|
8313
|
-
&__editor {
|
|
8314
|
-
padding: rem(10);
|
|
8315
|
-
}
|
|
8316
|
-
|
|
8317
8434
|
&__config {
|
|
8318
8435
|
position: absolute;
|
|
8319
8436
|
overflow: hidden;
|
|
@@ -8379,216 +8496,7 @@ $color-bd: #dddddd;
|
|
|
8379
8496
|
}
|
|
8380
8497
|
|
|
8381
8498
|
&:after {
|
|
8382
|
-
top: -#{rem(
|
|
8383
|
-
opacity: 0.3;
|
|
8384
|
-
}
|
|
8385
|
-
}
|
|
8386
|
-
}
|
|
8387
|
-
}
|
|
8388
|
-
}
|
|
8389
|
-
}
|
|
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
|
-
}
|
|
8397
|
-
|
|
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
|
-
}
|
|
8416
|
-
}
|
|
8417
|
-
.wb-rassurances-triple-background {
|
|
8418
|
-
position: relative;
|
|
8419
|
-
|
|
8420
|
-
.ql-editor {
|
|
8421
|
-
padding: 0;
|
|
8422
|
-
|
|
8423
|
-
p {
|
|
8424
|
-
word-break: break-all;
|
|
8425
|
-
}
|
|
8426
|
-
}
|
|
8427
|
-
|
|
8428
|
-
.columns {
|
|
8429
|
-
position: relative;
|
|
8430
|
-
width: 100%;
|
|
8431
|
-
top: 0;
|
|
8432
|
-
left: 0;
|
|
8433
|
-
height: 100%;
|
|
8434
|
-
align-items: center;
|
|
8435
|
-
align-content: center;
|
|
8436
|
-
pointer-events: none;
|
|
8437
|
-
padding: rem(30) 0;
|
|
8438
|
-
|
|
8439
|
-
.column {
|
|
8440
|
-
pointer-events: none;
|
|
8441
|
-
height: 100%;
|
|
8442
|
-
display: flex;
|
|
8443
|
-
flex-direction: column;
|
|
8444
|
-
justify-content: center;
|
|
8445
|
-
position: relative;
|
|
8446
|
-
margin: 0 rem(10);
|
|
8447
|
-
}
|
|
8448
|
-
}
|
|
8449
|
-
|
|
8450
|
-
&__noimages {
|
|
8451
|
-
background-color: lighten($wb-border-color, 12%);
|
|
8452
|
-
cursor: pointer;
|
|
8453
|
-
min-height: rem(290);
|
|
8454
|
-
display: flex;
|
|
8455
|
-
align-items: center;
|
|
8456
|
-
align-content: center;
|
|
8457
|
-
justify-content: center;
|
|
8458
|
-
position: relative;
|
|
8459
|
-
width: 100%;
|
|
8460
|
-
top: 0;
|
|
8461
|
-
|
|
8462
|
-
p {
|
|
8463
|
-
position: absolute;
|
|
8464
|
-
top: 50%;
|
|
8465
|
-
left: 50%;
|
|
8466
|
-
transform: translate(-50%, -50%);
|
|
8467
|
-
text-align: center;
|
|
8468
|
-
font-size: rem(14);
|
|
8469
|
-
color: $wb-secondary-text-color;
|
|
8470
|
-
width: auto;
|
|
8471
|
-
white-space: nowrap;
|
|
8472
|
-
|
|
8473
|
-
&:before {
|
|
8474
|
-
position: absolute;
|
|
8475
|
-
width: 0;
|
|
8476
|
-
bottom: -(#{rem(3)});
|
|
8477
|
-
height: rem(2);
|
|
8478
|
-
transition: 200ms all;
|
|
8479
|
-
background-color: $wb-border-color;
|
|
8480
|
-
content: ' ';
|
|
8481
|
-
left: 0;
|
|
8482
|
-
}
|
|
8483
|
-
}
|
|
8484
|
-
|
|
8485
|
-
i {
|
|
8486
|
-
color: $wb-secondary-text-color;
|
|
8487
|
-
text-align: center;
|
|
8488
|
-
display: block;
|
|
8489
|
-
font-size: rem(45);
|
|
8490
|
-
opacity: 0.4;
|
|
8491
|
-
transition: 200ms all;
|
|
8492
|
-
margin-bottom: rem(10);
|
|
8493
|
-
}
|
|
8494
|
-
|
|
8495
|
-
border: rem(1) solid lighten($wb-border-color, 12%);
|
|
8496
|
-
transition: 200ms all;
|
|
8497
|
-
|
|
8498
|
-
&:hover {
|
|
8499
|
-
border: rem(1) solid $wb-border-color;
|
|
8500
|
-
|
|
8501
|
-
i {
|
|
8502
|
-
color: darken($wb-secondary-text-color, 20%);
|
|
8503
|
-
}
|
|
8504
|
-
|
|
8505
|
-
p {
|
|
8506
|
-
color: darken($wb-secondary-text-color, 20%);
|
|
8507
|
-
|
|
8508
|
-
&:before {
|
|
8509
|
-
width: 100%;
|
|
8510
|
-
}
|
|
8511
|
-
}
|
|
8512
|
-
}
|
|
8513
|
-
}
|
|
8514
|
-
|
|
8515
|
-
&__container__editor {
|
|
8516
|
-
> div {
|
|
8517
|
-
pointer-events: all;
|
|
8518
|
-
}
|
|
8519
|
-
}
|
|
8520
|
-
|
|
8521
|
-
&__container {
|
|
8522
|
-
position: absolute;
|
|
8523
|
-
height: 100%;
|
|
8524
|
-
width: 100%;
|
|
8525
|
-
|
|
8526
|
-
&__config {
|
|
8527
|
-
position: absolute;
|
|
8528
|
-
overflow: hidden;
|
|
8529
|
-
width: 100%;
|
|
8530
|
-
height: 100%;
|
|
8531
|
-
}
|
|
8532
|
-
|
|
8533
|
-
&__images {
|
|
8534
|
-
position: absolute;
|
|
8535
|
-
width: 100%;
|
|
8536
|
-
height: 100%;
|
|
8537
|
-
right: 0;
|
|
8538
|
-
opacity: 1;
|
|
8539
|
-
@include simple_transition();
|
|
8540
|
-
|
|
8541
|
-
> div {
|
|
8542
|
-
position: relative;
|
|
8543
|
-
overflow: hidden;
|
|
8544
|
-
height: 100%;
|
|
8545
|
-
width: 100%;
|
|
8546
|
-
|
|
8547
|
-
> div {
|
|
8548
|
-
background-size: cover;
|
|
8549
|
-
background-position: center;
|
|
8550
|
-
cursor: pointer;
|
|
8551
|
-
height: 100%;
|
|
8552
|
-
width: 100%;
|
|
8553
|
-
|
|
8554
|
-
&:before {
|
|
8555
|
-
position: absolute;
|
|
8556
|
-
left: 0;
|
|
8557
|
-
top: 0;
|
|
8558
|
-
width: 100%;
|
|
8559
|
-
height: 100%;
|
|
8560
|
-
background-color: rgba($wb-main-text-color, 0);
|
|
8561
|
-
content: ' ';
|
|
8562
|
-
transition: 200ms all;
|
|
8563
|
-
}
|
|
8564
|
-
|
|
8565
|
-
&:after {
|
|
8566
|
-
content: '\f03e';
|
|
8567
|
-
font-family: 'Font Awesome 5 Pro';
|
|
8568
|
-
display: block;
|
|
8569
|
-
@include simple_transition();
|
|
8570
|
-
position: absolute;
|
|
8571
|
-
z-index: 38;
|
|
8572
|
-
font-size: rem(70);
|
|
8573
|
-
top: -#{rem(50)};
|
|
8574
|
-
opacity: 0;
|
|
8575
|
-
left: 0;
|
|
8576
|
-
right: 0;
|
|
8577
|
-
bottom: 0;
|
|
8578
|
-
margin: auto;
|
|
8579
|
-
width: rem(70);
|
|
8580
|
-
height: rem(90);
|
|
8581
|
-
color: $wb-white;
|
|
8582
|
-
pointer-events: none;
|
|
8583
|
-
}
|
|
8584
|
-
|
|
8585
|
-
&:hover {
|
|
8586
|
-
&:before {
|
|
8587
|
-
background-color: rgba($wb-main-text-color, 0.1);
|
|
8588
|
-
}
|
|
8589
|
-
|
|
8590
|
-
&:after {
|
|
8591
|
-
top: -#{rem(25)};
|
|
8499
|
+
top: -#{rem(25)};
|
|
8592
8500
|
opacity: 0.3;
|
|
8593
8501
|
}
|
|
8594
8502
|
}
|
|
@@ -15547,263 +15455,356 @@ html {
|
|
|
15547
15455
|
.fixes-transformY {
|
|
15548
15456
|
transform: translateY(-2px);
|
|
15549
15457
|
}
|
|
15550
|
-
.wb-text-backgrounds-
|
|
15458
|
+
.wb-text-backgrounds-rows-icon-text {
|
|
15551
15459
|
position: relative;
|
|
15552
|
-
z-index: 8;
|
|
15553
15460
|
|
|
15554
|
-
|
|
15555
|
-
|
|
15556
|
-
}
|
|
15557
|
-
img {
|
|
15558
|
-
width: 100%;
|
|
15559
|
-
display: block;
|
|
15461
|
+
& > columns {
|
|
15462
|
+
position: relative;
|
|
15560
15463
|
}
|
|
15561
15464
|
|
|
15562
|
-
.
|
|
15563
|
-
|
|
15564
|
-
|
|
15465
|
+
& > .columns:not(:last-child) {
|
|
15466
|
+
margin-bottom: 10px;
|
|
15467
|
+
|
|
15468
|
+
.column {
|
|
15469
|
+
padding: 0;
|
|
15470
|
+
}
|
|
15565
15471
|
}
|
|
15566
15472
|
|
|
15567
|
-
&
|
|
15568
|
-
|
|
15569
|
-
|
|
15570
|
-
|
|
15571
|
-
|
|
15572
|
-
|
|
15573
|
-
|
|
15574
|
-
position: absolute;
|
|
15575
|
-
width: 100%;
|
|
15576
|
-
height: 100%;
|
|
15577
|
-
top: 0;
|
|
15473
|
+
&__item {
|
|
15474
|
+
padding: rem(15);
|
|
15475
|
+
&__content {
|
|
15476
|
+
@include flexbox();
|
|
15477
|
+
@include flex-direction(column);
|
|
15478
|
+
@include justify-content(center);
|
|
15479
|
+
position: relative;
|
|
15578
15480
|
|
|
15579
|
-
&--small {
|
|
15580
15481
|
&:before {
|
|
15581
|
-
|
|
15482
|
+
content: '';
|
|
15483
|
+
display: block;
|
|
15484
|
+
padding-top: 26.45%;
|
|
15485
|
+
transition: padding 300ms ease;
|
|
15582
15486
|
}
|
|
15583
|
-
}
|
|
15584
15487
|
|
|
15585
|
-
|
|
15586
|
-
|
|
15587
|
-
padding-top: 33%;
|
|
15488
|
+
wb-structure-config {
|
|
15489
|
+
margin-left: -100%;
|
|
15588
15490
|
}
|
|
15589
|
-
}
|
|
15590
15491
|
|
|
15591
|
-
|
|
15592
|
-
|
|
15593
|
-
padding-top: 38.47%;
|
|
15594
|
-
}
|
|
15595
|
-
}
|
|
15596
|
-
|
|
15597
|
-
p {
|
|
15598
|
-
position: absolute;
|
|
15599
|
-
top: 50%;
|
|
15600
|
-
left: 50%;
|
|
15601
|
-
transform: translate(-50%, -50%);
|
|
15602
|
-
text-align: center;
|
|
15603
|
-
font-size: rem(14);
|
|
15604
|
-
color: $wb-secondary-text-color;
|
|
15605
|
-
width: auto;
|
|
15606
|
-
white-space: nowrap;
|
|
15607
|
-
|
|
15608
|
-
&:before {
|
|
15609
|
-
position: absolute;
|
|
15610
|
-
width: 0;
|
|
15611
|
-
bottom: -(#{rem(3)});
|
|
15612
|
-
height: rem(2);
|
|
15613
|
-
transition: 200ms all;
|
|
15614
|
-
background-color: $wb-border-color;
|
|
15615
|
-
content: ' ';
|
|
15616
|
-
left: 0;
|
|
15617
|
-
}
|
|
15618
|
-
}
|
|
15619
|
-
|
|
15620
|
-
i {
|
|
15621
|
-
color: $wb-secondary-text-color;
|
|
15622
|
-
text-align: center;
|
|
15623
|
-
display: block;
|
|
15624
|
-
font-size: rem(45);
|
|
15625
|
-
opacity: 0.4;
|
|
15626
|
-
transition: 200ms all;
|
|
15627
|
-
margin-bottom: rem(10);
|
|
15628
|
-
}
|
|
15629
|
-
|
|
15630
|
-
border: rem(1) solid lighten($wb-border-color, 12%);
|
|
15631
|
-
transition: 200ms all;
|
|
15632
|
-
|
|
15633
|
-
&:hover {
|
|
15634
|
-
border: rem(1) solid $wb-border-color;
|
|
15492
|
+
.wb-structure-config__content {
|
|
15493
|
+
overflow-y: scroll;
|
|
15635
15494
|
|
|
15636
|
-
|
|
15637
|
-
|
|
15495
|
+
input {
|
|
15496
|
+
min-width: unset;
|
|
15497
|
+
}
|
|
15638
15498
|
}
|
|
15639
15499
|
|
|
15640
|
-
|
|
15641
|
-
|
|
15642
|
-
|
|
15643
|
-
|
|
15644
|
-
|
|
15500
|
+
.wb-structure-config-font {
|
|
15501
|
+
@include flexbox();
|
|
15502
|
+
padding: 0;
|
|
15503
|
+
height: rem(70);
|
|
15504
|
+
width: rem(70);
|
|
15505
|
+
margin: 0 auto;
|
|
15506
|
+
.wb-structure-config-font__holder {
|
|
15507
|
+
margin: 0 auto;
|
|
15508
|
+
> span {
|
|
15509
|
+
width: auto;
|
|
15510
|
+
height: auto;
|
|
15511
|
+
padding: 0;
|
|
15512
|
+
text-align: left;
|
|
15513
|
+
> span {
|
|
15514
|
+
width: rem(65);
|
|
15515
|
+
height: rem(65);
|
|
15516
|
+
margin-top: rem(-5);
|
|
15517
|
+
margin-left: 0;
|
|
15518
|
+
}
|
|
15519
|
+
}
|
|
15645
15520
|
}
|
|
15646
15521
|
}
|
|
15647
|
-
|
|
15648
|
-
|
|
15649
|
-
|
|
15650
|
-
|
|
15651
|
-
position: relative;
|
|
15652
|
-
height: auto;
|
|
15653
|
-
|
|
15654
|
-
&:before {
|
|
15655
|
-
content: '';
|
|
15656
|
-
display: block;
|
|
15657
|
-
width: 100%;
|
|
15658
|
-
position: relative;
|
|
15659
|
-
padding-top: 31%;
|
|
15660
|
-
transition: padding 300ms ease;
|
|
15661
|
-
}
|
|
15522
|
+
&__title {
|
|
15523
|
+
width: 100%;
|
|
15524
|
+
margin-top: -25px;
|
|
15525
|
+
padding: 0 20px;
|
|
15662
15526
|
|
|
15663
|
-
|
|
15664
|
-
|
|
15665
|
-
|
|
15666
|
-
|
|
15667
|
-
|
|
15527
|
+
.wb-quill-editor {
|
|
15528
|
+
.ql-editor {
|
|
15529
|
+
font-weight: 500;
|
|
15530
|
+
padding: 0;
|
|
15531
|
+
color: $wb-main-text-color;
|
|
15532
|
+
}
|
|
15533
|
+
}
|
|
15668
15534
|
|
|
15669
|
-
|
|
15670
|
-
|
|
15671
|
-
|
|
15535
|
+
p br:first-child:last-child {
|
|
15536
|
+
display: none;
|
|
15537
|
+
}
|
|
15672
15538
|
}
|
|
15673
|
-
}
|
|
15674
15539
|
|
|
15675
|
-
|
|
15676
|
-
|
|
15677
|
-
|
|
15540
|
+
&__image {
|
|
15541
|
+
&__background {
|
|
15542
|
+
position: absolute;
|
|
15543
|
+
top: 0;
|
|
15544
|
+
left: 0;
|
|
15545
|
+
width: 100%;
|
|
15546
|
+
height: 100%;
|
|
15547
|
+
background-size: cover;
|
|
15548
|
+
background-position: center;
|
|
15549
|
+
overflow: hidden;
|
|
15550
|
+
}
|
|
15678
15551
|
}
|
|
15679
|
-
}
|
|
15680
|
-
|
|
15681
|
-
&__images {
|
|
15682
|
-
position: absolute;
|
|
15683
|
-
width: 100%;
|
|
15684
|
-
height: 100%;
|
|
15685
|
-
right: 0;
|
|
15686
|
-
top: 0;
|
|
15687
|
-
opacity: 1;
|
|
15688
|
-
@include simple_transition();
|
|
15689
15552
|
|
|
15690
|
-
|
|
15691
|
-
|
|
15553
|
+
&__noimages {
|
|
15554
|
+
background-color: lighten($wb-border-color, 12%);
|
|
15555
|
+
cursor: pointer;
|
|
15556
|
+
display: flex;
|
|
15557
|
+
align-items: center;
|
|
15558
|
+
align-content: center;
|
|
15559
|
+
justify-content: center;
|
|
15692
15560
|
position: absolute;
|
|
15693
|
-
width: 100%;
|
|
15694
|
-
height: 100%;
|
|
15695
15561
|
top: 0;
|
|
15696
15562
|
left: 0;
|
|
15563
|
+
width: 100%;
|
|
15564
|
+
height: 100%;
|
|
15697
15565
|
|
|
15698
|
-
>
|
|
15699
|
-
|
|
15700
|
-
|
|
15701
|
-
|
|
15566
|
+
& > span[class^='wb-dynamic-size'] {
|
|
15567
|
+
top: 0.2vw !important;
|
|
15568
|
+
}
|
|
15569
|
+
|
|
15570
|
+
p {
|
|
15702
15571
|
position: absolute;
|
|
15703
|
-
|
|
15704
|
-
|
|
15705
|
-
|
|
15706
|
-
|
|
15707
|
-
|
|
15572
|
+
top: 50%;
|
|
15573
|
+
left: 50%;
|
|
15574
|
+
transform: translate(-50%, -50%);
|
|
15575
|
+
text-align: center;
|
|
15576
|
+
font-size: rem(14);
|
|
15577
|
+
color: $wb-secondary-text-color;
|
|
15578
|
+
width: auto;
|
|
15579
|
+
white-space: nowrap;
|
|
15580
|
+
margin-top: 5px;
|
|
15708
15581
|
|
|
15709
15582
|
&:before {
|
|
15710
15583
|
position: absolute;
|
|
15711
|
-
|
|
15712
|
-
|
|
15713
|
-
|
|
15714
|
-
height: 100%;
|
|
15715
|
-
background-color: rgba($wb-main-text-color, 0);
|
|
15716
|
-
content: ' ';
|
|
15584
|
+
width: 0;
|
|
15585
|
+
bottom: -(#{rem(3)});
|
|
15586
|
+
height: rem(2);
|
|
15717
15587
|
transition: 200ms all;
|
|
15588
|
+
background-color: $wb-border-color;
|
|
15589
|
+
content: ' ';
|
|
15590
|
+
left: 0;
|
|
15718
15591
|
}
|
|
15592
|
+
}
|
|
15719
15593
|
|
|
15720
|
-
|
|
15721
|
-
|
|
15722
|
-
|
|
15723
|
-
|
|
15724
|
-
|
|
15725
|
-
|
|
15726
|
-
|
|
15727
|
-
|
|
15728
|
-
|
|
15729
|
-
|
|
15730
|
-
|
|
15731
|
-
|
|
15732
|
-
|
|
15733
|
-
|
|
15734
|
-
|
|
15735
|
-
|
|
15736
|
-
|
|
15737
|
-
|
|
15594
|
+
i {
|
|
15595
|
+
color: $wb-secondary-text-color;
|
|
15596
|
+
text-align: center;
|
|
15597
|
+
display: block;
|
|
15598
|
+
font-size: rem(20);
|
|
15599
|
+
opacity: 0.4;
|
|
15600
|
+
transition: 200ms all;
|
|
15601
|
+
margin-bottom: 0;
|
|
15602
|
+
}
|
|
15603
|
+
|
|
15604
|
+
border: rem(1) solid lighten($wb-border-color, 12%);
|
|
15605
|
+
transition: 200ms all;
|
|
15606
|
+
|
|
15607
|
+
&:hover {
|
|
15608
|
+
border: rem(1) solid $wb-border-color;
|
|
15609
|
+
|
|
15610
|
+
i {
|
|
15611
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
15738
15612
|
}
|
|
15739
15613
|
|
|
15740
|
-
|
|
15741
|
-
|
|
15742
|
-
background-color: rgba($wb-main-text-color, 0.1);
|
|
15743
|
-
}
|
|
15614
|
+
p {
|
|
15615
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
15744
15616
|
|
|
15745
|
-
&:
|
|
15746
|
-
|
|
15747
|
-
opacity: 0.3;
|
|
15617
|
+
&:before {
|
|
15618
|
+
width: 100%;
|
|
15748
15619
|
}
|
|
15749
15620
|
}
|
|
15750
15621
|
}
|
|
15751
15622
|
}
|
|
15752
|
-
}
|
|
15753
|
-
|
|
15754
|
-
&__text {
|
|
15755
|
-
position: absolute;
|
|
15756
|
-
display: flex;
|
|
15757
|
-
z-index: 2;
|
|
15758
|
-
width: 100%;
|
|
15759
|
-
height: 100%;
|
|
15760
|
-
color: $wb-white;
|
|
15761
|
-
align-content: center;
|
|
15762
|
-
align-items: center;
|
|
15763
|
-
align-self: center;
|
|
15764
|
-
justify-content: center;
|
|
15765
|
-
pointer-events: none;
|
|
15766
|
-
top: 0;
|
|
15767
|
-
left: 0;
|
|
15768
15623
|
|
|
15769
|
-
|
|
15624
|
+
&__wrapper {
|
|
15770
15625
|
@include flexbox();
|
|
15771
15626
|
@include flex-direction(column);
|
|
15772
|
-
|
|
15773
|
-
|
|
15627
|
+
@include justify-content(center);
|
|
15628
|
+
@include align-items(center);
|
|
15629
|
+
position: absolute;
|
|
15630
|
+
top: 0;
|
|
15631
|
+
left: 0;
|
|
15774
15632
|
width: 100%;
|
|
15633
|
+
height: 100%;
|
|
15775
15634
|
|
|
15776
|
-
|
|
15777
|
-
|
|
15778
|
-
|
|
15779
|
-
|
|
15635
|
+
&:before {
|
|
15636
|
+
content: '';
|
|
15637
|
+
display: block;
|
|
15638
|
+
width: 100%;
|
|
15639
|
+
position: absolute;
|
|
15640
|
+
top: 0;
|
|
15641
|
+
left: 0;
|
|
15642
|
+
width: 100%;
|
|
15643
|
+
height: 100%;
|
|
15644
|
+
}
|
|
15645
|
+
|
|
15646
|
+
&:after {
|
|
15647
|
+
content: '\f03e';
|
|
15648
|
+
font-family: 'Font Awesome 5 Pro';
|
|
15649
|
+
display: block;
|
|
15650
|
+
@include simple_transition();
|
|
15651
|
+
position: absolute;
|
|
15652
|
+
z-index: 38;
|
|
15653
|
+
font-size: rem(70);
|
|
15654
|
+
top: -#{rem(50)};
|
|
15655
|
+
opacity: 0;
|
|
15656
|
+
left: 0;
|
|
15657
|
+
right: 0;
|
|
15658
|
+
bottom: 0;
|
|
15659
|
+
margin: auto;
|
|
15660
|
+
width: rem(70);
|
|
15661
|
+
height: rem(90);
|
|
15662
|
+
color: $wb-white;
|
|
15663
|
+
pointer-events: none;
|
|
15664
|
+
}
|
|
15665
|
+
|
|
15666
|
+
&:hover {
|
|
15667
|
+
&:before {
|
|
15668
|
+
background-color: rgba($wb-main-text-color, 0.1);
|
|
15780
15669
|
}
|
|
15781
15670
|
|
|
15782
|
-
|
|
15783
|
-
|
|
15784
|
-
|
|
15785
|
-
padding: rem(7) rem(30);
|
|
15786
|
-
border-radius: rem(5);
|
|
15787
|
-
display: inline-block;
|
|
15788
|
-
font-size: rem(20);
|
|
15789
|
-
font-weight: 500;
|
|
15790
|
-
margin-top: rem(12);
|
|
15671
|
+
&:after {
|
|
15672
|
+
top: -#{rem(25)};
|
|
15673
|
+
opacity: 0.3;
|
|
15791
15674
|
}
|
|
15792
15675
|
}
|
|
15676
|
+
}
|
|
15677
|
+
}
|
|
15678
|
+
}
|
|
15679
|
+
&__add {
|
|
15680
|
+
min-height: 250px;
|
|
15681
|
+
height: 100%;
|
|
15682
|
+
position: relative;
|
|
15683
|
+
a {
|
|
15684
|
+
@include flexbox();
|
|
15685
|
+
@include flex-direction(column);
|
|
15686
|
+
@include align-items(center);
|
|
15687
|
+
position: absolute;
|
|
15688
|
+
top: 50%;
|
|
15689
|
+
left: 50%;
|
|
15690
|
+
transform: translate(-50%, -50%);
|
|
15691
|
+
color: $wb-light-gray;
|
|
15692
|
+
transition: color 0.3s ease-in-out;
|
|
15693
|
+
i {
|
|
15694
|
+
font-size: rem(50);
|
|
15695
|
+
}
|
|
15696
|
+
p {
|
|
15697
|
+
margin-top: 15px;
|
|
15698
|
+
text-align: center;
|
|
15699
|
+
font-size: rem(14);
|
|
15700
|
+
color: $wb-secondary-text-color;
|
|
15701
|
+
width: auto;
|
|
15702
|
+
white-space: nowrap;
|
|
15793
15703
|
|
|
15794
|
-
|
|
15795
|
-
|
|
15796
|
-
|
|
15797
|
-
|
|
15704
|
+
&:before {
|
|
15705
|
+
position: absolute;
|
|
15706
|
+
width: 0;
|
|
15707
|
+
bottom: -(#{rem(3)});
|
|
15708
|
+
height: rem(2);
|
|
15709
|
+
transition: 200ms all;
|
|
15710
|
+
background-color: $wb-border-color;
|
|
15711
|
+
content: ' ';
|
|
15712
|
+
left: 0;
|
|
15798
15713
|
}
|
|
15799
|
-
|
|
15800
|
-
|
|
15801
|
-
|
|
15714
|
+
}
|
|
15715
|
+
&:hover {
|
|
15716
|
+
color: $wb-light-white;
|
|
15717
|
+
transition: color 0.3s ease-in-out;
|
|
15718
|
+
p {
|
|
15719
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
15720
|
+
&:before {
|
|
15721
|
+
width: 100%;
|
|
15722
|
+
}
|
|
15723
|
+
}
|
|
15724
|
+
}
|
|
15725
|
+
}
|
|
15726
|
+
}
|
|
15727
|
+
&__delete-line {
|
|
15728
|
+
position: absolute;
|
|
15729
|
+
width: calc(100% - 20px);
|
|
15730
|
+
height: 100%;
|
|
15731
|
+
left: 10px;
|
|
15732
|
+
top: 0;
|
|
15733
|
+
overflow: hidden;
|
|
15734
|
+
|
|
15735
|
+
&__button {
|
|
15736
|
+
@include flexbox();
|
|
15737
|
+
@include align-items(center);
|
|
15738
|
+
padding: 10px 15px;
|
|
15739
|
+
position: absolute;
|
|
15740
|
+
z-index: 1;
|
|
15741
|
+
bottom: rem(52);
|
|
15742
|
+
border-radius: 3px;
|
|
15743
|
+
left: calc(100% - 50px);
|
|
15744
|
+
background-color: $wb-red-color;
|
|
15745
|
+
box-shadow: 0px 0px 20px 0px rgba(35, 39, 43, 0.5);
|
|
15746
|
+
transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
|
|
15747
|
+
i {
|
|
15748
|
+
color: white;
|
|
15749
|
+
margin-right: 10px;
|
|
15750
|
+
}
|
|
15751
|
+
p {
|
|
15752
|
+
color: white;
|
|
15753
|
+
margin-right: 10px;
|
|
15754
|
+
white-space: nowrap;
|
|
15755
|
+
}
|
|
15756
|
+
button {
|
|
15757
|
+
background: transparent;
|
|
15758
|
+
border: 1px solid white;
|
|
15759
|
+
color: white;
|
|
15760
|
+
border-radius: 3px;
|
|
15761
|
+
padding: 5px 10px;
|
|
15762
|
+
cursor: pointer;
|
|
15763
|
+
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
15764
|
+
|
|
15765
|
+
&:hover {
|
|
15766
|
+
background: white;
|
|
15767
|
+
color: $wb-red-color;
|
|
15768
|
+
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
15769
|
+
}
|
|
15770
|
+
}
|
|
15771
|
+
}
|
|
15772
|
+
}
|
|
15773
|
+
&--three {
|
|
15774
|
+
.wb-text-backgrounds-rows-icon-text__item__content {
|
|
15775
|
+
&--small {
|
|
15776
|
+
&:before {
|
|
15777
|
+
padding-top: 28.2%;
|
|
15778
|
+
}
|
|
15779
|
+
}
|
|
15780
|
+
|
|
15781
|
+
&--medium {
|
|
15782
|
+
&:before {
|
|
15783
|
+
padding-top: 40.3%;
|
|
15784
|
+
}
|
|
15785
|
+
}
|
|
15786
|
+
|
|
15787
|
+
&--large {
|
|
15788
|
+
&:before {
|
|
15789
|
+
padding-top: 51.6%;
|
|
15802
15790
|
}
|
|
15803
15791
|
}
|
|
15804
15792
|
}
|
|
15805
15793
|
}
|
|
15806
15794
|
}
|
|
15795
|
+
|
|
15796
|
+
.column.is-4-fullhd.is-4-desktop {
|
|
15797
|
+
&:nth-child(3) {
|
|
15798
|
+
.wb-structure-config__content {
|
|
15799
|
+
transform: translateX(-33.33%);
|
|
15800
|
+
}
|
|
15801
|
+
}
|
|
15802
|
+
&:nth-child(4) {
|
|
15803
|
+
.wb-structure-config__content {
|
|
15804
|
+
transform: translateX(-66.66%);
|
|
15805
|
+
}
|
|
15806
|
+
}
|
|
15807
|
+
}
|
|
15807
15808
|
.wb-structure-amplify-search-product {
|
|
15808
15809
|
.columns {
|
|
15809
15810
|
margin-bottom: 0;
|
|
@@ -15974,356 +15975,263 @@ html {
|
|
|
15974
15975
|
max-width: unset;
|
|
15975
15976
|
}
|
|
15976
15977
|
}
|
|
15977
|
-
.wb-text-backgrounds-
|
|
15978
|
+
.wb-text-backgrounds-simple {
|
|
15978
15979
|
position: relative;
|
|
15980
|
+
z-index: 8;
|
|
15979
15981
|
|
|
15980
|
-
|
|
15981
|
-
|
|
15982
|
+
&.is-active {
|
|
15983
|
+
z-index: 40;
|
|
15984
|
+
}
|
|
15985
|
+
img {
|
|
15986
|
+
width: 100%;
|
|
15987
|
+
display: block;
|
|
15982
15988
|
}
|
|
15983
15989
|
|
|
15984
|
-
|
|
15985
|
-
|
|
15986
|
-
|
|
15987
|
-
.column {
|
|
15988
|
-
padding: 0;
|
|
15989
|
-
}
|
|
15990
|
+
.ql-editor {
|
|
15991
|
+
max-height: rem(100);
|
|
15992
|
+
overflow-y: auto;
|
|
15990
15993
|
}
|
|
15991
15994
|
|
|
15992
|
-
&
|
|
15993
|
-
|
|
15994
|
-
|
|
15995
|
-
|
|
15996
|
-
|
|
15997
|
-
|
|
15998
|
-
|
|
15995
|
+
&__noimages {
|
|
15996
|
+
background-color: lighten($wb-border-color, 12%);
|
|
15997
|
+
cursor: pointer;
|
|
15998
|
+
display: flex;
|
|
15999
|
+
align-items: center;
|
|
16000
|
+
align-content: center;
|
|
16001
|
+
justify-content: center;
|
|
16002
|
+
position: absolute;
|
|
16003
|
+
width: 100%;
|
|
16004
|
+
height: 100%;
|
|
16005
|
+
top: 0;
|
|
15999
16006
|
|
|
16007
|
+
&--small {
|
|
16000
16008
|
&:before {
|
|
16001
|
-
|
|
16002
|
-
display: block;
|
|
16003
|
-
padding-top: 26.45%;
|
|
16004
|
-
transition: padding 300ms ease;
|
|
16009
|
+
padding-top: 27.5%;
|
|
16005
16010
|
}
|
|
16011
|
+
}
|
|
16006
16012
|
|
|
16007
|
-
|
|
16008
|
-
|
|
16013
|
+
&--medium {
|
|
16014
|
+
&:before {
|
|
16015
|
+
padding-top: 33%;
|
|
16009
16016
|
}
|
|
16017
|
+
}
|
|
16010
16018
|
|
|
16011
|
-
|
|
16012
|
-
|
|
16013
|
-
|
|
16014
|
-
input {
|
|
16015
|
-
min-width: unset;
|
|
16016
|
-
}
|
|
16019
|
+
&--large {
|
|
16020
|
+
&:before {
|
|
16021
|
+
padding-top: 38.47%;
|
|
16017
16022
|
}
|
|
16023
|
+
}
|
|
16018
16024
|
|
|
16019
|
-
|
|
16020
|
-
|
|
16021
|
-
|
|
16022
|
-
|
|
16023
|
-
|
|
16024
|
-
|
|
16025
|
-
|
|
16026
|
-
|
|
16027
|
-
|
|
16028
|
-
|
|
16029
|
-
height: auto;
|
|
16030
|
-
padding: 0;
|
|
16031
|
-
text-align: left;
|
|
16032
|
-
> span {
|
|
16033
|
-
width: rem(65);
|
|
16034
|
-
height: rem(65);
|
|
16035
|
-
margin-top: rem(-5);
|
|
16036
|
-
margin-left: 0;
|
|
16037
|
-
}
|
|
16038
|
-
}
|
|
16039
|
-
}
|
|
16040
|
-
}
|
|
16041
|
-
&__title {
|
|
16042
|
-
width: 100%;
|
|
16043
|
-
margin-top: -25px;
|
|
16044
|
-
padding: 0 20px;
|
|
16045
|
-
|
|
16046
|
-
.wb-quill-editor {
|
|
16047
|
-
.ql-editor {
|
|
16048
|
-
font-weight: 500;
|
|
16049
|
-
padding: 0;
|
|
16050
|
-
color: $wb-main-text-color;
|
|
16051
|
-
}
|
|
16052
|
-
}
|
|
16025
|
+
p {
|
|
16026
|
+
position: absolute;
|
|
16027
|
+
top: 50%;
|
|
16028
|
+
left: 50%;
|
|
16029
|
+
transform: translate(-50%, -50%);
|
|
16030
|
+
text-align: center;
|
|
16031
|
+
font-size: rem(14);
|
|
16032
|
+
color: $wb-secondary-text-color;
|
|
16033
|
+
width: auto;
|
|
16034
|
+
white-space: nowrap;
|
|
16053
16035
|
|
|
16054
|
-
|
|
16055
|
-
|
|
16056
|
-
|
|
16036
|
+
&:before {
|
|
16037
|
+
position: absolute;
|
|
16038
|
+
width: 0;
|
|
16039
|
+
bottom: -(#{rem(3)});
|
|
16040
|
+
height: rem(2);
|
|
16041
|
+
transition: 200ms all;
|
|
16042
|
+
background-color: $wb-border-color;
|
|
16043
|
+
content: ' ';
|
|
16044
|
+
left: 0;
|
|
16057
16045
|
}
|
|
16046
|
+
}
|
|
16058
16047
|
|
|
16059
|
-
|
|
16060
|
-
|
|
16061
|
-
|
|
16062
|
-
|
|
16063
|
-
|
|
16064
|
-
|
|
16065
|
-
|
|
16066
|
-
|
|
16067
|
-
|
|
16068
|
-
overflow: hidden;
|
|
16069
|
-
}
|
|
16070
|
-
}
|
|
16048
|
+
i {
|
|
16049
|
+
color: $wb-secondary-text-color;
|
|
16050
|
+
text-align: center;
|
|
16051
|
+
display: block;
|
|
16052
|
+
font-size: rem(45);
|
|
16053
|
+
opacity: 0.4;
|
|
16054
|
+
transition: 200ms all;
|
|
16055
|
+
margin-bottom: rem(10);
|
|
16056
|
+
}
|
|
16071
16057
|
|
|
16072
|
-
|
|
16073
|
-
|
|
16074
|
-
cursor: pointer;
|
|
16075
|
-
display: flex;
|
|
16076
|
-
align-items: center;
|
|
16077
|
-
align-content: center;
|
|
16078
|
-
justify-content: center;
|
|
16079
|
-
position: absolute;
|
|
16080
|
-
top: 0;
|
|
16081
|
-
left: 0;
|
|
16082
|
-
width: 100%;
|
|
16083
|
-
height: 100%;
|
|
16058
|
+
border: rem(1) solid lighten($wb-border-color, 12%);
|
|
16059
|
+
transition: 200ms all;
|
|
16084
16060
|
|
|
16085
|
-
|
|
16086
|
-
|
|
16087
|
-
}
|
|
16061
|
+
&:hover {
|
|
16062
|
+
border: rem(1) solid $wb-border-color;
|
|
16088
16063
|
|
|
16089
|
-
|
|
16090
|
-
|
|
16091
|
-
|
|
16092
|
-
left: 50%;
|
|
16093
|
-
transform: translate(-50%, -50%);
|
|
16094
|
-
text-align: center;
|
|
16095
|
-
font-size: rem(14);
|
|
16096
|
-
color: $wb-secondary-text-color;
|
|
16097
|
-
width: auto;
|
|
16098
|
-
white-space: nowrap;
|
|
16099
|
-
margin-top: 5px;
|
|
16064
|
+
i {
|
|
16065
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
16066
|
+
}
|
|
16100
16067
|
|
|
16101
|
-
|
|
16102
|
-
|
|
16103
|
-
width: 0;
|
|
16104
|
-
bottom: -(#{rem(3)});
|
|
16105
|
-
height: rem(2);
|
|
16106
|
-
transition: 200ms all;
|
|
16107
|
-
background-color: $wb-border-color;
|
|
16108
|
-
content: ' ';
|
|
16109
|
-
left: 0;
|
|
16110
|
-
}
|
|
16111
|
-
}
|
|
16068
|
+
p {
|
|
16069
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
16112
16070
|
|
|
16113
|
-
|
|
16114
|
-
|
|
16115
|
-
text-align: center;
|
|
16116
|
-
display: block;
|
|
16117
|
-
font-size: rem(20);
|
|
16118
|
-
opacity: 0.4;
|
|
16119
|
-
transition: 200ms all;
|
|
16120
|
-
margin-bottom: 0;
|
|
16071
|
+
&:before {
|
|
16072
|
+
width: 100%;
|
|
16121
16073
|
}
|
|
16074
|
+
}
|
|
16075
|
+
}
|
|
16076
|
+
}
|
|
16122
16077
|
|
|
16123
|
-
|
|
16124
|
-
|
|
16078
|
+
&__container {
|
|
16079
|
+
position: relative;
|
|
16080
|
+
height: auto;
|
|
16125
16081
|
|
|
16126
|
-
|
|
16127
|
-
|
|
16082
|
+
&:before {
|
|
16083
|
+
content: '';
|
|
16084
|
+
display: block;
|
|
16085
|
+
width: 100%;
|
|
16086
|
+
position: relative;
|
|
16087
|
+
padding-top: 31%;
|
|
16088
|
+
transition: padding 300ms ease;
|
|
16089
|
+
}
|
|
16128
16090
|
|
|
16129
|
-
|
|
16130
|
-
|
|
16131
|
-
|
|
16091
|
+
&--small {
|
|
16092
|
+
&:before {
|
|
16093
|
+
padding-top: 27.5%;
|
|
16094
|
+
}
|
|
16095
|
+
}
|
|
16132
16096
|
|
|
16133
|
-
|
|
16134
|
-
|
|
16097
|
+
&--medium {
|
|
16098
|
+
&:before {
|
|
16099
|
+
padding-top: 33%;
|
|
16100
|
+
}
|
|
16101
|
+
}
|
|
16135
16102
|
|
|
16136
|
-
|
|
16137
|
-
|
|
16138
|
-
|
|
16139
|
-
}
|
|
16140
|
-
}
|
|
16103
|
+
&--large {
|
|
16104
|
+
&:before {
|
|
16105
|
+
padding-top: 38.47%;
|
|
16141
16106
|
}
|
|
16107
|
+
}
|
|
16142
16108
|
|
|
16143
|
-
|
|
16144
|
-
|
|
16145
|
-
|
|
16146
|
-
|
|
16147
|
-
|
|
16109
|
+
&__images {
|
|
16110
|
+
position: absolute;
|
|
16111
|
+
width: 100%;
|
|
16112
|
+
height: 100%;
|
|
16113
|
+
right: 0;
|
|
16114
|
+
top: 0;
|
|
16115
|
+
opacity: 1;
|
|
16116
|
+
@include simple_transition();
|
|
16117
|
+
|
|
16118
|
+
> div {
|
|
16119
|
+
overflow: hidden;
|
|
16148
16120
|
position: absolute;
|
|
16149
|
-
top: 0;
|
|
16150
|
-
left: 0;
|
|
16151
16121
|
width: 100%;
|
|
16152
16122
|
height: 100%;
|
|
16123
|
+
top: 0;
|
|
16124
|
+
left: 0;
|
|
16153
16125
|
|
|
16154
|
-
|
|
16155
|
-
|
|
16156
|
-
|
|
16157
|
-
|
|
16126
|
+
> div {
|
|
16127
|
+
background-size: cover;
|
|
16128
|
+
background-position: center;
|
|
16129
|
+
overflow: hidden;
|
|
16158
16130
|
position: absolute;
|
|
16159
|
-
top: 0;
|
|
16160
|
-
left: 0;
|
|
16161
16131
|
width: 100%;
|
|
16162
16132
|
height: 100%;
|
|
16163
|
-
|
|
16164
|
-
|
|
16165
|
-
&:after {
|
|
16166
|
-
content: '\f03e';
|
|
16167
|
-
font-family: 'Font Awesome 5 Pro';
|
|
16168
|
-
display: block;
|
|
16169
|
-
@include simple_transition();
|
|
16170
|
-
position: absolute;
|
|
16171
|
-
z-index: 38;
|
|
16172
|
-
font-size: rem(70);
|
|
16173
|
-
top: -#{rem(50)};
|
|
16174
|
-
opacity: 0;
|
|
16133
|
+
top: 0;
|
|
16175
16134
|
left: 0;
|
|
16176
|
-
|
|
16177
|
-
bottom: 0;
|
|
16178
|
-
margin: auto;
|
|
16179
|
-
width: rem(70);
|
|
16180
|
-
height: rem(90);
|
|
16181
|
-
color: $wb-white;
|
|
16182
|
-
pointer-events: none;
|
|
16183
|
-
}
|
|
16135
|
+
cursor: pointer;
|
|
16184
16136
|
|
|
16185
|
-
&:hover {
|
|
16186
16137
|
&:before {
|
|
16187
|
-
|
|
16138
|
+
position: absolute;
|
|
16139
|
+
left: 0;
|
|
16140
|
+
top: 0;
|
|
16141
|
+
width: 100%;
|
|
16142
|
+
height: 100%;
|
|
16143
|
+
background-color: rgba($wb-main-text-color, 0);
|
|
16144
|
+
content: ' ';
|
|
16145
|
+
transition: 200ms all;
|
|
16188
16146
|
}
|
|
16189
16147
|
|
|
16190
16148
|
&:after {
|
|
16191
|
-
|
|
16192
|
-
|
|
16149
|
+
content: '\f03e';
|
|
16150
|
+
font-family: 'Font Awesome 5 Pro';
|
|
16151
|
+
display: block;
|
|
16152
|
+
@include simple_transition();
|
|
16153
|
+
position: absolute;
|
|
16154
|
+
z-index: 38;
|
|
16155
|
+
font-size: rem(70);
|
|
16156
|
+
top: -#{rem(50)};
|
|
16157
|
+
opacity: 0;
|
|
16158
|
+
left: 0;
|
|
16159
|
+
right: 0;
|
|
16160
|
+
bottom: 0;
|
|
16161
|
+
margin: auto;
|
|
16162
|
+
width: rem(70);
|
|
16163
|
+
height: rem(90);
|
|
16164
|
+
color: $wb-white;
|
|
16165
|
+
pointer-events: none;
|
|
16193
16166
|
}
|
|
16194
|
-
}
|
|
16195
|
-
}
|
|
16196
|
-
}
|
|
16197
|
-
}
|
|
16198
|
-
&__add {
|
|
16199
|
-
min-height: 250px;
|
|
16200
|
-
height: 100%;
|
|
16201
|
-
position: relative;
|
|
16202
|
-
a {
|
|
16203
|
-
@include flexbox();
|
|
16204
|
-
@include flex-direction(column);
|
|
16205
|
-
@include align-items(center);
|
|
16206
|
-
position: absolute;
|
|
16207
|
-
top: 50%;
|
|
16208
|
-
left: 50%;
|
|
16209
|
-
transform: translate(-50%, -50%);
|
|
16210
|
-
color: $wb-light-gray;
|
|
16211
|
-
transition: color 0.3s ease-in-out;
|
|
16212
|
-
i {
|
|
16213
|
-
font-size: rem(50);
|
|
16214
|
-
}
|
|
16215
|
-
p {
|
|
16216
|
-
margin-top: 15px;
|
|
16217
|
-
text-align: center;
|
|
16218
|
-
font-size: rem(14);
|
|
16219
|
-
color: $wb-secondary-text-color;
|
|
16220
|
-
width: auto;
|
|
16221
|
-
white-space: nowrap;
|
|
16222
16167
|
|
|
16223
|
-
|
|
16224
|
-
|
|
16225
|
-
|
|
16226
|
-
|
|
16227
|
-
|
|
16228
|
-
|
|
16229
|
-
|
|
16230
|
-
|
|
16231
|
-
|
|
16232
|
-
}
|
|
16233
|
-
}
|
|
16234
|
-
&:hover {
|
|
16235
|
-
color: $wb-light-white;
|
|
16236
|
-
transition: color 0.3s ease-in-out;
|
|
16237
|
-
p {
|
|
16238
|
-
color: darken($wb-secondary-text-color, 20%);
|
|
16239
|
-
&:before {
|
|
16240
|
-
width: 100%;
|
|
16168
|
+
&:hover {
|
|
16169
|
+
&:before {
|
|
16170
|
+
background-color: rgba($wb-main-text-color, 0.1);
|
|
16171
|
+
}
|
|
16172
|
+
|
|
16173
|
+
&:after {
|
|
16174
|
+
top: -#{rem(220)};
|
|
16175
|
+
opacity: 0.3;
|
|
16176
|
+
}
|
|
16241
16177
|
}
|
|
16242
16178
|
}
|
|
16243
16179
|
}
|
|
16244
16180
|
}
|
|
16245
|
-
}
|
|
16246
|
-
&__delete-line {
|
|
16247
|
-
position: absolute;
|
|
16248
|
-
width: calc(100% - 20px);
|
|
16249
|
-
height: 100%;
|
|
16250
|
-
left: 10px;
|
|
16251
|
-
top: 0;
|
|
16252
|
-
overflow: hidden;
|
|
16253
16181
|
|
|
16254
|
-
&
|
|
16255
|
-
@include flexbox();
|
|
16256
|
-
@include align-items(center);
|
|
16257
|
-
padding: 10px 15px;
|
|
16182
|
+
&__text {
|
|
16258
16183
|
position: absolute;
|
|
16259
|
-
|
|
16260
|
-
|
|
16261
|
-
|
|
16262
|
-
|
|
16263
|
-
|
|
16264
|
-
|
|
16265
|
-
|
|
16266
|
-
|
|
16267
|
-
|
|
16268
|
-
|
|
16269
|
-
|
|
16270
|
-
|
|
16271
|
-
color: white;
|
|
16272
|
-
margin-right: 10px;
|
|
16273
|
-
white-space: nowrap;
|
|
16274
|
-
}
|
|
16275
|
-
button {
|
|
16276
|
-
background: transparent;
|
|
16277
|
-
border: 1px solid white;
|
|
16278
|
-
color: white;
|
|
16279
|
-
border-radius: 3px;
|
|
16280
|
-
padding: 5px 10px;
|
|
16281
|
-
cursor: pointer;
|
|
16282
|
-
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
16184
|
+
display: flex;
|
|
16185
|
+
z-index: 2;
|
|
16186
|
+
width: 100%;
|
|
16187
|
+
height: 100%;
|
|
16188
|
+
color: $wb-white;
|
|
16189
|
+
align-content: center;
|
|
16190
|
+
align-items: center;
|
|
16191
|
+
align-self: center;
|
|
16192
|
+
justify-content: center;
|
|
16193
|
+
pointer-events: none;
|
|
16194
|
+
top: 0;
|
|
16195
|
+
left: 0;
|
|
16283
16196
|
|
|
16284
|
-
|
|
16285
|
-
|
|
16286
|
-
|
|
16287
|
-
|
|
16288
|
-
|
|
16289
|
-
|
|
16290
|
-
}
|
|
16291
|
-
}
|
|
16292
|
-
&--three {
|
|
16293
|
-
.wb-text-backgrounds-rows-icon-text__item__content {
|
|
16294
|
-
&--small {
|
|
16295
|
-
&:before {
|
|
16296
|
-
padding-top: 28.2%;
|
|
16297
|
-
}
|
|
16298
|
-
}
|
|
16197
|
+
> div {
|
|
16198
|
+
@include flexbox();
|
|
16199
|
+
@include flex-direction(column);
|
|
16200
|
+
pointer-events: all;
|
|
16201
|
+
text-align: center;
|
|
16202
|
+
width: 100%;
|
|
16299
16203
|
|
|
16300
|
-
|
|
16301
|
-
|
|
16302
|
-
|
|
16204
|
+
> div {
|
|
16205
|
+
&:first-child {
|
|
16206
|
+
position: relative;
|
|
16207
|
+
z-index: 10;
|
|
16208
|
+
}
|
|
16209
|
+
|
|
16210
|
+
&.is-button {
|
|
16211
|
+
cursor: pointer;
|
|
16212
|
+
background-color: $wb-button-color;
|
|
16213
|
+
padding: rem(7) rem(30);
|
|
16214
|
+
border-radius: rem(5);
|
|
16215
|
+
display: inline-block;
|
|
16216
|
+
font-size: rem(20);
|
|
16217
|
+
font-weight: 500;
|
|
16218
|
+
margin-top: rem(12);
|
|
16219
|
+
}
|
|
16303
16220
|
}
|
|
16304
|
-
}
|
|
16305
16221
|
|
|
16306
|
-
|
|
16307
|
-
|
|
16308
|
-
|
|
16222
|
+
> p:first-child {
|
|
16223
|
+
font-size: rem(100);
|
|
16224
|
+
cursor: pointer;
|
|
16225
|
+
line-height: rem(20);
|
|
16226
|
+
}
|
|
16227
|
+
> p:last-child {
|
|
16228
|
+
font-weight: 600;
|
|
16229
|
+
font-size: rem(40);
|
|
16309
16230
|
}
|
|
16310
16231
|
}
|
|
16311
16232
|
}
|
|
16312
16233
|
}
|
|
16313
16234
|
}
|
|
16314
|
-
|
|
16315
|
-
.column.is-4-fullhd.is-4-desktop {
|
|
16316
|
-
&:nth-child(3) {
|
|
16317
|
-
.wb-structure-config__content {
|
|
16318
|
-
transform: translateX(-33.33%);
|
|
16319
|
-
}
|
|
16320
|
-
}
|
|
16321
|
-
&:nth-child(4) {
|
|
16322
|
-
.wb-structure-config__content {
|
|
16323
|
-
transform: translateX(-66.66%);
|
|
16324
|
-
}
|
|
16325
|
-
}
|
|
16326
|
-
}
|
|
16327
16235
|
/*!
|
|
16328
16236
|
* Quill Editor v1.3.6
|
|
16329
16237
|
* https://quilljs.com/
|
|
@@ -19341,65 +19249,31 @@ $color-bd: #dddddd;
|
|
|
19341
19249
|
}
|
|
19342
19250
|
}
|
|
19343
19251
|
}
|
|
19344
|
-
.wb-
|
|
19345
|
-
|
|
19346
|
-
|
|
19347
|
-
|
|
19252
|
+
.wb-code {
|
|
19253
|
+
&__container {
|
|
19254
|
+
ngx-monaco-editor {
|
|
19255
|
+
border: rem(1) solid $wb-border-color;
|
|
19256
|
+
padding: rem(30) rem(20) rem(30) 0;
|
|
19348
19257
|
}
|
|
19349
|
-
&__row {
|
|
19350
|
-
border-left: 1px solid;
|
|
19351
|
-
border-right: 1px solid;
|
|
19352
|
-
position: relative;
|
|
19353
19258
|
|
|
19354
|
-
|
|
19355
|
-
|
|
19356
|
-
|
|
19259
|
+
p {
|
|
19260
|
+
color: $wb-secondary-text-color;
|
|
19261
|
+
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");
|
|
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;
|
|
19357
19267
|
|
|
19358
|
-
|
|
19359
|
-
|
|
19360
|
-
|
|
19361
|
-
|
|
19362
|
-
|
|
19363
|
-
|
|
19364
|
-
|
|
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
|
-
}
|
|
19268
|
+
&:first-of-type {
|
|
19269
|
+
border-bottom: 0;
|
|
19270
|
+
}
|
|
19271
|
+
|
|
19272
|
+
&:last-of-type {
|
|
19273
|
+
border-top: 0;
|
|
19274
|
+
}
|
|
19402
19275
|
}
|
|
19276
|
+
}
|
|
19403
19277
|
}
|
|
19404
19278
|
.wb-texts-double {
|
|
19405
19279
|
position: relative;
|
|
@@ -19505,7 +19379,7 @@ $color-bd: #dddddd;
|
|
|
19505
19379
|
}
|
|
19506
19380
|
}
|
|
19507
19381
|
}
|
|
19508
|
-
.wb-faq-simple
|
|
19382
|
+
.wb-faq-simple {
|
|
19509
19383
|
&__row {
|
|
19510
19384
|
border-bottom: 1px solid $wb-border-color;
|
|
19511
19385
|
}
|
|
@@ -19567,93 +19441,254 @@ $color-bd: #dddddd;
|
|
|
19567
19441
|
padding: rem(40);
|
|
19568
19442
|
}
|
|
19569
19443
|
|
|
19570
|
-
&.large {
|
|
19571
|
-
padding: rem(60);
|
|
19572
|
-
}
|
|
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;
|
|
19579
|
+
|
|
19580
|
+
i {
|
|
19581
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
19582
|
+
}
|
|
19573
19583
|
|
|
19574
|
-
|
|
19575
|
-
|
|
19576
|
-
text-align: center;
|
|
19577
|
-
width: 100%;
|
|
19578
|
-
padding: 0;
|
|
19584
|
+
p {
|
|
19585
|
+
color: darken($wb-secondary-text-color, 20%);
|
|
19579
19586
|
|
|
19580
|
-
|
|
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) {
|
|
19587
|
+
&:before {
|
|
19590
19588
|
width: 100%;
|
|
19591
19589
|
}
|
|
19592
19590
|
}
|
|
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();
|
|
19593
19605
|
|
|
19594
19606
|
> div {
|
|
19595
|
-
|
|
19596
|
-
|
|
19597
|
-
|
|
19598
|
-
}
|
|
19607
|
+
position: relative;
|
|
19608
|
+
overflow: hidden;
|
|
19609
|
+
height: 100%;
|
|
19599
19610
|
|
|
19600
|
-
|
|
19611
|
+
> div {
|
|
19612
|
+
background-size: cover;
|
|
19613
|
+
background-position: center;
|
|
19614
|
+
height: 100%;
|
|
19601
19615
|
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;
|
|
19610
19616
|
|
|
19611
|
-
|
|
19612
|
-
|
|
19613
|
-
|
|
19614
|
-
|
|
19617
|
+
&:before {
|
|
19618
|
+
position: absolute;
|
|
19619
|
+
left: 0;
|
|
19620
|
+
top: 0;
|
|
19621
|
+
width: 100%;
|
|
19622
|
+
height: 100%;
|
|
19623
|
+
background-color: rgba($wb-main-text-color, 0);
|
|
19624
|
+
content: ' ';
|
|
19625
|
+
transition: 200ms all;
|
|
19615
19626
|
}
|
|
19616
|
-
}
|
|
19617
|
-
}
|
|
19618
19627
|
|
|
19619
|
-
|
|
19620
|
-
|
|
19621
|
-
|
|
19622
|
-
|
|
19623
|
-
|
|
19624
|
-
|
|
19625
|
-
|
|
19626
|
-
|
|
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
|
+
}
|
|
19657
|
+
}
|
|
19658
|
+
}
|
|
19627
19659
|
}
|
|
19628
19660
|
}
|
|
19629
19661
|
}
|
|
19630
19662
|
}
|
|
19631
|
-
}
|
|
19632
|
-
.wb-forms-simple {
|
|
19633
|
-
position: relative;
|
|
19634
|
-
z-index: 41; // Should be over the z-index of wb-structure-tools (40)
|
|
19635
19663
|
|
|
19636
19664
|
&__loader {
|
|
19637
19665
|
padding: rem(60);
|
|
19638
19666
|
text-align: center;
|
|
19639
19667
|
}
|
|
19640
19668
|
|
|
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
|
+
|
|
19641
19675
|
&__selector {
|
|
19642
|
-
padding:
|
|
19676
|
+
padding: 2rem;
|
|
19677
|
+
margin: 2rem;
|
|
19678
|
+
display: inline-block;
|
|
19679
|
+
background-color: $wb-white;
|
|
19643
19680
|
min-width: rem(360);
|
|
19644
19681
|
}
|
|
19645
19682
|
|
|
19646
19683
|
&__container {
|
|
19647
|
-
width:
|
|
19648
|
-
margin: rem(20) auto;
|
|
19684
|
+
width: 100%;
|
|
19649
19685
|
box-sizing: border-box;
|
|
19686
|
+
margin: 0;
|
|
19650
19687
|
min-width: rem(450);
|
|
19651
|
-
@include media('<=#{$block-width-mobile * 1.6}') {
|
|
19652
|
-
width: 80% !important;
|
|
19653
|
-
}
|
|
19654
19688
|
|
|
19655
19689
|
&__editor {
|
|
19656
19690
|
margin: rem(0) rem(25) rem(40);
|
|
19691
|
+
padding-top: 1rem;
|
|
19657
19692
|
|
|
19658
19693
|
> div {
|
|
19659
19694
|
&:first-child {
|
|
@@ -19670,6 +19705,8 @@ $color-bd: #dddddd;
|
|
|
19670
19705
|
}
|
|
19671
19706
|
|
|
19672
19707
|
&__content {
|
|
19708
|
+
padding-bottom: 1rem;
|
|
19709
|
+
|
|
19673
19710
|
> div {
|
|
19674
19711
|
position: relative;
|
|
19675
19712
|
padding: rem(15);
|
|
@@ -19703,6 +19740,10 @@ $color-bd: #dddddd;
|
|
|
19703
19740
|
}
|
|
19704
19741
|
}
|
|
19705
19742
|
|
|
19743
|
+
.select {
|
|
19744
|
+
max-width: 40%;
|
|
19745
|
+
}
|
|
19746
|
+
|
|
19706
19747
|
button:not(.is-info) {
|
|
19707
19748
|
background-color: $wb-main-color;
|
|
19708
19749
|
padding: rem(10) rem(15);
|
|
@@ -24420,21 +24461,17 @@ $color-size-choose: #6c6c6c;
|
|
|
24420
24461
|
bottom: 100%;
|
|
24421
24462
|
}
|
|
24422
24463
|
}
|
|
24423
|
-
.wb-forms-
|
|
24464
|
+
.wb-forms-background {
|
|
24424
24465
|
padding: 0;
|
|
24425
24466
|
position: relative;
|
|
24426
24467
|
min-height: rem(500);
|
|
24427
24468
|
|
|
24428
|
-
.column {
|
|
24429
|
-
position: relative;
|
|
24430
|
-
}
|
|
24431
|
-
|
|
24432
24469
|
&__form__image {
|
|
24433
24470
|
position: absolute;
|
|
24434
|
-
top:
|
|
24471
|
+
top: -#{rem(40)};
|
|
24435
24472
|
width: 100%;
|
|
24436
24473
|
left: 0;
|
|
24437
|
-
height: 100
|
|
24474
|
+
height: calc(100% + #{rem(80)});
|
|
24438
24475
|
min-height: rem(500);
|
|
24439
24476
|
|
|
24440
24477
|
img {
|
|
@@ -24445,17 +24482,16 @@ $color-size-choose: #6c6c6c;
|
|
|
24445
24482
|
&__noimages {
|
|
24446
24483
|
background-color: lighten($wb-border-color, 12%);
|
|
24447
24484
|
cursor: pointer;
|
|
24448
|
-
height: 100
|
|
24485
|
+
height: calc(100% - #{rem(80)});
|
|
24449
24486
|
display: flex;
|
|
24450
24487
|
align-items: center;
|
|
24451
24488
|
align-content: center;
|
|
24452
24489
|
justify-content: center;
|
|
24453
24490
|
position: absolute;
|
|
24454
24491
|
width: 100%;
|
|
24455
|
-
top:
|
|
24492
|
+
top: rem(40);
|
|
24456
24493
|
left: 0;
|
|
24457
24494
|
z-index: 8;
|
|
24458
|
-
min-height: rem(500);
|
|
24459
24495
|
|
|
24460
24496
|
p {
|
|
24461
24497
|
position: absolute;
|
|
@@ -24465,8 +24501,6 @@ $color-size-choose: #6c6c6c;
|
|
|
24465
24501
|
text-align: center;
|
|
24466
24502
|
font-size: rem(14);
|
|
24467
24503
|
color: $wb-secondary-text-color;
|
|
24468
|
-
width: auto;
|
|
24469
|
-
white-space: nowrap;
|
|
24470
24504
|
|
|
24471
24505
|
&:before {
|
|
24472
24506
|
position: absolute;
|
|
@@ -24586,23 +24620,26 @@ $color-size-choose: #6c6c6c;
|
|
|
24586
24620
|
}
|
|
24587
24621
|
|
|
24588
24622
|
&__form__container {
|
|
24589
|
-
width:
|
|
24623
|
+
width: 40%;
|
|
24590
24624
|
position: relative;
|
|
24591
24625
|
z-index: 41; // Should be over the z-index of wb-structure-tools (40)
|
|
24592
24626
|
}
|
|
24593
24627
|
|
|
24594
24628
|
&__selector {
|
|
24595
|
-
|
|
24596
|
-
margin: 2rem;
|
|
24597
|
-
display: inline-block;
|
|
24629
|
+
margin: rem(40);
|
|
24598
24630
|
background-color: $wb-white;
|
|
24631
|
+
box-sizing: border-box;
|
|
24632
|
+
padding: rem(40);
|
|
24633
|
+
display: block;
|
|
24634
|
+
width: 50%;
|
|
24599
24635
|
min-width: rem(360);
|
|
24600
24636
|
}
|
|
24601
24637
|
|
|
24602
24638
|
&__container {
|
|
24603
24639
|
width: 100%;
|
|
24604
24640
|
box-sizing: border-box;
|
|
24605
|
-
|
|
24641
|
+
background-color: $wb-white;
|
|
24642
|
+
margin: rem(40);
|
|
24606
24643
|
min-width: rem(450);
|
|
24607
24644
|
|
|
24608
24645
|
&__editor {
|
|
@@ -28260,81 +28297,44 @@ $color-size-choose: #6c6c6c;
|
|
|
28260
28297
|
top: 15px;
|
|
28261
28298
|
}
|
|
28262
28299
|
}
|
|
28263
|
-
.wb-faq-
|
|
28264
|
-
&
|
|
28265
|
-
padding: rem(15);
|
|
28300
|
+
.wb-faq-frame {
|
|
28301
|
+
&__row {
|
|
28266
28302
|
position: relative;
|
|
28267
|
-
|
|
28268
|
-
|
|
28269
|
-
|
|
28270
|
-
|
|
28271
|
-
|
|
28272
|
-
|
|
28273
|
-
|
|
28274
|
-
|
|
28275
|
-
|
|
28276
|
-
|
|
28277
|
-
|
|
28303
|
+
|
|
28304
|
+
&.is-active {
|
|
28305
|
+
z-index: 40;
|
|
28306
|
+
}
|
|
28307
|
+
border: 1px solid $wb-border-color;
|
|
28308
|
+
margin-bottom: rem(20);
|
|
28309
|
+
padding: rem(22) rem(30);
|
|
28310
|
+
border-radius: rem(5);
|
|
28311
|
+
&.open {
|
|
28312
|
+
border: none;
|
|
28313
|
+
}
|
|
28314
|
+
&__question {
|
|
28315
|
+
&.wb-faq__row__question {
|
|
28316
|
+
.wb-quill-editor {
|
|
28317
|
+
.ql-editor {
|
|
28278
28318
|
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
|
-
}
|
|
28286
28319
|
}
|
|
28287
28320
|
}
|
|
28288
|
-
|
|
28289
|
-
|
|
28290
|
-
|
|
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;
|
|
28321
|
+
span {
|
|
28322
|
+
i {
|
|
28323
|
+
top: rem(3);
|
|
28298
28324
|
}
|
|
28299
28325
|
}
|
|
28300
28326
|
}
|
|
28301
|
-
|
|
28327
|
+
}
|
|
28328
|
+
&__answer {
|
|
28329
|
+
&.wb-faq__row__answer {
|
|
28302
28330
|
.wb-quill-editor {
|
|
28303
28331
|
.ql-editor {
|
|
28304
|
-
font-weight: 500;
|
|
28305
28332
|
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;
|
|
28315
28333
|
}
|
|
28316
28334
|
}
|
|
28317
28335
|
}
|
|
28318
28336
|
}
|
|
28319
28337
|
}
|
|
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
|
|