// -------------------------------------------------------------------
// :: PROFILE MENU
// -------------------------------------------------------------------

.m-profile-menu{
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	font-weight: bold;
	color: $black;
	text-decoration: none;
	padding-right: 1rem;
	border-radius: 2.5rem;
	transition: all 0.2s ease-in;
	white-space: nowrap;

	.a-avatar{
		float: left;
		margin-right: 0.7rem;
	}

	&:hover{
		background-color: $light;
	}
}
