Skip to content

Commit

Permalink
fix: make close button spacing more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford committed May 24, 2024
1 parent fb896cd commit e935821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/newspack-ui/scss/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
line-height: var( --newspack-ui-line-height-s );
margin: 0;
}
}

.newspack-ui__modal__close {
margin: -6px -6px -6px 0; // Accounts for the header padding. TODO: Can this be improved to work w/variables?
.newspack-ui__modal__close {
margin: -6px -6px -6px 0; // Accounts for the header padding. TODO: Can this be improved to work w/variables?
}
}

&__content {
Expand Down

0 comments on commit e935821

Please sign in to comment.