File "editor.scss"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/src/editor-sidebar/editor.scss
File size: 430 B (430 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

.gblocks-editor-sidebar {
	.components-panel__body {
		&.is-opened {
			padding: 16px;
		}
	}

	&__panel-title {
		font-weight: 500;
		margin: 0 0 16px !important;
		width: 100%;
		font-size: 13px;
	}
}

.gblocks-editor-sidebar-header {
	&__inner {
		display: flex;
		flex-grow: 1;
		align-items: center;
	}

	& > *:not(.gblocks-editor-sidebar-header__inner) {
		display: none !important;
	}

	&__title {
		font-weight: 600;
	}
}