.h-legend {
    width: 100%;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    .h-legend-title {
        flex-shrink: 0;
        width: 60px;
        text-align: center;
    }

    .h-legend-lists {
        width: calc(100% - 60px);
        display: flex;
        align-items: center;
        justify-content: flex-start;

        .h-legend-color  {
            width: 100%;
            height: 14px;
            line-height: 14px;
            margin-left: 1px;
            padding-left: 4px;
        }

    }
}