/**
 * @file
 * Styling for the RAAS menu.
 */

/* `Menu
--------------------------------------------------------------------------------*/

/* `Unauthorized
----------------------------------------*/
.menu .gigya-authorized {
  display: none;
}


/* `Authorized
----------------------------------------*/
.gigya-authorized-user .menu .gigya-unauthorized {
  display: none;
}

.gigya-authorized-user .menu .gigya-authorized {
  display: inherit;
}

.menu .profile-image {
  display: inline-block;
  height: 32px;
  margin:-16px 7px -16px 0;
  width: 32px;
}
