HEX
Server: Apache/2
System: Linux s01 6.1.0-34-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.135-1 (2025-04-25) x86_64
User: beestg (1003)
PHP: 8.3.25
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/beestg/domains/beestgenot.nl/public_html/wp-content/plugins/code-snippets/css/edit/_gpt.scss
.cloud-create-modal {

	.components-modal__content {
		min-width: 550px;
	}

	.action-buttons {
		display: flex;
		justify-content: flex-end;
	}

	.components-button.is-secondary {
		box-shadow: none;
	}

	.notice {
		margin-left: 0;
		margin-right: 0;
	}
}

.generate-button {
	float: right;
	display: flex;
	align-items: center;

	.dashicons-warning {
		color: #b32d2e;
		margin-right: 11px;
	}
}

.code-line-explanation {
	display: flex;
	align-items: center;
	font-size: 13px;
	margin: 0;
	padding: 0 8px;
	background-color: #fff;
	border: 1px solid #bbb;
	border-left: 0;
	border-right: 0;
	color: #666;
	font-style: italic;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;

	img {
		height: 1rem;
		padding-right: 5px;
	}
}

.cloud-connect-modal {
	.icons-group {
		display: flex;
		align-items: center;
		justify-content: center;

		.dashicons {
			width: 50px;
			height: 50px;
			font-size: 50px;
		}
	}

	.action-buttons {
		display: flex;
		justify-content: flex-end;
	}
}