[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
This commit is contained in:
k.triantafyllou 2021-03-17 15:41:38 +00:00
parent 236f681632
commit d5bc62a2a7
1 changed files with 5 additions and 5 deletions

View File

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