﻿
LobbyUser
{
  min-height: 40px;
  padding: 5px;
  align-items: flex-start;
  
  img
  {
    height: 30px;
    width: 30px;
  }

  > .name
  {
    margin-left: 5px;
    font-size: 18px;
    height: 100%;
    align-self: center;
  }

  > .background
  {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.1s ease;

    background-color: rgba(#131313, 0.7);
  }
}
