Skip to content

Commit e3cc6ff

Browse files
SisIvanovakdinevdesig9stein
authored
fix(input-group): font discrepancies (#16204)
Co-authored-by: Konstantin Dinev <[email protected]> Co-authored-by: Marin Popov <[email protected]>
1 parent 788b1ee commit e3cc6ff

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

projects/igniteui-angular/src/lib/core/styles/components/input/_input-group-theme.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@
4747
'compact': rem(4px)
4848
);
4949

50-
$bootstrap-font-size: (
51-
'comfortable': rem(20px),
52-
'cosy': rem(16px),
53-
'compact': rem(14px),
54-
);
55-
5650
$input-top-padding: rem(20px);
5751
$input-bottom-padding: rem(6px);
5852

@@ -2187,11 +2181,6 @@
21872181
grid-area: 1 / 2;
21882182
margin: 0;
21892183
z-index: 2;
2190-
font-size: pad(
2191-
map.get($bootstrap-font-size, 'compact'),
2192-
map.get($bootstrap-font-size, 'cosy'),
2193-
map.get($bootstrap-font-size, 'comfortable')
2194-
);
21952184
padding-block: pad-inline(
21962185
map.get($bootstrap-block-padding, 'compact'),
21972186
map.get($bootstrap-block-padding, 'cosy'),

0 commit comments

Comments
 (0)