UNPKG

5.29 kBSCSSView Raw
1// support for legacy variable names
2
3@if variable-exists(ag-mat-foreground-opacity) { $foreground-opacity: $ag-mat-foreground-opacity };
4@if variable-exists(ag-mat-secondary-foreground-color-opacity) { $secondary-foreground-color-opacity: $ag-mat-secondary-foreground-color-opacity };
5@if variable-exists(ag-mat-disabled-foreground-color-opacity) { $disabled-foreground-color-opacity: $ag-mat-disabled-foreground-color-opacity };
6@if variable-exists(ag-mat-grid-size) { $grid-size: $ag-mat-grid-size };
7@if variable-exists(ag-mat-icon-size) { $icon-size: $ag-mat-icon-size };
8@if variable-exists(ag-mat-header-height) { $header-height: $ag-mat-header-height };
9@if variable-exists(ag-mat-row-height) { $row-height: $ag-mat-row-height };
10@if variable-exists(ag-mat-cell-horizontal-padding) { $cell-horizontal-padding: $ag-mat-cell-horizontal-padding };
11@if variable-exists(ag-mat-virtual-item-height) { $virtual-item-height: $ag-mat-virtual-item-height };
12@if variable-exists(ag-mat-header-icon-size) { $header-icon-size: $ag-mat-header-icon-size };
13@if variable-exists(ag-mat-icons-path) { $icons-path: $ag-mat-icons-path };
14@if variable-exists(ag-mat-font-family) { $font-family: $ag-mat-font-family };
15@if variable-exists(ag-mat-font-size) { $font-size: $ag-mat-font-size };
16@if variable-exists(ag-mat-font-weight) { $font-weight: $ag-mat-font-weight };
17@if variable-exists(ag-mat-secondary-font-family) { $secondary-font-family: $ag-mat-secondary-font-family };
18@if variable-exists(ag-mat-secondary-font-size) { $secondary-font-size: $ag-mat-secondary-font-size };
19@if variable-exists(ag-mat-secondary-font-weight) { $secondary-font-weight: $ag-mat-secondary-font-weight };
20@if variable-exists(ag-mat-foreground-color) { $foreground-color: $ag-mat-foreground-color };
21@if variable-exists(ag-mat-secondary-foreground-color) { $secondary-foreground-color: $ag-mat-secondary-foreground-color };
22@if variable-exists(ag-mat-disabled-foreground-color) { $disabled-foreground-color: $ag-mat-disabled-foreground-color };
23@if variable-exists(ag-mat-border-color) { $border-color: $ag-mat-border-color };
24@if variable-exists(ag-mat-primary-color) { $primary-color: $ag-mat-primary-color };
25@if variable-exists(ag-mat-accent-color) { $accent-color: $ag-mat-accent-color };
26@if variable-exists(ag-mat-icon-color) { $icon-color: $ag-mat-icon-color };
27@if variable-exists(ag-mat-background-color) { $background-color: $ag-mat-background-color };
28@if variable-exists(ag-mat-editor-background-color) { $editor-background-color: $ag-mat-editor-background-color };
29@if variable-exists(ag-mat-panel-background-color) { $panel-background-color: $ag-mat-panel-background-color };
30@if variable-exists(ag-mat-tool-panel-background-color) { $tool-panel-background-color: $ag-mat-tool-panel-background-color };
31@if variable-exists(ag-mat-chip-background-color) { $chip-background-color: $ag-mat-chip-background-color };
32@if variable-exists(ag-mat-range-selection-background-color) { $range-selection-background-color: $ag-mat-range-selection-background-color };
33@if variable-exists(ag-mat-range-selection-highlight-color) { $range-selection-highlight-color: $ag-mat-range-selection-highlight-color };
34@if variable-exists(ag-mat-hover-color) { $hover-color: $ag-mat-hover-color };
35@if variable-exists(ag-mat-selected-color) { $selected-color: $ag-mat-selected-color };
36@if variable-exists(ag-mat-cell-data-changed-color) { $cell-data-changed-color: $ag-mat-cell-data-changed-color };
37@if variable-exists(ag-mat-font) { $font-family: $ag-mat-font; }
38@if variable-exists(ag-mat-font-secondary) { $secondary-font-family: $ag-mat-font-secondary; }
39@if variable-exists(ag-mat-font-secondary-size) { $secondary-font-size: $ag-mat-font-secondary-size; }
40@if variable-exists(ag-mat-font-secondary-weight) { $secondary-font-weight: $ag-mat-font-secondary-weight; }
41@if variable-exists(ag-mat-primary) { $primary-color: $ag-mat-primary; }
42@if variable-exists(ag-mat-secondary) { $secondary-color: $ag-mat-secondary; }
43@if variable-exists(ag-mat-foreground) { $foreground-color: $ag-mat-foreground; }
44@if variable-exists(ag-mat-foreground-secondary) { $secondary-foreground-color: $ag-mat-foreground-secondary; }
45@if variable-exists(ag-mat-foreground-disabled) { $disabled-foreground-color: $ag-mat-foreground-disabled; }
46@if variable-exists(ag-mat-background) { $background-color: $ag-mat-background; }
47@if variable-exists(ag-mat-background-editor) { $editor-background-color: $ag-mat-background-editor; }
48@if variable-exists(ag-mat-panel-background) { $panel-background-color: $ag-mat-panel-background; }
49@if variable-exists(ag-mat-tool-panel-background) { $tool-panel-background-color: $ag-mat-tool-panel-background; }
50@if variable-exists(ag-mat-chip-background) { $chip-background-color: $ag-mat-chip-background; }
51@if variable-exists(ag-mat-range-selection-background) { $range-selection-background-color: $ag-mat-range-selection-background; }
52@if variable-exists(ag-mat-range-selection-highlight) { $range-selection-highlight-color: $ag-mat-range-selection-highlight; }
53@if variable-exists(ag-mat-cell-data-changed) { $cell-data-changed-color: $ag-mat-cell-data-changed; }
54@if variable-exists(ag-mat-hover) { $hover-color: $ag-mat-hover; }
55@if variable-exists(ag-mat-selected) { $selected-color: $ag-mat-selected; }