File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
projects/igniteui-angular/src/lib/core/styles/components/grid-toolbar Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 169
169
+ igx-grid-header-row {
170
170
margin-top : map .get ($grid-toolbar-height , ' comfortable' );
171
171
}
172
+
173
+ + igx-grid-group-by-area {
174
+ margin-top : map .get ($grid-toolbar-height , ' comfortable' );
175
+ height : auto ;
176
+ }
172
177
}
173
178
174
179
183
188
+ igx-grid-header-row {
184
189
margin-top : map .get ($grid-toolbar-height , ' cosy' );
185
190
}
191
+
192
+ + igx-grid-group-by-area {
193
+ margin-top : map .get ($grid-toolbar-height , ' cosy' );
194
+ height : auto ;
195
+ }
186
196
}
187
197
188
198
%igx-grid-toolbar--compact {
196
206
+ igx-grid-header-row {
197
207
margin-top : map .get ($grid-toolbar-height , ' compact' );
198
208
}
209
+
210
+ + igx-grid-group-by-area {
211
+ margin-top : map .get ($grid-toolbar-height , ' compact' );
212
+ height : auto ;
213
+ }
199
214
}
200
215
201
216
%igx-grid-toolbar__title {
You can’t perform that action at this time.
0 commit comments