diff --git a/assets/base.css b/assets/base.css index 62e31eb2ddb..6ff7bf4dcbf 100644 --- a/assets/base.css +++ b/assets/base.css @@ -3007,7 +3007,7 @@ details-disclosure > details { .global-media-settings iframe, .global-media-settings model-viewer, .global-media-settings video, -.global-media-settings .placeholder-.svg-wrapper { +.global-media-settings .placeholder-svg { border-radius: calc(var(--media-radius) - var(--media-border-width)); } @@ -3016,7 +3016,7 @@ details-disclosure > details { .global-media-settings--full-width img, .global-media-settings--full-width video, .global-media-settings--full-width iframe, -.global-media-settings--full-width .placeholder-.svg-wrapper { +.global-media-settings--full-width .placeholder-svg { border-radius: 0; border-left: none; border-right: none; diff --git a/assets/component-card.css b/assets/component-card.css index ab1d73135fb..c72491d8d59 100644 --- a/assets/component-card.css +++ b/assets/component-card.css @@ -415,7 +415,7 @@ display: none; } -.card--standard:not(.card--horizontal) .placeholder-.svg-wrapper { +.card--standard:not(.card--horizontal) .placeholder-svg { width: 100%; } diff --git a/assets/component-image-with-text.css b/assets/component-image-with-text.css index 2a23f23223b..cf7c914b4fc 100644 --- a/assets/component-image-with-text.css +++ b/assets/component-image-with-text.css @@ -141,7 +141,7 @@ .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media-item:after, .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__media, .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media img, - .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media .placeholder-.svg-wrapper { + .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media .placeholder-svg { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } @@ -290,7 +290,7 @@ .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media - .placeholder-.svg-wrapper { + .placeholder-svg { border-top-left-radius: 0; border-bottom-left-radius: 0; } diff --git a/assets/section-featured-blog.css b/assets/section-featured-blog.css index 24c57008355..26db6d7a11a 100644 --- a/assets/section-featured-blog.css +++ b/assets/section-featured-blog.css @@ -1,4 +1,4 @@ -.blog-placeholder-.svg-wrapper { +.blog-placeholder-svg { height: 100%; } diff --git a/assets/section-featured-product.css b/assets/section-featured-product.css index 3c3e0a790b8..b030d352d31 100644 --- a/assets/section-featured-product.css +++ b/assets/section-featured-product.css @@ -13,7 +13,7 @@ padding-left: 0; } -.featured-product .placeholder-.svg-wrapper { +.featured-product .placeholder-svg { display: block; height: auto; width: 100%; diff --git a/assets/section-footer.css b/assets/section-footer.css index 8ed277911a5..e78fa0984db 100644 --- a/assets/section-footer.css +++ b/assets/section-footer.css @@ -440,7 +440,7 @@ margin-right: -1.3rem; } -.footer-block__details-content .placeholder-.svg-wrapper { +.footer-block__details-content .placeholder-svg { max-width: 20rem; }