403Webshell
Server IP : 77.68.64.21  /  Your IP : 216.73.217.145
Web Server : Apache
System : Linux hp3-wp-1011352.hostingp3.local 3.10.0-1160.144.1.el7.tuxcare.els9.x86_64 #1 SMP Fri Jul 10 17:06:31 UTC 2026 x86_64
User : csh2516497 ( 2094697)
PHP Version : 8.3.30
Disable Function : shell_exec,exec,system,popen,set_time_limit
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/domains/vol2/104/3056104/user/htdocs/wp-content/plugins/code-snippets/css/edit/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/domains/vol2/104/3056104/user/htdocs/wp-content/plugins/code-snippets/css/edit/_form.scss
@use '../common/theme';

$sidebar-width: 321px;
$sidebar-gap: 30px;

.snippet-form #titlediv #title,
.snippet-type-container {
	border-color: #ccc;
	block-size: 45px
}

.snippet-type-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row;
	gap: 2em;

	.small-badge {
		margin-inline-start: 0.5em;
	}

	.badge {
		float: inline-end;
	}
}


.conditions-editor-open {
	.button.button-large {
		block-size: 100%;
		display: flex;
		align-items: center;
		gap: 8px;
		overflow: hidden;
		border-color: #ccc;
		padding-block: 6px;
		padding-inline: 12px;
	}

	&.no-condition .cond-badge {
		background: transparent;
		color: inherit;
		border: 1px solid currentcolor;
	}

	&.no-condition:hover .cond-badge {
		color: #fff;
		background: theme.$accent;
		border-color: theme.$accent;
	}
}

.snippet-form {
	margin-block-start: 10px;
	display: grid;
	gap: $sidebar-gap;
	grid-template-columns: 1fr $sidebar-width;
	grid-template-areas: 'upper sidebar' 'lower sidebar';
	transition: all 700ms;

	&.snippet-form-expanded {
		grid-template-areas: 'upper upper' 'lower sidebar';
	}

	.snippet-form-upper {
		grid-area: upper;
	}

	.snippet-form-lower {
		grid-area: lower;
	}

	.snippet-editor-sidebar {
		grid-area: span 3 / sidebar;
		max-inline-size: $sidebar-width;
		position: sticky;
		inset-block-start: 32px;
		align-self: start;
	}

	@media (width <= 1024px) {
		grid-template-columns: 1fr;
	}

	h2, h3 {
		margin-block: 25px 15px;
		margin-inline: 0;
		font-size: 1.16em;

		label {
			cursor: auto;
		}

		.button {
			font-weight: normal;
		}
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit