File tree 1 file changed +8
-7
lines changed
projects/igniteui-angular/src/lib/core/styles/components/action-strip
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 65
65
66
66
/// @param {Map} $theme - The theme used to style the component.
67
67
/// @requires {mixin} css-vars
68
+ /// @requires spacing
68
69
/// @requires rem
69
70
/// @requires var-get
70
71
@mixin action-strip ($theme ) {
71
72
@include css-vars ($theme );
72
73
73
74
$padding : (
74
- comfortable: 0 rem (24px ),
75
- cosy: 0 rem (16px ),
76
- compact : 0 rem (12px )
75
+ comfortable: 0 spacing (24px , ' comfortable ' ),
76
+ cosy: 0 spacing (16px , ' cosy ' ),
77
+ compact : 0 spacing (12px , ' compact ' )
77
78
);
78
79
79
80
$variant : map .get ($theme , variant );
136
137
}
137
138
138
139
igx-icon + [igxLabel ] {
139
- margin-inline-start : rem (12px );
140
+ margin-inline-start : spacing (12px );
140
141
}
141
142
142
143
& %igx-drop-down__item--cosy {
143
144
igx-icon + [igxLabel ] {
144
- margin-inline-start : rem (10px );
145
+ margin-inline-start : spacing (10px );
145
146
}
146
147
}
147
148
148
149
& %igx-drop-down__item--compact {
149
150
igx-icon + [igxLabel ] {
150
- margin-inline-start : rem (8px );
151
+ margin-inline-start : spacing (8px );
151
152
}
152
153
}
153
154
}
197
198
198
199
%igx-action-strip__editing-actions {
199
200
> [igxButton ] {
200
- margin-inline-start : rem (4px );
201
+ margin-inline-start : spacing (4px );
201
202
202
203
& :first-of-type {
203
204
margin-inline-start : 0 ;
You can’t perform that action at this time.
0 commit comments