@wordpress/block-library 7.10.0 → 7.11.0
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/CHANGELOG.md +2 -0
- package/build/button/edit.js +2 -1
- package/build/button/edit.js.map +1 -1
- package/build/buttons/edit.js +1 -1
- package/build/buttons/edit.js.map +1 -1
- package/build/columns/edit.native.js +1 -1
- package/build/columns/edit.native.js.map +1 -1
- package/build/comments/edit/comments-legacy.js +73 -0
- package/build/comments/edit/comments-legacy.js.map +1 -0
- package/build/comments/{edit.js → edit/index.js} +17 -38
- package/build/comments/edit/index.js.map +1 -0
- package/build/comments/edit/placeholder.js +117 -0
- package/build/comments/edit/placeholder.js.map +1 -0
- package/build/comments/edit/template.js +39 -0
- package/build/comments/edit/template.js.map +1 -0
- package/build/comments/index.js +6 -1
- package/build/comments/index.js.map +1 -1
- package/build/comments/save.js +12 -4
- package/build/comments/save.js.map +1 -1
- package/build/cover/transforms.js +3 -2
- package/build/cover/transforms.js.map +1 -1
- package/build/embed/embed-placeholder.native.js +1 -3
- package/build/embed/embed-placeholder.native.js.map +1 -1
- package/build/gallery/edit.js +2 -2
- package/build/gallery/edit.js.map +1 -1
- package/build/gallery/use-get-media.native.js +59 -0
- package/build/gallery/use-get-media.native.js.map +1 -0
- package/build/group/index.js +1 -0
- package/build/group/index.js.map +1 -1
- package/build/group/variations.js +1 -1
- package/build/group/variations.js.map +1 -1
- package/build/image/deprecated.js +77 -9
- package/build/image/deprecated.js.map +1 -1
- package/build/image/edit.js +3 -1
- package/build/image/edit.js.map +1 -1
- package/build/image/edit.native.js +18 -8
- package/build/image/edit.native.js.map +1 -1
- package/build/image/image.js +27 -20
- package/build/image/image.js.map +1 -1
- package/build/image/index.js +7 -1
- package/build/image/index.js.map +1 -1
- package/build/image/save.js +8 -2
- package/build/image/save.js.map +1 -1
- package/build/index.js +1 -3
- package/build/index.js.map +1 -1
- package/build/index.native.js +3 -13
- package/build/index.native.js.map +1 -1
- package/build/list/transforms.js +4 -63
- package/build/list/transforms.js.map +1 -1
- package/build/list/v2/transforms.js +0 -27
- package/build/list/v2/transforms.js.map +1 -1
- package/build/list-item/edit.js +14 -9
- package/build/list-item/edit.js.map +1 -1
- package/build/list-item/hooks/index.js +8 -8
- package/build/list-item/hooks/index.js.map +1 -1
- package/build/list-item/hooks/use-merge.js +174 -0
- package/build/list-item/hooks/use-merge.js.map +1 -0
- package/build/list-item/hooks/use-outdent-list-item.js +86 -50
- package/build/list-item/hooks/use-outdent-list-item.js.map +1 -1
- package/build/list-item/utils.js +125 -1
- package/build/list-item/utils.js.map +1 -1
- package/build/media-text/deprecated.js +134 -7
- package/build/media-text/deprecated.js.map +1 -1
- package/build/media-text/edit.js +2 -2
- package/build/media-text/edit.js.map +1 -1
- package/build/media-text/save.js +13 -0
- package/build/media-text/save.js.map +1 -1
- package/build/more/save.js +1 -7
- package/build/more/save.js.map +1 -1
- package/build/navigation-link/edit.js +5 -4
- package/build/navigation-link/edit.js.map +1 -1
- package/build/navigation-submenu/edit.js +2 -1
- package/build/navigation-submenu/edit.js.map +1 -1
- package/build/page-list/edit.js +8 -1
- package/build/page-list/edit.js.map +1 -1
- package/build/paragraph/edit.js +7 -11
- package/build/paragraph/edit.js.map +1 -1
- package/build/post-comments-form/edit.js +4 -45
- package/build/post-comments-form/edit.js.map +1 -1
- package/build/post-comments-form/form.js +47 -3
- package/build/post-comments-form/form.js.map +1 -1
- package/build/post-terms/edit.js +3 -2
- package/build/post-terms/edit.js.map +1 -1
- package/build/query-no-results/edit.js +1 -1
- package/build/query-no-results/edit.js.map +1 -1
- package/build/query-pagination-next/edit.js +2 -1
- package/build/query-pagination-next/edit.js.map +1 -1
- package/build/query-pagination-previous/edit.js +2 -1
- package/build/query-pagination-previous/edit.js.map +1 -1
- package/build/quote/deprecated.js +168 -36
- package/build/quote/deprecated.js.map +1 -1
- package/build/quote/edit.js +76 -39
- package/build/quote/edit.js.map +1 -1
- package/build/quote/index.js +9 -45
- package/build/quote/index.js.map +1 -1
- package/build/quote/save.js +1 -5
- package/build/quote/save.js.map +1 -1
- package/build/quote/transforms.js +110 -158
- package/build/quote/transforms.js.map +1 -1
- package/build/social-link/icons/index.js +13 -0
- package/build/social-link/icons/index.js.map +1 -1
- package/build/social-link/icons/whatsapp.js +25 -0
- package/build/social-link/icons/whatsapp.js.map +1 -0
- package/build/social-link/variations.js +7 -0
- package/build/social-link/variations.js.map +1 -1
- package/build/template-part/edit/index.js +17 -8
- package/build/template-part/edit/index.js.map +1 -1
- package/build/template-part/edit/selection-modal.js +33 -13
- package/build/template-part/edit/selection-modal.js.map +1 -1
- package/build/template-part/edit/utils/search.js +94 -0
- package/build/template-part/edit/utils/search.js.map +1 -0
- package/build-module/button/edit.js +2 -1
- package/build-module/button/edit.js.map +1 -1
- package/build-module/buttons/edit.js +2 -2
- package/build-module/buttons/edit.js.map +1 -1
- package/build-module/columns/edit.native.js +2 -2
- package/build-module/columns/edit.native.js.map +1 -1
- package/build-module/comments/edit/comments-legacy.js +59 -0
- package/build-module/comments/edit/comments-legacy.js.map +1 -0
- package/build-module/comments/edit/index.js +37 -0
- package/build-module/comments/edit/index.js.map +1 -0
- package/build-module/comments/edit/placeholder.js +102 -0
- package/build-module/comments/edit/placeholder.js.map +1 -0
- package/build-module/comments/edit/template.js +32 -0
- package/build-module/comments/edit/template.js.map +1 -0
- package/build-module/comments/index.js +6 -1
- package/build-module/comments/index.js.map +1 -1
- package/build-module/comments/save.js +9 -4
- package/build-module/comments/save.js.map +1 -1
- package/build-module/cover/transforms.js +3 -2
- package/build-module/cover/transforms.js.map +1 -1
- package/build-module/embed/embed-placeholder.native.js +1 -2
- package/build-module/embed/embed-placeholder.native.js.map +1 -1
- package/build-module/gallery/edit.js +2 -2
- package/build-module/gallery/edit.js.map +1 -1
- package/build-module/gallery/use-get-media.native.js +50 -0
- package/build-module/gallery/use-get-media.native.js.map +1 -0
- package/build-module/group/index.js +1 -0
- package/build-module/group/index.js.map +1 -1
- package/build-module/group/variations.js +2 -2
- package/build-module/group/variations.js.map +1 -1
- package/build-module/image/deprecated.js +77 -9
- package/build-module/image/deprecated.js.map +1 -1
- package/build-module/image/edit.js +5 -3
- package/build-module/image/edit.js.map +1 -1
- package/build-module/image/edit.native.js +18 -8
- package/build-module/image/edit.native.js.map +1 -1
- package/build-module/image/image.js +29 -22
- package/build-module/image/image.js.map +1 -1
- package/build-module/image/index.js +7 -1
- package/build-module/image/index.js.map +1 -1
- package/build-module/image/save.js +9 -3
- package/build-module/image/save.js.map +1 -1
- package/build-module/index.js +1 -2
- package/build-module/index.js.map +1 -1
- package/build-module/index.native.js +3 -13
- package/build-module/index.native.js.map +1 -1
- package/build-module/list/transforms.js +4 -63
- package/build-module/list/transforms.js.map +1 -1
- package/build-module/list/v2/transforms.js +2 -29
- package/build-module/list/v2/transforms.js.map +1 -1
- package/build-module/list-item/edit.js +14 -10
- package/build-module/list-item/edit.js.map +1 -1
- package/build-module/list-item/hooks/index.js +1 -1
- package/build-module/list-item/hooks/index.js.map +1 -1
- package/build-module/list-item/hooks/use-merge.js +160 -0
- package/build-module/list-item/hooks/use-merge.js.map +1 -0
- package/build-module/list-item/hooks/use-outdent-list-item.js +82 -46
- package/build-module/list-item/hooks/use-outdent-list-item.js.map +1 -1
- package/build-module/list-item/utils.js +123 -2
- package/build-module/list-item/utils.js.map +1 -1
- package/build-module/media-text/deprecated.js +134 -8
- package/build-module/media-text/deprecated.js.map +1 -1
- package/build-module/media-text/edit.js +2 -2
- package/build-module/media-text/edit.js.map +1 -1
- package/build-module/media-text/save.js +13 -0
- package/build-module/media-text/save.js.map +1 -1
- package/build-module/more/save.js +1 -6
- package/build-module/more/save.js.map +1 -1
- package/build-module/navigation-link/edit.js +5 -4
- package/build-module/navigation-link/edit.js.map +1 -1
- package/build-module/navigation-submenu/edit.js +2 -1
- package/build-module/navigation-submenu/edit.js.map +1 -1
- package/build-module/page-list/edit.js +8 -1
- package/build-module/page-list/edit.js.map +1 -1
- package/build-module/paragraph/edit.js +8 -12
- package/build-module/paragraph/edit.js.map +1 -1
- package/build-module/post-comments-form/edit.js +5 -42
- package/build-module/post-comments-form/edit.js.map +1 -1
- package/build-module/post-comments-form/form.js +46 -5
- package/build-module/post-comments-form/form.js.map +1 -1
- package/build-module/post-terms/edit.js +3 -2
- package/build-module/post-terms/edit.js.map +1 -1
- package/build-module/query-no-results/edit.js +2 -2
- package/build-module/query-no-results/edit.js.map +1 -1
- package/build-module/query-pagination-next/edit.js +2 -1
- package/build-module/query-pagination-next/edit.js.map +1 -1
- package/build-module/query-pagination-previous/edit.js +2 -1
- package/build-module/query-pagination-previous/edit.js.map +1 -1
- package/build-module/quote/deprecated.js +162 -36
- package/build-module/quote/deprecated.js.map +1 -1
- package/build-module/quote/edit.js +77 -43
- package/build-module/quote/edit.js.map +1 -1
- package/build-module/quote/index.js +9 -39
- package/build-module/quote/index.js.map +1 -1
- package/build-module/quote/save.js +4 -8
- package/build-module/quote/save.js.map +1 -1
- package/build-module/quote/transforms.js +111 -158
- package/build-module/quote/transforms.js.map +1 -1
- package/build-module/social-link/icons/index.js +1 -0
- package/build-module/social-link/icons/index.js.map +1 -1
- package/build-module/social-link/icons/whatsapp.js +15 -0
- package/build-module/social-link/icons/whatsapp.js.map +1 -0
- package/build-module/social-link/variations.js +8 -1
- package/build-module/social-link/variations.js.map +1 -1
- package/build-module/template-part/edit/index.js +20 -11
- package/build-module/template-part/edit/index.js.map +1 -1
- package/build-module/template-part/edit/selection-modal.js +33 -15
- package/build-module/template-part/edit/selection-modal.js.map +1 -1
- package/build-module/template-part/edit/utils/search.js +84 -0
- package/build-module/template-part/edit/utils/search.js.map +1 -0
- package/build-style/button/style-rtl.css +1 -1
- package/build-style/button/style.css +1 -1
- package/build-style/comments/editor-rtl.css +122 -0
- package/build-style/comments/editor.css +122 -0
- package/build-style/{post-comments → comments}/style-rtl.css +1 -0
- package/build-style/{post-comments → comments}/style.css +1 -0
- package/build-style/common-rtl.css +7 -0
- package/build-style/common.css +7 -0
- package/build-style/cover/style-rtl.css +2 -2
- package/build-style/cover/style.css +2 -2
- package/build-style/{post-comments/editor.css → editor-elements-rtl.css} +8 -2
- package/build-style/{post-comments/editor-rtl.css → editor-elements.css} +8 -2
- package/build-style/editor-rtl.css +151 -10
- package/build-style/editor.css +151 -10
- package/build-style/gallery/style-rtl.css +7 -2
- package/build-style/gallery/style.css +7 -2
- package/build-style/image/editor-rtl.css +4 -3
- package/build-style/image/editor.css +4 -3
- package/build-style/image/style-rtl.css +33 -3
- package/build-style/image/style.css +33 -3
- package/build-style/post-comments-form/style-rtl.css +0 -1
- package/build-style/post-comments-form/style.css +0 -1
- package/build-style/social-link/editor-rtl.css +1 -0
- package/build-style/social-link/editor.css +1 -0
- package/build-style/social-links/style-rtl.css +8 -0
- package/build-style/social-links/style.css +8 -0
- package/build-style/style-rtl.css +170 -127
- package/build-style/style.css +170 -127
- package/build-style/template-part/editor-rtl.css +14 -3
- package/build-style/template-part/editor.css +14 -3
- package/package.json +28 -28
- package/src/button/edit.js +1 -0
- package/src/button/style.scss +3 -1
- package/src/buttons/edit.js +1 -5
- package/src/columns/edit.native.js +2 -2
- package/src/comments/block.json +6 -1
- package/src/comments/edit/comments-legacy.js +71 -0
- package/src/comments/edit/index.js +35 -0
- package/src/comments/edit/placeholder.js +124 -0
- package/src/comments/{edit.js → edit/template.js} +1 -28
- package/src/comments/editor.scss +9 -0
- package/src/comments/index.php +219 -0
- package/src/comments/save.js +8 -7
- package/src/{post-comments → comments}/style.scss +7 -0
- package/src/common.scss +2 -0
- package/src/cover/style.scss +2 -2
- package/src/cover/transforms.js +2 -2
- package/src/editor-elements.scss +10 -0
- package/src/editor.scss +2 -1
- package/src/embed/embed-placeholder.native.js +2 -3
- package/src/gallery/edit.js +4 -2
- package/src/gallery/style.scss +10 -1
- package/src/gallery/use-get-media.native.js +44 -0
- package/src/group/block.json +1 -0
- package/src/group/variations.js +2 -2
- package/src/image/block.json +7 -1
- package/src/image/deprecated.js +86 -0
- package/src/image/edit.js +6 -1
- package/src/image/edit.native.js +18 -7
- package/src/image/editor.scss +9 -4
- package/src/image/image.js +26 -16
- package/src/image/save.js +10 -1
- package/src/image/style.scss +39 -3
- package/src/index.js +0 -2
- package/src/index.native.js +2 -11
- package/src/list/transforms.js +0 -47
- package/src/list/v2/transforms.js +2 -40
- package/src/list-item/edit.js +10 -12
- package/src/list-item/hooks/index.js +1 -1
- package/src/list-item/hooks/use-merge.js +141 -0
- package/src/list-item/hooks/use-outdent-list-item.js +72 -74
- package/src/list-item/utils.js +27 -3
- package/src/media-text/deprecated.js +148 -1
- package/src/media-text/edit.js +2 -1
- package/src/media-text/save.js +18 -0
- package/src/more/save.js +3 -6
- package/src/navigation-link/edit.js +4 -3
- package/src/navigation-submenu/edit.js +1 -0
- package/src/page-list/edit.js +9 -0
- package/src/paragraph/edit.js +8 -14
- package/src/post-comments-form/edit.js +2 -71
- package/src/post-comments-form/form.js +80 -5
- package/src/post-comments-form/index.php +1 -1
- package/src/post-comments-form/style.scss +0 -1
- package/src/post-terms/edit.js +3 -2
- package/src/query-no-results/edit.js +2 -5
- package/src/query-pagination-next/edit.js +1 -0
- package/src/query-pagination-previous/edit.js +1 -0
- package/src/quote/deprecated.js +213 -99
- package/src/quote/edit.js +77 -52
- package/src/quote/index.js +10 -33
- package/src/quote/save.js +5 -5
- package/src/quote/{v2/test → test}/migrate.js +2 -7
- package/src/quote/transforms.js +117 -147
- package/src/social-link/editor.scss +3 -0
- package/src/social-link/icons/index.js +1 -0
- package/src/social-link/icons/whatsapp.js +10 -0
- package/src/social-link/index.php +4 -0
- package/src/social-link/socials-with-bg.scss +5 -0
- package/src/social-link/socials-without-bg.scss +5 -0
- package/src/social-link/variations.js +7 -0
- package/src/style.scss +1 -2
- package/src/template-part/edit/index.js +37 -24
- package/src/template-part/edit/selection-modal.js +68 -40
- package/src/template-part/edit/utils/search.js +76 -0
- package/src/template-part/editor.scss +21 -9
- package/src/template-part/index.php +56 -2
- package/build/comments/edit.js.map +0 -1
- package/build/list-item/hooks/use-backspace.js +0 -59
- package/build/list-item/hooks/use-backspace.js.map +0 -1
- package/build/post-comments/edit.js +0 -184
- package/build/post-comments/edit.js.map +0 -1
- package/build/post-comments/index.js +0 -72
- package/build/post-comments/index.js.map +0 -1
- package/build/quote/v2/deprecated.js +0 -133
- package/build/quote/v2/deprecated.js.map +0 -1
- package/build/quote/v2/edit.js +0 -139
- package/build/quote/v2/edit.js.map +0 -1
- package/build/quote/v2/index.js +0 -49
- package/build/quote/v2/index.js.map +0 -1
- package/build/quote/v2/save.js +0 -43
- package/build/quote/v2/save.js.map +0 -1
- package/build/quote/v2/transforms.js +0 -156
- package/build/quote/v2/transforms.js.map +0 -1
- package/build-module/comments/edit.js +0 -59
- package/build-module/comments/edit.js.map +0 -1
- package/build-module/list-item/hooks/use-backspace.js +0 -44
- package/build-module/list-item/hooks/use-backspace.js.map +0 -1
- package/build-module/post-comments/edit.js +0 -171
- package/build-module/post-comments/edit.js.map +0 -1
- package/build-module/post-comments/index.js +0 -59
- package/build-module/post-comments/index.js.map +0 -1
- package/build-module/quote/v2/deprecated.js +0 -116
- package/build-module/quote/v2/deprecated.js.map +0 -1
- package/build-module/quote/v2/edit.js +0 -122
- package/build-module/quote/v2/edit.js.map +0 -1
- package/build-module/quote/v2/index.js +0 -33
- package/build-module/quote/v2/index.js.map +0 -1
- package/build-module/quote/v2/save.js +0 -30
- package/build-module/quote/v2/save.js.map +0 -1
- package/build-module/quote/v2/transforms.js +0 -147
- package/build-module/quote/v2/transforms.js.map +0 -1
- package/src/list-item/hooks/use-backspace.js +0 -51
- package/src/post-comments/block.json +0 -45
- package/src/post-comments/edit.js +0 -247
- package/src/post-comments/editor.scss +0 -3
- package/src/post-comments/index.js +0 -18
- package/src/post-comments/index.php +0 -87
- package/src/quote/v2/deprecated.js +0 -107
- package/src/quote/v2/edit.js +0 -139
- package/src/quote/v2/index.js +0 -36
- package/src/quote/v2/save.js +0 -26
- package/src/quote/v2/transforms.js +0 -155
|
@@ -279,6 +279,7 @@ figure.wp-block-gallery.has-nested-images {
|
|
|
279
279
|
position: relative;
|
|
280
280
|
flex-direction: column;
|
|
281
281
|
max-width: 100%;
|
|
282
|
+
box-sizing: border-box;
|
|
282
283
|
}
|
|
283
284
|
.wp-block-gallery.has-nested-images figure.wp-block-image > div,
|
|
284
285
|
.wp-block-gallery.has-nested-images figure.wp-block-image > a {
|
|
@@ -313,11 +314,15 @@ figure.wp-block-gallery.has-nested-images {
|
|
|
313
314
|
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
|
|
314
315
|
color: inherit;
|
|
315
316
|
}
|
|
317
|
+
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
|
|
318
|
+
box-sizing: border-box;
|
|
319
|
+
}
|
|
316
320
|
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div,
|
|
317
|
-
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a
|
|
321
|
+
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div,
|
|
322
|
+
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a {
|
|
318
323
|
flex: 1 1 auto;
|
|
319
324
|
}
|
|
320
|
-
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
|
|
325
|
+
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption {
|
|
321
326
|
flex: initial;
|
|
322
327
|
background: none;
|
|
323
328
|
color: inherit;
|
|
@@ -279,6 +279,7 @@ figure.wp-block-gallery.has-nested-images {
|
|
|
279
279
|
position: relative;
|
|
280
280
|
flex-direction: column;
|
|
281
281
|
max-width: 100%;
|
|
282
|
+
box-sizing: border-box;
|
|
282
283
|
}
|
|
283
284
|
.wp-block-gallery.has-nested-images figure.wp-block-image > div,
|
|
284
285
|
.wp-block-gallery.has-nested-images figure.wp-block-image > a {
|
|
@@ -313,11 +314,15 @@ figure.wp-block-gallery.has-nested-images {
|
|
|
313
314
|
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
|
|
314
315
|
color: inherit;
|
|
315
316
|
}
|
|
317
|
+
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
|
|
318
|
+
box-sizing: border-box;
|
|
319
|
+
}
|
|
316
320
|
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div,
|
|
317
|
-
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a
|
|
321
|
+
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div,
|
|
322
|
+
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a {
|
|
318
323
|
flex: 1 1 auto;
|
|
319
324
|
}
|
|
320
|
-
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
|
|
325
|
+
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption {
|
|
321
326
|
flex: initial;
|
|
322
327
|
background: none;
|
|
323
328
|
color: inherit;
|
|
@@ -94,9 +94,6 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
94
94
|
margin-top: -9px;
|
|
95
95
|
margin-right: -9px;
|
|
96
96
|
}
|
|
97
|
-
.wp-block-image:not(.is-style-rounded) > div:not(.components-placeholder) {
|
|
98
|
-
border-radius: inherit;
|
|
99
|
-
}
|
|
100
97
|
|
|
101
98
|
.wp-block-image .components-resizable-box__container {
|
|
102
99
|
display: inline-block;
|
|
@@ -161,6 +158,10 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
161
158
|
position: relative;
|
|
162
159
|
max-width: 100%;
|
|
163
160
|
width: 100%;
|
|
161
|
+
overflow: hidden;
|
|
162
|
+
}
|
|
163
|
+
.wp-block-image__crop-area .reactEasyCrop_Container .reactEasyCrop_Image {
|
|
164
|
+
border: none;
|
|
164
165
|
}
|
|
165
166
|
|
|
166
167
|
.wp-block-image__crop-icon {
|
|
@@ -94,9 +94,6 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
94
94
|
margin-top: -9px;
|
|
95
95
|
margin-left: -9px;
|
|
96
96
|
}
|
|
97
|
-
.wp-block-image:not(.is-style-rounded) > div:not(.components-placeholder) {
|
|
98
|
-
border-radius: inherit;
|
|
99
|
-
}
|
|
100
97
|
|
|
101
98
|
.wp-block-image .components-resizable-box__container {
|
|
102
99
|
display: inline-block;
|
|
@@ -161,6 +158,10 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
161
158
|
position: relative;
|
|
162
159
|
max-width: 100%;
|
|
163
160
|
width: 100%;
|
|
161
|
+
overflow: hidden;
|
|
162
|
+
}
|
|
163
|
+
.wp-block-image__crop-area .reactEasyCrop_Container .reactEasyCrop_Image {
|
|
164
|
+
border: none;
|
|
164
165
|
}
|
|
165
166
|
|
|
166
167
|
.wp-block-image__crop-icon {
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
height: auto;
|
|
79
79
|
max-width: 100%;
|
|
80
80
|
vertical-align: bottom;
|
|
81
|
+
box-sizing: border-box;
|
|
81
82
|
}
|
|
82
|
-
.wp-block-image
|
|
83
|
-
|
|
84
|
-
border-radius: inherit;
|
|
83
|
+
.wp-block-image.has-custom-border img {
|
|
84
|
+
box-sizing: border-box;
|
|
85
85
|
}
|
|
86
86
|
.wp-block-image.aligncenter {
|
|
87
87
|
text-align: center;
|
|
@@ -148,6 +148,36 @@
|
|
|
148
148
|
border-radius: 0;
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
|
+
.wp-block-image :where(.has-border-color) {
|
|
152
|
+
border-style: solid;
|
|
153
|
+
}
|
|
154
|
+
.wp-block-image :where([style*="border-top-color"]) {
|
|
155
|
+
border-top-style: solid;
|
|
156
|
+
}
|
|
157
|
+
.wp-block-image :where([style*="border-right-color"]) {
|
|
158
|
+
border-left-style: solid;
|
|
159
|
+
}
|
|
160
|
+
.wp-block-image :where([style*="border-bottom-color"]) {
|
|
161
|
+
border-bottom-style: solid;
|
|
162
|
+
}
|
|
163
|
+
.wp-block-image :where([style*="border-left-color"]) {
|
|
164
|
+
border-right-style: solid;
|
|
165
|
+
}
|
|
166
|
+
.wp-block-image :where([style*="border-width"]) {
|
|
167
|
+
border-style: solid;
|
|
168
|
+
}
|
|
169
|
+
.wp-block-image :where([style*="border-top-width"]) {
|
|
170
|
+
border-top-style: solid;
|
|
171
|
+
}
|
|
172
|
+
.wp-block-image :where([style*="border-right-width"]) {
|
|
173
|
+
border-left-style: solid;
|
|
174
|
+
}
|
|
175
|
+
.wp-block-image :where([style*="border-bottom-width"]) {
|
|
176
|
+
border-bottom-style: solid;
|
|
177
|
+
}
|
|
178
|
+
.wp-block-image :where([style*="border-left-width"]) {
|
|
179
|
+
border-right-style: solid;
|
|
180
|
+
}
|
|
151
181
|
|
|
152
182
|
.wp-block-image figure {
|
|
153
183
|
margin: 0;
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
height: auto;
|
|
79
79
|
max-width: 100%;
|
|
80
80
|
vertical-align: bottom;
|
|
81
|
+
box-sizing: border-box;
|
|
81
82
|
}
|
|
82
|
-
.wp-block-image
|
|
83
|
-
|
|
84
|
-
border-radius: inherit;
|
|
83
|
+
.wp-block-image.has-custom-border img {
|
|
84
|
+
box-sizing: border-box;
|
|
85
85
|
}
|
|
86
86
|
.wp-block-image.aligncenter {
|
|
87
87
|
text-align: center;
|
|
@@ -152,6 +152,36 @@
|
|
|
152
152
|
border-radius: 0;
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
|
+
.wp-block-image :where(.has-border-color) {
|
|
156
|
+
border-style: solid;
|
|
157
|
+
}
|
|
158
|
+
.wp-block-image :where([style*="border-top-color"]) {
|
|
159
|
+
border-top-style: solid;
|
|
160
|
+
}
|
|
161
|
+
.wp-block-image :where([style*="border-right-color"]) {
|
|
162
|
+
border-right-style: solid;
|
|
163
|
+
}
|
|
164
|
+
.wp-block-image :where([style*="border-bottom-color"]) {
|
|
165
|
+
border-bottom-style: solid;
|
|
166
|
+
}
|
|
167
|
+
.wp-block-image :where([style*="border-left-color"]) {
|
|
168
|
+
border-left-style: solid;
|
|
169
|
+
}
|
|
170
|
+
.wp-block-image :where([style*="border-width"]) {
|
|
171
|
+
border-style: solid;
|
|
172
|
+
}
|
|
173
|
+
.wp-block-image :where([style*="border-top-width"]) {
|
|
174
|
+
border-top-style: solid;
|
|
175
|
+
}
|
|
176
|
+
.wp-block-image :where([style*="border-right-width"]) {
|
|
177
|
+
border-right-style: solid;
|
|
178
|
+
}
|
|
179
|
+
.wp-block-image :where([style*="border-bottom-width"]) {
|
|
180
|
+
border-bottom-style: solid;
|
|
181
|
+
}
|
|
182
|
+
.wp-block-image :where([style*="border-left-width"]) {
|
|
183
|
+
border-left-style: solid;
|
|
184
|
+
}
|
|
155
185
|
|
|
156
186
|
.wp-block-image figure {
|
|
157
187
|
margin: 0;
|
|
@@ -300,6 +300,10 @@
|
|
|
300
300
|
background-color: #3499cd;
|
|
301
301
|
color: #fff;
|
|
302
302
|
}
|
|
303
|
+
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
|
|
304
|
+
background-color: #25d366;
|
|
305
|
+
color: #fff;
|
|
306
|
+
}
|
|
303
307
|
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
|
|
304
308
|
background-color: #d32422;
|
|
305
309
|
color: #fff;
|
|
@@ -428,6 +432,10 @@
|
|
|
428
432
|
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
|
|
429
433
|
color: #4680c2;
|
|
430
434
|
}
|
|
435
|
+
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
|
|
436
|
+
background-color: #25d366;
|
|
437
|
+
color: #fff;
|
|
438
|
+
}
|
|
431
439
|
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
|
|
432
440
|
color: #3499cd;
|
|
433
441
|
}
|
|
@@ -300,6 +300,10 @@
|
|
|
300
300
|
background-color: #3499cd;
|
|
301
301
|
color: #fff;
|
|
302
302
|
}
|
|
303
|
+
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
|
|
304
|
+
background-color: #25d366;
|
|
305
|
+
color: #fff;
|
|
306
|
+
}
|
|
303
307
|
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
|
|
304
308
|
background-color: #d32422;
|
|
305
309
|
color: #fff;
|
|
@@ -428,6 +432,10 @@
|
|
|
428
432
|
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
|
|
429
433
|
color: #4680c2;
|
|
430
434
|
}
|
|
435
|
+
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
|
|
436
|
+
background-color: #25d366;
|
|
437
|
+
color: #fff;
|
|
438
|
+
}
|
|
431
439
|
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
|
|
432
440
|
color: #3499cd;
|
|
433
441
|
}
|
|
@@ -97,7 +97,6 @@
|
|
|
97
97
|
cursor: pointer;
|
|
98
98
|
display: inline-block;
|
|
99
99
|
text-align: center;
|
|
100
|
-
text-decoration: none;
|
|
101
100
|
word-break: break-word;
|
|
102
101
|
box-sizing: border-box;
|
|
103
102
|
}
|
|
@@ -112,6 +111,7 @@
|
|
|
112
111
|
}
|
|
113
112
|
|
|
114
113
|
:where(.wp-block-button__link) {
|
|
114
|
+
text-decoration: none;
|
|
115
115
|
border-radius: 9999px;
|
|
116
116
|
padding: calc(0.667em + 2px) calc(1.333em + 2px);
|
|
117
117
|
}
|
|
@@ -342,6 +342,118 @@
|
|
|
342
342
|
width: 100%;
|
|
343
343
|
}
|
|
344
344
|
|
|
345
|
+
/* Styles for backwards compatibility with the legacy `post-comments` block */
|
|
346
|
+
.wp-block-post-comments {
|
|
347
|
+
/* utility classes */
|
|
348
|
+
/* end utility classes */
|
|
349
|
+
}
|
|
350
|
+
.wp-block-post-comments .alignleft {
|
|
351
|
+
float: right;
|
|
352
|
+
}
|
|
353
|
+
.wp-block-post-comments .alignright {
|
|
354
|
+
float: left;
|
|
355
|
+
}
|
|
356
|
+
.wp-block-post-comments .navigation::after {
|
|
357
|
+
content: "";
|
|
358
|
+
display: table;
|
|
359
|
+
clear: both;
|
|
360
|
+
}
|
|
361
|
+
.wp-block-post-comments .commentlist {
|
|
362
|
+
clear: both;
|
|
363
|
+
list-style: none;
|
|
364
|
+
margin: 0;
|
|
365
|
+
padding: 0;
|
|
366
|
+
}
|
|
367
|
+
.wp-block-post-comments .commentlist .comment {
|
|
368
|
+
min-height: 2.25em;
|
|
369
|
+
padding-right: 3.25em;
|
|
370
|
+
}
|
|
371
|
+
.wp-block-post-comments .commentlist .comment p {
|
|
372
|
+
font-size: 1em;
|
|
373
|
+
line-height: 1.8;
|
|
374
|
+
margin: 1em 0;
|
|
375
|
+
}
|
|
376
|
+
.wp-block-post-comments .commentlist .children {
|
|
377
|
+
list-style: none;
|
|
378
|
+
margin: 0;
|
|
379
|
+
padding: 0;
|
|
380
|
+
}
|
|
381
|
+
.wp-block-post-comments .comment-author {
|
|
382
|
+
line-height: 1.5;
|
|
383
|
+
}
|
|
384
|
+
.wp-block-post-comments .comment-author .avatar {
|
|
385
|
+
border-radius: 1.5em;
|
|
386
|
+
display: block;
|
|
387
|
+
float: right;
|
|
388
|
+
height: 2.5em;
|
|
389
|
+
margin-top: 0.5em;
|
|
390
|
+
margin-left: 0.75em;
|
|
391
|
+
width: 2.5em;
|
|
392
|
+
}
|
|
393
|
+
.wp-block-post-comments .comment-author cite {
|
|
394
|
+
font-style: normal;
|
|
395
|
+
}
|
|
396
|
+
.wp-block-post-comments .comment-meta {
|
|
397
|
+
font-size: 0.875em;
|
|
398
|
+
line-height: 1.5;
|
|
399
|
+
}
|
|
400
|
+
.wp-block-post-comments .comment-meta b {
|
|
401
|
+
font-weight: normal;
|
|
402
|
+
}
|
|
403
|
+
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
|
|
404
|
+
margin-top: 1em;
|
|
405
|
+
margin-bottom: 1em;
|
|
406
|
+
display: block;
|
|
407
|
+
}
|
|
408
|
+
.wp-block-post-comments .comment-body .commentmetadata {
|
|
409
|
+
font-size: 0.875em;
|
|
410
|
+
}
|
|
411
|
+
.wp-block-post-comments .comment-form-comment label,
|
|
412
|
+
.wp-block-post-comments .comment-form-author label,
|
|
413
|
+
.wp-block-post-comments .comment-form-email label,
|
|
414
|
+
.wp-block-post-comments .comment-form-url label {
|
|
415
|
+
display: block;
|
|
416
|
+
margin-bottom: 0.25em;
|
|
417
|
+
}
|
|
418
|
+
.wp-block-post-comments .comment-form textarea,
|
|
419
|
+
.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]) {
|
|
420
|
+
display: block;
|
|
421
|
+
box-sizing: border-box;
|
|
422
|
+
width: 100%;
|
|
423
|
+
}
|
|
424
|
+
.wp-block-post-comments .comment-form-cookies-consent {
|
|
425
|
+
display: flex;
|
|
426
|
+
gap: 0.25em;
|
|
427
|
+
}
|
|
428
|
+
.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
|
|
429
|
+
margin-top: 0.35em;
|
|
430
|
+
}
|
|
431
|
+
.wp-block-post-comments .comment-reply-title {
|
|
432
|
+
margin-bottom: 0;
|
|
433
|
+
}
|
|
434
|
+
.wp-block-post-comments .comment-reply-title :where(small) {
|
|
435
|
+
font-size: var(--wp--preset--font-size--medium, smaller);
|
|
436
|
+
margin-right: 0.5em;
|
|
437
|
+
}
|
|
438
|
+
.wp-block-post-comments .reply {
|
|
439
|
+
font-size: 0.875em;
|
|
440
|
+
margin-bottom: 1.4em;
|
|
441
|
+
}
|
|
442
|
+
.wp-block-post-comments textarea,
|
|
443
|
+
.wp-block-post-comments input:not([type=submit]) {
|
|
444
|
+
border: 1px solid #949494;
|
|
445
|
+
font-size: 1em;
|
|
446
|
+
font-family: inherit;
|
|
447
|
+
}
|
|
448
|
+
.wp-block-post-comments textarea,
|
|
449
|
+
.wp-block-post-comments input:not([type=submit]):not([type=checkbox]) {
|
|
450
|
+
padding: calc(0.667em + 2px);
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
:where(.wp-block-post-comments input[type="submit"]) {
|
|
454
|
+
border: none;
|
|
455
|
+
}
|
|
456
|
+
|
|
345
457
|
.wp-block-comments-pagination > .wp-block-comments-pagination-next,
|
|
346
458
|
.wp-block-comments-pagination > .wp-block-comments-pagination-previous,
|
|
347
459
|
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers {
|
|
@@ -402,10 +514,8 @@
|
|
|
402
514
|
.wp-block-cover-image,
|
|
403
515
|
.wp-block-cover {
|
|
404
516
|
position: relative;
|
|
405
|
-
background-size: cover;
|
|
406
517
|
background-position: center center;
|
|
407
518
|
min-height: 430px;
|
|
408
|
-
width: 100%;
|
|
409
519
|
display: flex;
|
|
410
520
|
justify-content: center;
|
|
411
521
|
align-items: center;
|
|
@@ -724,6 +834,8 @@
|
|
|
724
834
|
.wp-block-cover__image-background.has-parallax,
|
|
725
835
|
video.wp-block-cover__video-background.has-parallax {
|
|
726
836
|
background-attachment: fixed;
|
|
837
|
+
background-size: cover;
|
|
838
|
+
background-repeat: no-repeat;
|
|
727
839
|
}
|
|
728
840
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
729
841
|
.wp-block-cover-image.has-parallax,
|
|
@@ -1117,6 +1229,7 @@ figure.wp-block-gallery.has-nested-images {
|
|
|
1117
1229
|
position: relative;
|
|
1118
1230
|
flex-direction: column;
|
|
1119
1231
|
max-width: 100%;
|
|
1232
|
+
box-sizing: border-box;
|
|
1120
1233
|
}
|
|
1121
1234
|
.wp-block-gallery.has-nested-images figure.wp-block-image > div,
|
|
1122
1235
|
.wp-block-gallery.has-nested-images figure.wp-block-image > a {
|
|
@@ -1151,11 +1264,15 @@ figure.wp-block-gallery.has-nested-images {
|
|
|
1151
1264
|
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
|
|
1152
1265
|
color: inherit;
|
|
1153
1266
|
}
|
|
1267
|
+
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
|
|
1268
|
+
box-sizing: border-box;
|
|
1269
|
+
}
|
|
1154
1270
|
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div,
|
|
1155
|
-
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a
|
|
1271
|
+
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div,
|
|
1272
|
+
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a {
|
|
1156
1273
|
flex: 1 1 auto;
|
|
1157
1274
|
}
|
|
1158
|
-
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
|
|
1275
|
+
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption {
|
|
1159
1276
|
flex: initial;
|
|
1160
1277
|
background: none;
|
|
1161
1278
|
color: inherit;
|
|
@@ -1244,10 +1361,10 @@ h6.has-background {
|
|
|
1244
1361
|
height: auto;
|
|
1245
1362
|
max-width: 100%;
|
|
1246
1363
|
vertical-align: bottom;
|
|
1364
|
+
box-sizing: border-box;
|
|
1247
1365
|
}
|
|
1248
|
-
.wp-block-image
|
|
1249
|
-
|
|
1250
|
-
border-radius: inherit;
|
|
1366
|
+
.wp-block-image.has-custom-border img {
|
|
1367
|
+
box-sizing: border-box;
|
|
1251
1368
|
}
|
|
1252
1369
|
.wp-block-image.aligncenter {
|
|
1253
1370
|
text-align: center;
|
|
@@ -1314,6 +1431,36 @@ h6.has-background {
|
|
|
1314
1431
|
border-radius: 0;
|
|
1315
1432
|
}
|
|
1316
1433
|
}
|
|
1434
|
+
.wp-block-image :where(.has-border-color) {
|
|
1435
|
+
border-style: solid;
|
|
1436
|
+
}
|
|
1437
|
+
.wp-block-image :where([style*="border-top-color"]) {
|
|
1438
|
+
border-top-style: solid;
|
|
1439
|
+
}
|
|
1440
|
+
.wp-block-image :where([style*="border-right-color"]) {
|
|
1441
|
+
border-left-style: solid;
|
|
1442
|
+
}
|
|
1443
|
+
.wp-block-image :where([style*="border-bottom-color"]) {
|
|
1444
|
+
border-bottom-style: solid;
|
|
1445
|
+
}
|
|
1446
|
+
.wp-block-image :where([style*="border-left-color"]) {
|
|
1447
|
+
border-right-style: solid;
|
|
1448
|
+
}
|
|
1449
|
+
.wp-block-image :where([style*="border-width"]) {
|
|
1450
|
+
border-style: solid;
|
|
1451
|
+
}
|
|
1452
|
+
.wp-block-image :where([style*="border-top-width"]) {
|
|
1453
|
+
border-top-style: solid;
|
|
1454
|
+
}
|
|
1455
|
+
.wp-block-image :where([style*="border-right-width"]) {
|
|
1456
|
+
border-left-style: solid;
|
|
1457
|
+
}
|
|
1458
|
+
.wp-block-image :where([style*="border-bottom-width"]) {
|
|
1459
|
+
border-bottom-style: solid;
|
|
1460
|
+
}
|
|
1461
|
+
.wp-block-image :where([style*="border-left-width"]) {
|
|
1462
|
+
border-right-style: solid;
|
|
1463
|
+
}
|
|
1317
1464
|
|
|
1318
1465
|
.wp-block-image figure {
|
|
1319
1466
|
margin: 0;
|
|
@@ -2118,117 +2265,6 @@ p.has-background {
|
|
|
2118
2265
|
margin: 0;
|
|
2119
2266
|
}
|
|
2120
2267
|
|
|
2121
|
-
.wp-block-post-comments {
|
|
2122
|
-
/* utility classes */
|
|
2123
|
-
/* end utility classes */
|
|
2124
|
-
}
|
|
2125
|
-
.wp-block-post-comments .alignleft {
|
|
2126
|
-
float: right;
|
|
2127
|
-
}
|
|
2128
|
-
.wp-block-post-comments .alignright {
|
|
2129
|
-
float: left;
|
|
2130
|
-
}
|
|
2131
|
-
.wp-block-post-comments .navigation::after {
|
|
2132
|
-
content: "";
|
|
2133
|
-
display: table;
|
|
2134
|
-
clear: both;
|
|
2135
|
-
}
|
|
2136
|
-
.wp-block-post-comments .commentlist {
|
|
2137
|
-
clear: both;
|
|
2138
|
-
list-style: none;
|
|
2139
|
-
margin: 0;
|
|
2140
|
-
padding: 0;
|
|
2141
|
-
}
|
|
2142
|
-
.wp-block-post-comments .commentlist .comment {
|
|
2143
|
-
min-height: 2.25em;
|
|
2144
|
-
padding-right: 3.25em;
|
|
2145
|
-
}
|
|
2146
|
-
.wp-block-post-comments .commentlist .comment p {
|
|
2147
|
-
font-size: 1em;
|
|
2148
|
-
line-height: 1.8;
|
|
2149
|
-
margin: 1em 0;
|
|
2150
|
-
}
|
|
2151
|
-
.wp-block-post-comments .commentlist .children {
|
|
2152
|
-
list-style: none;
|
|
2153
|
-
margin: 0;
|
|
2154
|
-
padding: 0;
|
|
2155
|
-
}
|
|
2156
|
-
.wp-block-post-comments .comment-author {
|
|
2157
|
-
line-height: 1.5;
|
|
2158
|
-
}
|
|
2159
|
-
.wp-block-post-comments .comment-author .avatar {
|
|
2160
|
-
border-radius: 1.5em;
|
|
2161
|
-
display: block;
|
|
2162
|
-
float: right;
|
|
2163
|
-
height: 2.5em;
|
|
2164
|
-
margin-top: 0.5em;
|
|
2165
|
-
margin-left: 0.75em;
|
|
2166
|
-
width: 2.5em;
|
|
2167
|
-
}
|
|
2168
|
-
.wp-block-post-comments .comment-author cite {
|
|
2169
|
-
font-style: normal;
|
|
2170
|
-
}
|
|
2171
|
-
.wp-block-post-comments .comment-meta {
|
|
2172
|
-
font-size: 0.875em;
|
|
2173
|
-
line-height: 1.5;
|
|
2174
|
-
}
|
|
2175
|
-
.wp-block-post-comments .comment-meta b {
|
|
2176
|
-
font-weight: normal;
|
|
2177
|
-
}
|
|
2178
|
-
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
|
|
2179
|
-
margin-top: 1em;
|
|
2180
|
-
margin-bottom: 1em;
|
|
2181
|
-
display: block;
|
|
2182
|
-
}
|
|
2183
|
-
.wp-block-post-comments .comment-body .commentmetadata {
|
|
2184
|
-
font-size: 0.875em;
|
|
2185
|
-
}
|
|
2186
|
-
.wp-block-post-comments .comment-form-comment label,
|
|
2187
|
-
.wp-block-post-comments .comment-form-author label,
|
|
2188
|
-
.wp-block-post-comments .comment-form-email label,
|
|
2189
|
-
.wp-block-post-comments .comment-form-url label {
|
|
2190
|
-
display: block;
|
|
2191
|
-
margin-bottom: 0.25em;
|
|
2192
|
-
}
|
|
2193
|
-
.wp-block-post-comments .comment-form textarea,
|
|
2194
|
-
.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]) {
|
|
2195
|
-
display: block;
|
|
2196
|
-
box-sizing: border-box;
|
|
2197
|
-
width: 100%;
|
|
2198
|
-
}
|
|
2199
|
-
.wp-block-post-comments .comment-form-cookies-consent {
|
|
2200
|
-
display: flex;
|
|
2201
|
-
gap: 0.25em;
|
|
2202
|
-
}
|
|
2203
|
-
.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
|
|
2204
|
-
margin-top: 0.35em;
|
|
2205
|
-
}
|
|
2206
|
-
.wp-block-post-comments .comment-reply-title {
|
|
2207
|
-
margin-bottom: 0;
|
|
2208
|
-
}
|
|
2209
|
-
.wp-block-post-comments .comment-reply-title :where(small) {
|
|
2210
|
-
font-size: var(--wp--preset--font-size--medium, smaller);
|
|
2211
|
-
margin-right: 0.5em;
|
|
2212
|
-
}
|
|
2213
|
-
.wp-block-post-comments .reply {
|
|
2214
|
-
font-size: 0.875em;
|
|
2215
|
-
margin-bottom: 1.4em;
|
|
2216
|
-
}
|
|
2217
|
-
.wp-block-post-comments textarea,
|
|
2218
|
-
.wp-block-post-comments input:not([type=submit]) {
|
|
2219
|
-
border: 1px solid #949494;
|
|
2220
|
-
font-size: 1em;
|
|
2221
|
-
font-family: inherit;
|
|
2222
|
-
}
|
|
2223
|
-
.wp-block-post-comments textarea,
|
|
2224
|
-
.wp-block-post-comments input:not([type=submit]):not([type=checkbox]) {
|
|
2225
|
-
padding: calc(0.667em + 2px);
|
|
2226
|
-
}
|
|
2227
|
-
|
|
2228
|
-
:where(.wp-block-post-comments input[type="submit"]) {
|
|
2229
|
-
border: none;
|
|
2230
|
-
}
|
|
2231
|
-
|
|
2232
2268
|
.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
|
|
2233
2269
|
font-weight: inherit;
|
|
2234
2270
|
}
|
|
@@ -2248,7 +2284,6 @@ p.has-background {
|
|
|
2248
2284
|
letter-spacing: inherit;
|
|
2249
2285
|
}
|
|
2250
2286
|
.wp-block-post-comments-form input[type=submit] {
|
|
2251
|
-
border: none;
|
|
2252
2287
|
box-shadow: none;
|
|
2253
2288
|
cursor: pointer;
|
|
2254
2289
|
display: inline-block;
|
|
@@ -2874,6 +2909,10 @@ ul.wp-block-rss.is-grid li {
|
|
|
2874
2909
|
background-color: #3499cd;
|
|
2875
2910
|
color: #fff;
|
|
2876
2911
|
}
|
|
2912
|
+
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
|
|
2913
|
+
background-color: #25d366;
|
|
2914
|
+
color: #fff;
|
|
2915
|
+
}
|
|
2877
2916
|
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
|
|
2878
2917
|
background-color: #d32422;
|
|
2879
2918
|
color: #fff;
|
|
@@ -3002,6 +3041,10 @@ ul.wp-block-rss.is-grid li {
|
|
|
3002
3041
|
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
|
|
3003
3042
|
color: #4680c2;
|
|
3004
3043
|
}
|
|
3044
|
+
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
|
|
3045
|
+
background-color: #25d366;
|
|
3046
|
+
color: #fff;
|
|
3047
|
+
}
|
|
3005
3048
|
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
|
|
3006
3049
|
color: #3499cd;
|
|
3007
3050
|
}
|
|
@@ -3221,6 +3264,13 @@ pre.wp-block-verse {
|
|
|
3221
3264
|
margin-bottom: 1em;
|
|
3222
3265
|
}
|
|
3223
3266
|
|
|
3267
|
+
/**
|
|
3268
|
+
* Element styles.
|
|
3269
|
+
*/
|
|
3270
|
+
.wp-element-button {
|
|
3271
|
+
cursor: pointer;
|
|
3272
|
+
}
|
|
3273
|
+
|
|
3224
3274
|
:root {
|
|
3225
3275
|
/*
|
|
3226
3276
|
* Our classes uses the same values we set for gradient value attributes,
|
|
@@ -3404,11 +3454,4 @@ html :where([style*="border-left-width"]) {
|
|
|
3404
3454
|
html :where(img[class*="wp-image-"]) {
|
|
3405
3455
|
height: auto;
|
|
3406
3456
|
max-width: 100%;
|
|
3407
|
-
}
|
|
3408
|
-
|
|
3409
|
-
/**
|
|
3410
|
-
* Element styles.
|
|
3411
|
-
*/
|
|
3412
|
-
.wp-element-button {
|
|
3413
|
-
cursor: pointer;
|
|
3414
3457
|
}
|