@wordpress/block-library 9.0.4 → 9.0.6
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/build/block/index.js +5 -1
- package/build/block/index.js.map +1 -1
- package/build/image/image.js +11 -13
- package/build/image/image.js.map +1 -1
- package/build/list-item/hooks/use-merge.js +8 -1
- package/build/list-item/hooks/use-merge.js.map +1 -1
- package/build/media-text/edit.js +3 -2
- package/build/media-text/edit.js.map +1 -1
- package/build/query/edit/inspector-controls/index.js +3 -2
- package/build/query/edit/inspector-controls/index.js.map +1 -1
- package/build/utils/hooks.js +12 -0
- package/build/utils/hooks.js.map +1 -1
- package/build-module/block/index.js +5 -1
- package/build-module/block/index.js.map +1 -1
- package/build-module/image/image.js +6 -8
- package/build-module/image/image.js.map +1 -1
- package/build-module/list-item/hooks/use-merge.js +8 -1
- package/build-module/list-item/hooks/use-merge.js.map +1 -1
- package/build-module/media-text/edit.js +3 -2
- package/build-module/media-text/edit.js.map +1 -1
- package/build-module/query/edit/inspector-controls/index.js +3 -2
- package/build-module/query/edit/inspector-controls/index.js.map +1 -1
- package/build-module/utils/hooks.js +11 -0
- package/build-module/utils/hooks.js.map +1 -1
- package/build-style/post-comments-form/style-rtl.css +11 -10
- package/build-style/post-comments-form/style.css +11 -10
- package/build-style/social-links/style-rtl.css +91 -91
- package/build-style/social-links/style.css +91 -91
- package/build-style/style-rtl.css +102 -101
- package/build-style/style.css +102 -101
- package/package.json +6 -6
- package/src/block/block.json +5 -1
- package/src/image/image.js +12 -9
- package/src/image/index.php +26 -5
- package/src/list-item/hooks/use-merge.js +19 -5
- package/src/media-text/edit.js +3 -2
- package/src/post-comments-form/style.scss +15 -12
- package/src/query/edit/inspector-controls/index.js +3 -2
- package/src/social-links/style.scss +2 -2
- package/src/utils/hooks.js +14 -0
- package/build/utils/constants.js +0 -15
- package/build/utils/constants.js.map +0 -1
- package/build-module/utils/constants.js +0 -9
- package/build-module/utils/constants.js.map +0 -1
- package/src/utils/constants.js +0 -8
|
@@ -2712,6 +2712,17 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
2712
2712
|
margin: 0;
|
|
2713
2713
|
}
|
|
2714
2714
|
|
|
2715
|
+
:where(.wp-block-post-comments-form) textarea,
|
|
2716
|
+
:where(.wp-block-post-comments-form) input:not([type=submit]) {
|
|
2717
|
+
border: 1px solid #949494;
|
|
2718
|
+
font-size: 1em;
|
|
2719
|
+
font-family: inherit;
|
|
2720
|
+
}
|
|
2721
|
+
:where(.wp-block-post-comments-form) textarea,
|
|
2722
|
+
:where(.wp-block-post-comments-form) input:where(:not([type="submit"]):not([type="checkbox"])) {
|
|
2723
|
+
padding: calc(0.667em + 2px);
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2715
2726
|
.wp-block-post-comments-form {
|
|
2716
2727
|
box-sizing: border-box;
|
|
2717
2728
|
}
|
|
@@ -2740,16 +2751,6 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
2740
2751
|
text-align: center;
|
|
2741
2752
|
overflow-wrap: break-word;
|
|
2742
2753
|
}
|
|
2743
|
-
.wp-block-post-comments-form textarea,
|
|
2744
|
-
.wp-block-post-comments-form input:not([type=submit]) {
|
|
2745
|
-
border: 1px solid #949494;
|
|
2746
|
-
font-size: 1em;
|
|
2747
|
-
font-family: inherit;
|
|
2748
|
-
}
|
|
2749
|
-
.wp-block-post-comments-form textarea,
|
|
2750
|
-
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]) {
|
|
2751
|
-
padding: calc(0.667em + 2px);
|
|
2752
|
-
}
|
|
2753
2754
|
.wp-block-post-comments-form .comment-form textarea,
|
|
2754
2755
|
.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]) {
|
|
2755
2756
|
display: block;
|
|
@@ -3404,326 +3405,326 @@ ul.wp-block-rss.is-grid li {
|
|
|
3404
3405
|
fill: currentColor;
|
|
3405
3406
|
}
|
|
3406
3407
|
|
|
3407
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
|
|
3408
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
|
|
3408
3409
|
background-color: #f0f0f0;
|
|
3409
3410
|
color: #444;
|
|
3410
3411
|
}
|
|
3411
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
|
|
3412
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
|
|
3412
3413
|
background-color: #f90;
|
|
3413
3414
|
color: #fff;
|
|
3414
3415
|
}
|
|
3415
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
|
|
3416
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
|
|
3416
3417
|
background-color: #1ea0c3;
|
|
3417
3418
|
color: #fff;
|
|
3418
3419
|
}
|
|
3419
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
|
|
3420
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
|
|
3420
3421
|
background-color: #0757fe;
|
|
3421
3422
|
color: #fff;
|
|
3422
3423
|
}
|
|
3423
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bluesky {
|
|
3424
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
|
|
3424
3425
|
background-color: #0a7aff;
|
|
3425
3426
|
color: #fff;
|
|
3426
3427
|
}
|
|
3427
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
|
|
3428
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
|
|
3428
3429
|
background-color: #1e1f26;
|
|
3429
3430
|
color: #fff;
|
|
3430
3431
|
}
|
|
3431
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
|
|
3432
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
|
|
3432
3433
|
background-color: #02e49b;
|
|
3433
3434
|
color: #fff;
|
|
3434
3435
|
}
|
|
3435
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
|
|
3436
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
|
|
3436
3437
|
background-color: #e94c89;
|
|
3437
3438
|
color: #fff;
|
|
3438
3439
|
}
|
|
3439
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
|
|
3440
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
|
|
3440
3441
|
background-color: #4280ff;
|
|
3441
3442
|
color: #fff;
|
|
3442
3443
|
}
|
|
3443
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
|
|
3444
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
|
|
3444
3445
|
background-color: #f45800;
|
|
3445
3446
|
color: #fff;
|
|
3446
3447
|
}
|
|
3447
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
|
|
3448
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
|
|
3448
3449
|
background-color: #1778f2;
|
|
3449
3450
|
color: #fff;
|
|
3450
3451
|
}
|
|
3451
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
|
|
3452
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
|
|
3452
3453
|
background-color: #000;
|
|
3453
3454
|
color: #fff;
|
|
3454
3455
|
}
|
|
3455
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
|
|
3456
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
|
|
3456
3457
|
background-color: #0461dd;
|
|
3457
3458
|
color: #fff;
|
|
3458
3459
|
}
|
|
3459
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
|
|
3460
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
|
|
3460
3461
|
background-color: #e65678;
|
|
3461
3462
|
color: #fff;
|
|
3462
3463
|
}
|
|
3463
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
|
|
3464
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
|
|
3464
3465
|
background-color: #24292d;
|
|
3465
3466
|
color: #fff;
|
|
3466
3467
|
}
|
|
3467
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
|
|
3468
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
|
|
3468
3469
|
background-color: #eceadd;
|
|
3469
3470
|
color: #382110;
|
|
3470
3471
|
}
|
|
3471
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
|
|
3472
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
|
|
3472
3473
|
background-color: #ea4434;
|
|
3473
3474
|
color: #fff;
|
|
3474
3475
|
}
|
|
3475
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar {
|
|
3476
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
|
|
3476
3477
|
background-color: #1d4fc4;
|
|
3477
3478
|
color: #fff;
|
|
3478
3479
|
}
|
|
3479
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
|
|
3480
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
|
|
3480
3481
|
background-color: #f00075;
|
|
3481
3482
|
color: #fff;
|
|
3482
3483
|
}
|
|
3483
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
|
|
3484
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
|
|
3484
3485
|
background-color: #e21b24;
|
|
3485
3486
|
color: #fff;
|
|
3486
3487
|
}
|
|
3487
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
|
|
3488
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
|
|
3488
3489
|
background-color: #0d66c2;
|
|
3489
3490
|
color: #fff;
|
|
3490
3491
|
}
|
|
3491
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
|
|
3492
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
|
|
3492
3493
|
background-color: #3288d4;
|
|
3493
3494
|
color: #fff;
|
|
3494
3495
|
}
|
|
3495
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
|
|
3496
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
|
|
3496
3497
|
background-color: #000;
|
|
3497
3498
|
color: #fff;
|
|
3498
3499
|
}
|
|
3499
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
|
|
3500
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
|
|
3500
3501
|
background-color: #f6405f;
|
|
3501
3502
|
color: #fff;
|
|
3502
3503
|
}
|
|
3503
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
|
|
3504
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
|
|
3504
3505
|
background-color: #000;
|
|
3505
3506
|
color: #fff;
|
|
3506
3507
|
}
|
|
3507
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
|
|
3508
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
|
|
3508
3509
|
background-color: #e60122;
|
|
3509
3510
|
color: #fff;
|
|
3510
3511
|
}
|
|
3511
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
|
|
3512
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
|
|
3512
3513
|
background-color: #ef4155;
|
|
3513
3514
|
color: #fff;
|
|
3514
3515
|
}
|
|
3515
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
|
|
3516
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
|
|
3516
3517
|
background-color: #ff4500;
|
|
3517
3518
|
color: #fff;
|
|
3518
3519
|
}
|
|
3519
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
|
|
3520
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
|
|
3520
3521
|
background-color: #0478d7;
|
|
3521
3522
|
color: #fff;
|
|
3522
3523
|
}
|
|
3523
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
|
|
3524
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
|
|
3524
3525
|
background-color: #fefc00;
|
|
3525
3526
|
color: #fff;
|
|
3526
3527
|
stroke: #000;
|
|
3527
3528
|
}
|
|
3528
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
|
|
3529
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
|
|
3529
3530
|
background-color: #ff5600;
|
|
3530
3531
|
color: #fff;
|
|
3531
3532
|
}
|
|
3532
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
|
|
3533
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
|
|
3533
3534
|
background-color: #1bd760;
|
|
3534
3535
|
color: #fff;
|
|
3535
3536
|
}
|
|
3536
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
|
|
3537
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
|
|
3537
3538
|
background-color: #2aabee;
|
|
3538
3539
|
color: #fff;
|
|
3539
3540
|
}
|
|
3540
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads {
|
|
3541
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
|
|
3541
3542
|
background-color: #000;
|
|
3542
3543
|
color: #fff;
|
|
3543
3544
|
}
|
|
3544
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
|
|
3545
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
|
|
3545
3546
|
background-color: #000;
|
|
3546
3547
|
color: #fff;
|
|
3547
3548
|
}
|
|
3548
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
|
|
3549
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
|
|
3549
3550
|
background-color: #011835;
|
|
3550
3551
|
color: #fff;
|
|
3551
3552
|
}
|
|
3552
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
|
|
3553
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
|
|
3553
3554
|
background-color: #6440a4;
|
|
3554
3555
|
color: #fff;
|
|
3555
3556
|
}
|
|
3556
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
|
|
3557
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
|
|
3557
3558
|
background-color: #1da1f2;
|
|
3558
3559
|
color: #fff;
|
|
3559
3560
|
}
|
|
3560
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
|
|
3561
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
|
|
3561
3562
|
background-color: #1eb7ea;
|
|
3562
3563
|
color: #fff;
|
|
3563
3564
|
}
|
|
3564
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
|
|
3565
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
|
|
3565
3566
|
background-color: #4680c2;
|
|
3566
3567
|
color: #fff;
|
|
3567
3568
|
}
|
|
3568
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
|
|
3569
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
|
|
3569
3570
|
background-color: #3499cd;
|
|
3570
3571
|
color: #fff;
|
|
3571
3572
|
}
|
|
3572
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
|
|
3573
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
|
|
3573
3574
|
background-color: #25d366;
|
|
3574
3575
|
color: #fff;
|
|
3575
3576
|
}
|
|
3576
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
|
|
3577
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
|
|
3577
3578
|
background-color: #000;
|
|
3578
3579
|
color: #fff;
|
|
3579
3580
|
}
|
|
3580
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
|
|
3581
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
|
|
3581
3582
|
background-color: #d32422;
|
|
3582
3583
|
color: #fff;
|
|
3583
3584
|
}
|
|
3584
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
|
|
3585
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
|
|
3585
3586
|
background-color: #f00;
|
|
3586
3587
|
color: #fff;
|
|
3587
3588
|
}
|
|
3588
3589
|
|
|
3589
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link {
|
|
3590
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
|
|
3590
3591
|
background: none;
|
|
3591
3592
|
}
|
|
3592
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
|
|
3593
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
|
|
3593
3594
|
width: 1.25em;
|
|
3594
3595
|
height: 1.25em;
|
|
3595
3596
|
}
|
|
3596
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
|
|
3597
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
|
|
3597
3598
|
color: #f90;
|
|
3598
3599
|
}
|
|
3599
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
|
|
3600
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
|
|
3600
3601
|
color: #1ea0c3;
|
|
3601
3602
|
}
|
|
3602
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
|
|
3603
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
|
|
3603
3604
|
color: #0757fe;
|
|
3604
3605
|
}
|
|
3605
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-bluesky {
|
|
3606
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
|
|
3606
3607
|
color: #0a7aff;
|
|
3607
3608
|
}
|
|
3608
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
|
|
3609
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
|
|
3609
3610
|
color: #1e1f26;
|
|
3610
3611
|
}
|
|
3611
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
|
|
3612
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
|
|
3612
3613
|
color: #02e49b;
|
|
3613
3614
|
}
|
|
3614
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
|
|
3615
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
|
|
3615
3616
|
color: #e94c89;
|
|
3616
3617
|
}
|
|
3617
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
|
|
3618
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
|
|
3618
3619
|
color: #4280ff;
|
|
3619
3620
|
}
|
|
3620
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
|
|
3621
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
|
|
3621
3622
|
color: #f45800;
|
|
3622
3623
|
}
|
|
3623
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
|
|
3624
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
|
|
3624
3625
|
color: #1778f2;
|
|
3625
3626
|
}
|
|
3626
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
|
|
3627
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
|
|
3627
3628
|
color: #000;
|
|
3628
3629
|
}
|
|
3629
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
|
|
3630
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
|
|
3630
3631
|
color: #0461dd;
|
|
3631
3632
|
}
|
|
3632
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
|
|
3633
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
|
|
3633
3634
|
color: #e65678;
|
|
3634
3635
|
}
|
|
3635
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
|
|
3636
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
|
|
3636
3637
|
color: #24292d;
|
|
3637
3638
|
}
|
|
3638
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
|
|
3639
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
|
|
3639
3640
|
color: #382110;
|
|
3640
3641
|
}
|
|
3641
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
|
|
3642
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
|
|
3642
3643
|
color: #ea4434;
|
|
3643
3644
|
}
|
|
3644
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar {
|
|
3645
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
|
|
3645
3646
|
color: #1d4fc4;
|
|
3646
3647
|
}
|
|
3647
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
|
|
3648
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
|
|
3648
3649
|
color: #f00075;
|
|
3649
3650
|
}
|
|
3650
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
|
|
3651
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
|
|
3651
3652
|
color: #e21b24;
|
|
3652
3653
|
}
|
|
3653
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
|
|
3654
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
|
|
3654
3655
|
color: #0d66c2;
|
|
3655
3656
|
}
|
|
3656
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
|
|
3657
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
|
|
3657
3658
|
color: #3288d4;
|
|
3658
3659
|
}
|
|
3659
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
|
|
3660
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
|
|
3660
3661
|
color: #000;
|
|
3661
3662
|
}
|
|
3662
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
|
|
3663
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
|
|
3663
3664
|
color: #f6405f;
|
|
3664
3665
|
}
|
|
3665
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
|
|
3666
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
|
|
3666
3667
|
color: #000;
|
|
3667
3668
|
}
|
|
3668
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
|
|
3669
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
|
|
3669
3670
|
color: #e60122;
|
|
3670
3671
|
}
|
|
3671
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
|
|
3672
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
|
|
3672
3673
|
color: #ef4155;
|
|
3673
3674
|
}
|
|
3674
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
|
|
3675
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
|
|
3675
3676
|
color: #ff4500;
|
|
3676
3677
|
}
|
|
3677
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
|
|
3678
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
|
|
3678
3679
|
color: #0478d7;
|
|
3679
3680
|
}
|
|
3680
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
|
|
3681
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
|
|
3681
3682
|
color: #fff;
|
|
3682
3683
|
stroke: #000;
|
|
3683
3684
|
}
|
|
3684
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
|
|
3685
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
|
|
3685
3686
|
color: #ff5600;
|
|
3686
3687
|
}
|
|
3687
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
|
|
3688
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
|
|
3688
3689
|
color: #1bd760;
|
|
3689
3690
|
}
|
|
3690
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
|
|
3691
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
|
|
3691
3692
|
color: #2aabee;
|
|
3692
3693
|
}
|
|
3693
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-threads {
|
|
3694
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
|
|
3694
3695
|
color: #000;
|
|
3695
3696
|
}
|
|
3696
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
|
|
3697
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
|
|
3697
3698
|
color: #000;
|
|
3698
3699
|
}
|
|
3699
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
|
|
3700
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
|
|
3700
3701
|
color: #011835;
|
|
3701
3702
|
}
|
|
3702
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
|
|
3703
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
|
|
3703
3704
|
color: #6440a4;
|
|
3704
3705
|
}
|
|
3705
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
|
|
3706
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
|
|
3706
3707
|
color: #1da1f2;
|
|
3707
3708
|
}
|
|
3708
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
|
|
3709
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
|
|
3709
3710
|
color: #1eb7ea;
|
|
3710
3711
|
}
|
|
3711
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
|
|
3712
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
|
|
3712
3713
|
color: #4680c2;
|
|
3713
3714
|
}
|
|
3714
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
|
|
3715
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
|
|
3715
3716
|
color: #25d366;
|
|
3716
3717
|
}
|
|
3717
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
|
|
3718
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
|
|
3718
3719
|
color: #3499cd;
|
|
3719
3720
|
}
|
|
3720
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-x {
|
|
3721
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
|
|
3721
3722
|
color: #000;
|
|
3722
3723
|
}
|
|
3723
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
|
|
3724
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
|
|
3724
3725
|
color: #d32422;
|
|
3725
3726
|
}
|
|
3726
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
|
|
3727
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
|
|
3727
3728
|
color: #f00;
|
|
3728
3729
|
}
|
|
3729
3730
|
|