.avatar {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, $portal-blue-light 0%, $portal-blue 56%, $portal-blue-dark 100%);
    color: $portal-white;
    font-size: 22px;
    line-height: 1;
}

.avatar--small {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 11px;
}