|
|
@ -86,6 +86,7 @@ $gf-theme-default: mat.define-light-theme( |
|
|
|
); |
|
|
|
@include mat.all-component-themes($gf-theme-default); |
|
|
|
@include mat.button-density(0); |
|
|
|
@include mat.table-density(-1); |
|
|
|
|
|
|
|
// Create dark theme |
|
|
|
$gf-theme-dark: mat.define-dark-theme( |
|
|
@ -101,6 +102,7 @@ $gf-theme-dark: mat.define-dark-theme( |
|
|
|
.is-dark-theme { |
|
|
|
@include mat.all-component-colors($gf-theme-dark); |
|
|
|
@include mat.button-density(0); |
|
|
|
@include mat.table-density(-1); |
|
|
|
} |
|
|
|
|
|
|
|
:root { |
|
|
|