From d5bc62a2a743c5ea5af7d8753cbf57696cbbbaa7 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 17 Mar 2021 15:41:38 +0000 Subject: [PATCH] [Library | Trunk]: Full screen modal add padding on header git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60659 d315682c-612b-4755-9ff5-7f18f6832af3 --- library-css/modal.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 {