We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4cbad3 + 379d526 commit 537702cCopy full SHA for 537702c
projects/igniteui-angular/core/src/core/styles/components/navbar/_navbar-theme.scss
@@ -117,6 +117,13 @@
117
display: flex;
118
align-items: center;
119
120
+ @if $variant == 'indigo' {
121
+ igc-icon-button,
122
+ [igxIconButton] {
123
+ padding: rem(6px);
124
+ }
125
126
+
127
igx-icon,
128
igc-icon {
129
--component-size: #{if($variant == 'indigo', 2, 3)};
@@ -128,7 +135,6 @@
135
@if $variant == 'indigo' {
136
width: auto;
130
137
height: auto;
131
- padding: rem(6px);
132
138
}
133
139
134
140
0 commit comments