Skip to content

Commit

Permalink
feat: style modal
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Dec 4, 2023
1 parent 3f1c2bc commit 45c378c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,10 @@ ngb-popover-window.popover {
// modal
.modal {
--bs-modal-padding: 1.5rem;
--bs-modal-header-padding: 1rem 1.5rem;
}

// close-button (e.g. in modal)
.btn-close {
--bs-btn-close-focus-shadow: none;
}

0 comments on commit 45c378c

Please sign in to comment.