Skip to content

Commit bf21a9b

Browse files
committed
refactor(demos): use the indigo dark theme as default
1 parent 068f16d commit bf21a9b

File tree

1 file changed

+2
-41
lines changed

1 file changed

+2
-41
lines changed

src/styles/igniteui-theme.scss

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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-
// }

0 commit comments

Comments
 (0)