From: Stephen Cameron Date: Wed, 24 Jun 2020 15:58:22 +0000 (+0200) Subject: Rounded corners for lightbox images. Wait #3665 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5b4ba38422d37c94c59727594b362b05d8087ca9;p=stop-the-robots.git Rounded corners for lightbox images. Wait #3665 @0:05 --- diff --git a/wp-content/themes/STR/resources/assets/styles/common/global.styl b/wp-content/themes/STR/resources/assets/styles/common/global.styl index 2753c94..b4ee243 100644 --- a/wp-content/themes/STR/resources/assets/styles/common/global.styl +++ b/wp-content/themes/STR/resources/assets/styles/common/global.styl @@ -17,3 +17,9 @@ p:not(:last-child) .elementor-swiper-button &-next, &-prev width: 10% + + .elementor-lightbox-image + border-radius: 1vw + + +above($content-max-width) + border-radius: 16px