🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 15:00:05 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
themes
/
nighty
/
assets
/
scss
/
elementor
📍 /home/therahul/ramailobhela.com/wp-content/themes/nighty/assets/scss/elementor
🔄 Refresh
✏️
Editing: _video.scss
Writable
.ova-video{ .icon-content-view{ display: inline-block; &.no-animation{ .video-btn{ &:before , &:after{ animation:none; } } } .video-btn{ display: flex; justify-content:center; align-items:center; position: relative; width: 122px; height: 122px; z-index: 2; @media( max-width: 1024px ){ width: 100px; height: 100px; } &:hover{ cursor: pointer; &:before{ @include transaction( all, 0.3s, linear ); background-color: var(--primary); } i{ @include transaction( all, 0.3s, linear ); color: #fff; } } &:before{ @include transaction( all, 0.3s, linear ); position: absolute; content: ""; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; background-color: #fff; animation: lineScale 2.5s linear infinite; z-index: 1; } i{ @include transaction( all, 0.3s, linear ); font-size:27px; display: inline-flex; color: var(--primary); z-index: 1; } &:after{ @include transaction( all, 0.3s, linear ); position: absolute; content: ""; top: 0; left: 0; border-radius: 50%; z-index: 0; width: 122px; height: 122px; background-color: #ffffff5e; animation: runAround 2.5s linear infinite; @media( max-width: 1024px ){ width: 100px; height: 100px; } } } } // modal container .ova-modal-container { display: none; background-color: rgba( 0, 0, 0, .2 ); align-items: center; justify-content: center; position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; z-index: 10; .modal { width: 900px; height: 500px; position: relative; @media screen and (max-width: 900px) { width: 768px; height: 450px; } @media screen and (max-width: 788px) { width: 600px; height: 350px; } @media screen and (max-width: 620px) { width: 400px; height: 250px; } @media screen and (max-width: 420px) { width: 320px; height: 200px; } @media screen and (max-width: 330px) { width: 300px; height: 180px; } i { @include transaction( all, 0.3s, ease ); position: absolute; right: -10px; top: -35px; padding: 10px; cursor: pointer; font-size: 12px; color: #fff; font-weight: 600; &:hover { color: #000; } } .modal-video { width: 100%; height: 100%; border: none; } } } } @keyframes lineScale { 50% { transform: translate(-50%, -50%) scale(1.5); } 50% { transform: translate(-50%, -50%) scale(0.8); } } @keyframes runAround{ 0% { transform: translate( -5px, -5px ); } 25% { transform: translate( -5px, 5px ); } 50% { transform: translate( 5px, 5px ); } 75% { transform: translate( 5px, -5px ); } 100% { transform: translate( -5px, -5px ); } }
💾 Save Changes
❌ Cancel