mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-10 07:02:16 +00:00
fix(console): edit project role, address form cleanup, assets, i18n (#339)
* remove grant detail module, role detail dialog * change appearance, i18n, remove address form
This commit is contained in:
@@ -109,7 +109,7 @@ $dark-theme: mat-dark-theme($dark-primary, $dark-accent, $dark-warn);
|
||||
|
||||
|
||||
$custom-typography: mat-typography-config(
|
||||
$font-family: 'Rubik'
|
||||
$font-family: 'Lato'
|
||||
);
|
||||
@include mat-core($custom-typography);
|
||||
|
||||
@@ -121,7 +121,7 @@ $custom-typography: mat-typography-config(
|
||||
@include angular-material-theme($light-theme);
|
||||
color: #202124;
|
||||
|
||||
.crescent, .side, .main-container {
|
||||
.side, .main-container {
|
||||
background-color: white;
|
||||
transition: background-color .5s ease-in-out;
|
||||
}
|
||||
@@ -131,7 +131,7 @@ $custom-typography: mat-typography-config(
|
||||
@include component-themes($dark-theme);
|
||||
@include angular-material-theme($dark-theme);
|
||||
|
||||
.crescent, .side, .main-container {
|
||||
.side, .main-container {
|
||||
background-color: #212224;
|
||||
transition: background-color .5s ease-in-out;
|
||||
}
|
||||
@@ -154,7 +154,7 @@ body {
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Rubik', -apple-system, BlinkMacSystemFont,
|
||||
font-family: 'Lato', -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", "Roboto", "Oxygen",
|
||||
"Ubuntu", "Cantarell", "Fira Sans",
|
||||
"Droid Sans", "Helvetica Neue", sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user