PluginProbe ʕ •ᴥ•ʔ
ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution / 1.0.0
ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution v1.0.0
4.9.2 4.9.1 4.9.0 2.0.0 2.1.0 2.2.0 2.2.1 2.2.2 2.3.0 2.4.0 2.5.0 2.5.1 3.0.0 3.1.0 3.1.1 4.0.0 4.0.1 4.1.0 4.1.1 4.2.0 4.2.1 4.3.0 4.3.1 4.4.0 4.5.0 4.5.1 4.6.0 4.6.1 4.6.2 4.6.3 4.6.4 4.6.5 4.6.6 4.6.7 4.6.8 4.6.9 4.7.0 4.7.1 4.7.2 4.7.3 4.7.4 4.7.5 4.7.6 4.7.7 4.7.8 4.7.9 4.8.0 4.8.1 4.8.2 4.8.3 4.8.4 4.8.5 4.8.6 4.8.7 4.8.8 4.8.9 trunk 0.1.2-beta 0.1.3-beta 0.1.4-beta 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.4.0 1.4.1 1.5.0 1.5.1 1.6.0 1.6.1 1.7.0 1.8.0 1.8.1 1.9.0
shopengine / modules / quick-view / assets / lib / sqv / smart-quick-view.css
shopengine / modules / quick-view / assets / lib / sqv Last commit date
smart-quick-view-backup.css 5 years ago smart-quick-view.css 5 years ago smart-quick-view.js 5 years ago smart-quick-view.scss 5 years ago
smart-quick-view.css
1 lines
1 @charset "UTF-8";.sqv-modal--wrapper{display:none}.sqv-element-clicked,.sqv-modal-opened{overflow:hidden}.sqv-element-clicked .sqv-element-loading-spin{cursor:wait;-webkit-user-select:none;user-select:none;position:relative}.sqv-element-clicked .sqv-element-loading-spin *{opacity:.6;filter:grayscale(1);pointer-events:none}.sqv-element-clicked .sqv-element-loading-spin:before{position:absolute;content:"";width:100%;height:100%;top:0;right:0;z-index:10;cursor:wait}.sqv-element-clicked .sqv-element-loading-spin:after{content:"";border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #3498db;top:50%;left:50%;width:40px;height:40px;animation:spin 2s linear infinite;z-index:15;display:inline-block;position:absolute;margin-top:-20px;margin-left:-20px}.sqv-element-clicked .sqv-modal__body{display:none}.sqv-modal-opened .sqv-modal__body{width:80vw;height:80vh;max-width:1600px;max-height:800px;position:fixed;top:50%;left:50%;opacity:1;transform:translate(-50%,-50%);background:#fff;animation:sqv-open 1s;z-index:999}.sqv-modal-opened .sqv-modal__body--close-btn{width:50px;height:50px;position:absolute;right:0;top:0;background:#f50b17;transform:scale(1) translate(20%,-20%);transform-origin:center center;border-radius:50%;text-align:center;line-height:50px;color:#fff;cursor:pointer;transition:all linear .2s}.sqv-modal-opened .sqv-modal__body--close-btn:hover{transform:translate(20%,-20%) scale(.9)}.sqv-modal-opened .sqv-modal__body--close-btn .sqv-close-icon{position:relative}.sqv-modal-opened .sqv-modal__body--close-btn .sqv-close-icon:before{content:"";font-style:normal}.sqv-modal-opened .sqv-modal__body--content{overflow-y:scroll;overflow-x:hidden;padding:20px 30px;height:100%}.sqv-element-clicked .sqv-modal--overlay.sqv-loading-spin-show,.sqv-modal-opened .sqv-modal--overlay{background:rgba(0,0,0,.8);position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:99}.sqv-element-clicked .sqv-modal--wrapper,.sqv-modal-opened .sqv-modal--wrapper{display:block}@keyframes sqv-open{0%{opacity:0}to{opacity:1}}@keyframes sqv_spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.sqv-modal-opened .sqv-modal__body{width:90vw;height:85vh}}@media (max-width:500px){.sqv-modal-opened .sqv-modal__body{width:100vw;height:100vh}}.sqv-modal-opened .sqv-modal__body--close-btn{z-index:999}.sqv-iframe{width:100%;height:100%}