diff --git a/src/theme/extras/_modals.scss b/src/theme/extras/_modals.scss index 99ee05d38..d9a8423c3 100644 --- a/src/theme/extras/_modals.scss +++ b/src/theme/extras/_modals.scss @@ -35,20 +35,3 @@ cursor: pointer; } } - -.modal-dialog { - .modal-header { - align-items: flex-start; - - button.btn-close { - display: flex; - width: fit-content; - align-items: center; - background: none; - - span { - font-size: 50px; - } - } - } -}