@wizishop/wizi-block 4.2.23-beta → 4.2.24-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/wizi-block.scss CHANGED
@@ -1543,146 +1543,144 @@ wb-structure-tools {
1543
1543
  }
1544
1544
  }
1545
1545
  .wb-witness-twice {
1546
- position: relative;
1546
+ position: relative;
1547
1547
 
1548
- > .columns {
1549
- > .column {
1550
- margin: 0 0 0 rem(10) !important;
1551
- &:first-child {
1552
- margin: 0 rem(10) 0 0 !important;
1553
- }
1548
+ > .columns {
1549
+ > .column {
1550
+ margin: 0 0 0 rem(10) !important;
1551
+ &:first-child {
1552
+ margin: 0 rem(10) 0 0 !important;
1553
+ }
1554
+ }
1554
1555
  }
1555
- }
1556
1556
 
1557
- &__tool {
1558
- overflow: hidden;
1559
- position: absolute;
1560
- top: 0;
1561
- left: 0;
1562
- width: 100%;
1563
- height: 100%;
1564
- }
1565
- &__container {
1566
- position: relative;
1567
- min-height: 300px;
1568
- &__item {
1569
- padding: 30px;
1570
- min-height: 300px;
1571
- &__figure {
1572
- text-align: center;
1573
- &__noimage,
1574
- &__image {
1575
- display: inline-block;
1576
- width: rem(80);
1577
- height: rem(80);
1578
- cursor: pointer;
1579
- border-radius: 50%;
1580
- position: relative;
1557
+ &__tool {
1558
+ overflow: hidden;
1559
+ position: absolute;
1560
+ top: 0;
1561
+ left: 0;
1562
+ width: 100%;
1563
+ height: 100%;
1564
+ }
1565
+ &__container {
1566
+ position: relative;
1567
+ min-height: 300px;
1568
+ &__item {
1569
+ padding: 30px;
1570
+ min-height: 300px;
1571
+ &__figure {
1572
+ text-align: center;
1573
+ &__noimage,
1574
+ &__image {
1575
+ display: inline-block;
1576
+ width: rem(80);
1577
+ height: rem(80);
1578
+ cursor: pointer;
1579
+ border-radius: 50%;
1580
+ position: relative;
1581
1581
 
1582
- &:before {
1583
- position: absolute;
1584
- left: 0;
1585
- top: 0;
1586
- width: 100%;
1587
- height: 100%;
1588
- background-color: rgba($wb-main-text-color, 0);
1589
- content: ' ';
1590
- transition: 200ms all;
1591
- border-radius: 50%;
1592
- }
1582
+ &:before {
1583
+ position: absolute;
1584
+ left: 0;
1585
+ top: 0;
1586
+ width: 100%;
1587
+ height: 100%;
1588
+ background-color: rgba($wb-main-text-color, 0);
1589
+ content: ' ';
1590
+ transition: 200ms all;
1591
+ border-radius: 50%;
1592
+ }
1593
1593
 
1594
- &:hover {
1595
- &:before {
1596
- background-color: rgba($wb-main-text-color, 0.1);
1594
+ &:hover {
1595
+ &:before {
1596
+ background-color: rgba($wb-main-text-color, 0.1);
1597
+ }
1598
+ }
1599
+ }
1600
+ &__noimage {
1601
+ background-color: lighten($wb-border-color, 12%);
1602
+ i {
1603
+ display: block;
1604
+ position: absolute;
1605
+ top: 50%;
1606
+ left: 50%;
1607
+ z-index: 2;
1608
+ transform: translate(-50%, -50%);
1609
+ font-size: rem(20);
1610
+ opacity: 0.6;
1611
+ -webkit-backface-visibility: hidden;
1612
+ -webkit-transform: translate(-50%, -50%);
1613
+ }
1614
+ &:before {
1615
+ content: '';
1616
+ display: block;
1617
+ position: absolute;
1618
+ top: 0;
1619
+ left: 0;
1620
+ width: 100%;
1621
+ height: 100%;
1622
+ border: 1px solid $wb-border-color;
1623
+ border-radius: 50%;
1624
+ }
1625
+ &:hover,
1626
+ &:focus {
1627
+ i {
1628
+ opacity: 0.8;
1629
+ }
1630
+ &:before {
1631
+ border-color: darken($wb-border-color, 33%);
1632
+ }
1633
+ }
1634
+ }
1635
+ &__image {
1636
+ -webkit-background-size: cover;
1637
+ background-position: center;
1638
+ background-size: cover;
1639
+ background-position: center;
1640
+ }
1597
1641
  }
1598
- }
1599
- }
1600
- &__noimage {
1601
- background-color: lighten($wb-border-color, 12%);
1602
- i {
1603
- display: block;
1604
- position: absolute;
1605
- top: 50%;
1606
- left: 50%;
1607
- z-index: 2;
1608
- transform: translate(-50%, -50%);
1609
- font-size: rem(20);
1610
- opacity: 0.6;
1611
- -webkit-backface-visibility: hidden;
1612
- -webkit-transform: translate(-50%, -50%);
1613
- }
1614
- &:before {
1615
- content: '';
1616
- display: block;
1617
- position: absolute;
1618
- top: 0;
1619
- left: 0;
1620
- width: 100%;
1621
- height: 100%;
1622
- border: 1px solid $wb-border-color;
1623
- border-radius: 50%;
1624
- }
1625
- &:hover,
1626
- &:focus {
1627
- i {
1628
- opacity: 0.8;
1642
+ &__author,
1643
+ &__testimony {
1644
+ text-align: center;
1645
+ display: flex;
1646
+ flex-wrap: nowrap;
1647
+ justify-content: center;
1648
+ h2 {
1649
+ width: 100%;
1650
+ font-size: rem(18);
1651
+ line-height: rem(22);
1652
+ }
1629
1653
  }
1630
- &:before {
1631
- border-color: darken($wb-border-color, 33%);
1654
+ &__author {
1655
+ h2 {
1656
+ font-size: rem(18);
1657
+ line-height: rem(22);
1658
+ }
1659
+ }
1660
+ &__testimony {
1661
+ p {
1662
+ font-size: rem(13);
1663
+ line-height: rem(22);
1664
+ color: $wb-secondary-text-color;
1665
+ }
1666
+ }
1667
+ &__url {
1668
+ text-align: center;
1669
+ display: flex;
1670
+ flex-wrap: nowrap;
1671
+ justify-content: center;
1672
+ &__container {
1673
+ width: auto;
1674
+ color: $wb-witness-color-link;
1675
+ font-size: rem(13);
1676
+ line-height: rem(15);
1677
+ text-decoration: none;
1678
+ font-weight: 500;
1679
+ cursor: pointer;
1680
+ }
1632
1681
  }
1633
- }
1634
- }
1635
- &__image {
1636
- -webkit-background-size: cover;
1637
- background-position: center;
1638
- background-size: cover;
1639
- background-position: center;
1640
- }
1641
- }
1642
- &__author,
1643
- &__testimony {
1644
- text-align: center;
1645
- display: flex;
1646
- flex-wrap: nowrap;
1647
- justify-content: center;
1648
- h2 {
1649
- width: 100%;
1650
- font-size: rem(18);
1651
- line-height: rem(22);
1652
- }
1653
- }
1654
- &__author {
1655
- h2 {
1656
- font-size: rem(18);
1657
- line-height: rem(22);
1658
- text-align: center;
1659
- }
1660
- }
1661
- &__testimony {
1662
- p {
1663
- font-size: rem(13);
1664
- line-height: rem(22);
1665
- text-align: center;
1666
- color: $wb-secondary-text-color;
1667
- }
1668
- }
1669
- &__url {
1670
- text-align: center;
1671
- display: flex;
1672
- flex-wrap: nowrap;
1673
- justify-content: center;
1674
- &__container {
1675
- width: auto;
1676
- color: $wb-witness-color-link;
1677
- font-size: rem(13);
1678
- line-height: rem(15);
1679
- text-decoration: none;
1680
- font-weight: 500;
1681
- cursor: pointer;
1682
1682
  }
1683
- }
1684
1683
  }
1685
- }
1686
1684
  }
1687
1685
  .wb-newsletter-center-image {
1688
1686
  position: relative;
@@ -2271,6 +2269,11 @@ $focused-background-color: rgba(34, 186, 255, 0.08);
2271
2269
  pointer-events: none;
2272
2270
  transition: opacity 0.3s ease-in-out;
2273
2271
  }
2272
+
2273
+ .ce-settings {
2274
+ right: 0 !important;
2275
+ left: unset !important;
2276
+ }
2274
2277
  }
2275
2278
  }
2276
2279
 
@@ -2980,7 +2983,7 @@ $focused-background-color: rgba(34, 186, 255, 0.08);
2980
2983
 
2981
2984
  & > div {
2982
2985
  position: relative;
2983
- width: 30px;
2986
+ width: 45px;
2984
2987
  height: 30px;
2985
2988
  border: 1px solid #eaeaea;
2986
2989
  border-radius: 4px;
@@ -3212,6 +3215,27 @@ $focused-background-color: rgba(34, 186, 255, 0.08);
3212
3215
  transition: border-color 0.3s ease-in-out;
3213
3216
  }
3214
3217
  }
3218
+
3219
+ ::-webkit-input-placeholder {
3220
+ /* Chrome/Opera/Safari */
3221
+ color: #b4bdd0 !important;
3222
+ opacity: 1;
3223
+ }
3224
+ ::-moz-placeholder {
3225
+ /* Firefox 19+ */
3226
+ color: #b4bdd0 !important;
3227
+ opacity: 1;
3228
+ }
3229
+ :-ms-input-placeholder {
3230
+ /* IE 10+ */
3231
+ color: #b4bdd0 !important;
3232
+ opacity: 1;
3233
+ }
3234
+ :-moz-placeholder {
3235
+ /* Firefox 18- */
3236
+ color: #b4bdd0 !important;
3237
+ opacity: 1;
3238
+ }
3215
3239
  }
3216
3240
 
3217
3241
  &__target {
@@ -3419,8 +3443,14 @@ $focused-background-color: rgba(34, 186, 255, 0.08);
3419
3443
 
3420
3444
  &__editor {
3421
3445
  @include flex(1);
3446
+ position: relative;
3422
3447
  border: 1px solid #eaeaea;
3423
3448
  border-radius: 3px;
3449
+
3450
+ .monaco-editor {
3451
+ width: 100% !important;
3452
+ height: auto !important;
3453
+ }
3424
3454
  }
3425
3455
 
3426
3456
  &__buttons {
@@ -27227,312 +27257,308 @@ $color-size-choose: #6c6c6c;
27227
27257
  }
27228
27258
  }
27229
27259
  .wb-witness-triple {
27230
- position: relative;
27260
+ position: relative;
27231
27261
 
27232
- &__config {
27233
- .wb-structure-config.is-right-top .wb-structure-config__tools {
27234
- right: calc(33.333333% + #{rem(20)});
27262
+ &__config {
27263
+ .wb-structure-config.is-right-top .wb-structure-config__tools {
27264
+ right: calc(33.333333% + #{rem(20)});
27265
+ }
27235
27266
  }
27236
- }
27237
27267
 
27238
- > .columns {
27239
- > .column {
27240
- margin: 0 0 0 rem(15) !important;
27241
- &:first-child {
27242
- margin: 0 !important;
27243
- }
27244
- &:last-child {
27245
- margin: 0 0 0 rem(15) !important;
27246
- }
27268
+ > .columns {
27269
+ > .column {
27270
+ margin: 0 0 0 rem(15) !important;
27271
+ &:first-child {
27272
+ margin: 0 !important;
27273
+ }
27274
+ &:last-child {
27275
+ margin: 0 0 0 rem(15) !important;
27276
+ }
27277
+ }
27247
27278
  }
27248
- }
27249
27279
 
27250
- &__tool {
27251
- overflow: hidden;
27252
- position: absolute;
27253
- top: 0;
27254
- left: 0;
27255
- width: 100%;
27256
- height: 100%;
27257
- }
27258
- &__container {
27259
- position: relative;
27260
- min-height: 300px;
27261
- &__item {
27262
- padding: 30px;
27263
- min-height: 300px;
27264
- &__figure {
27265
- text-align: center;
27266
- &__noimage,
27267
- &__image {
27268
- display: inline-block;
27269
- width: rem(80);
27270
- height: rem(80);
27271
- cursor: pointer;
27272
- border-radius: 50%;
27273
- position: relative;
27280
+ &__tool {
27281
+ overflow: hidden;
27282
+ position: absolute;
27283
+ top: 0;
27284
+ left: 0;
27285
+ width: 100%;
27286
+ height: 100%;
27287
+ }
27288
+ &__container {
27289
+ position: relative;
27290
+ min-height: 300px;
27291
+ &__item {
27292
+ padding: 30px;
27293
+ min-height: 300px;
27294
+ &__figure {
27295
+ text-align: center;
27296
+ &__noimage,
27297
+ &__image {
27298
+ display: inline-block;
27299
+ width: rem(80);
27300
+ height: rem(80);
27301
+ cursor: pointer;
27302
+ border-radius: 50%;
27303
+ position: relative;
27274
27304
 
27275
- &:before {
27276
- position: absolute;
27277
- left: 0;
27278
- top: 0;
27279
- width: 100%;
27280
- height: 100%;
27281
- background-color: rgba($wb-main-text-color, 0);
27282
- content: ' ';
27283
- transition: 200ms all;
27284
- border-radius: 50%;
27285
- }
27305
+ &:before {
27306
+ position: absolute;
27307
+ left: 0;
27308
+ top: 0;
27309
+ width: 100%;
27310
+ height: 100%;
27311
+ background-color: rgba($wb-main-text-color, 0);
27312
+ content: ' ';
27313
+ transition: 200ms all;
27314
+ border-radius: 50%;
27315
+ }
27286
27316
 
27287
- &:hover {
27288
- &:before {
27289
- background-color: rgba($wb-main-text-color, 0.1);
27317
+ &:hover {
27318
+ &:before {
27319
+ background-color: rgba($wb-main-text-color, 0.1);
27320
+ }
27321
+ }
27322
+ }
27323
+ &__noimage {
27324
+ background-color: lighten($wb-border-color, 12%);
27325
+ i {
27326
+ display: block;
27327
+ position: absolute;
27328
+ top: 50%;
27329
+ left: 50%;
27330
+ z-index: 2;
27331
+ transform: translate(-50%, -50%);
27332
+ font-size: rem(20);
27333
+ opacity: 0.6;
27334
+ -webkit-backface-visibility: hidden;
27335
+ -webkit-transform: translate(-50%, -50%);
27336
+ }
27337
+ &:before {
27338
+ content: '';
27339
+ display: block;
27340
+ position: absolute;
27341
+ top: 0;
27342
+ left: 0;
27343
+ width: 100%;
27344
+ height: 100%;
27345
+ border: 1px solid $wb-border-color;
27346
+ border-radius: 50%;
27347
+ }
27348
+ &:hover,
27349
+ &:focus {
27350
+ i {
27351
+ opacity: 0.8;
27352
+ }
27353
+ &:before {
27354
+ border-color: darken($wb-border-color, 33%);
27355
+ }
27356
+ }
27357
+ }
27358
+ &__image {
27359
+ -webkit-background-size: cover;
27360
+ background-position: center;
27361
+ background-size: cover;
27362
+ background-position: center;
27363
+ }
27290
27364
  }
27291
- }
27292
- }
27293
- &__noimage {
27294
- background-color: lighten($wb-border-color, 12%);
27295
- i {
27296
- display: block;
27297
- position: absolute;
27298
- top: 50%;
27299
- left: 50%;
27300
- z-index: 2;
27301
- transform: translate(-50%, -50%);
27302
- font-size: rem(20);
27303
- opacity: 0.6;
27304
- -webkit-backface-visibility: hidden;
27305
- -webkit-transform: translate(-50%, -50%);
27306
- }
27307
- &:before {
27308
- content: '';
27309
- display: block;
27310
- position: absolute;
27311
- top: 0;
27312
- left: 0;
27313
- width: 100%;
27314
- height: 100%;
27315
- border: 1px solid $wb-border-color;
27316
- border-radius: 50%;
27317
- }
27318
- &:hover,
27319
- &:focus {
27320
- i {
27321
- opacity: 0.8;
27365
+ &__author,
27366
+ &__testimony {
27367
+ text-align: center;
27368
+ display: flex;
27369
+ flex-wrap: nowrap;
27370
+ justify-content: center;
27371
+ h2 {
27372
+ width: 100%;
27373
+ font-size: rem(18);
27374
+ line-height: rem(22);
27375
+ }
27322
27376
  }
27323
- &:before {
27324
- border-color: darken($wb-border-color, 33%);
27377
+ &__author {
27378
+ h2 {
27379
+ font-size: rem(18);
27380
+ line-height: rem(22);
27381
+ }
27382
+ }
27383
+ &__testimony {
27384
+ p {
27385
+ font-size: rem(13);
27386
+ line-height: rem(22);
27387
+ color: $wb-secondary-text-color;
27388
+ }
27389
+ }
27390
+ &__url {
27391
+ text-align: center;
27392
+ display: flex;
27393
+ flex-wrap: nowrap;
27394
+ justify-content: center;
27395
+ &__container {
27396
+ width: auto;
27397
+ color: $wb-witness-color-link;
27398
+ font-size: rem(13);
27399
+ line-height: rem(15);
27400
+ text-decoration: none;
27401
+ font-weight: 500;
27402
+ cursor: pointer;
27403
+ }
27325
27404
  }
27326
- }
27327
- }
27328
- &__image {
27329
- -webkit-background-size: cover;
27330
- background-position: center;
27331
- background-size: cover;
27332
- background-position: center;
27333
- }
27334
- }
27335
- &__author,
27336
- &__testimony {
27337
- text-align: center;
27338
- display: flex;
27339
- flex-wrap: nowrap;
27340
- justify-content: center;
27341
- h2 {
27342
- width: 100%;
27343
- font-size: rem(18);
27344
- line-height: rem(22);
27345
- }
27346
- }
27347
- &__author {
27348
- h2 {
27349
- font-size: rem(18);
27350
- line-height: rem(22);
27351
- text-align: center;
27352
- }
27353
- }
27354
- &__testimony {
27355
- p {
27356
- font-size: rem(13);
27357
- line-height: rem(22);
27358
- text-align: center;
27359
- color: $wb-secondary-text-color;
27360
- }
27361
- }
27362
- &__url {
27363
- text-align: center;
27364
- display: flex;
27365
- flex-wrap: nowrap;
27366
- justify-content: center;
27367
- &__container {
27368
- width: auto;
27369
- color: $wb-witness-color-link;
27370
- font-size: rem(13);
27371
- line-height: rem(15);
27372
- text-decoration: none;
27373
- font-weight: 500;
27374
- cursor: pointer;
27375
27405
  }
27376
- }
27377
27406
  }
27378
- }
27379
27407
  }
27380
27408
  .wb-witness-quadruple {
27381
- position: relative;
27409
+ position: relative;
27382
27410
 
27383
- &__middle-right-config {
27384
- .wb-structure-config.is-right-top .wb-structure-config__tools {
27385
- right: calc(25% + #{rem(19)});
27411
+ &__middle-right-config {
27412
+ .wb-structure-config.is-right-top .wb-structure-config__tools {
27413
+ right: calc(25% + #{rem(19)});
27414
+ }
27386
27415
  }
27387
- }
27388
27416
 
27389
- &__middle-left-config {
27390
- .wb-structure-config.is-right-top .wb-structure-config__tools {
27391
- right: calc(50% + #{rem(21)});
27417
+ &__middle-left-config {
27418
+ .wb-structure-config.is-right-top .wb-structure-config__tools {
27419
+ right: calc(50% + #{rem(21)});
27420
+ }
27392
27421
  }
27393
- }
27394
27422
 
27395
- > .columns {
27396
- > .column {
27397
- margin: 0 0 0 rem(15) !important;
27398
- &:first-child {
27399
- margin: 0 !important;
27400
- }
27401
- &:last-child {
27402
- margin: 0 0 0 rem(15) !important;
27403
- }
27423
+ > .columns {
27424
+ > .column {
27425
+ margin: 0 0 0 rem(15) !important;
27426
+ &:first-child {
27427
+ margin: 0 !important;
27428
+ }
27429
+ &:last-child {
27430
+ margin: 0 0 0 rem(15) !important;
27431
+ }
27432
+ }
27404
27433
  }
27405
- }
27406
27434
 
27407
- &__tool {
27408
- overflow: hidden;
27409
- position: absolute;
27410
- top: 0;
27411
- left: 0;
27412
- width: 100%;
27413
- height: 100%;
27414
- }
27415
- &__container {
27416
- position: relative;
27417
- min-height: 300px;
27418
- &__item {
27419
- padding: 30px;
27420
- min-height: 300px;
27421
- &__figure {
27422
- text-align: center;
27423
- &__noimage,
27424
- &__image {
27425
- display: inline-block;
27426
- width: rem(80);
27427
- height: rem(80);
27428
- cursor: pointer;
27429
- border-radius: 50%;
27430
- position: relative;
27435
+ &__tool {
27436
+ overflow: hidden;
27437
+ position: absolute;
27438
+ top: 0;
27439
+ left: 0;
27440
+ width: 100%;
27441
+ height: 100%;
27442
+ }
27443
+ &__container {
27444
+ position: relative;
27445
+ min-height: 300px;
27446
+ &__item {
27447
+ padding: 30px;
27448
+ min-height: 300px;
27449
+ &__figure {
27450
+ text-align: center;
27451
+ &__noimage,
27452
+ &__image {
27453
+ display: inline-block;
27454
+ width: rem(80);
27455
+ height: rem(80);
27456
+ cursor: pointer;
27457
+ border-radius: 50%;
27458
+ position: relative;
27431
27459
 
27432
- &:before {
27433
- position: absolute;
27434
- left: 0;
27435
- top: 0;
27436
- width: 100%;
27437
- height: 100%;
27438
- background-color: rgba($wb-main-text-color, 0);
27439
- content: ' ';
27440
- transition: 200ms all;
27441
- border-radius: 50%;
27442
- }
27460
+ &:before {
27461
+ position: absolute;
27462
+ left: 0;
27463
+ top: 0;
27464
+ width: 100%;
27465
+ height: 100%;
27466
+ background-color: rgba($wb-main-text-color, 0);
27467
+ content: ' ';
27468
+ transition: 200ms all;
27469
+ border-radius: 50%;
27470
+ }
27443
27471
 
27444
- &:hover {
27445
- &:before {
27446
- background-color: rgba($wb-main-text-color, 0.1);
27472
+ &:hover {
27473
+ &:before {
27474
+ background-color: rgba($wb-main-text-color, 0.1);
27475
+ }
27476
+ }
27477
+ }
27478
+ &__noimage {
27479
+ background-color: lighten($wb-border-color, 12%);
27480
+ i {
27481
+ display: block;
27482
+ position: absolute;
27483
+ top: 50%;
27484
+ left: 50%;
27485
+ z-index: 2;
27486
+ transform: translate(-50%, -50%);
27487
+ font-size: rem(20);
27488
+ opacity: 0.6;
27489
+ -webkit-backface-visibility: hidden;
27490
+ -webkit-transform: translate(-50%, -50%);
27491
+ }
27492
+ &:before {
27493
+ content: '';
27494
+ display: block;
27495
+ position: absolute;
27496
+ top: 0;
27497
+ left: 0;
27498
+ width: 100%;
27499
+ height: 100%;
27500
+ border: 1px solid $wb-border-color;
27501
+ border-radius: 50%;
27502
+ }
27503
+ &:hover,
27504
+ &:focus {
27505
+ i {
27506
+ opacity: 0.8;
27507
+ }
27508
+ &:before {
27509
+ border-color: darken($wb-border-color, 33%);
27510
+ }
27511
+ }
27512
+ }
27513
+ &__image {
27514
+ -webkit-background-size: cover;
27515
+ background-position: center;
27516
+ background-size: cover;
27517
+ background-position: center;
27518
+ }
27447
27519
  }
27448
- }
27449
- }
27450
- &__noimage {
27451
- background-color: lighten($wb-border-color, 12%);
27452
- i {
27453
- display: block;
27454
- position: absolute;
27455
- top: 50%;
27456
- left: 50%;
27457
- z-index: 2;
27458
- transform: translate(-50%, -50%);
27459
- font-size: rem(20);
27460
- opacity: 0.6;
27461
- -webkit-backface-visibility: hidden;
27462
- -webkit-transform: translate(-50%, -50%);
27463
- }
27464
- &:before {
27465
- content: '';
27466
- display: block;
27467
- position: absolute;
27468
- top: 0;
27469
- left: 0;
27470
- width: 100%;
27471
- height: 100%;
27472
- border: 1px solid $wb-border-color;
27473
- border-radius: 50%;
27474
- }
27475
- &:hover,
27476
- &:focus {
27477
- i {
27478
- opacity: 0.8;
27520
+ &__author,
27521
+ &__testimony {
27522
+ text-align: center;
27523
+ display: flex;
27524
+ flex-wrap: nowrap;
27525
+ justify-content: center;
27526
+ h2 {
27527
+ width: 100%;
27528
+ font-size: rem(18);
27529
+ line-height: rem(22);
27530
+ }
27479
27531
  }
27480
- &:before {
27481
- border-color: darken($wb-border-color, 33%);
27532
+ &__author {
27533
+ h2 {
27534
+ font-size: rem(18);
27535
+ line-height: rem(22);
27536
+ }
27537
+ }
27538
+ &__testimony {
27539
+ p {
27540
+ font-size: rem(13);
27541
+ line-height: rem(22);
27542
+ color: $wb-secondary-text-color;
27543
+ }
27544
+ }
27545
+ &__url {
27546
+ text-align: center;
27547
+ display: flex;
27548
+ flex-wrap: nowrap;
27549
+ justify-content: center;
27550
+ &__container {
27551
+ width: auto;
27552
+ color: $wb-witness-color-link;
27553
+ font-size: rem(13);
27554
+ line-height: rem(15);
27555
+ text-decoration: none;
27556
+ font-weight: 500;
27557
+ cursor: pointer;
27558
+ }
27482
27559
  }
27483
- }
27484
- }
27485
- &__image {
27486
- -webkit-background-size: cover;
27487
- background-position: center;
27488
- background-size: cover;
27489
- background-position: center;
27490
- }
27491
- }
27492
- &__author,
27493
- &__testimony {
27494
- text-align: center;
27495
- display: flex;
27496
- flex-wrap: nowrap;
27497
- justify-content: center;
27498
- h2 {
27499
- width: 100%;
27500
- font-size: rem(18);
27501
- line-height: rem(22);
27502
- }
27503
- }
27504
- &__author {
27505
- h2 {
27506
- font-size: rem(18);
27507
- line-height: rem(22);
27508
- text-align: center;
27509
- }
27510
- }
27511
- &__testimony {
27512
- p {
27513
- font-size: rem(13);
27514
- line-height: rem(22);
27515
- text-align: center;
27516
- color: $wb-secondary-text-color;
27517
- }
27518
- }
27519
- &__url {
27520
- text-align: center;
27521
- display: flex;
27522
- flex-wrap: nowrap;
27523
- justify-content: center;
27524
- &__container {
27525
- width: auto;
27526
- color: $wb-witness-color-link;
27527
- font-size: rem(13);
27528
- line-height: rem(15);
27529
- text-decoration: none;
27530
- font-weight: 500;
27531
- cursor: pointer;
27532
27560
  }
27533
- }
27534
27561
  }
27535
- }
27536
27562
  }
27537
27563
  .wb-witness-backgroundOne {
27538
27564
  &__tool {
@@ -27619,19 +27645,278 @@ $color-size-choose: #6c6c6c;
27619
27645
  border: rem(1) solid $wb-border-color;
27620
27646
 
27621
27647
  i {
27622
- color: darken($wb-secondary-text-color, 20%);
27648
+ color: darken($wb-secondary-text-color, 20%);
27649
+ }
27650
+
27651
+ p {
27652
+ color: darken($wb-secondary-text-color, 20%);
27653
+
27654
+ &:before {
27655
+ width: 100%;
27656
+ }
27657
+ }
27658
+ }
27659
+ }
27660
+
27661
+ &__image {
27662
+ -webkit-background-size: cover;
27663
+ background-position: center;
27664
+ background-size: cover;
27665
+ background-position: center;
27666
+ }
27667
+ }
27668
+
27669
+ &__zindex {
27670
+ width: 100%;
27671
+ position: relative;
27672
+ z-index: 3;
27673
+ @include media('>=desktop') {
27674
+ padding: 0 40px;
27675
+ }
27676
+ }
27677
+
27678
+ &__hr {
27679
+ height: 2px;
27680
+ width: 60%;
27681
+ margin: 0 auto 10px auto;
27682
+ }
27683
+
27684
+ &__author,
27685
+ &__testimony {
27686
+ text-align: center;
27687
+ display: flex;
27688
+ flex-wrap: nowrap;
27689
+ justify-content: center;
27690
+
27691
+ h2 {
27692
+ width: 100%;
27693
+ font-size: rem(18);
27694
+ line-height: rem(22);
27695
+ }
27696
+ }
27697
+
27698
+ &__author {
27699
+ h2 {
27700
+ font-size: rem(14);
27701
+ line-height: rem(18);
27702
+ color: $white;
27703
+ }
27704
+ }
27705
+
27706
+ &__testimony {
27707
+ margin-bottom: 10px;
27708
+
27709
+ p {
27710
+ font-size: rem(16);
27711
+ line-height: 1.6;
27712
+ color: $white;
27713
+ }
27714
+ }
27715
+
27716
+ &__url {
27717
+ text-align: center;
27718
+ display: flex;
27719
+ flex-wrap: nowrap;
27720
+ justify-content: center;
27721
+
27722
+ &__container {
27723
+ position: relative;
27724
+ width: auto;
27725
+ color: $white;
27726
+ font-size: rem(12);
27727
+ line-height: rem(14);
27728
+ font-weight: 500;
27729
+ cursor: pointer;
27730
+ text-decoration: underline;
27731
+ }
27732
+ }
27733
+ }
27734
+ }
27735
+ }
27736
+ .wb-witness-backgroundDouble {
27737
+ min-height: 370px;
27738
+ position: relative;
27739
+ @include media('>=desktop') {
27740
+ padding: 60px;
27741
+ }
27742
+ .column {
27743
+ z-index: 1;
27744
+ }
27745
+ &__zindex {
27746
+ z-index: 4;
27747
+ & > .columns {
27748
+ margin: 0;
27749
+ }
27750
+ }
27751
+ &__title {
27752
+ z-index: 2;
27753
+ position: relative;
27754
+ text-align: center;
27755
+ font-size: rem(18);
27756
+ line-height: 1.6;
27757
+ color: $wb-white;
27758
+ font-weight: 600;
27759
+ .ql-editor {
27760
+ text-align: center;
27761
+ }
27762
+ }
27763
+ &__noimage {
27764
+ background-color: lighten($wb-border-color, 12%);
27765
+ cursor: pointer;
27766
+ display: flex;
27767
+ align-items: center;
27768
+ align-content: center;
27769
+ justify-content: center;
27770
+ position: absolute;
27771
+ width: 100%;
27772
+ height: 100%;
27773
+ top: 0;
27774
+ left: 0;
27775
+ z-index: 2;
27776
+ p {
27777
+ position: absolute;
27778
+ top: 50%;
27779
+ left: 50%;
27780
+ transform: translate(-50%, -50%);
27781
+ text-align: center;
27782
+ font-size: rem(14);
27783
+ color: $wb-secondary-text-color;
27784
+ width: auto;
27785
+ white-space: nowrap;
27786
+
27787
+ &:before {
27788
+ position: absolute;
27789
+ width: 0;
27790
+ bottom: -(#{rem(3)});
27791
+ height: rem(2);
27792
+ transition: 200ms all;
27793
+ background-color: $wb-border-color;
27794
+ content: ' ';
27795
+ left: 0;
27796
+ }
27797
+ }
27798
+
27799
+ i {
27800
+ color: $wb-secondary-text-color;
27801
+ text-align: center;
27802
+ display: block;
27803
+ font-size: rem(45);
27804
+ opacity: 0.4;
27805
+ transition: 200ms all;
27806
+ margin-bottom: rem(10);
27807
+ }
27808
+
27809
+ border: rem(1) solid lighten($wb-border-color, 12%);
27810
+ transition: 200ms all;
27811
+
27812
+ &:hover {
27813
+ border: rem(1) solid $wb-border-color;
27814
+
27815
+ i {
27816
+ color: darken($wb-secondary-text-color, 20%);
27817
+ }
27818
+
27819
+ p {
27820
+ color: darken($wb-secondary-text-color, 20%);
27821
+
27822
+ &:before {
27823
+ width: 100%;
27824
+ }
27825
+ }
27826
+ }
27827
+ }
27828
+ &__background {
27829
+ position: absolute;
27830
+ top: 0;
27831
+ left: 0;
27832
+ width: 100%;
27833
+ height: 100%;
27834
+ z-index: 1;
27835
+ -webkit-background-size: cover;
27836
+ background-position: center;
27837
+ background-size: cover;
27838
+ background-position: center;
27839
+ cursor: pointer;
27840
+ }
27841
+ &__tool {
27842
+ overflow: hidden;
27843
+ position: absolute;
27844
+ top: 0;
27845
+ left: 0;
27846
+ width: 100%;
27847
+ height: 100%;
27848
+ }
27849
+ &__container {
27850
+ position: relative;
27851
+ min-height: 270px;
27852
+ background-size: cover;
27853
+ background-position: center;
27854
+ &__item {
27855
+ padding: 40px;
27856
+ &__figure {
27857
+ text-align: center;
27858
+ &__noimage,
27859
+ &__image {
27860
+ display: inline-block;
27861
+ width: rem(80);
27862
+ height: rem(80);
27863
+ cursor: pointer;
27864
+ border-radius: 50%;
27865
+ position: relative;
27866
+
27867
+ &:before {
27868
+ position: absolute;
27869
+ left: 0;
27870
+ top: 0;
27871
+ width: 100%;
27872
+ height: 100%;
27873
+ background-color: rgba($wb-main-text-color, 0);
27874
+ content: ' ';
27875
+ transition: 200ms all;
27876
+ border-radius: 50%;
27877
+ }
27878
+
27879
+ &:hover {
27880
+ &:before {
27881
+ background-color: rgba($wb-main-text-color, 0.1);
27882
+ }
27883
+ }
27884
+ }
27885
+ &__noimage {
27886
+ background-color: lighten($wb-border-color, 12%);
27887
+ i {
27888
+ display: block;
27889
+ position: absolute;
27890
+ top: 50%;
27891
+ left: 50%;
27892
+ z-index: 2;
27893
+ transform: translate(-50%, -50%);
27894
+ font-size: rem(20);
27895
+ opacity: 0.6;
27896
+ -webkit-backface-visibility: hidden;
27897
+ -webkit-transform: translate(-50%, -50%);
27898
+ }
27899
+ &:before {
27900
+ content: '';
27901
+ display: block;
27902
+ position: absolute;
27903
+ top: 0;
27904
+ left: 0;
27905
+ width: 100%;
27906
+ height: 100%;
27907
+ border: 1px solid $wb-border-color;
27908
+ border-radius: 50%;
27909
+ }
27910
+ &:hover,
27911
+ &:focus {
27912
+ i {
27913
+ opacity: 0.8;
27623
27914
  }
27624
-
27625
- p {
27626
- color: darken($wb-secondary-text-color, 20%);
27627
-
27628
- &:before {
27629
- width: 100%;
27630
- }
27915
+ &:before {
27916
+ border-color: darken($wb-border-color, 33%);
27631
27917
  }
27632
27918
  }
27633
27919
  }
27634
-
27635
27920
  &__image {
27636
27921
  -webkit-background-size: cover;
27637
27922
  background-position: center;
@@ -27639,66 +27924,46 @@ $color-size-choose: #6c6c6c;
27639
27924
  background-position: center;
27640
27925
  }
27641
27926
  }
27642
-
27643
27927
  &__zindex {
27644
- width: 100%;
27645
27928
  position: relative;
27646
27929
  z-index: 3;
27647
- @include media('>=desktop') {
27648
- padding: 0 40px;
27649
- }
27650
27930
  }
27651
-
27652
- &__hr {
27653
- height: 2px;
27654
- width: 60%;
27655
- margin: 0 auto 10px auto;
27656
- }
27657
-
27658
27931
  &__author,
27659
27932
  &__testimony {
27660
27933
  text-align: center;
27661
27934
  display: flex;
27662
27935
  flex-wrap: nowrap;
27663
27936
  justify-content: center;
27664
-
27665
- h2 {
27937
+ h3 {
27666
27938
  width: 100%;
27667
27939
  font-size: rem(18);
27668
27940
  line-height: rem(22);
27669
27941
  }
27670
27942
  }
27671
-
27672
27943
  &__author {
27673
- h2 {
27944
+ h3 {
27674
27945
  font-size: rem(14);
27675
27946
  line-height: rem(18);
27676
- text-align: center;
27677
- color: $white;
27947
+ color: $wb-white;
27678
27948
  }
27679
27949
  }
27680
-
27681
27950
  &__testimony {
27682
27951
  margin-bottom: 10px;
27683
-
27684
27952
  p {
27685
- font-size: rem(16);
27686
- line-height: 1.6;
27687
- text-align: center;
27688
- color: $white;
27953
+ font-size: rem(14);
27954
+ line-height: 1.4;
27955
+ color: $wb-white;
27689
27956
  }
27690
27957
  }
27691
-
27692
27958
  &__url {
27693
27959
  text-align: center;
27694
27960
  display: flex;
27695
27961
  flex-wrap: nowrap;
27696
27962
  justify-content: center;
27697
-
27698
27963
  &__container {
27699
27964
  position: relative;
27700
27965
  width: auto;
27701
- color: $white;
27966
+ color: $wb-white;
27702
27967
  font-size: rem(12);
27703
27968
  line-height: rem(14);
27704
27969
  font-weight: 500;
@@ -27709,249 +27974,6 @@ $color-size-choose: #6c6c6c;
27709
27974
  }
27710
27975
  }
27711
27976
  }
27712
- .wb-witness-backgroundDouble {
27713
- min-height: 370px;
27714
- position: relative;
27715
- @include media('>=desktop') {
27716
- padding: 60px;
27717
- }
27718
- .column {
27719
- z-index: 1;
27720
- }
27721
- &__zindex {
27722
- z-index: 4;
27723
- & > .columns {
27724
- margin: 0;
27725
- }
27726
- }
27727
- &__title {
27728
- z-index: 2;
27729
- position: relative;
27730
- text-align: center;
27731
- font-size: rem(18);
27732
- line-height: 1.6;
27733
- color: $wb-white;
27734
- font-weight: 600;
27735
- .ql-editor {
27736
- text-align: center;
27737
- }
27738
- }
27739
- &__noimage {
27740
- background-color: lighten($wb-border-color, 12%);
27741
- cursor: pointer;
27742
- display: flex;
27743
- align-items: center;
27744
- align-content: center;
27745
- justify-content: center;
27746
- position: absolute;
27747
- width: 100%;
27748
- height: 100%;
27749
- top: 0;
27750
- left: 0;
27751
- z-index: 2;
27752
- p {
27753
- position: absolute;
27754
- top: 50%;
27755
- left: 50%;
27756
- transform: translate(-50%, -50%);
27757
- text-align: center;
27758
- font-size: rem(14);
27759
- color: $wb-secondary-text-color;
27760
- width: auto;
27761
- white-space: nowrap;
27762
-
27763
- &:before {
27764
- position: absolute;
27765
- width: 0;
27766
- bottom: -(#{rem(3)});
27767
- height: rem(2);
27768
- transition: 200ms all;
27769
- background-color: $wb-border-color;
27770
- content: ' ';
27771
- left: 0;
27772
- }
27773
- }
27774
-
27775
- i {
27776
- color: $wb-secondary-text-color;
27777
- text-align: center;
27778
- display: block;
27779
- font-size: rem(45);
27780
- opacity: 0.4;
27781
- transition: 200ms all;
27782
- margin-bottom: rem(10);
27783
- }
27784
-
27785
- border: rem(1) solid lighten($wb-border-color, 12%);
27786
- transition: 200ms all;
27787
-
27788
- &:hover {
27789
- border: rem(1) solid $wb-border-color;
27790
-
27791
- i {
27792
- color: darken($wb-secondary-text-color, 20%);
27793
- }
27794
-
27795
- p {
27796
- color: darken($wb-secondary-text-color, 20%);
27797
-
27798
- &:before {
27799
- width: 100%;
27800
- }
27801
- }
27802
- }
27803
- }
27804
- &__background {
27805
- position: absolute;
27806
- top: 0;
27807
- left: 0;
27808
- width: 100%;
27809
- height: 100%;
27810
- z-index: 1;
27811
- -webkit-background-size: cover;
27812
- background-position: center;
27813
- background-size: cover;
27814
- background-position: center;
27815
- cursor: pointer;
27816
- }
27817
- &__tool {
27818
- overflow: hidden;
27819
- position: absolute;
27820
- top: 0;
27821
- left: 0;
27822
- width: 100%;
27823
- height: 100%;
27824
- }
27825
- &__container {
27826
- position: relative;
27827
- min-height: 270px;
27828
- background-size: cover;
27829
- background-position: center;
27830
- &__item {
27831
- padding: 40px;
27832
- &__figure {
27833
- text-align: center;
27834
- &__noimage,
27835
- &__image {
27836
- display: inline-block;
27837
- width: rem(80);
27838
- height: rem(80);
27839
- cursor: pointer;
27840
- border-radius: 50%;
27841
- position: relative;
27842
-
27843
- &:before {
27844
- position: absolute;
27845
- left: 0;
27846
- top: 0;
27847
- width: 100%;
27848
- height: 100%;
27849
- background-color: rgba($wb-main-text-color, 0);
27850
- content: ' ';
27851
- transition: 200ms all;
27852
- border-radius: 50%;
27853
- }
27854
-
27855
- &:hover {
27856
- &:before {
27857
- background-color: rgba($wb-main-text-color, 0.1);
27858
- }
27859
- }
27860
- }
27861
- &__noimage {
27862
- background-color: lighten($wb-border-color, 12%);
27863
- i {
27864
- display: block;
27865
- position: absolute;
27866
- top: 50%;
27867
- left: 50%;
27868
- z-index: 2;
27869
- transform: translate(-50%, -50%);
27870
- font-size: rem(20);
27871
- opacity: 0.6;
27872
- -webkit-backface-visibility: hidden;
27873
- -webkit-transform: translate(-50%, -50%);
27874
- }
27875
- &:before {
27876
- content: '';
27877
- display: block;
27878
- position: absolute;
27879
- top: 0;
27880
- left: 0;
27881
- width: 100%;
27882
- height: 100%;
27883
- border: 1px solid $wb-border-color;
27884
- border-radius: 50%;
27885
- }
27886
- &:hover,
27887
- &:focus {
27888
- i {
27889
- opacity: 0.8;
27890
- }
27891
- &:before {
27892
- border-color: darken($wb-border-color, 33%);
27893
- }
27894
- }
27895
- }
27896
- &__image {
27897
- -webkit-background-size: cover;
27898
- background-position: center;
27899
- background-size: cover;
27900
- background-position: center;
27901
- }
27902
- }
27903
- &__zindex {
27904
- position: relative;
27905
- z-index: 3;
27906
- }
27907
- &__author,
27908
- &__testimony {
27909
- text-align: center;
27910
- display: flex;
27911
- flex-wrap: nowrap;
27912
- justify-content: center;
27913
- h3 {
27914
- width: 100%;
27915
- font-size: rem(18);
27916
- line-height: rem(22);
27917
- }
27918
- }
27919
- &__author {
27920
- h3 {
27921
- font-size: rem(14);
27922
- line-height: rem(18);
27923
- text-align: center;
27924
- color: $wb-white;
27925
- }
27926
- }
27927
- &__testimony {
27928
- margin-bottom: 10px;
27929
- p {
27930
- font-size: rem(14);
27931
- line-height: 1.4;
27932
- text-align: center;
27933
- color: $wb-white;
27934
- }
27935
- }
27936
- &__url {
27937
- text-align: center;
27938
- display: flex;
27939
- flex-wrap: nowrap;
27940
- justify-content: center;
27941
- &__container {
27942
- position: relative;
27943
- width: auto;
27944
- color: $wb-white;
27945
- font-size: rem(12);
27946
- line-height: rem(14);
27947
- font-weight: 500;
27948
- cursor: pointer;
27949
- text-decoration: underline;
27950
- }
27951
- }
27952
- }
27953
- }
27954
- }
27955
27977
  .wb-map-right-text {
27956
27978
  position: relative;
27957
27979