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 01400b7 commit 59ff0fdCopy full SHA for 59ff0fd
projects/igniteui-angular/src/lib/core/styles/components/navdrawer/_navdrawer-theme.scss
@@ -158,6 +158,7 @@
158
159
$drawer-icon-size: rem(24px);
160
$drawer-item-margin: rem(8px);
161
+ $text-side-padding: rem(8px);
162
$drawer-item-min-h: auto;
163
$drawer-item-max-h: rem(48px);
164
$drawer-item-min-w: rem(32px);
@@ -320,15 +321,15 @@
320
321
322
> igx-icon + span {
323
@if $variant == 'indigo-design' {
- margin-#{$left}: rem(28px);
324
+ margin-#{$left}: calc(32px - #{$text-side-padding});
325
} @else {
326
margin-#{$left}: rem(32px);
327
}
328
329
330
span {
331
- padding-#{$left}: rem(8px);
332
+ padding-#{$left}: $text-side-padding;
333
334
335
0 commit comments