We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c281217 commit 0fb596dCopy full SHA for 0fb596d
projects/igniteui-angular/src/lib/core/styles/components/navdrawer/_navdrawer-theme.scss
@@ -356,18 +356,9 @@
356
justify-content: flex-start;
357
358
igx-icon {
359
- --component-size: 3;
+ --component-size: #{if($variant == 'indigo-design', 2, 3)};
360
361
color: var-get($theme, 'item-icon-color');
362
- @if $variant == 'indigo-design' {
363
- margin-inline-start: rem(4px);
364
- }
365
366
-
367
- span {
368
369
- padding-inline-start: rem(8px);
370
371
}
372
373
// Need this to override the igx-buttons
0 commit comments