You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/app-crm/src/styles.scss
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,3 @@
1
-
2
-
// Specifies large size for all components to match the previous defaults
3
-
// This may not be needed for your project. Please consult https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/update-guide for more details.
4
-
:root {
5
-
--ig-size: var(--ig-size-large);
6
-
}
7
1
@use'igniteui-angular/theming'as*;
8
2
@use'variables'as*;
9
3
@use'app-layout';
@@ -14,6 +8,13 @@
14
8
$schema: $schema
15
9
);
16
10
11
+
12
+
// Specifies large size for all components to match the previous defaults
13
+
// This may not be needed for your project. Please consult https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/update-guide for more details.
Copy file name to clipboardExpand all lines: projects/app-lob/src/styles.scss
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
+
@use'igniteui-angular/theming'as*;
2
+
@use'variables'as*;
3
+
@use'app-layout';
4
+
1
5
2
6
// Specifies large size for all components to match the previous defaults
3
7
// This may not be needed for your project. Please consult https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/update-guide for more details.
Copy file name to clipboardExpand all lines: src/styles.scss
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
+
@use'igniteui-angular/theming'as*;
2
+
@use'variables'as*;
3
+
@use'app-layout';
4
+
1
5
2
6
// Specifies large size for all components to match the previous defaults
3
7
// This may not be needed for your project. Please consult https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/update-guide for more details.
0 commit comments