.o-avatar {
    width: 100px;
    text-align: right;
    
    &__img {
        width: 100%;
        border-radius: 50em;
    }

    &__notification {
        display: inline-block;
        min-width: 24px;
        height: 24px;
        border-radius: 12px;
        background-color: #f7744a;
        font-size: 16px;
        color: #fff;
        line-height: @height;
        text-align: center;
    }
}