@import "variables";

vn-item-product {
    display: block;

    .id {
        background-color: $color-main;
        color: $color-font-dark;
        margin-bottom: 0;
    }
    .image {
        height: 112px;
        width: 112px;

        & > img {
            max-height: 100%;
            max-width: 100%;
            border-radius: 3px;
        }
    }
    vn-label-value:first-of-type section{
        margin-top: 9px;
    }
}

vn-item-index {
    table {
        img {
            border-radius: 50%;
            width: 50px;
            height: 50px;
        }
    }
}