Redesign RTF Scan wizard

This commit is contained in:
Tom Najdek 2024-01-10 16:29:22 +01:00 committed by Dan Stillman
parent b30e975379
commit 701c76aa3f
10 changed files with 99 additions and 26 deletions

View file

@ -79,4 +79,13 @@
}
}
}
$-icons: (document-accept, document-missing);
@each $icon in $-icons {
.icon-css.icon-#{$icon} {
@include focus-states using ($color) {
@include svgicon($icon, $color, "16");
}
}
}
}