From 45c378c43a92e3a04ac01092569e7a0f618e0869 Mon Sep 17 00:00:00 2001 From: Gion-Andri Cantieni Date: Mon, 4 Dec 2023 13:16:40 +0100 Subject: [PATCH] feat: style modal --- src/styles.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles.scss b/src/styles.scss index f4f8a0a..a6e638b 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -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; }