/*
 * Body container for the layout picker. The shared label row and device
 * toggles now live in device/device-switcher.scss.
 */

.atlb__res_items .components-flex-item {
	flex: 1;
}

.atlb__res_items .dashicon.dashicons {
	font-size: 16px;
	line-height: 20px;
	color: #406343;
}

.atlb__res_items .components-button-group {
	display: flex;

	.components-button.is-pressed .dashicon.dashicons {
		color: #fff;
	}
}
