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 6
6
@import ' app-layout' ;
7
7
8
8
/* autoprefixer grid: on */
9
- $palette : $light-material -palette ;
10
- $schema : $light-material -schema ;
9
+ $palette : $dark-indigo -palette ;
10
+ $schema : $dark-indigo -schema ;
11
11
12
12
$igx-background-color : igx-color ($palette , ' surface' );
13
13
$igx-foreground-color : igx-color ($palette , ' grays' , 900 );
@@ -19,10 +19,6 @@ body {
19
19
20
20
@include igx-core ($direction : ltr );
21
21
@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
- );
26
22
27
23
.nav-header {
28
24
@if luminance ($igx-background-color ) < .5 {
@@ -32,38 +28,3 @@ body {
32
28
}
33
29
}
34
30
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