403Webshell
Server IP : 192.158.238.246  /  Your IP : 18.191.176.192
Web Server : LiteSpeed
System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64
User : jenniferflocom ( 1321)
PHP Version : 8.1.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/7779/task/7779/cwd/plugins/gutenkit-blocks-addon/src/blocks/back-to-top/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/7779/task/7779/cwd/plugins/gutenkit-blocks-addon/src/blocks/back-to-top/style.scss
@import "../../styles/mixin";

.wp-block-gutenkit {
	&-back-to-top {
		span {
			cursor: pointer;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			position: relative;
			@include transition(all, 0.3s);

			.progress-indicator {
				.canvas {
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					position: absolute;
					border-radius: inherit;
				}
			}
		}

		&.show-on-scroll {
			span {
				&.gkit-tt-show {
					-webkit-animation: gkit-btt-fadein 0.5s;
					animation: gkit-btt-fadein 0.5s;
					opacity: 1;
				}

				&:not(.gkit-tt-show) {
					-webkit-animation: gkit-btt-fadeOut 0.5s;
					animation: gkit-btt-fadeOut 0.5s;
					opacity: 0;
				}
			}
		}
	}
}

@keyframes gkit-btt-fadein {
	from {
		opacity: 0;
		transform: translateY(80px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes gkit-btt-fadeOut {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(80px);
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit