fix(icon): add missing icon

This commit is contained in:
Steffen Jost 2024-11-26 18:03:57 +01:00 committed by Sarah Vaupel
parent 1f7e9b6a2f
commit 75a4f52a80

View File

@ -5,7 +5,7 @@
@import 'env';
$ico-width: 30px;
$ico-width: 15px;
$icons: new,
ok,
@ -95,6 +95,7 @@ $icons: new,
trash,
reset-tries,
company,
company-warning,
edit,
user-edit,
placeholder,
@ -133,6 +134,7 @@ $icons: new,
.large-ico {
font-size: 2em;
min-width: 1em;
}
.ico-spin {