[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;
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 {