@@ -28,56 +28,8 @@ $sample-project-theme: mat.define-light-theme((
28
28
)
29
29
));
30
30
31
- // Include theme styles for core and each component used in your app.
32
- // Alternatively, you can import and @include the theme mixins for each component
33
- // that you are using.
34
- @include mat .all-component-themes ($sample-project-theme );
35
- @include mat .mdc-tooltip-theme ($sample-project-theme );
36
- @include mat .mdc-tooltip-typography ($sample-project-theme );
37
- @include mat .mdc-tabs-theme ($sample-project-theme );
38
- @include mat .mdc-tabs-typography ($sample-project-theme );
39
- @include mat .mdc-table-theme ($sample-project-theme );
40
- @include mat .mdc-table-typography ($sample-project-theme );
41
- @include mat .mdc-slider-theme ($sample-project-theme );
42
- @include mat .mdc-slider-typography ($sample-project-theme );
43
- @include mat .mdc-slide-toggle-theme ($sample-project-theme );
44
- @include mat .mdc-slide-toggle-typography ($sample-project-theme );
45
- @include mat .mdc-select-theme ($sample-project-theme );
46
- @include mat .mdc-select-typography ($sample-project-theme );
47
- @include mat .mdc-core-theme ($sample-project-theme );
48
- @include mat .mdc-core-typography ($sample-project-theme );
49
- @include mat .mdc-radio-theme ($sample-project-theme );
50
- @include mat .mdc-radio-typography ($sample-project-theme );
51
- @include mat .mdc-progress-spinner-theme ($sample-project-theme );
52
- @include mat .mdc-progress-spinner-typography ($sample-project-theme );
53
- @include mat .mdc-progress-bar-theme ($sample-project-theme );
54
- @include mat .mdc-progress-bar-typography ($sample-project-theme );
55
- @include mat .mdc-paginator-theme ($sample-project-theme );
56
- @include mat .mdc-paginator-typography ($sample-project-theme );
57
31
@include mat .mdc-menu-theme ($sample-project-theme );
58
32
@include mat .mdc-menu-typography ($sample-project-theme );
59
- @include mat .mdc-list-theme ($sample-project-theme );
60
- @include mat .mdc-list-typography ($sample-project-theme );
61
- @include mat .mdc-input-theme ($sample-project-theme );
62
- @include mat .mdc-input-typography ($sample-project-theme );
63
- @include mat .mdc-form-field-theme ($sample-project-theme );
64
- @include mat .mdc-form-field-typography ($sample-project-theme );
65
- @include mat .mdc-dialog-theme ($sample-project-theme );
66
- @include mat .mdc-dialog-typography ($sample-project-theme );
67
- @include mat .mdc-chips-theme ($sample-project-theme );
68
- @include mat .mdc-chips-typography ($sample-project-theme );
69
- @include mat .mdc-checkbox-theme ($sample-project-theme );
70
- @include mat .mdc-checkbox-typography ($sample-project-theme );
71
- @include mat .mdc-card-theme ($sample-project-theme );
72
- @include mat .mdc-card-typography ($sample-project-theme );
73
- @include mat .mdc-button-theme ($sample-project-theme );
74
- @include mat .mdc-button-typography ($sample-project-theme );
75
- @include mat .mdc-fab-theme ($sample-project-theme );
76
- @include mat .mdc-fab-typography ($sample-project-theme );
77
- @include mat .mdc-icon-button-theme ($sample-project-theme );
78
- @include mat .mdc-icon-button-typography ($sample-project-theme );
79
- @include mat .mdc-autocomplete-theme ($sample-project-theme );
80
- @include mat .mdc-autocomplete-typography ($sample-project-theme );
81
33
82
34
/* You can add global styles to this file, and also import other style files */
83
35
0 commit comments