/* * * * * * * * * * * * * * * * * * * * *
Admin Setting Sidebar utility
*/
.vk-radioControl {
	.components-radio-control__option{
		display: flex;
	}
}
.font-size-11px {
	font-size: 11px;
}
.font-size-14px {
	font-size: 14px;
}

// 下部余白のついたコンポーネントの下に文字を表示したりするためのクラス
.offset-mt-18px {
	&,
	&.alert {
		margin-top:-18px;
		margin-bottom:18px;
	}
}

/* テーマ側で定義されている場合もあるが、ない場合もあるのでここにも記載 */
.text-danger {
	color: #dc3545!important;
}
.editor-sidebar {
	.alert {
		ul {
			padding-left:1.2em;
			list-style: disc;
		}
		p + p {
			margin-top:1em;
		}
	}
}

