HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/chuair.org/wp-content/plugins/post-and-page-builder/assets/scss/admin/_form.scss
.bg-editor-radio {
	input {
		padding: 15px;
		background: #ececec;
		border-radius: 5px;
		margin: 7px 0;
		display: block;
		font-size: 15px;
		position: relative;
		width: 100%;
		border: 0;
		height: 40px;
		box-shadow: none;
		text-align: left;
		transition: background-color, color .5s;

		&:after {
			content: attr(text);
			top: 50%;
			position: absolute;
			transform: translateY(-50%);
			margin-left: 20px;
		}

		&:hover {
			background-color: lighten($panel-color, 65%);
		}
	}

	input:checked {
		color: white;
		background: $panel-color;

		&:before {
			color: $panel-color;
			content: '\f058';
			display: block;
			position: absolute;
			left: -20px;
			font: normal normal normal 16px/1 FontAwesome;
			transform: translateY(-50%);
			top: 50%;
			height: initial;
			margin: initial;
			line-height: initial;
			background-color: initial;
			text-indent: initial;
		}
	}
}