403Webshell
Server IP : 192.158.238.246  /  Your IP : 3.137.156.0
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 :  /home/jenniferflocom/www/wp-content/plugins/gutenkit-blocks-addon/src/blocks/container/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/jenniferflocom/www/wp-content/plugins/gutenkit-blocks-addon/src/blocks/container/style.scss
@mixin transition ($properties...) {
	$transition-properties: (); // Initialize an empty list to store transition properties

	@each $property in $properties {
		$transition-properties: append($transition-properties, $property .4s ease), // Append each property to the list
	}

	transition: $transition-properties; // Apply the transition properties
}

.gkit-block__inner {
	margin-left: auto;
    margin-right: auto;
}
.gkit-block-video-wrap {
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	video {
		object-fit: cover;
    	background-size: cover;
		width: 100%;
		height: 100%;
	}
}

.wp-block-gutenkit-container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	@include transition(background, border, box-shadow, border-radius);

	.gkit-container-overlay{
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
	}

	.wp-block-gutenkit-container{
		margin-left: unset;
		margin-right: unset;
		flex-shrink: 1;
		flex-grow: 0;

		&.alignfull{
			width: 100%;
			flex-shrink: 1;
		}

		&.alignwide{
			flex-shrink: 1;
		}
	}
}

.wp-site-blocks{
	.wp-block-gutenkit-container{
		.gkit-block-video-wrap{
			z-index: -1;
		}
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit