Skip to content

Commit

Permalink
Fixed: open dialog css
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Feb 17, 2021
1 parent a48736f commit 726c933
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
<body>
<app-root>Loading...</app-root>

<script type="text/javascript" src="runtime.a66f828dca56eeb90e02.js"></script><script type="text/javascript" src="polyfills.709d3d016be532a51b50.js"></script><script type="text/javascript" src="main.df321fca5ec4c1a05021.js"></script></body>
<script type="text/javascript" src="runtime.a66f828dca56eeb90e02.js"></script><script type="text/javascript" src="polyfills.709d3d016be532a51b50.js"></script><script type="text/javascript" src="main.26ac68bea1e0e8ddd170.js"></script></body>
</html>

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions client/src/app/fuxa-view/fuxa-view.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@

/* Modal Content/Box */
.dialog-modal-content {
/* background-color: #fefefe; */
margin: 15% auto; /*15% from the top and centered */
/* padding: 20px; */
border: 1px solid #888;
width: 80%; /* Could be more or less, depending on screen size */
box-shadow: 0 0 12px #000000 !important;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.dialog-modal-close {
Expand Down

0 comments on commit 726c933

Please sign in to comment.