Skip to content

Commit

Permalink
fix(accordion): remove outside spacing from mobile light accordion (#…
Browse files Browse the repository at this point in the history
…449)
  • Loading branch information
fischeversenker authored and GitHub Enterprise committed Dec 29, 2021
1 parent f4ea3b4 commit 360f5dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions projects/ng-aquila/src/accordion/expansion-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@

// Styles of the light version
:host(.nx-expansion-panel--light) {
@include media-breakpoint-down(small) {
margin: 0 nx-spacer(s);
}

.nx-expansion-panel__body {
padding: v(accordion-light-body-padding);

Expand Down

0 comments on commit 360f5dc

Please sign in to comment.