﻿@import "main";

.info {
    font-size: @fontSize;

    p {
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 25px;
        line-height: 25px;
        width: auto;
        word-wrap: break-word;
        white-space: nowrap;
        overflow: hidden;
    }
}

.bold
{
    font-weight: bold;
}

.titleInfo {
    font-size: @fontSize;
    font-weight: bold;
}

.textInfo {
    font-size: @fontSize;
}



.infoDescription {
    font-size: @fontSize;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    p {
        height: 25px;
        line-height: 25px;
    }
}

.avatar {
    background-image: url('./images/avatar.png');
    background-position: center;
}

