mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 22:07:38 +00:00
fix(console): dependency updates, cleanup styling (#5185)
* cli, core * cdk material * schematics * chore(deps-dev): bump @types/node from 18.11.17 to 18.13.0 in /console (#5175) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.17 to 18.13.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump prettier from 2.8.1 to 2.8.4 in /console (#5174) Bumps [prettier](https://github.com/prettier/prettier) from 2.8.1 to 2.8.4. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.8.1...2.8.4) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 8.31.0 to 8.33.0 in /console (#5118) Bumps [eslint](https://github.com/eslint/eslint) from 8.31.0 to 8.33.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.31.0...v8.33.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * codemirror * fix action coloring * rm css var * fix audit * lock * deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
@import 'src/app/pages/users/user-list/user-table/user-table.component';
|
||||
@import 'src/app/pages/users/user-detail/contact/contact.component';
|
||||
@import 'src/app/pages/projects/project-grid/project-grid.component';
|
||||
@import 'src/app/pages/actions/actions.component';
|
||||
@import 'src/app/app.component.scss';
|
||||
@import './styles/color.scss';
|
||||
@import 'src/app/pages/instance/instance.component.scss';
|
||||
@@ -113,6 +114,7 @@
|
||||
@include accounts-card-theme($theme);
|
||||
@include sidenav-theme($theme);
|
||||
@include info-section-theme($theme);
|
||||
@include actions-theme($theme);
|
||||
@include filter-theme($theme);
|
||||
@include private-label-theme($theme);
|
||||
@include project-grid-theme($theme);
|
||||
|
Reference in New Issue
Block a user