Skip to content

Commit

Permalink
chore(*): add padding only for top and bottom #6815
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyexeption committed Jun 10, 2020
1 parent d1c0b49 commit 2ca843d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@
padding: rem(8px);
}

%grid-excel-sort {
padding-top: rem(8px);
padding-bottom: rem(8px);
}

%grid-excel-actions {
padding: rem(8px);
}
Expand Down Expand Up @@ -268,6 +273,9 @@
}

%grid-excel-sort {
padding-top: rem(4px);
padding-bottom: rem(4px);

@extend %grid-excel-action--compact;

igx-buttongroup {
Expand Down

0 comments on commit 2ca843d

Please sign in to comment.