@use '@talend/bootstrap-theme/src/theme/guidelines' as *;

.tc-list-checkbox {
	:global(.checkbox) {
		margin: 0;
		display: flex;

		label {
			line-height: 0.9375rem;
			min-height: 0.9375rem;
			display: flex;
			padding-left: $padding-large;
			margin-bottom: 0;
		}
	}
}
