/*
  @project: monepi/administrateur
  @create: 23 Déc 2020
  @description: User component stylesheet
*/

/* ----------------------------------------------------------------------------- == SUMMARY */
/*
1. User-avatar
*/

/* ----------------------------------------------------------------------------- == User-avater */
.User-avatar {
  align-items: center;
  background-color: var(--grey-400);
  font-weight: 600;
  color: var(--white);
  border-radius: 50vw;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  height: 40px;
  width: 40px;
}
