HEX
Server: Apache
System: Linux b5.s-host.com.ua 4.18.0-305.10.2.el7.x86_64 #1 SMP Fri Jul 23 21:00:55 UTC 2021 x86_64
User: unelbhzm (1470)
PHP: 8.0.18
Disabled: NONE
Upload Files
File: /sites/nuofama.com/wp-content/themes/blocksy/static/sass/backend/editor/meta-boxes/options.scss
.ct-meta-box {

	.ct-control,
	.ct-controls-group {

		> header {
			--flex: 0 0 20%;
			max-width: 20%;
			align-self: flex-start;
		}

		> section {
			width: 80%;
			max-width: 700px;
		}

		&[data-design="inline"] {

			.ct-option-description {
				width: 80%;
				max-width: 700px;
				margin: 10px 0 0 20%;
			}
		}
	}


	// tabs
	.ct-tabs {

		> ul {
			> li {
				max-width: 120px;
				background: #f3f3f3;

				&.active:after {
					background: #fff;
				}
			}
		}
	}
}