HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/test.kaunokolegija.lt/kk_wp_content/plugins/assets/less/shortcodes/vc_zoom.less
// single image can have different styles, including round, rounded and zoomed images inherits ome of those those styles
.wpb_single_image {
  .wpb_wrapper {
    .vc_single_image-wrapper {
      .zoomImg {
        border-radius: 0;
      }
    }
  }
}

.wpb_single_image {
  [class*='_circle'] {
    .vc-zoom-wrapper {
      border-radius: 50%;
    }
  }

  [class*='_rounded'] {
    .vc-zoom-wrapper {
      border-radius: 4px;
    }
  }
}