|
13 | 13 | .sort-icon.material-icons.igx-icon { |
14 | 14 | color: white; |
15 | 15 | } |
16 | | - @include css-vars($light-grid-theme); |
17 | | - @include css-vars($light-snackbar-theme); |
18 | | - @include css-vars($light-input-group-theme); |
19 | | - @include css-vars($light-paginator-theme); |
20 | | - @include css-vars($light-button-theme); |
21 | | - @include css-vars($light-dialog-theme); |
22 | | - @include css-vars($light-button-group-theme); |
23 | | - @include css-vars($light-calendar-theme); |
24 | | - @include css-vars($light-icon-theme); |
25 | | - @include css-vars($light-chip-theme); |
26 | | - @include css-vars($light-drop-down-theme); |
27 | | - @include css-vars($light-badge-theme); |
| 16 | + @include tokens($light-grid-theme); |
| 17 | + @include tokens($light-snackbar-theme); |
| 18 | + @include tokens($light-input-group-theme); |
| 19 | + @include tokens($light-paginator-theme); |
| 20 | + @include tokens($light-button-theme); |
| 21 | + @include tokens($light-dialog-theme); |
| 22 | + @include tokens($light-button-group-theme); |
| 23 | + @include tokens($light-calendar-theme); |
| 24 | + @include tokens($light-icon-theme); |
| 25 | + @include tokens($light-chip-theme); |
| 26 | + @include tokens($light-drop-down-theme); |
| 27 | + @include tokens($light-badge-theme); |
28 | 28 | } |
29 | 29 | } |
30 | 30 |
|
31 | 31 | //Set the dark themes for the components. |
32 | 32 | &.dark-theme { |
33 | 33 | background: $dark-color; |
34 | 34 | ::ng-deep { |
35 | | - @include css-vars($dark-grid-theme); |
36 | | - @include css-vars($dark-snackbar-theme); |
37 | | - @include css-vars($dark-input-group-theme); |
38 | | - @include css-vars($dark-paginator-theme); |
39 | | - @include css-vars($dark-button-theme); |
40 | | - @include css-vars($dark-dialog-theme); |
41 | | - @include css-vars($dark-button-group-theme); |
42 | | - @include css-vars($dark-calendar-theme); |
43 | | - @include css-vars($dark-icon-theme); |
44 | | - @include css-vars($dark-chip-theme); |
45 | | - @include css-vars($dark-drop-down-theme); |
46 | | - @include css-vars($dark-badge-theme); |
| 35 | + @include tokens($dark-grid-theme); |
| 36 | + @include tokens($dark-snackbar-theme); |
| 37 | + @include tokens($dark-input-group-theme); |
| 38 | + @include tokens($dark-paginator-theme); |
| 39 | + @include tokens($dark-button-theme); |
| 40 | + @include tokens($dark-dialog-theme); |
| 41 | + @include tokens($dark-button-group-theme); |
| 42 | + @include tokens($dark-calendar-theme); |
| 43 | + @include tokens($dark-icon-theme); |
| 44 | + @include tokens($dark-chip-theme); |
| 45 | + @include tokens($dark-drop-down-theme); |
| 46 | + @include tokens($dark-badge-theme); |
47 | 47 | } |
48 | 48 | } |
49 | 49 |
|
50 | 50 | //Set the black themes for the components. |
51 | 51 | &.black-theme { |
52 | 52 | background: $black-color; |
53 | 53 | ::ng-deep { |
54 | | - @include css-vars($black-grid-theme); |
55 | | - @include css-vars($black-snackbar-theme); |
56 | | - @include css-vars($black-input-group-theme); |
57 | | - @include css-vars($black-paginator-theme); |
58 | | - @include css-vars($black-button-theme); |
59 | | - @include css-vars($black-dialog-theme); |
60 | | - @include css-vars($black-button-group-theme); |
61 | | - @include css-vars($black-calendar-theme); |
62 | | - @include css-vars($black-icon-theme); |
63 | | - @include css-vars($black-chip-theme); |
64 | | - @include css-vars($black-drop-down-theme); |
65 | | - @include css-vars($black-badge-theme); |
| 54 | + @include tokens($black-grid-theme); |
| 55 | + @include tokens($black-snackbar-theme); |
| 56 | + @include tokens($black-input-group-theme); |
| 57 | + @include tokens($black-paginator-theme); |
| 58 | + @include tokens($black-button-theme); |
| 59 | + @include tokens($black-dialog-theme); |
| 60 | + @include tokens($black-button-group-theme); |
| 61 | + @include tokens($black-calendar-theme); |
| 62 | + @include tokens($black-icon-theme); |
| 63 | + @include tokens($black-chip-theme); |
| 64 | + @include tokens($black-drop-down-theme); |
| 65 | + @include tokens($black-badge-theme); |
66 | 66 |
|
67 | 67 | .igx-drop-down__list{ |
68 | 68 | background: $black-color; |
|
0 commit comments