Skip to content

Commit b998617

Browse files
committed
fix(file-input): revert using pad function
1 parent b1b26bb commit b998617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/file-input/themes/shared/file-input.material.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ $active-border-width: rem(2px) !default;
9595
}
9696

9797
[part~='labelled'] [part~='file-names'] {
98-
padding-top: pad-block(rem(20px));
99-
padding-bottom: pad-block(rem(6px));
98+
padding-top: rem(20px);
99+
padding-bottom: rem(6px);
100100
}
101101

102102
[part='label'] {

0 commit comments

Comments
 (0)