mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-26 04:17:55 +00:00
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations * project grant detail, state update, user-list pad * rm entry components * members nav, i18n, disable actions on non active * add org domain dialog * mv password policy rm to detail view * prefix pinned orgs for userid, fix collapsed pad * fix app back navigation * rem pwd required validator * fix org item overflow * routing * move users modules to users page * reorganize projects * remove child init of translate * hide same preferred loginname
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
|
||||
.mat-table,
|
||||
mat-paginator {
|
||||
background-color: $secondary-dark !important;
|
||||
background-color: inherit !important;
|
||||
transition: background-color .5s ease-in-out;
|
||||
|
||||
&.background-style {
|
||||
background-color: $primary-dark !important;
|
||||
background-color: inherit !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user