|
@@ -919,17 +919,17 @@ p.wp-block-site-tagline {
|
|
row-gap: var(--wp--custom--gap--baseline) !important;
|
|
row-gap: var(--wp--custom--gap--baseline) !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.post-meta .wp-block-post-author,
|
|
|
|
-.post-meta .wp-block-post-date,
|
|
|
|
-.post-meta .taxonomy-post_tag,
|
|
|
|
-.post-meta .taxonomy-category {
|
|
|
|
|
|
+.is-style-post-author-icon,
|
|
|
|
+.is-style-post-date-icon,
|
|
|
|
+.is-style-post-category-icon,
|
|
|
|
+.is-style-post-tag-icon {
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
|
|
-.post-meta .wp-block-post-author:before,
|
|
|
|
-.post-meta .wp-block-post-date:before,
|
|
|
|
-.post-meta .taxonomy-post_tag:before,
|
|
|
|
-.post-meta .taxonomy-category:before {
|
|
|
|
|
|
+.is-style-post-author-icon:before,
|
|
|
|
+.is-style-post-date-icon:before,
|
|
|
|
+.is-style-post-category-icon:before,
|
|
|
|
+.is-style-post-tag-icon:before {
|
|
align-self: center;
|
|
align-self: center;
|
|
content: '';
|
|
content: '';
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -943,22 +943,22 @@ p.wp-block-site-tagline {
|
|
background-color: currentColor;
|
|
background-color: currentColor;
|
|
}
|
|
}
|
|
|
|
|
|
-.post-meta .wp-block-post-author:before {
|
|
|
|
|
|
+.is-style-post-author-icon:before {
|
|
-webkit-mask-image: url(svg/post-author.svg);
|
|
-webkit-mask-image: url(svg/post-author.svg);
|
|
mask-image: url(svg/post-author.svg);
|
|
mask-image: url(svg/post-author.svg);
|
|
}
|
|
}
|
|
|
|
|
|
-.post-meta .wp-block-post-date:before {
|
|
|
|
|
|
+.is-style-post-date-icon:before {
|
|
-webkit-mask-image: url(svg/post-date.svg);
|
|
-webkit-mask-image: url(svg/post-date.svg);
|
|
mask-image: url(svg/post-date.svg);
|
|
mask-image: url(svg/post-date.svg);
|
|
}
|
|
}
|
|
|
|
|
|
-.post-meta .taxonomy-category:before {
|
|
|
|
|
|
+.is-style-post-category-icon:before {
|
|
-webkit-mask-image: url(svg/post-category.svg);
|
|
-webkit-mask-image: url(svg/post-category.svg);
|
|
mask-image: url(svg/post-category.svg);
|
|
mask-image: url(svg/post-category.svg);
|
|
}
|
|
}
|
|
|
|
|
|
-.post-meta .taxonomy-post_tag:before {
|
|
|
|
|
|
+.is-style-post-tag-icon:before {
|
|
-webkit-mask-image: url(svg/post-tag.svg);
|
|
-webkit-mask-image: url(svg/post-tag.svg);
|
|
mask-image: url(svg/post-tag.svg);
|
|
mask-image: url(svg/post-tag.svg);
|
|
}
|
|
}
|