403Webshell
Server IP : 89.108.64.180  /  Your IP : 216.73.216.229
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : www-root ( 1010)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/www-root/data/www/omapart.ru/wp-content/plugins/elementor/app/assets/js/ui/card/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/www-root/data/www/omapart.ru/wp-content/plugins/elementor/app/assets/js/ui/card/card.scss
// Card

// this should emulate external packages consumption
@import "./card-api";

$root: $eps-prefix + card;

.#{$root} {
	background-color: var(--card-background-color);
	box-shadow: $card-box-shadow;
	border-radius: $card-border-radius;
	transition: $card-transition;
	font-size: $card-font-size;

	&__header {
		padding: $card-header-padding;
		border-bottom: var(--card-header-footer-border);
		min-height: $card-header-height;
		display: flex;
		align-items: center;

		&--padding {
			padding: var(--eps-card-header-padding);
		}
	}

	/*
	 todo: TBD: Optionally remove headline styling in favor of a global atom depending on variation needs
	*/

	&__headline {
		color: var(--card-headline-color);
		margin-bottom: 0;
		font-weight: $card-headline-font-weight;
		flex-grow: 1;
		@include text-truncate();
	}

	&__body {
		padding: $card-body-padding-y $card-body-padding-x;

		&--padding {
			padding: var(--eps-card-body-padding);
		}
	}

	// figure is here to assist with aspect ratio, and dealing with different image sizes and bg-color for shorter images e.g. header, footer.
	&__figure {
		background-color: var(--card-figure-background-color);
		position: relative;
		padding-bottom: $card-image-aspect-ratio;
		overflow: hidden;
		height: 0;
	}

	&__image {
		width: 100%;
		object-fit: contain;
		object-position: top;
		position: absolute;
		top: 0;
		left: 0;
	}

	&__image-overlay {
		position: absolute;
		top: 0;
		background-color: var(--card-image-overlay-background-color);
		z-index: 1;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: $card-image-overlay-transition;

		&:hover {
			opacity: 1;
		}
	}

	&__footer {
		padding: $card-padding;
		border-top: var(--card-header-footer-border);
		font-size: $card-footer-font-size;

		&--padding {
			padding: var(--eps-card-footer-padding);
		}
	}

	&:hover {
		background-color: var(--card-background-color-hover);
	}
}


Youez - 2016 - github.com/yon3zu
LinuXploit