diff --git a/library-css/modal.scss b/library-css/modal.scss index eb7d6b1..2a6f509 100644 --- a/library-css/modal.scss +++ b/library-css/modal.scss @@ -19,26 +19,26 @@ background-color: white; border-radius: 4px; max-height: calc(100vh - 30px); - width: 900px; + width: 1100px; box-shadow: 0 3px 6px #0000001a; height: fit-content; position: relative; } .fs-modal .fs-modal-dialog > .header { - height: 19px; - padding: 15px; + height: 39px; + padding: 20px 30px; border-bottom: 1px solid rgba(26, 26, 26, 0.2); } .fs-modal .fs-modal-dialog > .content { - max-height: calc(100vh - 180px); + max-height: calc(100vh - 210px); padding: 15px; overflow: auto; } .fs-modal .fs-modal-dialog > .content.hasFooter { - max-height: calc(100vh - 240px); + max-height: calc(100vh - 270px); } .fs-modal .fs-modal-dialog > .footer {