File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 99$palette : $dark-indigo-palette ;
1010$schema : $dark-indigo-schema ;
1111
12- $igx-background-color : igx-color ($palette , ' surface' );
12+ $igx-background-color : darken ( igx-color ($palette , ' surface' ), 5 % );
1313$igx-foreground-color : igx-color ($palette , ' grays' , 900 );
1414
1515body {
@@ -20,6 +20,15 @@ body {
2020@include igx-core ($direction : ltr );
2121@include igx-theme ($palette : $palette , $schema : $schema );
2222
23+ @include igx-typography (
24+ $font-family : " 'Nunito Sans', sans-serif" ,
25+ $type-scale : $indigo-type-scale
26+ );
27+
28+ @include igx-card-typography ($indigo-type-scale , $categories : (
29+ title: ' h5' ,
30+ ));
31+
2332.nav-header {
2433 @if luminance ($igx-background-color ) < .5 {
2534 @include nav-logo (' ../assets/images/rsrcs/igniteui-logo-dark-bg' , $igx-background-color );
You can’t perform that action at this time.
0 commit comments