@import '../../../../Components/GlobalStyles/colors.scss';

.deleteCompany {
	margin-left: 135px;
	color: $red !important;
	text-decoration: none;

	&:hover {
		color: $red;
		text-decoration: underline;
	}
}
