mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 05:17:34 +00:00
feat(console): angular 12, migrate grpc lib, ui element fixes (#1740)
* fix: is default * fix: feature tile in org, iam, neutral color for info boxes * lint * consolidation, ui elements * feat(console): angular 12, migrate deprecated grpc to @grpc/grpc-js (#1741) * update cli core * update material * mig * migrate grpc to grpc-js * audit * lint * node lts version, ng12 deprecation * rem comment * disable inlinestyles * fix iam feature link, binding
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
@import 'src/app/modules/form-field/form-field.component.scss';
|
||||
@import 'src/app/modules/label/label.component.scss';
|
||||
@import 'src/app/modules/meta-layout/meta.scss';
|
||||
@import 'src/app/modules/zitadel-tier/zitadel-tier.component.scss';
|
||||
@import 'src/app/modules/onboarding/onboarding.component.scss';
|
||||
|
||||
@mixin component-themes($theme) {
|
||||
@@ -40,4 +41,5 @@
|
||||
@include meta-theme($theme);
|
||||
@include info-section-theme($theme);
|
||||
@include onboarding-theme($theme);
|
||||
@include tier-theme($theme);
|
||||
}
|
||||
|
Reference in New Issue
Block a user