fix(icon): add missing icon

This commit is contained in:
Steffen Jost 2024-11-26 18:03:57 +01:00
parent 59b945ce4c
commit df3f60709e

View File

@ -4,7 +4,7 @@
// SPDX-License-Identifier: LicenseRef-Fraport-Corporate-Design // SPDX-License-Identifier: LicenseRef-Fraport-Corporate-Design
$ico-width: 30px; $ico-width: 15px;
$icons: new, $icons: new,
ok, ok,
@ -94,6 +94,7 @@ $icons: new,
trash, trash,
reset-tries, reset-tries,
company, company,
company-warning,
edit, edit,
user-edit, user-edit,
placeholder, placeholder,
@ -132,6 +133,7 @@ $icons: new,
.large-ico { .large-ico {
font-size: 2em; font-size: 2em;
min-width: 1em;
} }
.ico-spin { .ico-spin {