[Library | Trunk]: Full screen modal close reposition

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60598 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-03-05 13:50:18 +00:00
parent 1ce79be8c6
commit 7f1c86b21d
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
.fs-modal > .close {
position: fixed;
opacity: 0.7;
top: 50px;
left: 50px;
top: 30px;
left: 30px;
transform: translate(-50%, -50%);
z-index: 1;
}