/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/

// Colors.
$black: rgb(41, 41, 41);
$white: #f4f4f4;
$gray: #dedede;
$green: #bada55;
$red: orangered;

// Category icon style
.eb-category-icon {
	margin-left: 8px;
}

// Fix unit control click issue
.components-base-control .components-base-control__label {
	margin-right: 100px;
}

// Custom inspector button group
.eb-inspector-btn-group {
	display: flex;
	padding-bottom: 5px;
}

.eb-inspector-btn-group button {
	flex: 1;
	padding-left: 40px !important;
}
