UNPKG

716 BSCSSView Raw
1.ag-custom-theme {
2 $icons: aggregation arrows asc checkbox-checked-readonly checkbox-checked checkbox-indeterminate-readonly checkbox-indeterminate checkbox-unchecked-readonly checkbox-unchecked column columns contracted copy cut desc expanded eye-slash eye filter group indeterminate left loading menu minus none not-allowed paste pin pivot plus right small-left small-right small-up small-down tick cross tree-open tree-closed;
3 @each $icon in $icons {
4 .ag-icon-#{$icon} {
5 display: inline-block;
6 width: 12px;
7 height: 12px;
8 background: transparent url('./icons/#{$icon}.svg') center no-repeat;
9 background-size: 12px 12px;
10 }
11 }
12}