/*--------------------------------------------------------------------------*\
    Chart legend icon
\*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------*\
    Sizes (md for a chart = tn for framework font sizes)
\*--------------------------------------------------------------------------*/

.chart--md .chart__legend__icon{
    /*box*/
    width:20px;
    height:20px;
}

.chart--sm .chart__legend__icon{
    /*box*/
    width:15px;
    height:15px;
}

.chart--tn .chart__legend__icon{
    /*box*/
    width:15px;
    height:15px;
}