Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Modal small BEM correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperbirch1 committed Oct 19, 2022
1 parent 9041665 commit 3b2372f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/stories/Library/Modals/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
@include breakpoint-m {
padding: $s-4xl $s-7xl;
}

&.modal--no-padding {
padding: 0;
}
}

%modal-padding,
Expand All @@ -64,7 +68,3 @@
max-width: 560px;
width: 100%;
}

.modal--no-padding {
padding: 0;
}

0 comments on commit 3b2372f

Please sign in to comment.