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:
Max Peintner
2020-07-03 10:26:43 +02:00
committed by GitHub
parent 1d0c8eff7f
commit a71b5e35d7
43 changed files with 214 additions and 370 deletions

View File

@@ -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;