Making error overlay more generic, WIP

This commit is contained in:
Daniel Scalzi
2018-04-02 22:43:11 -04:00
parent 5c7e0c3c8a
commit c6f9121806
2 changed files with 74 additions and 0 deletions

View File

@@ -14,6 +14,9 @@
height: calc(100% - 22px);
background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
#main[overlay] {
filter: blur(3px) contrast(0.9) brightness(1.0);
}
</style>
</head>
<body>
@@ -23,5 +26,6 @@
<% include login.ejs %>
<% include landing.ejs %>
</div>
<% include overlay.ejs %>
</body>
</html>