.ga-avatar {
  @apply inline-flex h-10 w-10 items-center justify-center overflow-hidden rounded-full border align-middle font-bold;

  &.ga-avatar--small {
    @apply h-6 w-6 text-sm;
  }

  &.ga-avatar--large {
    @apply h-16 w-16 text-2xl;
  }
}
