mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-26 04:17:55 +00:00
fix(console): Idp settings, settings reset warn dialog, Accept-Language header interceptor, i18n (#3727)
* fix idp table, settings reset warn dialog, fix i18n interceptor, i18n * fix label policy on org change * fallback * fix preview button styles * footer, login-policy null check * org create btn alignment * show error with toast * error toast
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
}
|
||||
|
||||
.no-content-row {
|
||||
background-color: if($is-dark-theme, #00000030, #f4f4f470);
|
||||
background-color: if($is-dark-theme, #ffffff10, #f4f4f470);
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
display: flex;
|
||||
@@ -92,6 +92,7 @@
|
||||
padding: 0.5rem;
|
||||
font-size: 14px;
|
||||
justify-content: center;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.selection {
|
||||
|
Reference in New Issue
Block a user