@import url('_Color.css');


.SvgIcon {
    stroke: var(--color-dark);
    width:30px;
}

.IconActive .SvgIcon {
    stroke: var( --color-dark);
    width:20px;
}

.IconInactive .SvgIcon {
    stroke: var(--color-light-pale);
    width:20px;
}


.GridCellHead > .SvgIcon {
    width: 20px;
}

