@import 'src/Components/GlobalStyles/colors';

.headerHelpTab {
	display: flex;
	justify-content: space-between;
	align-content: center;

	button {
		border: none;
		border-radius: 20px;
		padding: 10px;
		line-height: 0.5;
		background-color: white;
		box-shadow: 0 3px 13px 0 $dropShadow;
	}
}
