/*--------------------------------------------------------------------------*\
    Proposal icon
\*--------------------------------------------------------------------------*/

.table-proposals__icon {
    /*box*/
    width: 13px;
    height: 13px;

    /*background*/
    fill:var(--c-cta-2);
}

.table-proposals__link:hover .table-proposals__icon{
    /*background*/
    fill: var(--c-tertiary-4);
}