File tree Expand file tree Collapse file tree 1 file changed +2
-41
lines changed
Expand file tree Collapse file tree 1 file changed +2
-41
lines changed Original file line number Diff line number Diff line change 66@import ' app-layout' ;
77
88/* autoprefixer grid: on */
9- $palette : $light-material -palette ;
10- $schema : $light-material -schema ;
9+ $palette : $dark-indigo -palette ;
10+ $schema : $dark-indigo -schema ;
1111
1212$igx-background-color : igx-color ($palette , ' surface' );
1313$igx-foreground-color : igx-color ($palette , ' grays' , 900 );
@@ -19,10 +19,6 @@ body {
1919
2020@include igx-core ($direction : ltr );
2121@include igx-theme ($palette : $palette , $schema : $schema );
22- @include igx-typography (
23- $font-family : " 'Nunito Sans', sans-serif" ,
24- $type-scale : $indigo-type-scale
25- );
2622
2723.nav-header {
2824 @if luminance ($igx-background-color ) < .5 {
@@ -32,38 +28,3 @@ body {
3228 }
3329}
3430
35- // @media print {
36- // html,
37- // body,
38- // app-root {
39- // min-height: 100vh;
40- // min-width: 100vw;
41- // margin: 0;
42- // display: block;
43- // background: transparent !important;
44- // }
45-
46- // .sample-content,
47- // .sample-column,
48- // .wrapper {
49- // margin: 0;
50- // padding: 0;
51- // }
52-
53- // .sample-header,
54- // .sample-description,
55- // .sample-title,
56- // .no-print,
57- // .igx-nav-drawer,
58- // .form-title {
59- // display: none !important;
60- // }
61-
62- // ::-webkit-scrollbar {
63- // background-color: #fff !important;
64- // }
65-
66- // ::-webkit-scrollbar-thumb {
67- // background-color: #fff !important;
68- // }
69- // }
You can’t perform that action at this time.
0 commit comments