update main

This commit is contained in:
Elio Bischof
2025-08-05 21:20:53 +02:00

View File

@@ -66,18 +66,24 @@
.type-icon { .type-icon {
color: $primary-color; color: $primary-color;
}
.type-button-icon,
.type-icon,
span {
margin-right: 1rem; margin-right: 1rem;
} }
.type-icon,
.type-button-icon { .type-button-icon {
position: relative; position: relative;
} }
> span {
margin-right: 1rem;
}
button[mat-icon-button] {
margin-right: 0;
.type-button-icon {
margin-right: 0;
}
}
} }
.trigger-wrapper { .trigger-wrapper {