[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:
parent
1ce79be8c6
commit
7f1c86b21d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue