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

.tc-tile-header {
	display: flex;
	height: 4.0625rem;
	align-items: center;
	justify-content: space-between;
	padding: $padding-normal;
	border-bottom: 1px solid lightgray;
}
