HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpamazingsecret/wp-content/plugins_/code-snippets/build/css/edit.scss
@import '../node_modules/@jcubic/tagger/tagger.css';
@import 'editor';

@import 'type-badges';

/**
 * Custom styling for the single snippet admin page
 */

.form-table th {
	width: auto;
}

h2 {
	/* Provide some decent space between the fields and titles */
	margin: 25px 0 15px 0;

	&:first-of-type {
		margin-top: 20px;
	}

	label {
		cursor: auto;
	}
}

.inactive-snippet, .active-snippet {
	#title {
		border-left-width: 4px;
	}
}

.active-snippet #title {
	border-left-color: #46b450;
}

.inactive-snippet #title {
	border-left-color: #bbb;
}

.erroneous-snippet #title {
	border-left-color: #dc3232;
}

#snippet-form {
	margin-top: 10px
}

/* Position the description heading on the same level as the editor buttons */
label[for='snippet_description'] h3 div {
	position: absolute;
}

/* Add spacing in between the action buttons */
.button + .button {
	margin-left: .5em;
}

.submit-inline {
	float: right;
}

p.snippet-scope, .snippet-scope p {
	margin-top: 15px;
}

.snippet-scope label,
.html-shortcode-options strong {
	display: inline-block;
	margin-right: 1.5em;
}

.below-editor {
	display: flex;
	justify-content: space-between;
}

.snippet-priority {

	label {
		font-weight: bold;
		cursor: help;
		font-size: 1.1em;
		padding-right: 0.5em;
	}

	input {
		width: 4em;
	}
}

.snippet-editor {
	position: relative;
}

.CodeMirror {
	width: 100%;
}

.wrap h2.nav-tab-wrapper {
	border-bottom: none;
}

.code-snippets-copy-text {
	color: inherit;
}

@import 'edit/tooltips';
@import 'edit/types';
@import 'edit/tags';