@import "variables";

vn-item-last-entries {
    .round {
        background-color: $color-spacer;
        border-radius: 25px;
        float: right;
        width: 25px;
        color: $color-font-dark;
        text-align: center;
        font-weight: bold;
    }
    vn-horizontal {
        justify-content: center;
    }
    vn-date-picker {
        flex: none !important;

        .mdl-textfield{
            width: 400px !important;
        }
    }
    @media screen and (max-width: 1440px) {
        .expendable{
            display: none;
        }
    }
}