@import '@/global/global.less';
@marginTp: @font-size-base * 1;

.table-button {
	display: inline-block;
	&:not(:last-child) {
		padding-right: 11px;
		margin-right: 11px;
		border-right: 1px solid #ddd;
	}
}

.process-category-add-wrapper {
	position: relative;
	display: flex;
	margin-bottom: 1em;
	padding: 1em 0;
	justify-content: space-between;
	background-color: #eee;
	.wrapper-caption {
		display: inline-block;
		vertical-align: middle;
		margin-left: 1em;
		font-weight: bolder;
		font-size: 1.2em;
	}
	.wrapper-button {
		// position: absolute;
		// top: 50%;
		// right: 1em;
		// transform: translateY(-50%);
		background-color: #ccc;
		border: 1px solid #ccc;
		border-radius: 3px;
		color: #fff;
		// font-size: 12px;
		padding: 3px;
		// height: 22px;
		// line-height: 22px;
		&:after {
			height: 16px;
			line-height: 16px;
			display: inline-block;
			content: '+';
		}
	}
}
