Skip to content

Commit fbccce6

Browse files
committed
chore(css): move root size rule
1 parent a6ad592 commit fbccce6

3 files changed

Lines changed: 17 additions & 13 deletions

File tree

projects/app-crm/src/styles.scss

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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-
}
71
@use 'igniteui-angular/theming' as *;
82
@use 'variables' as *;
93
@use 'app-layout';
@@ -14,6 +8,13 @@
148
$schema: $schema
159
);
1610

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.
14+
:root {
15+
--ig-size: var(--ig-size-large);
16+
}
17+
1718
/* autoprefixer grid: on */
1819
html,
1920
body {

projects/app-lob/src/styles.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
@use 'igniteui-angular/theming' as *;
2+
@use 'variables' as *;
3+
@use 'app-layout';
4+
15

26
// Specifies large size for all components to match the previous defaults
37
// 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.
48
:root {
59
--ig-size: var(--ig-size-large);
610
}
7-
@use 'igniteui-angular/theming' as *;
8-
@use 'variables' as *;
9-
@use 'app-layout';
11+
1012
/* autoprefixer grid: on */
1113
html,
1214
body {
@@ -52,4 +54,4 @@ body {
5254
::-moz-placeholder {
5355
opacity: 1;
5456
}
55-
}
57+
}

src/styles.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
@use 'igniteui-angular/theming' as *;
2+
@use 'variables' as *;
3+
@use 'app-layout';
4+
15

26
// Specifies large size for all components to match the previous defaults
37
// 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.
48
:root {
59
--ig-size: var(--ig-size-large);
610
}
7-
@use 'igniteui-angular/theming' as *;
8-
@use 'variables' as *;
9-
@use 'app-layout';
1011

1112
/* autoprefixer grid: on */
1213
html,

0 commit comments

Comments
 (0)